sup {
    color: red !important;
    font-weight: bold !important;
}

.form-errors {
    color: red !important;
    width: 100% !important;
    display: block !important;
    font-size: 15px !important;
    margin-top: .4rem !important;
}

.nav-menu {
    padding: 10px 40px !important;
}

a.footer-logo {
    width: 150px !important;
}

.cta-button-signin {
    background-color: #fff !important;
    padding: 5px !important;
    border-radius: 30px !important;
}

.cta-button-signin div {
    border-radius: 30px !important;
    border: 2px dashed #45b3df !important;
    padding: 8px 20px !important;
}

.cta-button-signin h2 {
    font-size: 1.125rem !important;
    /* text-transform: uppercase !important; */
    color: #45b3df !important;
}

/* Custom Offcanvas Fullscreen */
.offcanvas-custom {
    width: 100% !important; /* Full width */
    height: 100vh !important; /* Full height */
    max-width: 100vw !important; /* Ensure it spans full screen */
    padding: 0 !important; /* Remove padding */
    background-color: var(--light-beige, #f5f5dc) !important; /* Canvas background color (light beige) */
}

/* Offcanvas Body */
.offcanvas-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Form Box */
.form-box {
    background-color: #fff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
    min-height: 450px;
    border: 2px dashed #45b3df;
    /* margin-top: -15rem !important; */
}

.form-box-free-trial {
    max-width: 900px !important;
}

.form-box-title {
    font-weight: bold !important;
    margin-bottom: 1.5rem !important;
    text-align: center !important;
    color: #f18eaa !important;
}

.form-box-second-title {
    font-weight: bold !important;
    margin-bottom: .5rem !important;
    text-align: start !important;
    color: #555 !important;
}

.form-box-subtitle {
    font-weight: bold !important;
    margin-bottom: 2rem !important;
    text-align: justify !important;
    color: #aaa !important;
    display: block !important;
}

/* Google Button - White Background */
.btn-google {
    background-color: white;
    color: #333;
    border: 1px solid #ccc;
}

.btn-google i {
    margin-right: 10px;
}

/* Separator Styles */
.separator {
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
    position: relative;
}

.separator::before, .separator::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    border-top: 1px solid #ccc;
}

.separator::before {
    left: 0;
}

.separator::after {
    right: 0;
}

/* Centered "Join Us" Title */
.form-box h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #333;
    font-weight: 700;
}

/* Close Button XL */
.btn-close-xl {
    font-size: 2.5rem; /* Extra large size */
    background-color: transparent;
    border: none;
    color: #333;
    margin-top: .5rem !important;
    margin-right: .5rem !important;
}

.btn-close-xl:hover {
    color: #ff0000;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.img-sm {
    margin: -5px 10px 0px 0px !important;
}

.juf-submit-div {
    background: #45b3df !important;
    border-radius: 30px !important;
    padding: 5px !important;
}

.juf-submit-btn {
    width: 100% !important;
    padding: 8px !important;
    border-radius: 30px !important;
    border: 2px dashed #fff !important;
    background: transparent !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 1rem !important;
}

.juf-submit-btn:hover {
    opacity: .8 !important;
}

.juf-cancel-btn {
    font-size: 1.5rem !important;
    margin-right: 1.3rem !important;
    color: #777 !important;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    margin: 5px;
    border: 2px solid #ccc;
    border-radius: 8px;
}
.otp-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.reset-link {
    font-size: 1rem;
    text-align: center;
    display: block;
    margin-top: 1rem;
    cursor: pointer;
    color: #45b3df;
    font-weight: bold;
    text-decoration: none;
}

.reset-link:hover {
    text-decoration: underline;
}

div.ftf-submit-div {
    background-color: var(--pink) !important;
    border-radius: 30px !important;
    padding: 5px !important;
    transition: all .3s !important;
    display: block !important;
    width: 100% !important;
}

div.ftf-submit-div:hover {
    background-color: var(--dark-pink) !important;
}

button.ftf-submit-btn {
    font-family: var(--main-font) !important;
    color: var(--white) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1.5rem !important;
    padding: 5px !important;
    border: 2px dashed #fff !important;
    display: block !important;
    border-radius: 30px !important;
    background: transparent !important;
    width: 100% !important;
}

.section-title {
    font-weight: bold !important;
}

.section-subtitle {
    margin-top: 2rem !important;
    text-align: justify !important;
    --bs-text-opacity: 1 !important;
    color: var(--bs-secondary-color) !important;
    line-height: 1.4 !important;
    font-weight: normal !important;
}

.gallery-section {
    background-color: #fbf9f3 !important;
}

