/* OTHER CSS */
.problem-grid {
    display: grid;
    gap: 20px;
}

.problem-card {
    background: #fff;
    border: 1px solid rgba(215, 164, 58, .23);
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 14px 35px rgba(77, 47, 10, .08);
    text-align: center;
}

.problem-card img {
    width: 55%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    margin: 0 auto;
}
        
.lead-copy_new {
    font-size:1.04rem;
    line-height: 1.85;
    font-weight: bold;
    color: #a8892a;
    margin-bottom: .5rem;
}
        
.premium-list {
    margin: 14px 0 14px 0;
}
        
.benefit-image img {
    aspect-ratio: 16 / 16;
}
        
.stage-card img {
    object-fit: fill;
}
    
.custom-navbar-toggler {
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(74, 12, 120, 0.08);
}
    
.menu-icon, .close-icon {
    position: relative;
    display: block;
    font-size: 38px;
}

.form-check-input {
    --bs-form-check-bg: #f9f9f9;
    background-color: #f9f9f9;
    border: 2px solid #632487;
}


/* WHATSAPP CSS */
.whatsapp-btn1-span {
    font-size: 16px;
    vertical-align: bottom;
    text-decoration: none;
}

.whatsapp-btn1:visited {
    text-decoration: none;
}

.whatsapp-btn1:hover {
    text-decoration: none;
}

.whatsapp-btn1:active {
    text-decoration: none;
}
    
.whatsapp-btn1 {
    font-size: 40px;
    line-height: 55px;
    color: #fff !important;
    display: inline;
    height: 55px;
    width: 55px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    left: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
    background-color: #4dc247;
}

.whtstext {
    z-index: 99;
    box-shadow: rgb(0 0 0 / 10%) 2px 2px 13px;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 5px;
    background: white;
    cursor: pointer;
    max-width: 155px;
    max-height: 44px;
    display: flex;
    order: 2;
    text-decoration: none !important;
    color: rgb(0, 0, 0) !important;
    padding: 0;
    position: fixed;
    bottom: 32px;
    left: 84px;
}

.whtstext::before {
    content: "";
    position: absolute;
    background: white;
    border-top: 1px solid rgb(226, 226, 226);
    border-left: 1px solid rgb(226, 226, 226);
    left: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    transform: rotate(-45deg);
}

.whtstext::after {
    content: "";
    position: absolute;
    background: white;
    border-top: 1px solid rgb(226, 226, 226);
    border-left: 1px solid rgb(226, 226, 226);
    left: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    transform: rotate(-45deg);
}

.fXBuHm {
    text-align: center;
    padding: 7px 10px;
    line-height: 14px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin: auto;
}

/* FOOTER LOGO */
.footer-company-logo {
    max-width: 25%;
}

@media (max-width:767.98px) {
    .footer-company-logo {
        max-width: 85%;
    }
}

@media (max-width:991.98px) {
    .footer-company-logo {
        max-width: 85%;
    }
}

/* DESKTOP NAVBAR */
.premium-nav .container-xxl {
    align-items: center;
    gap: 18px;
}

.premium-nav .navbar-collapse {
    flex-grow: 1;
    min-width: 0;
}

.language-menu {
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 0;
}

.language-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 8px 10px;
    font-size: 0.95rem;
    line-height: 1;
    font-weight: 400;
}

.language-link i {
    margin-right: 4px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.product-brand,
.company-brand {
    flex: 0 0 auto;
}

.product-logo {
    width: auto;
    height: 44px;
    max-width: 160px;
}

.company-logo {
    width: auto;
    height: 31px;
    max-width: 285px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .premium-nav .container-xxl {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        gap: 10px;
    }

    .language-menu {
        gap: 5px;
    }

    .language-link {
        padding: 7px 6px;
        font-size: 0.95rem;
    }

    .product-logo {
        max-width: 125px;
        height: 37px;
    }

    .company-logo {
        max-width: 210px;
        height: 26px;
    }
}

@media (min-width: 1400px) and (max-width: 1699.98px) {
    .premium-nav .container-xxl {
        max-width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }

    .language-link {
        padding: 8px 8px;
        font-size: 0.95rem;
    }

    .product-logo {
        max-width: 145px;
    }

    .company-logo {
        max-width: 245px;
    }
}

@media (min-width: 1700px) {
    .premium-nav .container-xxl {
        max-width: 1640px;
    }

    .language-link {
        padding: 9px 11px;
        font-size: 0.95rem;
    }
}



/* =====================================================
   VIDEO TESTIMONIALS
===================================================== */

.testimonial-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(215, 164, 58, 0.13),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(74, 12, 120, 0.10),
            transparent 30%
        ),
        #fffaf0;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    top: -180px;
    right: -140px;
    border-radius: 50%;
    background: rgba(74, 12, 120, 0.06);
    pointer-events: none;
}

.testimonial-video-card {
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(45, 7, 88, 0.10);
    border-radius: 26px;
    box-shadow: 0 20px 55px rgba(45, 7, 88, 0.10);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.testimonial-video-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 70px rgba(45, 7, 88, 0.16);
}

.testimonial-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #170228;
}

.testimonial-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.testimonial-content {
    position: relative;
    padding: 28px 30px 30px;
}

.testimonial-content::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 58px;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        var(--tg-gold),
        var(--tg-gold-2)
    );
}

.testimonial-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: var(--tg-gold);
    font-family: "Poppins", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.testimonial-label i {
    color: #e62117;
    font-size: 1rem;
}

.testimonial-content h3 {
    color: var(--tg-purple);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.45;
    margin-bottom: 12px;
}

.testimonial-content h3 sup {
    font-size: 0.46em;
}

.testimonial-content p {
    color: var(--tg-muted);
    line-height: 1.75;
    margin-bottom: 19px;
}

.testimonial-youtube-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tg-purple);
    font-family: "Poppins", sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.25s ease,
        gap 0.25s ease;
}

.testimonial-youtube-link:hover {
    color: var(--tg-gold);
    gap: 12px;
}

@media (max-width: 767.98px) {
    .testimonial-content {
        padding: 24px 22px 25px;
    }

    .testimonial-content::before {
        left: 22px;
    }

    .testimonial-content h3 {
        font-size: 1.1rem;
    }
}