/* GLOBAL FIX for unwanted scroll */
html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.main-content {
    position: relative;
    overflow-x: hidden;
    background-color: transparent;
    z-index: 0; /* safe baseline */
}

.main-content::before {
    content: "";
    position: absolute;
    top: 40em;
    left: 0;
    right: 0;
    bottom: 0;

    background-image: url("../../images/home-redesign/background.png"),
    linear-gradient(#F6FAFB, #F6FAFB); /* acts like background-color */

    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;

    opacity: 0.1;
    z-index: -1;
}

.slicknav_nav {
    overflow: unset;
}

/*SECTIONS TRANSPERANT BACKGROUND*/

.divider-area.divider-about-area {
    background: transparent;
    padding: 100px 120px 35px;
}

/*header*/
.header-area.header-default.header-style2 .header-navigation-area .main-menu {
    margin-left: 0;
}

.header-action-cart {
    margin: auto;
}

.download-btn {
    background-color: #334155;
    border-radius: 6px;
    display: inline-block;
    transition: ease 0.3s;
}

.download-btn a {
    display: flex;
    align-items: center;
    gap: 8px; /* you already use gap-2 from your framework */
    padding: 8px 32px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    text-decoration: none;
}

.download-btn:hover {
    background-color: #2c3e60;
}

.header-area.sticky-header.sticky.header-style2 .header-action-area .header-action-cart > .btn-lang-toggle {
    color: #1D1D1D;
}

.btn-lang-toggle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;

    color: #1D1D1D;
}

.btn-lang-toggle:hover {
    text-decoration: underline;
    color: #1D1D1D;
}

.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu > li > a:hover,
.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu:hover > a,
.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu .has-submenu:hover > a,
.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu > li > a:after,
.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu .has-submenu:hover > a:after {
    color: #1D1D1D;
}

/*home page*/
.hero-section {
    padding-top: 320px;
    background-color: transparent;
    overflow: hidden;
}

/* Container for stacking image over circle */
.circle-container {
    position: relative;
    width: clamp(300px, 40vw, 800px);
    aspect-ratio: 1 / 1; /* Keeps it a perfect square */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Blue circle remains behind */
.circle-1 {
    position: absolute;
    inset: 0; /* top, right, bottom, left = 0 */
    background-color: #2B3174;
    border-radius: 50%;
    z-index: 1;
}

/* Phone image over circle — BIG and centered */
.phone-placeholder {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translate(-50%, -35%);
    width: clamp(250px, 55vw, 1000px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-placeholder img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 24px;
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 100px;
        padding-bottom: 230px;
    }

    .col-md-5 {
        display: flex;
        justify-content: flex-end;
        position: relative;
    }

    .circle-container {
        position: relative;
        max-width: 1000px;
        aspect-ratio: 1 / 1;
        margin-top: 120px;
        display: flex;
        justify-content: flex-end;
        margin-left: 27%;
    }

    .circle-1 {
        position: absolute;
        right: 0;
        bottom: 0;
        width: clamp(300px, 100vw, 500px);
        height: clamp(300px, 100vw, 500px);
        background-color: #2B3174;
        border-radius: 50%;
        z-index: 1;
    }

    .phone-placeholder {
        left: 0;
        position: absolute;
        right: 0;
        bottom: 30%;
        transform: translate(-35%, -0%);
        width: clamp(300px, 200vw, 800px);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .phone-placeholder img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 24px;
    }
}

.hero-title, .hero-subtext {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: clamp(32px, 7vw, 82px);
    line-height: clamp(36px, 7vw, 82px);
    text-transform: uppercase;
    color: #161719;
    margin-bottom: clamp(30px, 8vw, 80px);
}

.hero-subtext {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #111827;
    margin-bottom: clamp(30px, 8vw, 15px);
}

.hero-subtext-blue {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;

    color: #2B3174;
}

.store-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #333;
    border-radius: 8px;
    text-decoration: none;
    color: #212121;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    background-color: transparent;
    transition: all 0.2s ease;
    gap: 10px;
}

.store-btn:hover {
    background-color: #E9E9E9;
    color: #212121;
    border-color: #000;
}

.store-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* Splide container wrapper */
.slider-section-title {
    margin-bottom: 70px;
}

.slider-section-title h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 0;
    color: #2B3174;
}

.slider-section-title h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #4C4C4C;
}

.video-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
}

.ratio {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 40px;
}

.ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 40px;
}

#featureSlider {
    overflow-y: visible;
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    box-sizing: border-box;
    height: 400px;
}

.splide {
    max-width: 1100px;
    margin: 0 auto;
}

.splide__track {
    overflow: visible !important;
    width: 100%;
    height: 100%;
}

.splide__list {
    display: flex;
    align-items: center;
    height: 100%;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: transform 0.3s ease;
    z-index: 1;
}

.feature-card {
    background-color: #FFFFFF;
    color: #ccc;
    padding: 55px 25px;
    text-align: center;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
    transform: scale(0.92);

    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.11);
    border-radius: 23px;
}

.splide__slide.is-active .feature-card {
    background-color: #2B3174;
    color: #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
    z-index: 2;
    max-width: 400px;
}

.splide__slide:not(.is-active) .feature-card {
}

.feature-card .icon {
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;

    color: #525252;
}

.feature-card p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-align: center;

    color: #414141;
}

.splide__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.icon-active {
    display: none;
}

.splide__slide.is-active .icon-active {
    display: block;
    margin: auto;
}

