.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    transition: box-shadow 0.3s ease, padding 0.3s ease;
    padding: 5px 0;
    box-shadow: 0px 0px 3px 0px #01469A33;
}

.site-header.scrolled {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.title-main h2 {
    color: var(--primary);
    font-size: 32px;
    font-weight: 500;
    font-family: var(--primary-font);
    margin-top: 18px;
    /* width: 80%; */
    letter-spacing: -3%;
    line-height: 38.4px;
}

.title-secondary {
    color: var(--primary);
    font-size: 22px;
    letter-spacing: -3%;
    font-weight: 500;
    opacity: 85%;
}

.title-secondary-small {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
}

.title-secondary-xs {
    font-size: 16px;
}

.title-main h2 span {
    color: var(--tertiary);
}

.grid-gap {
    margin-top: 40px;
}

p {
    color: #000000;
    margin-top: 18px;
    line-height: 24px;
    letter-spacing: 0.2%;
    opacity: 54%;
}

.inner-p p {
    font-size: 14px;
    color: var(--primary);
    font-weight: 400;
    margin-top: 14px;
    line-height: 24px;
    letter-spacing: 0.2%;
    /* width: 72%; */
    opacity: 65%;
}

.content {
    text-align: center;
    width: 60%;
    margin: auto;
}

.content h1 {
    margin-top: 20px;
    font-size: 60px;
    letter-spacing: -3%;
    color: #000000;
    opacity: 90%;
    font-weight: 500;
}

.header__right {
    display: flex;
    gap: 12px;
}

.padding-bottom {
    padding-bottom: 80px;
}

#primary-menu>ul>li>a:hover {
    color: #DD1A32;
}

/* banner section  */
.banner-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(180deg, #FFFFFF 49.01%, #B2E2FF 73.25%, #6DCCFF 100%);
    overflow: hidden;
}

/* .banner-section::before {
    content: "";
    position: absolute;
    bottom: -55%;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.61) 30%, rgba(255, 255, 255, 0.24) 31%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0.1) 56%, rgba(255, 255, 255, 0.3) 80%, #00000008 81%);
    pointer-events: none;
    animation: ringPulse 4s ease-in-out infinite;
} */

.banner-section::before {
    content: "";
    position: absolute;
    bottom: -62%;
    left: 50%;
    transform: translateX(-50%);
    width: 760px;
    height: 755px;
    border-radius: 50%;
    /* background: radial-gradient(circle,
            rgba(255, 255, 255, 0.55) 0%,
            rgba(255, 255, 255, 0.55) 6%,
            rgba(255, 255, 255, 0.15) 6%,
            rgba(255, 255, 255, 0.15) 22%,
            rgba(255, 255, 255, 0.45) 22%,
            rgba(255, 255, 255, 0.45) 34%,
            rgba(255, 255, 255, 0.15) 34%,
            rgba(255, 255, 255, 0.15) 48%,
            rgba(255, 255, 255, 0.4) 48%,
            rgba(255, 255, 255, 0.4) 62%,
            rgba(255, 255, 255, 0.15) 62%,
            rgba(255, 255, 255, 0.15) 78%,
            rgba(255, 255, 255, 0.3) 78%,
            rgba(255, 255, 255, 0) 100%); */
    /* background: radial-gradient(circle, rgba(255, 255, 255, 0.45) 34%, rgba(255, 255, 255, 0.18) 34%, rgba(255, 255, 255, 0.65) 48%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.4) 62%, rgba(255, 255, 255, 0.15) 62%, rgba(255, 255, 255, 0.15) 78%, rgba(255, 255, 255, 0.3) 78%, rgba(255, 255, 255, 0) 100%); */
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 34%, rgba(255, 255, 255, 0.65) 48%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.4) 62%, rgba(255, 255, 255, 0.15) 62%, rgba(255, 255, 255, 0.15) 78%, rgba(255, 255, 255, 0.3) 78%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    animation: ringPulse 4s ease-in-out infinite;
}











/* .banner-section::before {
    width: 900px;
    height: 900px;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.05) 0%,
            rgba(255, 255, 255, 0.05) 39%,
            rgba(255, 255, 255, 0.45) 40%,
            rgba(255, 255, 255, 0.45) 41%,
            rgba(255, 255, 255, 0.05) 42%,
            rgba(255, 255, 255, 0.05) 59%,
            rgba(255, 255, 255, 0.35) 60%,
            rgba(255, 255, 255, 0.35) 61%,
            rgba(255, 255, 255, 0.05) 62%,
            rgba(255, 255, 255, 0.05) 79%,
            rgba(255, 255, 255, 0.25) 80%,
            rgba(255, 255, 255, 0.25) 81%,
            rgba(255, 255, 255, 0) 82%);
    animation: ringPulse 4s ease-in-out infinite;
} */


@keyframes ringPulse {
    0% {
        transform: translate(-50%, -50%) scale(0.94);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.03);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(0.94);
        opacity: 0.6;
    }
}

@media (prefers-reduced-motion: reduce) {

    .banner-section::before,
    .banner-section::after {
        animation: none;
    }
}

@media (max-width: 767px) {
    .banner-section::before {
        width: 500px;
        height: 500px;
    }

    .banner-section::after {
        width: 340px;
        height: 340px;
    }

    .faq-section__inner .title-main h2 {
        width: 100%;
    }
}

.banner-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.04) .4px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 0.4px, transparent 1px);
    background-size: 95px 95px;
    pointer-events: none;
}

/* .banner-section::after {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 27%,
            rgba(255, 255, 255, 0.75) 28%,
            rgba(255, 255, 255, 0.75) 30%,
            rgba(255, 255, 255, 0) 31%,
            rgba(255, 255, 255, 0) 100%);
    animation: ringPulse 4s ease-in-out infinite 0.6s;
} */


.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 22px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;



    white-space: nowrap;
    width: fit-content;

}

.btn-primary img {
    transition: transform 0.3s ease;
}

.btn-primary:hover img {
    transform: translateX(5px);
}

.btn-outline {
    background: #fff;
    color: var(--secondary);
    border: 2px solid #d8dae0;
    box-shadow: 0px 1px 1px 0px #0000001F;

}

.btn-outline:hover {
    background: #0097FF;
    color: #fff;
    border: 2px solid #0097FF;
}

.btn-primary {
    background: var(--color-blue);
    color: #fff;
    box-shadow: 0px 1px 1px 0px #00000040;
    border: 2px solid #008AFF;
}

.btn-primary:hover {
    background: #0097FF;
    color: var(--secondary);
    color: #fff;
}

.banner-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 50px;
}


.mobile-img img {
    z-index: 9;
}

.content img {
    width: 94px;
    height: 51px;
    border: 3px solid #B2E2FF;
    border-radius: 70px;
    object-fit: cover;
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 9;
}

/* banner section  */

/* offcanvas  */
.offcanvas {
    display: none;
}

.main-navigation>div>ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation>div>ul>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-navigation>div>ul>li>a,
.sub-menu>li>a {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--secondary);
    text-transform: capitalize;
}

.main-navigation>div>ul>li>a {
    padding: 10px 0;
}

.main-navigation>div>ul>li>ul {
    background: #fff;
    -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, .15);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, .15);
    left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 170%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    visibility: hidden;
    width: 250px;
}


.main-navigation>div>ul>li>ul:after {
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-top: none;
    content: " ";
    left: 10px;
    position: absolute;
    top: -7px;
}

.main-navigation>div>ul>li:hover>ul {
    opacity: 1;
    top: 100%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    visibility: visible;
    z-index: 1000;
}

