.brand img {
    width: 188px;
    height: 70px
}

.nav {
    height: 80px
}

.maidaa-hero {
    height: 560px;
    position: relative;
    background: url("https://images.unsplash.com/photo-1565552645632-d725f8bfc19a?auto=format&fit=crop&w=1900&q=90") center 45%/cover no-repeat;
    color: #fff;
    overflow: hidden
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.38))
}

.hero-copy {
    position: absolute;
    z-index: 1;
    right: 47%;
    top: 150px;
    width: 48%;
    padding-right: 40px;
    border-right: 2px solid rgba(255,255,255,.8)
}

    .hero-copy h1 {
        font-size: 52px;
        line-height: 1.35;
        margin: 0 0 10px;
        font-weight: 500
    }

    .hero-copy p {
        font-size: 18px
    }

.maidaa-search {
    position: absolute;
    z-index: 3;
    top: 42px;
    left: 30px;
    width: 480px;
    padding: 14px;
    background: #fff;
    color: #222;
    border-radius: 17px;
    box-shadow: 0 18px 45px rgba(0,0,0,.22)
}

.search-tabs {
    display: flex;
    justify-content: flex-end;
    gap: 3px;
    margin-bottom: 10px
}

.search-tab {
    border: 0;
    background: #f2efe9;
    border-radius: 10px;
    padding: 9px 15px;
    font: inherit;
    font-weight: 700;
    cursor: pointer
}

    .search-tab.active {
        background: #dfd3b5;
        color: #1a170f
    }

.search-content {
    display: none
}

    .search-content.active {
        display: block
    }

    .search-content label {
        font-size: 14px;
        margin-bottom: 8px
    }

    .search-content input, .search-content select {
        margin-top: 6px;
        border-color: #ddd2bd;
        height: 40px
    }

.search-dates {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.search-note, .visa-search-copy {
    background: #f8f5ee;
    padding: 16px;
    border-radius: 9px;
    color: #6e685b
}

.visa-search-copy {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.search-submit {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 4px;
    background: #1c1c1c;
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer
}

.about-curve {
    position: relative;
    background: #f4f6f8;
    text-align: center;
    padding: 65px 0 110px;
    overflow: hidden
}

    .about-curve:after {
        content: "";
        position: absolute;
        left: -5%;
        right: -5%;
        bottom: -75px;
        height: 130px;
        background: #f7f2e8;
        border-radius: 50% 50% 0 0/70% 70% 0 0
    }

    .about-curve h2 {
        font-size: 30px;
        margin: 0 0 10px
    }

    .about-curve p {
        line-height: 1.9
    }

.dark-more {
    display: inline-block;
    background: #1d2226;
    color: #fff;
    border-radius: 3px;
    padding: 10px 22px;
    font-weight: 700;
    margin-top: 10px
}

.programs-curve {
    position: relative;
    background: #f7f2e8;
    padding: 42px 0 76px;
    overflow: hidden
}

    .programs-curve:after {
        content: "";
        position: absolute;
        bottom: -58px;
        left: -4%;
        width: 108%;
        height: 100px;
        background: #e9e2cf;
        border-radius: 50% 50% 0 0/60% 60% 0 0
    }

.curve-heading {
    text-align: center;
    margin-bottom: 35px
}

    .curve-heading h2 {
        font-size: 34px;
        margin: 0
    }

    .curve-heading > span {
        display: block;
        width: 90px;
        height: 3px;
        background: #d5a620;
        margin: 16px auto
    }

    .curve-heading p {
        color: #bd8b15;
        font-weight: 600
    }

.stage-wrap {
    position: relative;
    max-width: 1320px;
    margin: auto
}

.program-stage {
    direction: ltr;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .4s
}

.stage-card {
    position: relative;
    width: 235px;
    height: 195px;
    flex: 0 0 auto;
    border: 2px solid #e7c45e;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
    transition: .35s
}

    .stage-card:nth-child(2), .stage-card:nth-last-child(2) {
        width: 300px;
        height: 225px
    }

    .stage-card:nth-child(3) {
        width: 360px;
        height: 250px;
        z-index: 2
    }

    .stage-card img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.stage-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20,15,10,.62);
    color: #fff;
    text-align: center;
    padding: 12px;
    display: flex;
    flex-direction: column
}

    .stage-caption strong {
        font-size: 17px
    }

    .stage-caption small, .stage-caption span {
        font-size: 12px
    }