.splide__slide.is-active .icon-default {
    display: none;
}

.splide__slide.is-active .feature-card h3 {
    font-size: 29px;
    line-height: 44px;
    color: #FFFFFF;
}

.splide__slide.is-active .feature-card p {
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .divider-area.divider-about-area {
        padding: 30px 5px;
    }

    .slider-section-title {
        margin-bottom: 40px;
    }

    .feature-card {
        transform: scale(0.95);
    }

    .splide__slide.is-active .feature-card {
        transform: scale(1.05);
    }

    .feature-card {
        max-width: 260px;
    }

    .splide__slide.is-active .feature-card {
        max-width: 320px;
    }

    .splide__slide.is-active .feature-card h3 {
        font-size: 20px;
        line-height: 31px;
    }

    .splide__slide.is-active .feature-card p {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-card h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .feature-card p {
        font-size: 13px;
        line-height: 20px;
    }
}

/*Review Section*/
.review-slide {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
}

.review-slide .avatar img {
    border-radius: 50%;
    margin-bottom: 1rem;
}

.review-slide .reviewer-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    font-family: 'Montserrat';
}

.review-slide .review-date {
    font-size: 0.9rem;
    color: #999;
    margin: 0.25rem 0 1rem;
}

.review-slide .review-text {
    font-size: 1rem;
    font-style: italic;
    color: #333;
    line-height: 1.6;
}

.splide__pagination {
    gap: 5px;
}

.splide__pagination__page.is-active {
    background: #535353 !important;
}

/* Pro Plan Card */
.subscription-section-container {
    max-width: 840px;
    border-radius: 16px;
    margin: auto;

    padding: 3rem;
}

.benefit-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;

    color: #111827;
}

.benefit-subtext {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;

    color: #111827;
}

.benefit-price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;

    color: #111827;
}

.benefit-price-subtext {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;

    color: #111827;
}

.subscription-btn {
    background: #2B3174;
    border-radius: 9px;
    box-shadow: none;
    font-size: 23px;
    padding: 12px 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

    color: #FFFFFF;
}

.benefits-section {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;

    color: #111827;
}

.benefits-section .benefit-check {
    font-size: 37px;
    color: #2B3174;
    margin-right: 10px;
}

@media (max-width: 767.98px) {
    .subscription-section-container {
        padding: 1rem;
    }

    .subscription-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 20px;

        margin-bottom: 30px;
    }

    .benefit-title {
        font-size: 26px;
        line-height: 36px;
    }

    .benefit-price {
        font-size: 30px;
        line-height: 40px;
    }

    .benefits-section {
        font-size: 18px;
        line-height: 28px;
    }

    .benefits-section .benefit-check {
        font-size: 30px;
    }
}

/*footer*/
.footer-area.footer-style1 .footer-main {
    background-color: #F6FAFB;
}

.footer-main a, .footer-main p {
    color: #111827;
}

.footer-main a:hover {
    color: #111827;
    text-decoration: underline;
}

.footer-area.footer-style1 .footer-main .widget-menu-wrap .nav-menu li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px;

    color: #111827;
}

.footer-area.footer-style1 .footer-main .widget-menu-wrap .nav-menu li a:hover {
    color: #111827;
    text-decoration: underline;
}

.footer-main .download-btn {
    background: #2B3174;
    border-radius: 9px;

    border: none;
    box-shadow: none;
    font-size: 23px;
    padding: 4px 16px;
}

.footer-main .download-btn > a {
    color: #FFFFFF !important;
}

.footer-main .download-btn > a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.footer-area.footer-style1 .footer-main .widget-menu-wrap .nav-menu li a > i, .footer-area.footer-style1 .footer-main .widget-menu-wrap .nav-menu li a > img {
    margin: 0 5px;
}

.footer-area.footer-style1 .footer-main .widget-menu-wrap .nav-menu li a > img {
    margin-top: -3px;
}

.lastudioicon-b-telegram, .lastudioicon-b-facebook, .lastudioicon-b-whatsapp {
    font-size: 20px;
}

/*.pro-plan-card {*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    background-color: #FFFFFF;*/
/*    border-radius: 20px;*/
/*    max-height: 382px;*/
/*    max-width: 839px;*/
/*    border: none;*/
/*}*/

/*.pro-plan-title {*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 600;*/
/*    font-size: 32px;*/
/*    margin-left: 70px;*/
/*    margin-top: 42px;*/
/*    margin-bottom: 25px;*/
/*}*/

/*.pro-plan-subtitle {*/
/*    color: #111827;*/
/*    font-weight: 300;*/
/*    font-size: 17px;*/
/*    margin-left: 70px;*/
/*}*/

/*.pricing-card-title {*/
/*    color: #111827;*/
/*    font-style: 'SemiBold';*/
/*    font-weight: 600;*/
/*    font-size: 36px;*/
/*    margin-left: 70px;*/
/*    margin-bottom: 68px;*/
/*}*/

/*.subscription-btn {*/
/*    background-color: #2B3174;*/
/*    color: white;*/
/*    font-size: 20px;*/
/*    margin-left: 65px;*/
/*    padding-top: 12px;*/
/*    padding-bottom: 12px;*/
/*    padding-left: 68px;*/
/*    padding-right: 67px;*/
/*}*/

/*.pro-plan-features li {*/
/*    margin-bottom: 43px;*/
/*    color: #111827;*/
/*    font-size: 21px;*/
/*}*/