.main-navigation>div>ul>li>ul>li>a,
.main-navigation>div>ul>li>ul>li>ul>li>a {
    border-bottom: 1px solid #eee;
    color: #303030;
    font-size: 13px;
    padding: 14px 20px;
}

.main-navigation>div>ul>li>ul>li.menu-item-has-children>a::after {
    content: "\f054";
    margin-left: auto;
    color: #111;
}

.main-navigation>div>ul>li>ul>li>a:hover {
    color: var(--primary);
}

.main-navigation>div>ul>li>ul>li>ul {
    background: #fff;
    -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, .15);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, .15);
    left: 120%;
    list-style: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    visibility: hidden;
    width: 250px;
}

.main-navigation>div>ul>li>ul>li:hover>ul {
    opacity: 1;
    left: 100%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    visibility: visible;
    z-index: 1000;
}

.main-navigation .burger__menu {
    display: none;
}

@media (max-width: 992px) {

    .offcanvas,
    .burger__menu {
        display: block;
    }

    .main-navigation .burger__menu {
        display: block;
    }

    .offcanvas {
        left: -100%;
        min-height: 100vh;
        position: fixed;
        top: 0;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
        width: 100%;
        z-index: 100000;
    }

    .offcanvas.show {
        left: 0;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .offcanvas:after {
        -webkit-backdrop-filter: saturate(180%) blur(5px);
        backdrop-filter: saturate(180%) blur(5px);
        background: #000c;
        content: "";
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        width: 100%;
    }

    .offcanvas .offcanvas__bar {
        height: 100%;
        left: -100%;
        position: relative;
        position: absolute;
        top: 0;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transition: all .6s linear;
        -o-transition: all .6s linear;
        transition: all .6s linear;
        width: 100%;
        z-index: 10;
    }

    .offcanvas .offcanvas__bar .offcanvas__sidebar {
        background: #fff;
        height: 100%;
        min-width: 300px;
        overflow-y: auto;
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        z-index: 10;
    }

    .offcanvas .offcanvas__bar.showbar {
        left: 0;
    }

    .offcanvas__logo {
        -webkit-backdrop-filter: saturate(180%) blur(5px);
        backdrop-filter: saturate(180%) blur(5px);
        background: #fffc;
        -webkit-box-shadow: inset 0 -1px 0 0 #eaeaea;
        box-shadow: inset 0 -1px 0 0 #eaeaea;
        padding: 20px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    .offcanvas__logo .custom-logo-link {
        display: block;
    }

    .offcanvas__logo a img {
        margin: 0 auto;
        -webkit-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
        /* width: 180px; */
    }

    .offcanvas__close {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        left: 310px;
        position: absolute;
        top: 10px;
        width: 50px;
        z-index: 100;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 4px;
        cursor: pointer;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .offcanvas__close .offcanvas__icon {
        line-height: 0;
        width: 20px;
    }

    .offcanvas__close .offcanvas__icon span {
        background: #bf1d2e;
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: top;
        width: 20px;
    }

    .offcanvas__close .offcanvas__icon span+span {
        margin-top: 5px;
    }

    .offcanvas.show .offcanvas__close .offcanvas__icon span:first-child {
        -webkit-animation: icon1 .7s ease .6s forwards;
        animation: icon1 .7s ease .6s forwards;
    }

    .offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(2) {
        -webkit-animation: icon2 .7s ease .6s forwards;
        animation: icon2 .7s ease .6s forwards;
    }

    .offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(3) {
        -webkit-animation: icon3 .7s ease .6s forwards;
        animation: icon3 .7s ease .6s forwards;
    }

    @-webkit-keyframes icon1 {
        0% {
            top: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        50% {
            top: 7px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        to {
            top: 7px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }

    @keyframes icon1 {
        0% {
            top: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        50% {
            top: 7px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        to {
            top: 7px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }

    @-webkit-keyframes icon2 {
        50% {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        to {
            -webkit-transform: scale(0);
            transform: scale(0);
        }
    }

    @keyframes icon2 {
        50% {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        to {
            -webkit-transform: scale(0);
            transform: scale(0);
        }
    }

    @-webkit-keyframes icon3 {
        0% {
            bottom: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        50% {
            bottom: 7px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        to {
            bottom: 7px;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }
    }

    @keyframes icon3 {
        0% {
            bottom: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        50% {
            bottom: 7px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        to {
            bottom: 7px;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }
    }

    .offcanvas ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #primary-menu1 li a:hover {
        color: #DD1A32;
    }

    #primary-menu1 {
        padding: 0 10px;
    }

    #primary-menu1>li>a {
        color: #666;
        display: block;
        font-size: 15px;
        font-weight: 500;
        padding: 12px 20px;
        text-transform: capitalize;
    }

    #primary-menu1>li>ul,
    #primary-menu1>li>ul>li>ul {
        display: none;
    }

    #primary-menu1 li {
        cursor: pointer;
        position: relative;
        cursor: pointer;
        margin-top: 18px;
    }

    #primary-menu1 li a {
        color: var(--secondary);
        text-decoration: none;
    }

    #primary-menu1>li {
        border-bottom: 1px solid #eee;
    }

    #primary-menu1>li a.show-active,
    #primary-menu1>li.menu-item-has-children ul li a.show-active,
    #primary-menu1>li:hover>a,
    #primary-menu1>li>a:hover {
        background: #00000012;
    }

    #primary-menu1>li>ul>li:hover {
        background: hsla(0, 0%, 100%, .1);
    }

    #primary-menu1 li.menu-item-has-children span {
        background: #fff;
        color: var(--secondary);
        height: 43px;
        position: absolute;
        right: 0;
        top: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 43px;
    }

    #primary-menu1 li.menu-item-has-children span i {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #primary-menu1 li.menu-item-has-children>ul {
        background: var(--secondary);
    }

    #primary-menu1 li.menu-item-has-children>ul>li.menu-item-has-children>ul {
        background: var(--secondary);
        border-bottom: 1px solid transparent;
        border-radius: 0;
        padding: 0;
    }

    #primary-menu1>li.menu-item-has-children>span {
        top: 21px;
    }

    #primary-menu1>li.menu-item-has-children ul li a {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        color: var(--secondary);
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 12px 30px;
        text-transform: capitalize;
    }

    #primary-menu1>li.menu-item-has-children ul li:last-child a {
        border-bottom: none;
    }

    #primary-menu1>li ul li:hover>a {
        background: #0000000d;
        color: var(--secondary);
    }

    #primary-menu1>li.menu-item-has-children ul li:hover a {
        color: var(--secondary);
    }

    #primary-menu1>li.menu-item-has-children ul li.menu-item-has-children ul li a {
        padding-left: 40px;
    }

    #primary-menu1>li.menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children ul li a {
        padding-left: 60px;
    }

    .burger__menu {
        color: var(--primary);
        display: inline-block;
        font-size: 25px;
        padding: 17px 0;
    }

    .burger__menu {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }

    .header__right {
        display: none;
    }

    .main-navigation #primary-menu {
        display: none;
    }

    .site-header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}



/* offcanvas  */
/* banner section responsive  */

.mobile-imges {
    position: relative;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding-top: 75px;
    z-index: 1;
}

.mobile-img img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: -80px;
}

.bubble {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
    z-index: 3;
}

.bubble::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 30px;
    width: 18px;
    height: 18px;
    background: inherit;
    border-radius: 50%;
    opacity: 0.6;
}

.b1 {
    top: 18%;
    left: -32%;
}

.b2 {
    top: 14%;
    right: -27%;

}

.b2::after {
    left: auto;
    right: 30px;
}

.b3 {
    bottom: 20%;
    right: -19%;
}

.b3::after {
    left: auto;
    right: 30px;
}

