/*======= Hero Banner ========*/
.hero-banner-wrapper {
    width: 100%;
    height: calc(100vh - 126px);
    max-height: 650px;
    position: relative;
    background: linear-gradient(180deg, rgb(0 184 240 / 47%), rgb(122 192 67 / 1%));
}

.hero-banner-wrapper .item {
    width: 100%;
    display: flex;
    height: calc(100vh - 126px);
    max-height: 650px;
    position: relative;
    align-items: center;
    z-index: 0;
}

.hero-banner-wrapper .item picture > img {
    object-fit: cover;
    object-position: center;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.hero-banner-wrapper .item .container {
    z-index: 2;
}

.homeBannerContent {
    background-color: rgb(0 0 0 / 35%);
    padding: 30px;
    border-radius: 8px;
}

.homeBannerContent .mega-heading {
    font-size: 50px;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}

.homeBannerContent p {
    color: #fff;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
}

.heroBtn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hero-banner-wrapper,
    .hero-banner-wrapper .item {
        max-height: 500px;
    }

    .homeBannerContent .mega-heading {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .homeBannerContent .mega-heading {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .hero-banner-wrapper,
    .hero-banner-wrapper .item {
        max-height: 400px;
    }

    .homeBannerContent .mega-heading {
        font-size: 30px;
    }
}

@media (max-width: 450px) {
    .homeBannerContent .mega-heading {
        font-size: 24px;
    }
}

@media (max-width: 425px) {
    .hero-banner-wrapper,
    .hero-banner-wrapper .item {
        max-height: 350px;
    }
}
.whatWeOfferSec {
    background: url(../../images/background/section-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.whatWeOfferSec .mega-heading,
.stepSec .mega-heading,
.clients-sec .mega-heading {
    font-size: 42px;
    line-height: normal;
}

.whatWeOfferSec .common-box {
    height: 100%;
    border-radius: 15px;
    filter: drop-shadow(0px 10px 35px rgba(177, 235, 231, 0.3));
    background-color: rgb(255 255 255 / 75%);
    border: 3px solid rgb(255 255 255);
    padding: 30px;
    transition: 0.5s;
}
.whatWeOfferSec .common-box:hover {
    background-color: rgb(255 255 255 / 70%);
    border: 3px solid rgb(0 121 107 / 30%);
}
.whatWeOfferSec .common-box img {
    max-width: 75px;
    margin-bottom: 15px;
}

.whatWeOfferSec .common-box .small-heading {
    font-size: 20px;
}

.whatWeOfferSec .common-box p:last-child {
    margin-bottom: 0;
}

.refer-a-friend {
    padding: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    border: 1px solid var(--theme-primary-color);
    border-bottom: 7px solid var(--theme-primary-color);
    text-align: center;
    background-image: linear-gradient(0deg, #89e4f7 0%, #d9fbee 100%);
    margin-bottom: 70px;
}

.refer-a-friend .coins {
    font-size: 65px;
    line-height: normal;
    font-weight: 700;
    color: #595959;
}

.refer-a-friend .coins i {
    color: var(--theme-secondary-color);
}

.refer-a-friend .heroBtn {
    justify-content: center;
    margin-top: 25px;
}

.refer-a-friend .theme-btn a {
    padding: 13px 25px;
    min-width: 170px;
    font-size: 16px;
}

.steps-flow {
    padding-left: 30px;
    position: relative;
}

.steps-flow:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 9px;
    background-color: #ffdfdd;
}

.steps-flow .step {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.steps-flow .step + .step {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ffdfdd;
}

.steps-flow .step > span {
    flex-basis: 80px;
    min-width: 0;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    background-color: #98e9f6;
    color: #3e3e3e;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.steps-flow .step > span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 25px;
    background-color: var(--theme-secondary-color);
    clip-path: polygon(100% 75%, 50% 100%, 0 75%, 0 0, 50% 25%, 100% 0);
    left: -30px;
    top: 0;
}

.steps-flow .step > .content {
    min-width: 0;
    flex-basis: 100%;
    border-radius: 5px;
}

.steps-flow .step .content > *:last-child {
    margin-bottom: 0;
}

.steps-flow .step > .content .title {
    font-size: 22px;
    color: var(--theme-primary-color);
    font-weight: 500;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    [class*="col-lg"]:has(.steps-flow) + [class*="col-lg"] .steps-flow {
        padding-top: 15px;
    }

    [class*="col-lg"]:has(.steps-flow) + [class*="col-lg"]:has(.steps-flow) .step:first-child {
        padding-top: 15px;
        border-top: 1px solid #ffdfdd;
    }
}

@media (max-width: 767px) {
    [class*="col-lg"]:has(.steps-flow) + [class*="col-lg"] .steps-flow {
        padding-top: 15px;
    }

    [class*="col-sm"]:has(.steps-flow) + [class*="col-lg"]:has(.steps-flow) .step:first-child {
        padding-top: 15px;
        border-top: 1px solid #ffdfdd;
    }
}

.partners-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.partners-box .common-box img {
    max-width: 165px;
    padding: 3px;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 13%) 0 3px 8px;
}

.referSec {
    background: url(../../images/background/section-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}



/* Exclusive Offer  */
.exclusive-offer {
    background-color: #f9fafb;
    padding: 70px 20px;
    text-align: center;
}

.exclusive-offer h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: var(--dark);
}

.exclusive-offer .intro {
    max-width: 700px;
    margin: 0 auto 40px;
    color: var(--text);
}

.offer-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.benefit {
    background: #fff;
    border-radius: var(--radius);
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.benefit i {
    color: var(--primary);
    margin-bottom: 15px;
}

.benefit h4 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--dark);
}

.benefit p {
    color: var(--text);
}

.exclusive-cta p {
    margin-bottom: 20px;
    color: var(--text);
}

@media (max-width: 575px) {
    .exclusive-offer h2 {
        font-size: 1.8rem;
    }
}