.program-img {
    height: 398px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.program-box {
    display: block !important;
    width: 100% !important;
    padding: 20px !important;
    position: absolute !important;
    bottom: 0rem !important;
    background: #00000091 !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.program-box .program-title {
    color: #fff !important;
}

.service-img {
    width: 90px !important;
    height: 90px !important;
}

.contact-form-grid {
    grid-row-gap: 15px !important;
}

.nav-menu-wrapper {
    display: block !important;
    width: 100% !important;
}

a.brand {
    background-color: var(--transparent);
    border-bottom-right-radius: 40px;
    align-items: center;
    height: auto;
    padding-left: 40px !important;
    padding-right: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    display: flex;
}

a.brand img.logo {
    height: 80px !important;
}

.header-nav {
    display: flex !important;
    justify-content: space-between !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    transition: background-color 0.9s ease, box-shadow 0.3s ease !important;
}

.header-nav.scrolled {
    background-color: #faf2e8 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

/* Smooth logo scaling */
.header-nav img.logo {
    height: 80px !important;
    transition: height 0.3s ease !important;
}

.header-nav.scrolled img.logo {
    height: 65px !important;
}

/* Optional brand text transition */
.header-nav a.brand {
    padding-top: 10px !important;
    transition: padding 0.3s ease !important;
}

.header-nav.scrolled a.brand {
    padding-top: 0px !important;
}

/* Body padding transition */
body {
    transition: padding-top 0.3s ease;
}

body.with-scrolled-header {
    padding-top: 90px; /* match header height */
}

.pos-relative {
    position: relative !important;
}

.oc-btn-close {
    position: absolute !important;
    top: .5rem !important;
    right: -2.5rem !important;
    transform: translate(-50%, -50%) !important;
    background: #fff !important;
    border-radius: 50% !important;
    color: #f18eaa !important;
    border: 2px dashed #45b3df !important;
    height: 45px !important;
    width: 45px !important;
}

.banner-heading {
    color: #555 !important;
}

.hero-section.light-brown-bg {
    background-color: var(--light-brown) !important;
    background-position: 130% 0;
    background-repeat: no-repeat;
    background-size: auto;
    overflow: hidden;
}

.feature-title {
    font-weight: bold !important;
}

.program-img {
    background-image: none !important;
}

.no-data-found {
    display: block !important;
    text-align: center !important;
    font-size: 2rem !important;
}

.free-trial-box {
    background: #fff !important;
    padding: 5rem !important;
    border-radius: 50px !important;
    border: 2px dashed #45b3df !important;
    width: auto !important;
}

.feature-card {
    text-align: center !important;
    height: 200px !important;
    padding: 1rem !important;
    border-radius: 30px !important;
}

.feature-card img {
    width: 100px !important;
    height: 100px !important;
}

.trial-submit .ftf-submit-div,
.trial-submit .ftf-submit-btn {
    border-radius: 15px !important;
}

@media screen and (min-width: 1440px) {+
    .hero-section.light-brown-bg {
        background-image: url('../images/site/banner-image.webp') !important;
        background-position: 100% 0 !important;
    }

    .hero-section-bg-video {
        height: 100vh !important;
    }

    .align-text-center {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .align-column-center {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .about-section {
        /* padding-top: 50px !important; */
    }

    .gallery-section {
        padding-bottom: 50px !important;
    }

    .sun {
        right: -5% !important;
    }

    .program-img.program-img-second {
        background-image: url(../assets/images/site/beginner.jpg) !important;
    }

    .program-img.program-img-third {
        background-image: url(../assets/images/site/advanced.jpg) !important;
    }

    .banner-heading {
        font-size: 4.625rem !important;
    }

    .services-section {
        padding-top: 5rem !important;
    }

    .h-66-px {
        height: 66px !important;
    }
}

@media screen and (min-width: 1200px) {
    .banner-heading {
        font-size: 4.625rem !important;
    }

    .program-wrap.program-wrap-second, .program-wrap.program-wrap-third {
        margin-top: 0px !important;
    }

    .feature-wrap.feature-wrap-second, .feature-wrap.feature-wrap-third {
        margin-top: 0px !important;
    }

    .md-none {
        display: none !important;
    }

    .sm-none {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {

    .trial-first-section .heading-h1 {
        padding: 0 2rem !important;
    }

    .trial-second-section {
        padding: 15% 5% !important;
    }

    .free-trial-box {
        padding: 2.5rem 1.5rem !important;
        border-radius: 30px !important;
    }

    .feature-card {
        margin-bottom: 2rem !important;
        padding: 2rem 0rem !important;
    }
}

@media screen and (max-width: 479px) {
    .cta-button-signin {
        margin-top: 1rem !important;
        width: 100% !important;
    }

    .form-box button {
        font-size: 1rem;
    }

    .btn-close-xl {
        font-size: 1.5rem !important;
        margin-top: 0rem !important;
        margin-right: 0rem !important;
    }

    .header-nav a.brand {
        padding-left: 20px !important;
        padding-right: 0px !important;
        padding-top: 5px !important;
    }

    .header-nav.scrolled img.logo {
        height: 60px !important;
    }

    a.footer-logo {
        width: 100px !important;
        margin-bottom: 2rem !important;
    }

    .earth {
        top: -26% !important
    }

    .sun {
        top: -4rem !important;
        right: 0rem !important;
    }

    .pink-line {
        bottom: 21% !important;
    }

    .offcanvas-body {
        padding: 3rem 1.5rem 8rem 1.5rem !important;
        align-items: start !important;
    }

    .form-box {
        padding: 20px !important;
    }

    .form-box .modal-header {
        margin-top: 1rem !important;
    }

    .oc-btn-close {
        top: .1rem !important;
        right: -2rem !important;
        height: 35px !important;
        width: 35px !important;
    }

    .nav-menu {
        padding: 20px 25px !important
    }

    .nav-link-button.mobile-nav-link {
        font-size: 1rem !important;
    }

    .cta-button-signin h2 {
        font-size: 1rem !important;
    }

    .accordion-wrapper {
        margin-top: 1.5rem !important;
    }

    .accordion-wrapper .accordion-item {
        margin-bottom: 0rem !important;
    }

    .width-55 {
        margin-top: 2.5rem !important;
    }
    
    .section-subtitle {
        line-height: 1.3 !important;
    }

    .sm-block {
        display: block !important;
    }
}

/* ================================================
   INNER PAGE BANNER — add to your main stylesheet
   ================================================ */

.inner-page-banner {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.inner-page-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.inner-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.inner-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
}

.inner-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.inner-banner-title {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.2;
}

.inner-banner-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.inner-banner-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s;
}

.inner-banner-breadcrumb a:hover {
    color: #ffffff;
}

.breadcrumb-sep {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Responsive */
@media (max-width: 768px) {
    .inner-page-banner {
        height: 220px;
    }

    .inner-banner-title {
        font-size: 1.8rem;
    }

    .inner-banner-breadcrumb {
        font-size: 0.85rem;
    }
}

/* MOBILE SCROLL CTA */
.mobile-scroll-cta {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .mobile-scroll-cta {
        display: block !important;
        position: absolute !important;
        top: 50% !important;
        right: 75px !important;
        transform: translateY(-50%) translateX(20px) !important;
        background-color: #f18eaa !important;
        border-radius: 30px !important;
        padding: 5px !important;
        text-decoration: none !important;
        z-index: 1001 !important;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .mobile-scroll-cta-inner {
        display: block !important;
        border: 2px dashed #fff !important;
        border-radius: 30px !important;
        padding: 6px 20px !important;
        color: #fff !important;
        font-weight: 700 !important;
        font-size: 0.95rem !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        text-align: center !important;
    }

    .header-nav.scrolled .mobile-scroll-cta {
        opacity: 1 !important;
        transform: translateY(-50%) translateX(0) !important;
        pointer-events: auto !important;
    }

    .header-nav.scrolled .mobile-scroll-cta:hover {
        background-color: #45b3df !important;
    }
}

@media screen and (max-width: 479px) {
    .mobile-scroll-cta {
        right: 65px !important;
    }
    .mobile-scroll-cta-inner {
        padding: 5px 14px !important;
        font-size: 0.8rem !important;
    }
}

/* ================================================
   WHATSAPP STICKY WIDGET
   ================================================ */
.whatsapp-sticky {
    position: fixed !important;
    bottom: 115px !important;
    right: 40px !important;
    width: 66px !important;
    height: 66px !important;
    background-color: #25D366 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 32px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
    z-index: 9999 !important;
    transition: transform 0.25s ease, background-color 0.25s ease !important;
    animation: whatsappPulse 2s infinite !important;
}

.whatsapp-sticky:hover {
    transform: scale(1.1) !important;
    background-color: #1ebe5d !important;
    color: #fff !important;
}

.whatsapp-sticky i {
    line-height: 1 !important;
}

/* Subtle pulse ring */
@keyframes whatsappPulse {
    0%   { box-shadow: 0 4px 12px rgba(0,0,0,0.25), 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70%  { box-shadow: 0 4px 12px rgba(0,0,0,0.25), 0 0 0 18px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 4px 12px rgba(0,0,0,0.25), 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Laptop sizing */
@media screen and (min-width: 992px) and (max-width: 1440px) {
    .whatsapp-sticky {
        right: 15px !important;
    }
}

/* Mobile sizing */
@media screen and (max-width: 479px) {
    .whatsapp-sticky {
        width: 60px !important;
        height: 60px !important;
        bottom: 60px !important;
        right: 30px !important;
        font-size: 28px !important;
    }
}

/* Avoid clash with .scroll-top (lift it up if needed) */
.scroll-top {
    bottom: 25px !important;   /* was 95px — now sit at bottom */
}

@media screen and (max-width: 479px) {
    .scroll-top {
        bottom: 18px !important;   /* was 80px */
    }
}