.hero-text-korea span {
    display: none;
}

.hero-text-korea {
    z-index: 2;
}

/* ===== Responsive breakpoints ===== */
@media (max-width: 1024px) {
    .banner-section {
        padding: 20px 0 50px;
    }

    .banner-section .content h1 {
        font-size: 38px;
    }

    .mobile-imges {
        max-width: 280px;
    }

    .content {
        width: 100%;
    }

    .banner-section .content img {
        display: none;
    }

    .hero-text-korea span {
        display: inline;
    }

}

@media (max-width: 767px) {
    /* .banner-section {
        padding: 50px 0 40px;
    } */

    .banner-section .content h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .banner-section .content p {
        font-size: 14px;
    }

    .banner-buttons .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .mobile-imges {
        max-width: 220px;
        margin-top: 20px;
    }

    .bubble img {
        width: 70px;
        height: 70px;
    }
}

@media(max-width: 600px) {
    .banner-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .banner-buttons .btn {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .banner-section .content h1 {
        font-size: 24px;
    }

    .mobile-imges {
        max-width: 180px;
    }
}


/* banner section responsive  */

/* animation  */
@keyframes riseUpFade {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-img,
.bubble {
    opacity: 0;
    animation: riseUpFade 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    will-change: transform, opacity;
}

.mobile-img {
    animation-delay: 0.45s;
}

.b1 {
    animation: slideInLeft 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 0.85s;
}

.b2 {
    animation: slideInRight 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 1.1s;
}

.b3 {
    animation: slideInLeft 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 1.35s;
}

@media (prefers-reduced-motion: reduce) {

    .mobile-img,
    .bubble {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

/* services section  */
.gradient-btn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    background:
        linear-gradient(#fff, #D9E1ED) padding-box,
        linear-gradient(135deg, #4f9ef7 0%, #6b8ff0 35%, #b06fe0 65%, #e0607f 100%) border-box;
    border: 2px solid transparent;
    color: var(--primary);
    opacity: 90%;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2%;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    width: fit-content;
}

.services-section {
    background: #F8FAFD;
}

.service-card {
    border: 1.2px solid #1C7DD733;
    border-radius: 8px;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    min-height: 575px;
    z-index: 9;

    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.service-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0px 2px 4px 0px #0833780A;


    cursor: pointer;
}

.service-card a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.grid .service-card:nth-child(2),
.grid .service-card:nth-child(3),
.grid .service-card:nth-child(4),
.grid .service-card:nth-child(5) {
    padding-right: 20px;
}



.grid .service-card:nth-child(2) img {
    position: absolute;
    border-radius: 12px;
    width: 78%;
    max-width: 320px;
    height: auto;
    transition: transform 0.3s ease;
}

.grid .service-card:nth-child(2) img:first-of-type {
    top: 230px;
    left: 20px;
    z-index: 1;
}

.grid .service-card:nth-child(2) img:last-of-type {
    top: 280px;
    right: 28px;
    left: auto;
    z-index: 2;
}


.grid .service-card:nth-child(2)::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #fff;
    background-image: radial-gradient(circle at top right, rgba(230, 100, 120, 0.23) 0%, #0000 60%), radial-gradient(circle at bottom left, rgba(28, 125, 215, 0.58) 0%, #0000 60%);
    /* background: radial-gradient(circle at top right, rgba(246, 109, 125, 0.06) 20%, rgba(246, 109, 125, 0) 85%), radial-gradient(circle at bottom left, rgba(28, 125, 215, 0.86) 0%, rgba(28, 125, 215, 0) 80%), #fff */
    /* radial-gradient(circle at top right, rgba(246, 109, 125, 0.77) 20%, rgba(246, 109, 125, 0) 85%), radial-gradient(circle at bottom left, rgba(28, 125, 215, 0.86) 0%, rgba(28, 125, 215, 0) 80%), #fff */
}


.grid .service-card:nth-child(1) .service-images {
    display: flex;
    gap: 40px;
    justify-content: end;
    margin-top: 60px;
    position: relative;
    /* height: 260px; */
}

.grid .service-card:nth-child(1) {
    grid-column: span 8;
    width: 100%;
}

.grid :nth-child(1) .service-images img:first-child {
    opacity: 0;
    transform: translateX(-80px);
}

.grid :nth-child(1) .service-images img:first-child.in-view {
    animation: slideLeftToCenter 0.8s ease-out forwards;
    animation-delay: 0.2s;
}

@keyframes slideLeftToCenter {
    from {
        opacity: 0;
        transform: translateX(-160px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.grid :nth-child(1) .service-images img:first-child {
    position: absolute;
    left: 50px;
    z-index: 2;
}

.grid :nth-child(1) .service-images img:last-child {
    position: absolute;
    z-index: 1;
    border-top-left-radius: 12px;
    border-top: 8px solid #1C7DD70A;
    border-left: 8px solid #1C7DD70A;
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0);
}

.grid .service-card:nth-child(3) .service-images {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.grid .service-card:nth-child(3) .service-images img {
    opacity: 0;
    transform: translateX(-80px);
}

.grid .service-card:nth-child(3) .service-images img.in-view {
    animation: backToFront 3s ease-in-out;
    transform-origin: center center;
}

@keyframes backToFront {
    0% {
        transform: scale(0.5) translateZ(-150px);
        opacity: 0;
    }

    40% {
        transform: scale(1) translateZ(0);
        opacity: 1;
    }

    60% {
        transform: scale(1) translateZ(0);
        opacity: 1;
    }

    100% {
        transform: scale(0.5) translateZ(-150px);
        opacity: 0;
    }
}

.grid .service-card:nth-child(5)::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    z-index: -1;
    background-color: #fff;
    background-image: radial-gradient(circle at top right, rgba(230, 100, 120, 0.23) 0%, #0000 60%), radial-gradient(circle at bottom left, rgba(28, 125, 215, 0.58) 0%, #0000 60%);
    /* background: radial-gradient(circle at top right, rgba(246, 109, 125, 0.02) 20%, rgba(246, 109, 125, 0) 85%), radial-gradient(circle at bottom left, rgba(28, 125, 215, 0.86) 0%, rgba(28, 125, 215, 0) 80%), #fff */
    /* radial-gradient(circle at top right, rgba(246, 109, 125, 0.77) 20%, rgba(246, 109, 125, 0) 85%), radial-gradient(circle at bottom left, rgba(28, 125, 215, 0.86) 0%, rgba(28, 125, 215, 0) 80%), #fff; */
}


/* Dotted wave SVG flowing out bottom-right, behind the passport image */
.grid .service-card:nth-child(3) .decor-wave-visa {
    position: absolute;
    bottom: -59px;
    right: 0;
    width: 75%;
    max-width: 240px;
    height: auto;
    pointer-events: none;
    z-index: 0;
}

.grid .service-card:nth-child(5) .service-images img {
    margin-top: 40px;
    border-radius: 12px;
    border: 8px solid #fff;
}

.grid .service-card:nth-child(4) .service-images {
    margin-top: 40px;
}

.grid .service-card:nth-child(4) .decor-wave-books {
    position: absolute;
    bottom: -117px;
    right: -105px;
    height: auto;
    pointer-events: none;
    z-index: 0;
}

.service-card-sec img {
    position: absolute;
    border-radius: 12px;
}

.service-card-sec img:first-of-type {
    top: 220px;
    z-index: 1;
}

.service-card-sec img:last-of-type {
    top: 270px;
    z-index: 2;
    right: -10px;
}

@media (max-width: 900px) {

    .column-8,
    .column-4 {
        grid-column: span 12 !important;
    }

    .grid .service-card:nth-child(2) img:last-of-type {
        top: 232px;
    }
}

.grid .service-card:nth-child(6) {
    position: relative;
    width: 100%;
    background: #fbfbfd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    grid-column: span 12;

}

.grid .service-card:nth-child(6)::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 420px;
    height: 320px;
    background: radial-gradient(circle at top right, #f26d7d 0%, #f6a3ab 35%, rgba(246, 163, 171, 0) 70%);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}


.grid .service-card:nth-child(6) .decor-blob-directory::after {
    content: "";
    position: absolute;
    bottom: -105px;
    left: 115px;
    width: 401px;
    height: 320px;
    background: radial-gradient(circle at top right, #f26d7d 0%, #f6a3ab 35%, rgba(246, 163, 171, 0) 70%);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
    display: block;

    mask-image: linear-gradient(to bottom, transparent 0%, black 35%);
}

.grid .service-card:nth-child(6) .decor-wave-directory {
    position: absolute;
    bottom: 0;
    left: -190px;
    height: auto;
    pointer-events: none;
    z-index: 0;
}

.grid .service-card:nth-child(6) .service-images img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    display: block;
    transform-origin: bottom right;
    z-index: 99;
    background: #FFF0;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-top-left-radius: 12px;
    border-top: 8px solid #1C7DD70A;
    border-left: 8px solid #1C7DD70A;
}

.services-section .card-inner-p .inner-p p {
    width: 62%;
}




.icon-wrap-bg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    background: #E3EEFF;
    transition: background-color 0.3s ease;
}

.arrow-wrap-bg {
    height: 37px;
    width: 37px;
    border-radius: 8px;
    border: 1px solid #1C7DD733;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.arrow-wrap-bg img {
    transform: rotate(-45deg);
}

.service-card-new:hover {
    background-color: #E3EEFF;
}

.service-card-new:hover .arrow-wrap-bg img {
    transform: rotate(-70deg);
}



.arrow-wrap-bg img {
    transition: transform 0.3s ease;
}

/* On card hover, make both icon and arrow backgrounds white */
.service-card-new:hover .icon-wrap-bg,
.service-card-new:hover .arrow-wrap-bg {
    background-color: #fff;
}



/* responsive  */
/* ========== TABLET: 992px and below ========== */
@media (max-width: 992px) {
    .service-card {
        min-height: 480px;
        padding-right: 20px;
    }

    .title-main h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    /* Card 1 — Exam Portal images */
    .grid .service-card:nth-child(1) .service-images {
        gap: 20px;
        margin-top: 40px;
    }

    .grid :nth-child(1) .service-images img:last-child {
        width: 55%;
        height: auto;
    }

    /* Card 2 — Premium Courses absolute images */
    .service-card-sec img:first-of-type,
    .service-card-sec img:last-of-type {
        max-width: 45%;
        height: auto;
    }

    .service-card-sec img:first-of-type {
        top: 180px;
    }

    .service-card-sec img:last-of-type {
        top: 220px;
        right: 10px;
    }

    /* Card 3 — Visa wave decoration */
    .grid .service-card:nth-child(3) .decor-wave-visa {
        max-width: 180px;
        bottom: -30px;
    }

    /* Card 4 — Books wave decoration */
    .grid .service-card:nth-child(4) .decor-wave-books {
        width: 60%;
        max-width: 260px;
        bottom: -60px;
        right: -60px;
    }

    /* Card 6 — Dictionary card */
    .grid .service-card:nth-child(6) {
        min-height: 420px;
    }

    .grid .service-card:nth-child(6) .decor-wave-directory {
        left: -100px;
        width: 70%;
        max-width: 380px;
    }

    .grid .service-card:nth-child(6)::before {
        width: 300px;
        height: 220px;
        top: -40px;
        right: -40px;
    }

    .grid .service-card:nth-child(6) .decor-blob-directory::after {
        width: 280px;
        height: 220px;
        left: 40px;
        bottom: -60px;
    }

    .grid .service-card:nth-child(6) .service-images img {
        width: 55%;
    }
}

/* ========== SMALL TABLET / LARGE MOBILE: 768px and below ========== */
@media (max-width: 768px) {

    .column-8,
    .column-4,
    .grid .service-card:nth-child(1),
    .grid .service-card:nth-child(6) {
        grid-column: span 12;
    }

    .service-card {
        min-height: auto;
        padding: 20px;
        padding-bottom: 24px;
    }

    .title-main h2 {
        font-size: 24px;
    }

    /* Card 1 — stack images instead of absolute overlap */
    .grid .service-card:nth-child(1) .service-images {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        margin-top: 24px;
        position: relative;
        min-height: 220px;
    }

    .grid :nth-child(1) .service-images img:first-child {
        position: relative;
        left: 0;
        /* width: 60%; */
        margin: 0 auto;
    }

    .grid :nth-child(1) .service-images img:last-child {
        position: relative;
        /* width: 70%; */
        margin: 0 auto;
    }

    /* Card 2 — switch from absolute to flow layout */
    .service-card-sec {
        padding-bottom: 260px;
    }

    .service-card-sec img:first-of-type,
    .service-card-sec img:last-of-type {
        max-width: 60%;
    }

    .service-card-sec img:first-of-type {
        top: auto;
        bottom: 20px;
        left: 10%;
    }

    .service-card-sec img:last-of-type {
        top: auto;
        bottom: 0;
        right: 10%;
    }

    /* Card 3 — Visa */
    .grid .service-card:nth-child(3) .service-images {
        margin-top: 24px;
    }

    .grid .service-card:nth-child(3) .decor-wave-visa {
        max-width: 140px;
        bottom: -20px;
    }

    /* Card 4 — Books */
    .grid .service-card:nth-child(4) .decor-wave-books {
        width: 50%;
        max-width: 200px;
        bottom: -30px;
        right: -30px;
        opacity: 0.6;
    }

    /* Card 5 — Grammar */
    .grid .service-card:nth-child(5) .service-images img {
        margin-top: 24px;
        width: 100%;
    }

    /* Card 6 — Dictionary, switch to stacked non-absolute */
    .grid .service-card:nth-child(6) {
        min-height: auto;
        padding: 24px 24px 0 24px;
    }

    .grid .service-card:nth-child(6) .service-images {
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    .grid .service-card:nth-child(6) .service-images img {
        position: relative;
        bottom: auto;
        right: auto;
        width: 80%;
        margin: 0 auto;
    }

    .grid .service-card:nth-child(6) .decor-wave-directory {
        left: -140px;
        width: 90%;
        opacity: 0.6;
    }

    .grid .service-card:nth-child(6)::before {
        width: 220px;
        height: 160px;
        top: -30px;
        right: -30px;
    }

    .inner-p p {
        width: 100%;
    }
}

/* ========== MOBILE: 480px and below ========== */
@media (max-width: 480px) {

    .title-main h2 {
        font-size: 20px;
    }

    .service-card {
        padding: 16px;
    }

    .inner-p p {
        font-size: 13px;
        margin-top: 8px;
    }

    .grid :nth-child(1) .service-images img:first-child,
    .grid :nth-child(1) .service-images img:last-child {
        width: 100% !important;
    }

    .service-card-sec {
        padding-bottom: 200px;
    }

    .service-card-sec img:first-of-type,
    .service-card-sec img:last-of-type {
        max-width: 70%;
    }

    .grid .service-card:nth-child(6) .decor-wave-directory {
        left: -160px;
        opacity: 0.4;
    }

    .grid .service-card:nth-child(6) .service-images img {
        width: 100%;
    }

    .grid .service-card:nth-child(6) .decor-blob-directory::after {
        display: none;
    }

    .about-us-video-section .content-area h2 {
        font-size: 14px;
    }

}

/* about-us section  */
.about-section {
    background: #F8FAFD;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 12px;
    align-items: stretch;
}

/* ===== Shared card base ===== */
.about-card {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

/* ===== Card 1: Image card ===== */
.about-card-image {
    position: relative;
    min-height: 340px;
    background: #eee;
}

.about-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.about-icon-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1a1a2e;
    z-index: 2;
}

.about-overlay-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #ffffff;
    border-radius: 12px;
    padding: 18px 20px;
    z-index: 2;
}

.about-overlay-text p {
    font-size: 14px;
    color: var(--primary);
    margin: 0;
    font-weight: 400;
    opacity: 65%;
}


/* ===== Card 2: Students card ===== */
.about-card-students {
    background: #ffffff;
    border: 1px solid #eef0f4;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.about-card-students span,
.about-card-image span {
    font-size: 32px;
    color: var(--primary);
    font-weight: 500;
    letter-spacing: -3%;

}

.about-card-students .text-bottom {
    margin-top: auto;
}

.about-card-students p {
    font-size: 14px;
    color: var(--primary);
    font-weight: 400;
    margin: 0;
    opacity: 65%;
}

.student-avatars {
    display: flex;
    margin-bottom: 12px;
}

.student-avatars img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    object-fit: cover;
    margin-left: -12px;
}

.student-avatars img:first-child {
    margin-left: 0;
}

/* ===== Right column stack ===== */
.about-card-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Card 3a: Learning App */
.about-card-app {
    border: 1px solid #eef0f4;
    padding: 24px;
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    overflow: hidden;
    flex-direction: column;

    perspective: 1200px;
}

.about-card-app::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(246, 109, 125, 0.77) 20%, rgba(246, 109, 125, 0) 85%), radial-gradient(circle at bottom left, rgba(28, 125, 215, 0.86) 0%, rgba(28, 125, 215, 0) 80%), #fff
}

.about-app-text {
    z-index: 99;
}

.about-app-text p {
    font-size: 14px;
    color: var(--primary);
    margin: 0;
    font-weight: 400;
    opacity: 65%;
}

.about-card-app img {
    width: 110px;
    height: auto;
    flex-shrink: 0;
    margin-top: -10px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/* Card 3b: Premium */
.about-card-premium {
    padding: 24px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.about-card-premium .title-secondary {
    color: #fff;
}

.about-card-premium p {
    color: #FFFFFF;
    margin-top: 5px;
    opacity: 65%;
}

.about-app-img {
    opacity: 0;
    transform: translateZ(-300px) scale(0.6);
    transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1),
        opacity 1s ease;
    will-change: transform, opacity;
}

.about-app-img.in-view {
    opacity: 1;
    transform: translateZ(0) scale(1);
}



/* ===== Responsive ===== */
/* ---------- Small desktops / large tablets (992px - 1199px) ---------- */
@media (max-width: 1199px) {
    .about-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* ---------- Tablets (768px - 991px) ---------- */
@media (max-width: 991px) {
    .about-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-card-image {
        grid-column: 1 / -1;
    }

    .about-card-stack {
        flex-direction: row;
    }

    .about-card-stack .about-card {
        flex: 1;
    }

    .padding-bottom {
        padding-bottom: 30px;
    }

    .blog-showcase {
        padding-top: 10px !important;
    }
}


/* ---------- Large phones (576px - 767px) ---------- */
@media (max-width: 767px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-card-stack {
        flex-direction: column;
    }

    .title-main h2 {
        font-size: 26px;
    }

    .about-card-image {
        min-height: 260px;
    }

    .about-card-app img {
        width: 90px;
    }

    .about-card-students .text-bottom {
        display: none;
    }

    .grid-gap {
        margin-top: 10px;
    }

    .title-main {
        width: 100%;
    }
}

/* ---------- Small phones (up to 575px) ---------- */
@media (max-width: 575px) {
    .about-grid {
        gap: 14px;
    }

    .about-card {
        padding: 18px;
    }

    .about-app-img {
        width: 85px;
    }

    .student-avatars img {
        width: 28px;
        height: 28px;
    }

    .about-card-stack {
        gap: 12px;
    }
}

/* ---------- Extra small phones (up to 380px) ---------- */
@media (max-width: 380px) {
    .about-card-image {
        min-height: 200px;
    }

    .about-app-img {
        width: 70px;
    }
}




/* about us video section  */
.about-us-video-section {
    overflow: hidden;
    min-height: 512px;
    position: relative;
}

.about-us-video-section .img-1 {
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-video-section .content-area {
    position: relative;
    z-index: 2;
    padding: 40px;
    width: 54%;
    top: 0;
    left: 0;

}

.about-us-video-section .content-area h2 {
    color: #fff;
}

.about-us-video-section .content-area .btn-outline {
    margin-top: 30px;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.video-content {
    position: relative;
    width: 80%;
    max-width: 900px;
}

.video-content iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}

.close-video {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}

/* responsive  */
@media (max-width: 767px) {
    .about-us-video-section {
        min-height: 380px;
    }

    .about-us-video-section .content-area {
        width: 100%;
        padding: 24px;
    }
}


/* why-choose-us-section  */
.why-choose-us-section {
    background: #F8FAFD;
}

.why-choose-top .awards {
    align-items: flex-end;
}

.mb-50 {
    margin-bottom: 50px;
}

.awards {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 6px;
}

/* ---------- Main content row ---------- */
.why-choose-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
}

.feature-item {
    cursor: pointer;
    padding: 16px 0;
    position: relative;
}

.feature-item:first-child {
    padding-top: 0;
}

.feature-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.feature-head .title-secondary {
    opacity: 85%;
}

.feature-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease, margin-top 0.4s ease;
    margin-top: 0;
}

.feature-item.active .feature-body {
    grid-template-rows: 1fr;
    margin-top: 12px;
}

.feature-body p {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.7;
    color: var(--primary);
    margin: 0 0 10px 0;
    opacity: 65%;
    min-height: 0;
}

.feature-line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 14px;
    border-radius: 2px;
    overflow: hidden;
}

.feature-line .line-fill {
    display: block;
    height: 100%;
    width: 0%;
    background: #1C7DD7;
    transition: width 3s linear;
}

.feature-item.loading .line-fill,
.feature-item.active .line-fill {
    width: 100%;
}


/* ---------- Image side ---------- */
.why-choose-image {
    border-radius: 8px;
    padding: 14px;
    border: 1.2px solid #1C7DD733;
}

.why-choose-image img {
    width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

/* responsive  */


/* ---------- Small desktops / laptops (992px - 1199px) ---------- */
@media (max-width: 1199px) {
    .why-choose-content {
        gap: 36px;
    }

    .title-main h2 {
        font-size: 27px;
    }
}

/* ---------- Tablets (768px - 991px) ---------- */
@media (max-width: 991px) {
    .why-choose-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .why-choose-top .flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
        margin-bottom: 14px;
    }

    .awards {
        align-self: flex-start;
    }

    .title-main h2 {
        font-size: 24px;
        max-width: 100%;
    }

    .why-choose-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .why-choose-image {
        order: -1;
    }

    .why-choose-image img {
        max-height: 340px;
    }
}

/* ---------- Large phones (576px - 767px) ---------- */
@media (max-width: 767px) {
    .why-choose-top {
        margin-bottom: 24px;
    }

    .feature-item {
        padding: 14px 0;
    }

    .feature-head {
        gap: 10px;
    }

    .feature-head img {
        width: 20px;
        height: 20px;
    }

    .why-choose-image img {
        max-height: 280px;
        border-radius: 12px;
    }
}

/* ---------- Small phones (up to 575px) ---------- */
@media (max-width: 575px) {
    .why-choose-us-section {
        padding: 40px 0;
        padding-bottom: 18px;
    }

    .gradient-btn {
        font-size: 11px;
        padding: 5px 12px;
    }

    .awards {
        gap: 10px;
    }

    .why-choose-content {
        gap: 22px;
    }

    .feature-head img {
        width: 18px;
        height: 18px;
    }

    .feature-body p {
        font-size: 12.5px;
    }

    .why-choose-image img {
        max-height: 220px;
    }
}

/* ---------- Extra small phones (up to 380px) ---------- */
@media (max-width: 380px) {
    .awards img {
        height: 45px;
    }

    .why-choose-image img {
        max-height: 180px;
    }
}


/* larning roadmap section  */
.learning-roadmap-section {
    position: relative;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.learning-roadmap-section h2 {
    color: #fff;
}

.learning-roadmap-section .title-main span {
    color: #7AA3C7;
}

.learning-roadmap-section p {
    color: #fff;
    opacity: 80%;
    max-width: 420px;

}

/* ---------- Roadmap steps row ---------- */
.roadmap-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

/* connecting dashed line behind the icons */
.roadmap-steps::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 5%;
    right: 23%;
    height: 0;
    border-top: 2px dashed rgba(255, 255, 255, 0.25);
    z-index: 0;
}

.roadmap-step {
    position: relative;
    z-index: 1;
    text-align: left;
}

.step-icon {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #1c3c6b; */
    margin-bottom: 22px;
    border: 8px solid #196DA2;
}

.step-icon img {
    width: 24px;
    height: 24px;
}

.roadmap-step .title-secondary {
    margin: 0 0 10px;
    opacity: 85%;
    color: #fff;
}

.roadmap-step p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    max-width: 220px;
    opacity: 65%;
}

/* ==================================================
   RESPONSIVE
   ================================================== */

@media (max-width: 991px) {

    .title-main h2,
    .flex-item>p {
        max-width: 100%;
    }

    .roadmap-steps {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }

    .roadmap-steps::before {
        display: none;
    }

    .learning-roadmap-section .flex {
        flex-direction: column;
    }

    .learning-roadmap-section p {
        max-width: 100%;
    }
}

@media (max-width: 575px) {

    .title-main h2 {
        font-size: 22px;
    }

    .flex-item>p {
        font-size: 13.5px;
    }

    .roadmap-steps {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .step-icon {
        width: 46px;
        height: 46px;
        margin-bottom: 16px;
    }

    .step-icon svg {
        width: 20px;
        height: 20px;
    }

    .roadmap-step h3 {
        font-size: 15px;
    }

    .roadmap-step p {
        max-width: 100%;
    }
}

/* courses section  */
.nav-arrows {
    display: inline-flex;
    gap: 5px;
    padding: 8px;
    border-radius: 14px;
}

.nav-arrow {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav-arrow.prev {
    border: 1px solid #DCE1EA;
    background: #fff;
}

.nav-arrow.next {
    background: #E4E9F3;
}

.nav-arrow img {
    width: 16px;
    height: 16px;
}



.nav-arrow.prev:hover {
    color: #2563eb;
    background: #E4E9F3;
}

.nav-arrow.prev:hover path {
    stroke: #2563eb;
    opacity: 1;
}


.courses-swiper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.courses-card-grid.swiper-wrapper {
    display: flex;
}

.courses-card.swiper-slide {
    border: 1.2px solid #1C7DD733;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    /* transition: box-shadow 0.2s ease, transform 0.2s ease; */
    height: 448px;
    width: 332px;
    flex-shrink: 0;
    box-shadow: 0px 2px 4px 0px #0833780A;

    box-shadow: 0px 7px 7px 0px #08337808;

    box-shadow: 0px 16px 10px 0px #08337805;

    box-shadow: 0px 29px 12px 0px #08337803;

    box-shadow: 0px 45px 13px 0px #08337800;

}

.nav-arrow.active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.swiper-wrapper .courses-card:hover {
    box-shadow: 0 10px 25px -8px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
    cursor: pointer;
}

.courses-card-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 12px
}

.courses-card img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.courses-card-top .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #EDF4FF;
    color: #1C7DD7;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 8px;
    border-radius: 999px;
    white-space: nowrap;
    backdrop-filter: blur(4.800000190734863px);
    border: 1px solid #FFFFFF24;
}

.courses-card-top .badge svg {
    width: 14px;
    height: 14px;
}

.courses-card {
    color: #A6C6DB;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;

}

.courses-card .courses-content {
    /* margin-top: auto; */
    padding: 18px;
}

.courses-content p {
    margin-top: 4px;
}

.card-footer {
    border-top: 1px solid #F1F3F7;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    margin-top: auto;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1F3246;
    font-size: 14px;
}

.footer-item svg {
    width: 16px;
    height: 16px;
}

.courses-section .nav-arrows {
    align-items: flex-end;
}


.courses-section {
    position: relative;
}

.courses-section::before {
    content: "";
    position: absolute;
    top: 274px;
    right: 371px;
    bottom: 0;
    width: 10%;
    z-index: 9;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    pointer-events: none;
}


/* responsive  */


/* ============================
   Tablet (768px - 1023px)
   ============================ */
@media (max-width: 1023px) {
    .courses-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .courses-section .flex-item {
        margin-bottom: 30px;
    }
}


/* ============================
   Small Tablet / Large Mobile (576px - 767px)
   ============================ */
@media (max-width: 767px) {
    .courses-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .courses-section .container-small {
        padding-left: 16px;
        padding-right: 16px;
    }

    .courses-section .flex-item {
        flex-direction: row;
        align-items: flex-end;
        gap: 12px;
        margin-bottom: 24px;
    }

    .courses-section .title-main h2 {
        font-size: 24px;
    }

    .nav-arrow {
        width: 28px;
        height: 28px;
    }

    .nav-arrow img {
        width: 12px;
        height: 12px;
    }

    .title-secondary {
        font-size: 16px;
    }

    .card-footer {
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer-item {
        font-size: 13px;
    }

    .about-us-video-section {
        min-height: 430px !important;
    }

    .courses-card.swiper-slide {
        height: 100%;
    }

    .accordion-item .title-secondary {
        font-size: 18px;
    }
}


/* ============================
   Mobile (480px and below)
   ============================ */
@media (max-width: 480px) {
    .courses-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .badge {
        font-size: 12px;
    }

    .icon-box img {
        width: 32px;
        height: 32px;
    }

    .courses-content p {
        font-size: 13px;
        line-height: 1.4;
    }

    .courses-card-top {
        margin-bottom: 14px;
    }

    .card-footer {
        margin-top: 16px;
    }

    .insights-section .btn-column {
        margin-top: 8px;
    }

    .about-us-video-section {
        min-height: 265px !important;
    }

    .insights-section .flex-end {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .content-area .btn-outline img {
        width: 16px;
        height: 16px;
    }

    .accordion-item .title-secondary {
        font-size: 16px;
    }
}


/* ============================
   Extra Small Mobile (360px and below)
   ============================ */
@media (max-width: 360px) {
    .courses-section .title-main h2 {
        font-size: 18px;
    }
}



/* lkwb app section   */

.lkwb-app-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 480px;
    display: flex;
    background-image: var(--bg-image);
    padding: 0 80px;
    border-radius: 8px;
}

.lkwb-app-content-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .lkwb-app-content-section .app-img {
    animation: imgBackFront 4s ease-in-out;
}

@keyframes imgBackFront {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.7);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
} */
.lkwb-app-content-section .app-img {
    animation: imgBackFront 4s ease-in-out;
    animation-play-state: paused;
}

.lkwb-app-content-section.in-view .app-img {
    animation-play-state: running;
}

@keyframes imgBackFront {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.7);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.lkwb-app-content-section .title-main h2 {
    max-width: 500px;
}

.lkwb-app-content-section .app-img {
    position: absolute;
    top: -54px;
    right: 32px;
}

.flex-img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

/* responsive  */

/* ==========================================================================
   Tablet (768px – 1023px)
   ========================================================================== */
@media (max-width: 1023px) {
    .lkwb-app-section {
        padding: 40px 32px;
        border-radius: 18px;
    }

    .lkwb-app-content-section {
        flex-direction: column;
        text-align: center;
        gap: 28px;
    }

    .left-content {
        align-items: center;
        max-width: 100%;
    }

    .flex-img {
        justify-content: center;
    }
}

@media (max-width: 945px) {
    .lkwb-app-content-section .app-img {
        max-width: 320px;
        top: 40px;
    }
}

@media (max-width: 845px) {
    .lkwb-app-content-section .app-img {
        max-width: 255px;
        top: 85px;
    }
}

/* ==========================================================================
   Mobile Large (576px – 767px)
   ========================================================================== */

@media (max-width: 767px) {
    .lkwb-app-section {
        padding: 40px 24px;
        min-height: auto;
        flex-direction: column;
    }

    .lkwb-app-content-section .app-img {
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 320px;
        margin-top: 24px;
        align-self: center;
    }

    .lkwb-app-content-section .title-main h2 {
        max-width: 100%;
    }

    .flex-img {
        flex-wrap: wrap;
        margin-top: 30px;
    }
}

/* ==========================================================================
   Mobile Small (up to 575px)
   ========================================================================== */
@media (max-width: 575px) {
    .lkwb-app-section {
        padding: 28px 18px;
        border-radius: 14px;
    }

    .left-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .flex-img {
        gap: 12px;
    }

    .flex-img img {
        height: 34px;
    }

    .app-img {
        max-width: 220px;
    }
}

/* ==========================================================================
   Very Small Mobile (up to 375px)
   ========================================================================== */
@media (max-width: 375px) {
    .lkwb-app-section {
        padding: 24px 14px;
    }

    .title-main h2 {
        font-size: 20px;
    }

    .lkwb-app-content-section .app-img {
        max-width: 220px;
    }

    .about-us-video-section {
        min-height: 225px !important;
    }
}


/* stories section  */
.stories-section-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

/* .stories-section-content  */
/* .swiper-slide .stories-left-img  */
.swiper-slide .stories__img img {
    border: 8px solid #E4E9F3;
    border-radius: 8px;
    /* width: 490px; */
    width: 100%;
    height: 570px;
    object-fit: cover;
    flex-shrink: 0;
}

.stories-section-content .title-main h2 {
    max-width: 454px;
}

/* .stories-section-content */
.swiper-slide .stories-left-img {
    border: 8px solid #E4E9F3;
    border-radius: 8px;
}

.gap-30 {
    gap: 30px;
}

.text-wrap {
    margin-top: 30px;
}


.right-content p {
    margin-top: 0;
    font-style: italic;
}

.text-wrap .nav-arrows {
    margin-top: 40px;
}

.swiper-slide .mobile-img-only .stories-left-img {
    display: none;
}

.side-posts .btn-column-mobile {
    display: none;
}

.heading-wrap-mobile {
    display: none;
}

.stories-grid {
    gap: 60px !important;
}

/* responsive  */

/* ===== Tablets — stack + reorder: heading -> image -> content ===== */
@media (max-width: 991px) {
    .stories-section .grid {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .swiper-slide .mobile-img-only .stories-left-img {
        display: block;
        margin-top: 18px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .stories-section-content .right-content img {
        max-width: 10%;
    }

    .mySwiper2 .nav-arrows {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .side-posts .btn-column-mobile {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .insights-section .btn-column-desktop {
        display: none;
    }

    .heading-wrap-mobile {
        display: block;
    }

    .heading-wrap-desktop {
        display: none;
    }
}




/* ===== Mobile (large) ===== */
@media (max-width: 767px) {

    .stories-section .grid {
        gap: 20px;
    }


    /* .title-main h2 span {
        display: block;
    } */

    .stories-section-content .mt-40 {
        margin-top: 20px !important;
    }

    .nav-arrows {
        justify-content: center;
        margin-top: 15px;
    }
}

/* ===== Mobile (small) ===== */
@media (max-width: 575px) {
    .flex.flex-top.flex-between p {
        font-size: 13px;
    }

    .text-wrap span {
        font-size: 14px;
    }

    .nav-arrow img {
        width: 18px;
    }
}


/* Insights section   */
.insights-section .title-main h2 {
    max-width: 460px;
}

.featured-post__overlay .title-secondary {
    color: #FFFFFF;
}

.featured-post__overlay .title-secondary:hover {
    color: #008AFF;
}

.insights-section .flex-end {
    align-items: flex-end;
}

/* ==========================================================================
   Section Wrapper
   ========================================================================== */
.blog-showcase {
    padding-top: 50px;
}

.blog-showcase__inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 12px;
}

/* ==========================================================================
   Shared Badge Styles
   ========================================================================== */
.badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 6px 14px;
    border-radius: 6px;
}

.badge--tag {
    background: #EDF4FF;
    color: #1C7DD7;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    font-weight: 500;
}

.badge--date {
    color: #000;
    width: fit-content;
    opacity: 60%;
    backdrop-filter: blur(4.800000190734863px);
    background: #E4E9F3;
    border: 1px solid #FFFFFF24;
}

.badge--date-dark {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    backdrop-filter: blur(4px);
}

/* ==========================================================================
   Featured Post (Left, Large)
   ========================================================================== */
.featured-post {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    min-height: 100%;
}


.featured-post img {
    width: 100%;
    height: 100%;
    /* min-height: 620px; */
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.featured-post:hover .featured-post__img {
    transform: scale(1.04);
}

.featured-post__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.35) 55%,
            rgba(0, 0, 0, 0) 100%);
}


/* ==========================================================================
   Side Posts (Right, Stacked List)
   ========================================================================== */
.side-posts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.side-post {
    display: flex;
    /* align-items: flex-start; */
    gap: 12px;
}

.side-posts .side-post:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* .side-post img */
.side-post img {
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.side-post:hover .side-post__img {
    transform: scale(1.04);
}

.side-post__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    justify-content: center;
}

.side-post__content .title-secondary:hover {
    color: #008AFF;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
    .blog-showcase__inner {
        grid-template-columns: 1fr;
    }

    .featured-post img {
        min-height: 420px;
    }

    .about-us-video-section {
        min-height: 480px;
    }
}

@media (max-width: 600px) {
    .side-post {
        gap: 14px;
    }

    .side-post img {
        width: 100%;
        height: 100%;
        /* min-width: 88px; */
    }

}


/* faq section  */

a {
    text-decoration: none;
}

.faq-section__inner {
    display: grid;
    grid-template-columns: 0.85fr 1.4fr;
    gap: 5px;
    align-items: start;
}

.faq-section__inner .faq-left {
    display: flex;
    flex-direction: column;
    height: 100%;
}


/* Contact Card */
.faq-contact-card {
    text-align: start;
    margin-top: auto;
    width: 260px;
    max-width: 300px;
    height: 177px;
    border-radius: 8px;
    padding: 25px;
    background: linear-gradient(155deg, #8fb8ef 20%, #eef0f6 45%, #eba1ba 100%);
}

.faq-contact-card p,
.faq-contact-card .btn {
    margin-top: 10px;
}

/* ==========================================================================
   Right Column: Accordion
   ========================================================================== */
.faq-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.accordion-toggle {
    display: none;
}

.accordion-item {
    background: #E4E9F3;
    border-radius: 8px;
    overflow: hidden;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 24px;
    cursor: pointer;
}

.accordion-icon {
    position: relative;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.accordion-icon::before,
.accordion-icon::after {
    content: "";
    position: absolute;
    background: var(--primary);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.accordion-icon::before {
    width: 14px;
    height: 2px;
}

.accordion-icon::after {
    width: 2px;
    height: 14px;
}

.accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.accordion-content p {
    overflow: hidden;
    width: 100%;
}

/* Expanded state */
.accordion-toggle:checked~.accordion-header {
    background: #ffffff;
}

.accordion-toggle:checked~.accordion-header .accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.accordion-toggle:checked~.accordion-content {
    grid-template-rows: 1fr;
}

.accordion-toggle:checked~.accordion-content p {
    padding: 0 24px 24px;
    margin-top: 0;
}

.accordion-item:has(.accordion-toggle:checked) {
    background: #ffffff;
    border: 1px solid #1C7DD733;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
    .faq-section__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .faq-contact-card {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .accordion-header {
        padding: 16px 18px;
        font-size: 14px;
    }

    .accordion-content p {
        padding: 0 18px;
        font-size: 13.5px;
    }

    .accordion-toggle:checked~.accordion-content p {
        padding: 0 18px 18px;
    }

    .faq-contact-card {
        margin-top: 30px;
    }
}

/* cta section  */
.cta-section {
    background: linear-gradient(360deg, #DCF0FF 0%, #F8FAFD 100%);
    padding: 100px 0;
    position: relative;
    z-index: 1;
}


.cta-section::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(to bottom, #ffffff 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 9;
    pointer-events: none;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 42%;
    margin: 0 auto;
}

.cta-content .btn {
    margin-top: 30px;
}

/* responsive  */
/* ===== Tablets ===== */
@media (max-width: 991px) {
    .title-main h2 br {
        display: none;
    }

    .cta-content p {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .cta-content {
        width: 100%;
    }
}

/* ===== Mobile (large) ===== */
@media (max-width: 767px) {

    .cta-content p {
        font-size: 15px;
    }

    .cta-content .btn.btn-primary {
        margin-top: 10px;
    }

    .cta-section {
        padding: 50px 0;
    }
}

/* ===== Mobile (small) ===== */
@media (max-width: 575px) {
    .cta-content p {
        font-size: 14px;
    }

    .cta-content .btn.btn-primary {
        width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 14px;
        padding: 10px 16px;
    }

    .cta-section {
        padding: 40px 0;
        padding-top: 6px;
    }
}

/* footer  */
.site-footer {
    position: relative;
    background: #00437C;
    color: #a9bdd9;
    /* padding: 60px 60px 0; */
    overflow: hidden;
}

.deco {
    position: absolute;
    pointer-events: none;
    opacity: 0.9;
}

.deco-cloud-1 {
    top: 298px;
    right: 750px;
    width: 70px;
}

.deco-cloud-2 {
    top: 266px;
    right: 600px;
    width: 90px;
}

.deco-pagoda {
    top: 291px;
    right: 380px;
    /* width: 130px; */
}

.deco-blossom {
    top: 144px;
    right: -32px;
}

/* ==========================================================================
   Footer Top: Columns
   ========================================================================== */
.footer-top {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding-bottom: 170px;
}

.footer-col .title-secondary-xs {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0%;
    line-height: 28px;
}

.footer-col ul li {
    margin-bottom: 16px;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
}

.footer-col ul li a {
    color: #ffffff;
    font-size: 14px;
    transition: color 0.2s ease;
    opacity: 60%;
}

.footer-col ul li a:hover {
    color: #ffffff;
    opacity: 100%;
    text-decoration: underline;
}

/* Contact column */
.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    max-width: 220px;
}


/* App badges */
.app-badges {
    display: flex;
    gap: 10px;
}

.app-badges img {
    height: 40px;
    width: auto;
    display: block;
}

/* ==========================================================================
   Footer Bottom: Logo + Socials
   ========================================================================== */
.footer-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 24px;
    margin-top: 50px;
}

.footer-socials {
    display: flex;
    gap: 14px;
}

.footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(169, 189, 217, 0.4);
    color: #ffffff;
    transition: background 0.2s ease, border-color 0.2s ease;
}


.footer-socials a:hover {
    background: #DD1A32;
    border: #DD1A32;
}

/* ==========================================================================
   Divider + Legal Row
   ========================================================================== */
.footer-divider {
    border: none;
    border-top: 1px solid rgba(169, 189, 217, 0.25);
    position: relative;
    z-index: 2;
}

.site-info {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0 140px;
    font-size: 14px;
}

.site-info p,
a {
    color: #A6BDD1;
}

.site-info a:hover {
    color: #FFF;
    opacity: 100%;
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-links a {
    color: #FFF;
    transition: color 0.2s ease;
    opacity: 65%;
}

.footer-links a:hover {
    color: #FFF;
    opacity: 100%;
}


.footer-wave {
    position: absolute;
    left: 0;
    bottom: -50px;
    display: block;
    z-index: 1;

    background-repeat: repeat-x;
    width: 100%;
    height: 100px;
}

.footer-col .footer-app {
    margin-right: 70px;
}

/* responsive  */
/* ===== Large screens / laptops ===== */
@media (max-width: 1199px) {
    .site-info p {
        margin-top: 0;
    }
}

/* ===== Tablets / small laptops ===== */
@media (max-width: 1024px) {
    .deco {
        display: none;
    }

    .footer-bottom {
        margin-top: 0;
    }

    .grid :nth-child(1) .service-images img:last-child {
        width: 60%;
    }
}

/* ===== Tablets ===== */
@media (max-width: 991px) {
    .footer-top {
        padding-bottom: 50px;
        /* flex-wrap: nowrap; */
    }

    .footer-col .footer-app {
        margin-right: 0;
    }

    .site-info {
        padding-bottom: 100px;
    }

    .footer-top-wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
    }
}

/* ===== Tablets (portrait) / large mobile ===== */
@media (max-width: 768px) {
    .footer-top {
        gap: 36px;
        padding-bottom: 60px;
    }

    .footer-col {
        min-width: 45%;
        flex: 1 1 45%;
    }

    .footer-app {
        flex: 1 1 100%;
    }

    .app-badges {
        justify-content: flex-start;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-socials {
        justify-content: center;
    }

    .site-info {
        justify-content: center;
        text-align: center;
        padding-bottom: 70px;
    }

    .contact-list li {
        max-width: 100%;
    }
}

/* ===== Mobile ===== */
@media (max-width: 575px) {
    .footer-top {
        gap: 30px;
        padding-bottom: 50px;
    }

    .footer-col .title-secondary-xs {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .footer-col ul li,
    .footer-col ul li a {
        font-size: 13px;
    }

    .app-badges {
        flex-wrap: wrap;
    }

    .app-badges img {
        height: 36px;
    }

    .footer-socials a {
        width: 34px;
        height: 34px;
    }

    .footer-wave {
        bottom: -20px;
    }
}

/* ===== Small mobile ===== */
@media (max-width: 375px) {
    .footer-top {
        gap: 24px;
        padding-bottom: 40px;
    }

    .footer-col .title-secondary-xs {
        font-size: 13px;
    }

    .contact-list li {
        font-size: 13px;
    }

    .app-badges img {
        height: 32px;
    }

    .site-info,
    .site-info p,
    .site-info a {
        font-size: 12px;
    }
}