.hero-style1 .hero-title {
    color: var(--white-color);
    margin-bottom: 25px;
    font-size: 50px;
}

.hero-style1 {
    padding: 100px 0 150px 0;
}



.img-box3 .img3 {
    margin-top: -130px;
}
.img-box3 .img2 {
    top: 0%;
    right: -2%;
}
.img-box3 .img2 img {
    width: 405px;
}
.img-box3 .img3 img{
    width: 500px;
}
.global-img img {
    height: 200px;
}


/* ================= WHY CHOOSE US CARDS ================= */

.why-card {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f7faff 100%);
    border-radius: 16px;
    padding: 34px 30px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    border-left: 5px solid #4393F7;
}

/* Hover */
.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12);
    border-left-color: #15233D;
}

/* Background icon */
.why-bg-icon {
    position: absolute;
    right: -25px;
    bottom: -25px;
    font-size: 140px;
    color: #4393F7;
    opacity: 0.08;
    pointer-events: none;
    transition: all 0.35s ease;
}

/* Icon animation */
.why-card:hover .why-bg-icon {
    transform: scale(1.05) rotate(-6deg);
    opacity: 0.12;
}

/* Text */
.why-card h5 {
    position: relative;
    color: #15233D;
    font-weight: 700;
    margin-bottom: 10px;
    z-index: 2;
}

.why-card p {
    position: relative;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
    z-index: 2;
}

/* Soft overlay */
.why-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top right,
        rgba(67, 147, 247, 0.10),
        transparent 65%
    );
    opacity: 0;
    transition: opacity 0.35s ease;
}

.why-card:hover::after {
    opacity: 1;
}


/* ================= UMRAH CTA SECTION ================= */

.cta-umrah {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(15, 30, 60, 0.85),
        rgba(15, 30, 60, 0.65)
    );
    z-index: 1;
}

.cta-umrah .container {
    z-index: 2;
}

.cta-umrah .sec-title {
    font-weight: 800;
}

.cta-umrah .sec-text {
    font-size: 16px;
    line-height: 1.7;
}

/* Button hover refinement (optional but premium) */
.cta-umrah .th-btn:hover {
    transform: translateY(-2px);
}



@media (max-width: 992px) {
    .why-card {
        padding: 1.5rem !important;
    }
    .why-card h5 {
        font-size: 1rem;
    }
    .why-card p {
        font-size: 0.9rem;
    }
    .why-card .icon i {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .why-card {
        padding: 1.2rem !important;
    }
    .why-card h5 {
        font-size: 0.95rem;
    }
    .why-card p {
        font-size: 0.85rem;
    }
}

.breadcumb-wrapper {
    background-position: center;
    padding: 160px 0;
}


/* ✅ Perfectly centered airline logo boxes */
/* Container for each airline logo */
.airline-slider .brand-box {
    background-color: #fff;
    border-radius: 12px;
    height: 100px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.airline-slider .brand-box img {
    width: auto;
    height: 60px;
    object-fit: contain;
    display: block;
    padding: 4px;
    margin-top: 20px;
}

.airline-slider .brand-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Center each slide in swiper */
.airline-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-area{
    padding: 0 10px;
}
.shadow-cls{
    box-shadow: 0px 0px 10px 4px #cccc;
    border-radius: 28px;
}


@media (max-width: 1299px) {
    .header-button .th-btn {
        display: block;
        margin-left: 4px;
        padding: 10px 8px;
    }
}