.stage-number {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 33px;
    height: 33px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e2b62e;
    color: #fff
}

.stage-arrow, .offer-arrow {
    position: absolute;
    z-index: 5;
    border: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #d3aa2c;
    color: #fff;
    font-size: 38px;
    cursor: pointer
}

    .stage-arrow.prev {
        left: 18px;
        top: 105px
    }

    .stage-arrow.next {
        right: 18px;
        top: 105px
    }

.offers-curve {
    position: relative;
    background: #e9e2cf;
    padding: 35px 0 85px
}

    .offers-curve:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -36px;
        height: 65px;
        background: #e9e2cf;
        border-radius: 50% 50% 0 0/70% 70% 0 0
    }

.offers-wrap {
    position: relative
}

.offer-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 12px 18px 28px;
    direction: rtl
}

    .offer-track::-webkit-scrollbar {
        display: none
    }

.offer-card {
    position: relative;
    min-width: 260px;
    max-width: 260px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 11px 25px rgba(0,0,0,.11);
    overflow: visible
}

.offer-image {
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0
}

    .offer-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .offer-image span {
        position: absolute;
        right: 13px;
        bottom: 20px;
        background: #fff;
        color: #e93628;
        border-radius: 10px;
        padding: 5px 10px;
        font-size: 21px;
        font-weight: 900;
        line-height: 1
    }

.offer-body {
    padding: 17px;
    text-align: center
}

    .offer-body h3 {
        margin: 0 0 7px
    }

    .offer-body p {
        font-size: 13px;
        color: #777;
        height: 32px
    }

    .offer-body div {
        border-top: 1px solid #eee;
        padding-top: 12px
    }

    .offer-body strong {
        display: block;
        color: #333;
        font-size: 17px
    }

.book-now {
    position: absolute;
    left: 18px;
    bottom: 75px;
    background: #caa13d;
    color: #fff;
    border: 6px solid #fff;
    border-radius: 12px;
    padding: 9px 13px;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 5px 13px rgba(0,0,0,.18)
}

.offer-arrow {
    top: 150px
}

.offer-prev {
    right: -16px
}

.offer-next {
    left: -16px
}

@media(max-width:900px) {
    .brand img {
        width: 145px;
        height: 58px
    }

    .maidaa-hero {
        height: 720px
    }

    .hero-copy {
        top: 55px;
        right: 6%;
        width: 88%;
        padding-right: 18px
    }

        .hero-copy h1 {
            font-size: 35px
        }

    .maidaa-search {
        top: 285px;
        left: 4%;
        width: 92%
    }

    .program-stage {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 0 45px
    }

    .stage-card, .stage-card:nth-child(2), .stage-card:nth-last-child(2), .stage-card:nth-child(3) {
        width: 280px;
        height: 225px
    }

    .stage-arrow {
        display: none
    }

    .offer-card {
        min-width: 82vw
    }

    .offer-arrow {
        display: none
    }
}

@media(max-width:520px) {
    .search-tabs {
        justify-content: stretch
    }

    .search-tab {
        flex: 1;
        padding: 8px 4px;
        font-size: 12px
    }

    .search-dates {
        grid-template-columns: 1fr
    }

    .maidaa-hero {
        height: 780px
    }

    .hero-copy h1 {
        font-size: 30px
    }

    .maidaa-search {
        top: 270px
    }

    .about-curve {
        padding-top: 45px
    }

    .curve-heading h2 {
        font-size: 28px
    }
}
.program-stage,
.offer-track {
    transition: opacity 0.35s ease, transform 0.35s ease;
}

    .program-stage.stage-changing,
    .offer-track.offer-changing {
        opacity: 0.25;
        transform: translateY(8px);
    }

.stage-card,
.offer-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
