:root {
    --primary-blue: #1F4069;
    --accent-blue: #3b82f6;
    /* Lighter blue for 'Aerospace Learning' */
    --text-dark: #1F4069;
    --text-light: #6b7280;
    --top-bar-bg: #1e3a5f;
    --color-primary: #1F4069;
    --hero-bg: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
    --primary-typeface: 'Outfit-Regular', 'Poppins', sans-serif;
    --secondary-typeface: 'Poppins', sans-serif;
    /* Fallback */
}

html,
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    scroll-behavior: smooth;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.web-view {
    display: flex;
}

.mobile-view {
    display: none;
}

.mobile-view a {
    text-decoration: none;
    color: #1F4069;
}

/* .policy-content  */
.policy-content h5.modal-title {
    font-size: 20px;
    color: #6f7070;
}

.policy-content h6.pop-sub-heading {
    font-size: 18px;
    color: #6f7070;
}

.policy-content h6 {
    font-size: 16px;
}

img.mainHeading {
    width: 44.688vw;
}

img.refer-img {
    margin: 0 auto;
}

img.qrcode {
    width: 75px;
    height: 75px;
}

.qrdetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qrdetails img.store-icon {
    width: 25px;
}

span.store-txt1 {
    font-size: 12px;
    font-weight: 500;
}

span.store-txt2 {
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
}

.pb-30 {
    padding-bottom: 30px !important;
}
.mb-10 {
    margin-bottom: 10px
}
.mb-30 {
    margin-bottom: 30px
}

a.navbar-brand svg {
    height: 5vh;
}

:focus {
    outline: none;
}

.px-5 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.duration-btn.sm-btn {
    padding: 5px 5px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    color: #1e3a5f;
    transition: all 0.2s;
    min-width: 100px;
    position: relative;
    font-size: 0.9rem;
}

.btn-49 {
    padding: 3px 49px !important;
}

.label-center {
    max-width: 185px;
    text-align: center;
}

.collapse:not(.show) {
    display: block;
}

/* --- Top Banner --- */
.top-banner {
    background-color: var(--top-bar-bg);
    color: white;
    font-size: 1rem;
    padding: 8px 0;
    text-align: center;
    font-weight: 400;
}

.offer-norm-highlight {
    color: #FF9792;
    font-weight: 700;
}

.offer-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-title {
    display: flex;
    align-items: center;
    padding-right: 6px;
    font: 500 1rem var(--primary-typeface);
    min-width: 215px;
    white-space: nowrap;
}

.offer-para-box {
    text-align: left;
}

.freetrial-bg {
    background: url(../img/free.svg) no-repeat center top;
    background-size: cover;
    padding: 16px 38px;
}

.max-head-container {
    max-width: 98.958vw;
    margin: 0 auto;
    position: relative;
}

.hero-content.faq-container,
#Contact .hero-content {
    position: relative;
    z-index: 2;
    padding-top: 0px;
    width: 91.8vw;
}

.top-banner a {
    color: #fff;
    text-decoration: underline;
}

.rocket-icon {
    margin-left: 5px;
}

/* --- Navbar --- */
.navbar {
    background-color: transparent;
    padding: .7rem 0;
    z-index: 100;
}

.navbar-brand {
    font-weight: 700;
    color: var(--primary-blue);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-brand i {
    font-size: 1.8rem;
    color: var(--primary-blue);
}

.btn-login {
    background-color: var(--primary-blue);
    color: white;
    padding: 8px 24px;
    border-radius: 6px;
    font-weight: 600;
    border: 1px solid var(--primary-blue);
    transition: all 0.3s;
    min-width: 150px;
}

.btn-login:hover {
    background-color: #174daf;
    color: white;
}

.btn-signup {
    background-color: white;
    color: var(--primary-blue);
    padding: 8px 24px;
    border-radius: 6px;
    font-weight: 600;
    border: 1px solid var(--primary-blue);
    margin-left: 10px;
    transition: all 0.3s;
    min-width: 150px;
}

.btn-signup:hover {
    background-color: #b4dbff;
    border: 1px solid var(--primary-blue);
}

/* --- Hero Section (Redesigned) --- */
/* .hero-section {
    position: relative;
    background: url('../img/bganytime2.png') no-repeat center center;
    background-size: cover;
    min-height: 82vh;
    overflow: hidden;
} */
.hero-section {
    position: relative;
    min-height: 94.5vh;
    background: url(../img/flycloud.gif) no-repeat center center;
    background-size: cover;
    padding-bottom: 6rem;
}
/* Subtle white fog overlay so text is readable */
.hero-bg-cloud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.10) 0%,
            rgba(255, 255, 255, 0.18) 60%,
            rgba(255, 255, 255, 0.30) 100%);
    pointer-events: none;
    z-index: 0;
}

/* Main body container sits above the cloud overlay */
.hero-main-body {
    position: relative;
    z-index: 2;
    min-height: 82vh;
}

.hero-row {
    min-height: 82vh;
}

/* ----- Left Column: Phones ----- */
.hero-phones-col {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-left: 5vw;
    padding-top: 60px;
}

.hero-phones-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.hero-phones-img {
    width: 100%;
    max-width: 580px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.18));
}

/* ----- Right Column: Text ----- */
.hero-text-col {
    display: flex;
    align-items: center;
    padding-right: 8vw;
    padding-left: 2vw;
}

.hero-text-wrapper {
    max-width: 520px;
}

.hero-new-heading {
    font-size: 2.25rem;
    font-weight: 400;
    color: #1D428A;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-heading-bold {
    font-weight: 700;
    color: #1D428A;
    display: inline;
}

.hero-new-subpara {
    font-size: 1.125rem;
    font-weight: 400;
    color: #1D428A;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ----- Floating "Get In Touch" Vertical Tab ----- */
.hero-get-in-touch-tab {
    position: absolute;
    right: 0;
    top: 50%;
    /* Pivot from top-right corner, then rotate -90deg so text reads bottom-to-top */
    transform: translateX(calc(100% - 42px)) translateY(-50%) rotate(90deg);
    transform-origin: left center;
    background-color: #1D428A;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 10px 24px;
    border-radius: 8px 8px 0 0;
    z-index: 10;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.hero-get-in-touch-tab:hover {
    background-color: #16356e;
    color: #ffffff;
}

/* ----- WhatsApp Floating Button (inside hero) ----- */
.hero-whatsapp-btn {
    position: absolute;
    bottom: 28px;
    right: 28px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #1D428A;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 10;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.hero-whatsapp-btn:hover {
    background-color: #16356e;
    color: #ffffff;
    transform: scale(1.08);
}


/*.hero-container {
    min-height: 79vh;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.hero-content.hero-container {
    min-height: 79vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92vw;
}

.hero-content.hero-container .btn-view-plans {
    margin-top: 20px;
}

.position-absolute {
    position: absolute;
}

img.botright {
    bottom: 0px;
    right: 0;
    opacity: 40%;
    z-index: 0;
}

img.leftblur {
    top: 68px;
    left: 0;
    opacity: 64%;
    z-index: 0;
}

img.topblur {
    top: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
    z-index: 0;
}

/* Overlay to make text readable against the background */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0.77) 49%, rgba(0, 128, 255, 0.22) 100%); */
    background: linear-gradient(to bottom, rgb(251 221 221 / 43%) 0%, rgb(255 255 255 / 57%) 49%, rgb(219 234 249 / 48%) 100%);
    background-size: cover;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 0px;
    width: 98.8vw;
}

/* --- Animation Styles --- */
.animation-container {
    min-height: 180px;
    /* Space for the stacked text */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
}

.line-fixed {
    font-size: 4rem;
    font-weight: 400;
    color: var(--primary-blue);
    line-height: 1.1;
    margin: 0 0 20px 0;
    opacity: 0;
    white-space: nowrap;
}

.line-animate {
    font-size: 4.2rem;
    font-weight: 700;
    /* color: var(--accent-blue); */
    /* Lighter blue as seen in image */
    line-height: 1.1;
    margin: 0;
    display: inline-block;
    border-right: 4px solid transparent;
    min-height: 1.2em;
    background: linear-gradient(to right, #3e4c92, #469efd);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    white-space: nowrap;
}

/* States */
.fixed-visible {
    opacity: 1;
}

.cursor-active {
    border-right: 4px solid var(--accent-blue);
    animation: blink-caret 0.75s step-end infinite;
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: var(--accent-blue)
    }
}

.hero-subtext {
    color: var(--text-dark);
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 500;
    /* max-width: 600px; */
}

.btn-cta {
    background-color: var(--primary-blue);
    color: white;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    font-size: 1rem;
    transition: transform 0.2s;
}

.btn-cta:hover {
    transform: translateY(-2px);
    background-color: #174daf;
    color: white;
}

/* --- Plane Image (Right Side) --- */
.plane-container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
}

.plane-img {
    max-width: 120%;
    /* Allow it to be large */
    width: 700px;
    transform: rotate(-5deg);
    /* Slight banking angle */
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
    /* Placeholder plane image logic handled in HTML src */
}

/* Floating Animation for Plane */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.planeright {
    animation: float 6s ease-in-out infinite;
    max-width: 120%;
    /* Allow it to be large */
    width: 700px;
    bottom: -4.99vw;
    opacity: 100%;
    transition: all 0.5s ease;
    width: 100%;
    margin-bottom: -100px;
    right: 65px;
    position: absolute;
}

/* --- Floating WhatsApp Button --- */
.whatsapp-float {
    position: fixed;
    bottom: 92px;
    right: 30px;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s;
    cursor: pointer;
    background: var(--color-primary);
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 50px;
    border: 1px solid #ffffff;
}

a.whatsapp-float {
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}

.px-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.navbar-collapse {
    flex-basis: fit-content;
    flex-grow: 1;
    align-items: center;
}

.mob-menu {
    display: none;
}

#navbarNav {
    display: flex;
}


#Master {
    background: url(../img/bganytime2.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* --- Features Section --- */
.features-section {
    padding: 80px 0;
    background-color: #f7f9fc;
    /* Light background to distinguish from hero */
}

.section-title {
    font-size: 2.438rem;
    padding-right: 10px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--text-dark);
}

.text-primary {
    background: linear-gradient(to right, #3e4c92, #469efd);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 2.438rem;
    font-weight: 700;
    line-height: 1.2;
}

.section-lead {
    width: 80vw;
    align-items: center;
    margin: 0 auto;
}

.feature-row {
    margin-bottom: 80px;
}

.feature-row:last-child {
    margin-bottom: 0;
}

.feature-title {
    background: linear-gradient(to right, #3e4c92, #469efd);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    font: 500 1.25rem var(--secondary-typeface);
    display: block;
    color: #404040;
    margin-bottom: 2px;
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
}

.feature-list li::before {
    content: "•";
    color: #5c5c5c;
    font-weight: bold;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -5px;
}

.sub-para1 {
    font: 500 1.30rem var(--secondary-typeface);
    line-height: 1.4;
    color: #494949;
}

.feature-img-wrapper {
    position: relative;
}

.image-hover {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 2vw 2vw;
    border-radius: 20px;
}

.image-hover svg,
.image-hover img {
    display: block;
    transition: transform 0.6s ease;
}

.image-hover .shine {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
}

.image-hover:hover {
    padding: 2.938vw 3.406vw !important;
}

.image-hover {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 2.938vw 3.406vw !important;
}

/* svg hover */
.svg-hover {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 3.563vw;
}

.svg-hover:hover svg {
    transform: scale(1.1);
}

.svg-hover:hover {
    padding: 3.563vw;
}

.svg-hover svg {
    display: block;
    transition: transform 0.6s ease;
}

.svg-hover .svg-shine {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
}

/* Animate shine on hover */
.svg-hover:hover .svg-shine {
    left: 125%;
    transition: left 0.6s ease;
}


/* On hover: zoom in */
.image-hover:hover svg,
.image-hover:hover img {
    transform: scale(1.1);
}

.image-hover:hover {
    padding: 2vw 2vw;
}

/* Shine effect */
.image-hover .shine {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
}

/* Animate shine on hover */
.image-hover:hover .shine {
    left: 125%;
    transition: left 0.6s ease;
}

.norm-txt-mid {
    color: var(--color-white);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.norm-subtxt-mid {
    color: #bcc6d2;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.btn-light,
a.btn-light,
.btn-light.blue-btn,
a.btn-light.blue-btn {
    color: var(--color-primary);
    /*    background-color: #b4dbff;*/
    background-color: #ffffff;
    border: 1px solid var(--primary-blue);
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 6px;
    font-weight: 600;
}

.btn-light:hover,
a.btn-light:hover,
.btn-light.blue-btn:hover,
a.btn-light.blue-btn:hover {
    background-color: #b4dbff;
    border: 1px solid var(--primary-blue);
}

.norm-subtxt-top {
    color: var(--color-white);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

.btn:focus-visible {
    background-color: var(--primary-blue);
}

.norm-subtxt-sm {
    color: var(--color-lblue);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

/* LP2 */
.lp2 .home-bg {
    background: url(../img/lp-banner.jpg) no-repeat center center;
    background-size: cover;
}
.lp2 .left-to-right {
    -webkit-animation-name: lefttoright;
    animation-name: lefttoright;
    visibility: visible !important;
}
.lp2 .animate {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    visibility: hidden;
    width: 100%;
    will-change: transform;
}
.lp2 img.planeright {
    bottom: -6.99vw;
}
.lp2 .plane-container img
 {
    display: block;
    animation: floatUpDown 2s ease-in-out infinite alternate;
}
.lp2 img.planeright {
    bottom: -4.99vw;
    opacity: 100%;
    transition: all 0.5s ease;
    width: 100%;
    margin-bottom: -100px;
    right: 107px;
    position: absolute;
}
.lp2 .normal-top-heading {
    font-size: 2.9rem;
    padding-right: 10px;
    color: #1f4069;
    font-weight: 400;
    line-height: 1.3;
}
.lp2 .heading-container .gradient-txt-md {
    background: linear-gradient(to right, #3e4c92, #469efd);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.2;
}
.lp2 .mediumBold {
    font-weight: 500;
}
.lp2 .color-primary
 {
    color: #1F4069 !important;
}
.lp2 .home-para {
    font-size: 1.8rem;
}
.lp2 .max-main-height {
    min-height: 79vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp2 .header {
    background: transparent;
    color: white;
    text-align: center;
    box-shadow: none;
    padding: 20px 20px 12px;
    z-index: 999;
    /* margin-bottom: 4vw; */
}
.lp2 .OSInline {
    display: inline-block;
    vertical-align: top;
}
.lp2 .top-left-logo svg {
    height: 5vh;
}
.lp2 .header-section-padding
 {
    padding: 0 0 7.5vw;
}
.lp2 img.planeright
 {
    bottom: -6.99vw;
}
.get-in-touch-tab {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right bottom;
    background: #1f4069;
    color: #ffffff !important;
    padding: 1rem 2rem;
    font-weight: 700;
    border-radius: 12px 12px 0 0;
    text-decoration: none;
    z-index: 1000;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 1px;
}
.get-in-touch-tab:hover
 {
    background: #4a90e2;
    color: #ffffff;
}
.lp2 .bullet-box {
    padding-top: 10px;
}
.lp2 .card-para {
    font: 500 1.5rem var(--secondary-typeface);
    line-height: 1.4;
    display: block;
    color: var(--color-primary) !important;
}
.col-width-container {
    max-width: 75vw;
    margin: 0 auto;
    padding: 0 20px;
}
.lp div#ReferAfriend {
    background-color: #ffffff !important;
    padding-top: 0px !important;
}
.lp2 .refer-section .feature-list li {
    font: 500 1.5rem var(--secondary-typeface);
    display: block;
    color: #1f4069;
    margin-bottom: 2px;
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
}
.lp2 #Contact {
    background: url(../img/lp-contact-bg.jpg) no-repeat center bottom;
    background-size: cover;
    height: 92vh;
}
.lp2 .refer-section{padding-top: 0px;}
.lp2 .testimonials-bg {
    background: url(../img/lp-section-bg.jpg) no-repeat;
    background-size: cover;
}
.lp2 .card-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.lp2 .card-content {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    padding: 24px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}
.lp2 .headings5 {
    font: 700 1.75rem var(--primary-typeface);
    line-height: 1.1;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: flex;
    }

    .module-btn {
        width: 100%;
    }

    /*  mobile app and play store  */
    .pp-modal-footer .mobile-view .col-sm-6 {
        border: 2px solid #858282;
        border-radius: 10px;
        margin-bottom: 10px;
        background: #fdfdfd;
        height: 50px;
        display: flex;
        align-items: center;
        width: fit-content;
        margin-right: 10px;
    }

    .mobile-view img.store-icon {
        width: 25px;
        margin: 0px 10px 0 0;
    }

    .mobile-view span.store-txt1 {
        font-size: 12px;
        font-weight: 500;
    }

    .mobile-view span.store-txt2 {
        padding-bottom: 1px;
        font-size: 15px;
        font-weight: 500;
    }

    .qrcodebox {
        display: flex;
        align-items: center;
    }

    .pp-images-col {
        flex: 0 0 35%;
        max-width: 191px;
        display: flex;
        align-items: center;
    }

    .pp-tabs-spacer {
        flex: 0 0 35%;
        max-width: 185px;
        display: block;
    }

    a.navbar-brand svg {
        height: 46px !important;
    }

    .contact-form-wrapper h2 {
        font-size: 2.125rem;
    }

    .slick-dots li button:before {
        height: 18px !important;
        width: 18px !important;
    }

    .slick-dots li.slick-active button:before {
        height: 18px !important;
        width: 18px !important;
    }

    .dot {
        height: 18px !important;
        width: 18px !important;
    }

    .dot.active {
        height: 18px !important;
        width: 18px !important;
    }
}

/* Specific adjustment for mobile order if not handled by bootstrap classes */
@media (max-width: 991px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: flex;
        justify-content: center;
    }

    .mob-center {
        text-align: center;
    }

    .order-1 {
        order: 2;
    }

    .order-2 {
        order: 1;
    }

    .refer-section .col-lg-5 {
        padding: 0 40px;
    }

    .refer-section .col-lg-6 {
        padding: 0 40px;
    }

    .text-white.text-start p,
    .text-white.text-start span {
        text-align: center;
        width: 100%;
        display: block;
    }

    .text-white.text-start p {
        padding-bottom: 5px;
    }

    .text-white.text-start p br {
        display: none;
    }

    section.refer-section h2.section-title {
        text-align: center;
    }

    a.navbar-brand svg {
        height: 46px !important;
    }

    .contact-form-wrapper {
        margin: 0 auto 0 auto !important;
    }

    .faq-plane {
        top: 0vw !important;
        left: 33vw !important;
        right: 33vw !important;
        position: absolute !important;
        width: 34vw;
    }

    .feature-row {
        text-align: center;
        margin-bottom: 60px;
    }

    .feature-content {
        padding: 0 !important;
        margin-top: 30px;
    }

    .feature-list {
        text-align: left;
        display: inline-block;
    }

    .slick-dots li button:before {
        height: 18px !important;
        width: 18px !important;
    }

    .slick-dots li.slick-active button:before {
        height: 18px !important;
        width: 18px !important;
    }

    .dot {
        height: 18px !important;
        width: 18px !important;
    }

    .dot.active {
        height: 18px !important;
        width: 18px !important;
    }

    /*  mobile app and play store  */
    .pp-modal-footer .mobile-view .col-sm-6 {
        border: 2px solid #858282;
        border-radius: 10px;
        margin-bottom: 10px;
        background: #fdfdfd;
        height: 50px;
        display: flex;
        align-items: center;
        width: fit-content;
        margin-right: 10px;
    }

    .mobile-view img.store-icon {
        width: 25px;
        margin: 0px 10px 0 0;
    }

    .mobile-view span.store-txt1 {
        font-size: 12px;
        font-weight: 500;
    }

    .mobile-view span.store-txt2 {
        padding-bottom: 1px;
        font-size: 15px;
        font-weight: 500;
    }

    .qrcodebox {
        display: flex;
        align-items: center;
    }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    section.refer-section h2.section-title {
        text-align: center;
    }

    a.navbar-brand svg {
        height: 46px !important;
    }

    html,
    body {
        font-size: 16px;
        height: auto;
        overflow-x: hidden;
    }

    .contact-form-wrapper {
        padding: 5.042vw 4.25vw !important;
    }

    .mob-menu {
        display: block;
        position: fixed;
        top: 18px;
        right: 15px;
        z-index: 999;
    }

    .mob-menu a.btn.btn-signup {
        padding: 8px 10px !important;
        min-width: fit-content;
        font-size: 14px;
    }

    .offer-para-box {
        padding-right: 0px;
        text-align: left;
    }

    #navbarNav {
        display: none !important;
    }

    .line-fixed,
    .line-animate {
        font-size: 2.5rem;
    }

    img.planeright {
        bottom: 35px;
        right: 0px;
        width: 54.656vw;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        padding-top: 0px;
        width: 100%;
        min-height: auto;
    }

    .hero-section {
        position: relative;
        min-height: auto;
    }

    /*.btn-login {
        display: none;
    }*/
    .lp2 img.planeright {
        position: relative;
        margin-left: -100px !important;
        right: unset;
        bottom: unset;
        margin-bottom: unset;
    }
    .lp2 .refer-section {
        padding: 50px 0px!important;
    }
    .lp2 .section-padding {
        padding: 50px 0;
        position: relative;
    }
    .banner-content{width: max-content;
    margin: 0 auto;}
}



/* --- Training Section --- */
.training-section {
    padding: 60px 0;
    background-color: #eaf4fc;
    /* Light blueish background */
    text-align: center;
}

.training-title {
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 50px;
}

.training-highlight {
    color: var(--accent-blue);
    font-weight: 700;
}

/* Carousel Container */
.carousel-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; Removed to allow buttons to hang out */
    padding: 20px 0;
}

.carousel-track-container {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    /*    padding-left: 10px;*/
    /* Slight padding for first card */
}

/* Card Styling */
.training-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    flex: 0 0 300px;
    /* Fixed width for desktop, adjusted via JS/Media queries */
    text-align: center;
    transition: transform 0.3s;
    border: 1px solid #eef2f6;
    display: flex;
    flex-direction: column;
}

.training-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #f0f0f0;
}

.card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.card-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #000000;
}

.card-text {
    font-size: 0.95rem;
    color: var(--text-light);
}

/* --- Refer A Friend Section --- */
.refer-section {
    padding: 80px 0;
    background-color: #f9fafb;
    /* Light grey/white background */
}

.refer-list {
    margin-top: 20px;
}

.refer-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.refer-icon {
    width: 3.646vw !important;
    height: 3.646vw;
    background: linear-gradient(180deg, #B6D8FF 0%, #E4ECFD 100%);
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 1.646vw;
}

.refer-icon img {
    width: 30px;
    height: auto;
}

.refer-content h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.refer-content p {
    font-size: 1.3rem;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}

.refer-img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    /* Optional rounded corners */
}

@media (max-width: 991px) {
    a.navbar-brand svg {
        height: 46px !important;
    }

    .refer-section .col-lg-6 {
        order: -1;
        /* Image on top for mobile */
        margin-bottom: 40px;
    }

    .refer-section .text-center {
        text-align: center !important;
    }
}

/* --- Reviews Section --- */
.reviews-section {
    padding: 80px 0;
    /* background-image: url('../img/bgnewreviews2.png'); */
    background: url('../img/bgnewreviews2.png') center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.reviews-section .section-title {
    color: var(--text-dark);
}

.review-card {
    background: white;
    padding: 20px !important;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.review-stars {
    margin-bottom: 20px;
}

.review-text {
    font-size: 1.25rem;
    font-style: italic;
    color: var(--text-dark);
    line-height: 1.6;
}

.author-avatar i {
    color: #cbd5e1;
    /* Placeholder color */
}

.author-info h5 {
    font-weight: 700;
    color: var(--primary-blue);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--primary-blue);
    padding: 25px;
    background-size: 50% 50%;
}

/* --- Contact Section --- */
.contact-section {
    padding: 80px 0;
    /* background: url('../img/bgcontact2.png') no-repeat center center; */
    background: url('../img/bgcontact2.png') center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    /* color: white; assumed based on image name/typcial design */
}

/* Overlay for contact section if needed to increase contrast */
.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 58, 95, 0.8);
    /* Dark blue overlay matching primary color */
    z-index: 0;
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.text-primary-light {
    color: #60a5fa;
    /* Lighter blue for dark background */
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.contact-form-card {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form-card label {
    font-weight: 500;
    color: var(--text-dark);
}

/* --- Footer --- */
.footer-section {
    background-color: var(--top-bar-bg);
    /* Dark Blue */
    padding: 60px 0 20px 0;
    color: white;
    font-size: 0.95rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.social-links a {
    color: white;
    margin-right: 15px;
    font-size: 1.2rem;
    transition: transform 0.3s;
    display: inline-block;
}

.social-links a:hover {
    transform: translateY(-3px);
    color: var(--accent-blue);
}


.card-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 15px;
    font-family: var(--primary-typeface);
}

.card-price .original-price {
    text-decoration: line-through;
    color: #6c6968;
    font-size: 1rem;
    margin-left: 5px;
    font-weight: 400;
}

.card-desc {
    font: 400 1.1rem var(--secondary-typeface);
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Navigation Buttons */
.carousel-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eef4fb;
    border: 1px solid #d0e1f5;
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
}

.carousel-btn:hover {
    background-color: var(--primary-blue);
    color: white;
}

.carousel-prev {
    left: -10px;
}

.carousel-next {
    right: -20px;
}

/* Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 8px;
}

.dot {
    background: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    height: 1.042vw;
    width: 1.042vw;
    margin: 8px;
    opacity: 1;
}

.dot.active {
    background-color: var(--primary-blue);
    border-color: 2px solid var(--primary-blue);
}

/* View Plans Button */
.btn-view-plans {
    background-color: var(--primary-blue);
    color: white;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    margin-top: 40px;
    transition: all 0.3s;
}

.btn-view-plans:hover {
    background-color: #174daf;
    transform: translateY(-2px);
    color: white;
}

.training-bg {
    /* background: url(/LMS/img/LMS.trainingvideo.gif) no-repeat center center; */
    background: url(../img/bgfaq.svg) center center / cover no-repeat fixed;
    background-size: cover;
    background-attachment: fixed;
}

/* Responsive Card Widths */
@media (min-width: 1200px) {

    .training-card {
        flex: 0 0 calc(25% - 15px);
        /*        flex: 0 0 23%;*/
        /* 4 cards visible */
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .training-card {
        flex: 0 0 48%;
        /* 2 cards visible */
    }
}



.carousel-viewport {
    overflow: hidden;
    width: 100%;
}

/* --- Free Trial Section --- */
.free-trial-section {
    background-color: var(--primary-blue);
    background-image: url('../img/free.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2.292vw 0;
    position: relative;
    overflow: hidden;
}

.free-trial-section .section-title {
    color: #fff !important;
}

.free-trial-section .btn-light {
    color: var(--primary-blue);
    background-color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.free-trial-section .btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .free-trial-section {
        text-align: center;
    }

    .free-trial-section .d-flex {
        justify-content: center !important;
        flex-direction: column;
        gap: 15px;
    }
}

/* --- Login Page Styles --- */
.login-container {
    background-color: #f0f4f9;
}

.bg-login-image {
    background: url('../img/mockup5.png') center center no-repeat;
    background-size: cover;
    position: relative;
    min-height: 500px;
}

.overlay-dark {
    background: rgba(30, 58, 95, 0.85);
    /* Matches primary blue with transparency */
}

/* Enhancing inputs */
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--accent-blue);
    background-color: #fff;
}

.btn-login-submit {
    background-color: var(--primary-blue);
    border: none;
    transition: background-color 0.3s;
}

.btn-login-submit:hover {
    background-color: #174daf;
}

.login-decoration {
    animation: float 6s ease-in-out infinite;
}


/* Reviews Section */
.reviews-section {
    padding: 80px 0;
    /* background: url('../img/bgnewreviews2.png') no-repeat center center/cover; */
    background: linear-gradient(135deg, #dfecff 0%, #eef6ff 100%);
    /* Fallback or new gradient */
    position: relative;
}

/* Custom Tabs */
.reviews-section .nav-pills .nav-link {
    color: var(--secondary-color);
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    transition: all 0.3s ease;
    font-size: 0.9rem;
    padding: 10px 30px;
}

.reviews-section .nav-pills .nav-link.active {
    background-color: #bad5f5;
    /* Light blue active state */
    color: var(--primary-color);
    border-color: #bad5f5;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.reviews-section .nav-pills .nav-link:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Review Cards */
.review-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.review-card img {
    border: 1px solid #eee;
}

.review-card .fa-quote-left {
    color: var(--primary-blue);
    font-size: 1.5rem;
    opacity: 1;
    /* Remove opacity to match screenshot better */
    margin-bottom: 10px;
}

/* Carousel Controls */
.reviews-section .carousel-control-prev,
.reviews-section .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    box-shadow: unset;
}

.reviews-section .carousel-control-prev:hover,
.reviews-section .carousel-control-next:hover {
    opacity: 1;
    background-color: var(--primary-color);
}

.reviews-section .carousel-control-prev-icon,
.reviews-section .carousel-control-next-icon {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eef4fb;
    border: 1px solid #d0e1f5;
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
}

.reviews-section .carousel-control-prev-icon:hover,
.reviews-section .carousel-control-next-icon:hover {
    background-color: var(--primary-blue);
    color: white;
}

.reviews-section .carousel-control-prev:hover .carousel-control-prev-icon,
.reviews-section .carousel-control-next:hover .carousel-control-next-icon {
    filter: invert(1) grayscale(100%) brightness(200%);
    /* Make icon white on hover */
}

/* Carousel Indicators */
section.reviews-section {
    padding-bottom: 80px;
    /* Ensure space for indicators */
}

.reviews-section .carousel-indicators {
    bottom: -60px;
    margin-bottom: 0;
}

.reviews-section .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #cbd5e1;
    /* Light gray/blue */
    border: none;
    opacity: 0.7;
    transition: all 0.3s ease;
    margin: 0 6px;
}

.reviews-section .carousel-indicators button.active {
    background-color: var(--primary-blue);
    opacity: 1;
    transform: scale(1.2);
}

.reviews-section .carousel-inner {
    overflow: visible;
    /* Use caution here, but mainly allow shadows */
    padding-bottom: 20px;
}

/* Slick Carousel Custom Styles */
.reviews-section .slick-list {
    margin: 0 -15px;
    /* Adjust for card padding */
    padding: 20px 0;
    /* Add padding for shadows */
}

.reviews-section .slick-slide {
    margin: 0 0px;
    /* Spacing between slides */
    height: auto;
    /* Allow auto height */
}

.reviews-section .slick-track {
    display: flex !important;
    /* Ensure equal height slides */
}

.reviews-section .slick-slide>div {
    height: 100%;
    /* Ensure inner div takes full height */
}

/* Slick Dots Customization */
.slick-dots {
    bottom: -50px;
    /* Position below carousel */
}

.slick-dots li button:before {
    font-size: 12px;
    color: transparent;
    /* Inactive dot color */
    background: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    height: 1.042vw;
    width: 1.042vw;
    margin: 8px;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: var(--primary-blue);
    /* Active dot color */
    opacity: 1;
    background: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    border-radius: 50%;
    display: inline-block;
    height: 1.042vw;
    width: 1.042vw;
    margin: 8px;
    opacity: 1;
    color: transparent;
}

/* Slick Arrows Customization */
.reviews-section .slick-prev,
.reviews-section .slick-next {

    position: absolute;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eef4fb;
    border: 1px solid #d0e1f5;
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
}

.reviews-section .slick-prev:before,
.reviews-section .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    /* Adjust size to match thickness */
    color: #0d6efd;
    /* Bootstrap primary blue */
    opacity: 1;
    line-height: 1;
    display: block;
}

.reviews-section .slick-prev:before {
    content: "\f053";
    /* fa-chevron-left */
    padding-right: 2px;
}

.reviews-section .slick-next:before {
    content: "\f054";
    /* fa-chevron-right */
    padding-left: 2px;
}

.reviews-section .slick-prev:hover,
.reviews-section .slick-next:hover {

    background-color: var(--primary-blue);
    color: white;
}

.reviews-section .slick-prev:hover:before,
.reviews-section .slick-next:hover:before {
    color: #ffffff;
    /* Darker blue */
}

.reviews-section .slick-prev {
    left: -10px;
}

.reviews-section .slick-next {
    right: -10px;
}

@media (max-width: 768px) {
    div#plansModal .modal-dialog {
        max-width: 90% !important;
        margin: 0 auto;
    }

    .reviews-section .slick-prev {
        left: -10px;
        width: 35px;
        height: 35px;
    }

    .reviews-section .slick-next {
        right: -10px;
        width: 35px;
        height: 35px;
    }

    div#pills-tabContent {
        padding: 0 10px;
    }

    .reviews-section .slick-prev:before,
    .reviews-section .slick-next:before {
        font-size: 16px;
    }
}

/* Reviews Tabs Customization */
.btn-outer .button-group {
    background: #ffffff59;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
    flex-direction: row;
}

.reviews-section .nav-pills .nav-link {
    background-color: #fff;
    color: #1F4069;
    border: 1px solid #1F4069;
    border-radius: 30px;
    padding: 10px 30px;
    margin: 0 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 150px;
    font-size: 0.813rem;
}

.reviews-section .nav-pills .nav-link.active,
.reviews-section .nav-pills .nav-link:hover {
    background-color: #b4dbff !important;
    color: #1F4069 !important;
    border-color: #1F4069 !important;
}

.reviews-section {
    background: url(../img/bgnewreviews2.png) no-repeat center center;
    background-size: cover;
}

/* Ultimate Handbook Section */
.handbook-section {
    background-color: #f8f9fa;
    /* Light gray background */
}

.handbook-section img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}



@media (max-width: 991px) {
    .handbook-section {
        text-align: center;
    }

    .handbook-section h2 {
        font-size: 2rem;
    }
}

.section-padding {
    padding: 6rem 0;
    position: relative;
}

.sub-para {
    font: 400 1.2rem var(--secondary-typeface);
    line-height: 1.4;
    color: #222222;
}

.blue-gradient-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(237, 249, 255, 1) 0%, rgba(255, 255, 255, 0.86) 47%, rgba(198, 228, 255, 0.5) 100%);
    background-size: cover;
    pointer-events: none;
}

/* FAQ Section */
.faq-section {
    background-color: #f1f8ff;
    /* Light blue/cloudy background */
}

/* Accordion Styling */
.faq-section .accordion-item {
    background-color: transparent;
}

/* Force hide collapsed items to prevent "all expanded" issue */
.faq-section .accordion-collapse.collapse:not(.show) {
    display: none !important;
}

.faq-section .accordion-button {
    box-shadow: none;
    padding: 1.5rem;
    font-weight: 500;
    font: 500 1rem var(--primary-typeface)
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000000;
    box-shadow: unset;
    font: 500 1rem var(--primary-typeface);
}

/*.faq-section .accordion-button::after {
    background-image: none !important;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    background-color: #F4F1F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    transition: all 0.3s;
    font-size: 0.8rem;
}*/
.faq-section .accordion-button::after {
    background-image: none !important;
    /* Remove default chevron */
    content: "\f067";
    /* FontAwesome Plus */
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    width: 30px;
    height: 30px;
    background-color: #F4F1F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    transition: all 0.3s;
    font-size: 1.2rem;
    border: 1px solid #EEEBEB;
}

.text-secondary {
    font: 400 1.1rem var(--secondary-typeface);
    color: #000000;
    line-height: 1.4;
}

.accordion-body.text-secondary {
    font: 500 0.938rem var(--secondary-typeface);
    color: #494949 !important;
    background-color: #ffffff !important;
    border-radius: 0 0 10px 10px;
    border: 1px solid #6C6968;
    border-top: none;
}

.review-card .text-secondary {
    font: 400 1.1rem var(--secondary-typeface);
    color: #000000 !important;
    line-height: 1.4;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: "\f068";
    /* FontAwesome Minus */
    background-color: #A09F9F;
    /* Blue background */
    color: #fff;
    transform: rotate(180deg);
}

/* FAQ Images */
.faq-plane-img {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.faq-girl {
    bottom: 0vw;
    left: 0vw;
    position: absolute;
}

.faq-plane {
    top: 3vw;
    left: 5vw;
    position: absolute;
}

.faq-bg {
    background: url(../img/bgfaq.svg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

/* Contact Section (New) */
.contact-section-new {
    background: url(../img/bgcontact2.png) no-repeat center center;
    background-size: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    height: 92vh;
}

.contact-form-wrapper {
    background: #012b6eb8;
    padding: 1.042vw 1.25vw;
    border: none;
    border-radius: 16px;
    max-width: 610px;
    margin: 0 0 0 auto;
}

.contact-form-wrapper .form-control {
    border-radius: 0;
    padding-left: 0;
}

.contact-form-wrapper .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form-wrapper .form-control:focus {
    box-shadow: none;
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

/* Ensure empty col allows image to show on desktop, but stack on mobile */
@media (max-width: 991px) {
    .contact-section-new {
        background-position: left center;
        /* Adjust if needed */
        padding: 50px 0;
    }
}

/* Custom Validation Styling */
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-bottom: 2px solid #dc3545 !important;
    background-image: none !important;
    /* Remove default icon */
    padding-right: 0;
}

.invalid-feedback {
    display: none;
    font-size: 0.875em;
    color: #dc3545;
    margin-top: 5px;
}

.was-validated .form-control:invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-feedback {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-bottom-color: #fff !important;
    /* Keep white if valid, or green if preferred */
    background-image: none !important;
}

.white-bg {
    background-color: #fff;
    color: var(--color-primary);
}

/* Main Footer */
.main-footer {
    background-color: var(--color-primary);
    color: #fff;
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

.social-icons a {
    color: #fff;
    font-size: 1.1rem;
    opacity: 0.8;
    transition: all 0.3s ease;
    display: inline-block;
}

.social-icons a:hover {
    opacity: 1;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .main-footer .footer-links a {
        display: block;
        margin: 10px 0 !important;
    }

    div#plansModal .modal-dialog {
        max-width: 90% !important;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .carousel-next {
        right: -10px;
    }

    .text-white.text-start p,
    .text-white.text-start span {
        text-align: center;
        width: 100%;
        display: block;
    }

    .text-white.text-start p {
        padding-bottom: 5px;
    }

    .text-white.text-start p br {
        display: none;
    }

    .web-view {
        display: none;
    }

    .mobile-view {
        display: flex;
    }

    .mob-center {
        text-align: center;
    }

    img.qrcode {
        width: 130px;
        height: 130px;
    }

    .qrdetails {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .qrdetails img.store-icon {
        width: 40px;
    }

    span.store-txt1 {
        font-size: 13px;
        font-weight: 500;
    }

    span.store-txt2 {
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .order-1 {
        order: 2;
    }

    .order-2 {
        order: 1;
    }

    .refer-section .col-lg-5 {
        padding: 0 40px;
    }

    .refer-section .col-lg-6 {
        padding: 0 40px;
    }

    section.refer-section h2.section-title {
        text-align: center;
    }

    img.mainHeading {
        width: 100%;
    }

    .fade-up {
        opacity: 1 !important;
        transform: translateY(0px) !important;
    }

    .fade-up.in-view {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .animation-container {
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .btn-view-plans {
        margin-top: 10px;
    }

    .reviews-section .nav-pills .nav-link {
        min-width: 105px;
    }

    .container-fluid.px-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    img.planeright {
        bottom: 80px;
        right: 0px;
        width: 54.656vw;
    }

    .hero-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .hero-content.hero-container {
        min-height: auto !important;
    }

    html,
    body {
        font-size: 12px;
        height: auto;
        overflow-x: hidden;
    }

    .offer-section {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        text-align: left !important;
        padding: 0 20px;
    }

    .faq-plane {
        top: 0vw;
        left: 31vw;
        position: absolute;
        width: 33vw;
    }

    .faq-girl {
        bottom: 0vw;
        left: 0vw;
        height: 20vw;
    }

    .contact-section-new {
        height: auto;
        background: url(../img/bgcontact2.png) no-repeat -140px bottom !important;
        background-size: cover !important;
    }

    .slick-dots li button:before {
        height: 18px !important;
        width: 18px !important;
    }

    .slick-dots li.slick-active button:before {
        height: 18px !important;
        width: 18px !important;
    }

    .dot {
        height: 18px !important;
        width: 18px !important;
    }

    .dot.active {
        height: 18px !important;
        width: 18px !important;
    }

    /*  mobile app and play store  */
    .pp-modal-footer .mobile-view .col-sm-6 {
        border: 2px solid #858282;
        border-radius: 10px;
        margin-bottom: 10px;
        background: #fdfdfd;
        height: 50px;
        display: flex;
        align-items: center;
        width: fit-content;
        margin-right: 10px;
    }

    .mobile-view img.store-icon {
        width: 25px;
        margin: 0px 10px 0 0;
    }

    .mobile-view span.store-txt1 {
        font-size: 11px;
        font-weight: 500;
    }

    .mobile-view span.store-txt2 {
        padding-bottom: 1px;
        font-size: 14px;
        font-weight: 500;
    }

    .qrcodebox {
        display: flex;
        align-items: center;
    }

    .pp-modal-footer {
        padding: 0px 0px 0px !important;
    }

    .pp-modal-footer .mobile-view {
        display: flex;
        justify-content: center;
    }
}

h4 {
    font-size: 1.32rem;
    font-weight: 400;
    line-height: 1.1;
}

h2 {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1.1;
}

btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #ffffff;
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}

/* Reduce Mockup Image Size */
.feature-mockup {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.pop-heading {
    font-size: 20px;
    color: #6f7070;
}

.pop-sub-heading {
    font-size: 18px;
    color: #6f7070;
}

.px-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

.plan-vscroll {
    max-height: 60vh;
    overflow: auto;
    padding-right: 6px;
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 80% !important;
    }
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: 0;
}

.planHead {
    background: linear-gradient(to right, #3e4c92, #469efd);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.bold {
    font-weight: 700;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 85px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #1F4069;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.vh-50 {
    max-height: 50vh;
    overflow-y: auto;
    /* margin-right: -15px; */
    margin-right: 0px;
}

/* For WebKit browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 5px;
    /* Set scrollbar width */
    height: 5px;
    /* Set scrollbar height (for horizontal scrollbars) */
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    /* Color of the scrollbar thumb */
    border-radius: 10px;
    /* Make the scrollbar thumb rounded */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Change color when hovered */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Color of the scrollbar track */
    border-radius: 10px;
}

/* For Firefox */
* {
    scrollbar-width: thin;
    /* Set scrollbar thickness */
    scrollbar-color: var(--color-primary) #f1f1f1;
    /* thumb color and track color */
}

.text-warning {
    --bs-text-opacity: 1;
    color: #f25c54 !important;
}

.slick-track .text-dark {
    font-size: 1rem;
    font-weight: 500 !important;
    color: var(--color-primary);
}

.slick-track .text-muted {
    font: 400 0.75rem var(--secondary-typeface);
    line-height: 1.4;
    color: rgba(33, 37, 41, 0.75);
}

i.fas.fa-star {
    margin-right: 10px;
}

i.fas.fa-star:before {
    font-size: 14px;
}

.rounded-4 {
    border-radius: 10px !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.contact-section h2 {
    font: 700 2.604vw var(--primary-typeface);
}

@media (max-width: 767px) {
    .contact-form-wrapper {
        min-width: 100% !important;
    }

    .training-card {
        flex: 0 0 100%;
        /* 1 card visible */
        margin: 0;
    }

    .carousel-track {
        padding-left: 0;
    }
}

button.accordion-button {
    border: 1px solid #6C6968;
}

button.accordion-button {
    border: 1px solid #6C6968;
    border-bottom: none;
    border-radius: 10px 10px 0 0;

}

.accordion-button:focus {
    border: 1px solid #6C6968;
    border-bottom: none;
}

.accordion-collapse.collapse.show {
    /*border: 1px solid #6C6968;
    border-top: none;*/
    border-radius: 0 0 10px 10px;
}

button.accordion-button.collapsed {
    border: 1px solid #ffffff;
}

/* form style */
.floating-group {
    position: relative;
    margin-bottom: 0px;
}

form#contactForm .col-12,
form#contactForm .col-md-6 {
    margin-top: .7rem !important;
}

.floating-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    padding: 12px 0 6px 0;
    font-size: 16px;
    color: #fff;
}

.floating-input:focus {
    outline: none;
    border-bottom: 1px solid #fff;
}

/* Floating label */
.floating-group label {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 16px;
    color: #ddd;
    pointer-events: none;
    transition: 0.3s ease;
}

.floating-group.active label {
    top: -12px;
    font-size: 14px;
    color: #fff;
}

/* Validation message */
.error-message {
    display: none;
    color: #ff4d4f;
    font-size: 13px;
    margin-top: 4px;
    /* directly under bottom border */
}

/* Show error */
.floating-group.error .error-message {
    display: block;
}

/* fadeup */
.fade-up {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.fade-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

/*.fade-up {
        opacity: 1!important;
        transform: translateY(0px)!important;
    }
    .fade-up.in-view {
        opacity: 1!important;
        transform: translateY(0)!important;
    }*/

@media (min-resolution: 144dpi) and (max-resolution: 154dpi) {

    html,
    body {
        font-family: 'Poppins', sans-serif;
        overflow-x: hidden;
        font-size: 14px;
        scroll-behavior: smooth;
    }

    .pp-tabs-spacer {
        flex: 0 0 35%;
        max-width: 215px !important;
        display: block;
    }

    .pp-images-col {
        flex: 0 0 35%;
        max-width: 215px !important;
        display: flex;
        align-items: center;
    }

    .pp-modal-body {
        padding: 0px 20px !important;
    }

    .pp-tabs {
        display: flex;
        justify-content: flex-start;
        padding: 0 0 10px 0;
        margin-bottom: 2px;
        gap: 30px;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

/* Approx for 125% zoom */
@media (min-resolution: 120dpi) and (max-resolution: 134dpi) {

    html,
    body {
        font-family: 'Poppins', sans-serif;
        overflow-x: hidden;
        font-size: 14px;
        scroll-behavior: smooth;
    }

    .pp-tabs-spacer {
        flex: 0 0 35%;
        max-width: 263px !important;
        display: block;
    }

    .pp-images-col {
        flex: 0 0 35%;
        max-width: 250px !important;
        display: flex;
        align-items: center;
    }

    .pp-modal-body {
        padding: 0px 20px !important;
    }

    .pp-tabs {
        display: flex;
        justify-content: flex-start;
        padding: 0 0 10px 0;
        margin-bottom: 2px;
        gap: 30px;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}



/* form */
.form-message {
    max-width: 500px;
    margin: 15px auto;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 14px;
    display: none;
    text-align: center;
    transition: opacity 0.5s ease;
}

.form-message.success {
    background-color: #29823B;
    color: #fff;
    border: 1px solid #20682f;
}

.form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

html.modal-open {
    overflow: hidden;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80vw;
    }
}

/* Offer section */
/* Inaugural Offer Section */
.inaugural-offer {
    background: url('../img/lp-offer-bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.popper-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    z-index: 1;
}

.popper-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    z-index: 1;
}

.offer-container {
    position: relative;
    z-index: 2;
    max-width: 75vw;
    margin: 0 auto;
}

.offer-banners-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 6rem;
}

.offer-badge {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 266px;
    z-index: 10;
}

.offer-banners {
    margin-left: 80px; 
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px; 
}

.banner-red {
    background: #f05b54;
    border-radius: 10px; 
    padding: 20px 20px 20px 260px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.banner-red h3 {
    font:600 1.7rem var(--primary-typeface);
    margin-bottom: 0.3rem;
}
.lp2 .org-txt-norm {
    font: 400 1.7rem var(--primary-typeface);
    line-height: 1.4;
    display: block;
    color: #ffffff !important;
}
.banner-red p {
    font: 400 1.7rem var(--primary-typeface);
    line-height: 1.4;
    display: block;
    color: #ffffff !important;
}

.banner-red.banner-small {
    padding-top: 10px;
    padding-bottom: 10px;
}

.offer-divider {
        padding: 0 1rem;
    font-size: 1.7rem;
    font-weight: 600;
    position: absolute;
    top: -1.4rem;
    background: transparent;
    color: #ffffff;
    width: 100%;
    z-index: 2;
    left: 0;
    text-align: center;
    text-shadow: 0px 0px 4px #1f4167, 0 0 10px #1f4167, 0 0 20px #1f4167, 0 0 40px #1f4167; 
}

/*.offer-divider::before, 
.offer-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}

.offer-divider span {
    padding: 0 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}*/

.subscriber-box {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    display: flex;
    padding: 1.5rem 2rem;
    align-items: stretch; 
    position: relative;
}

.sub-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-refer {
    flex: 1.2;
    padding-right: 2rem;
    
}

.col-ext {
    flex: 1;
    text-align: center;
    padding: 0 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.col-new {
    flex: 1;
    padding-left: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.col-refer .refer-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.5rem;
}

.col-refer .refer-head img {
    height: 24px;
}

.col-refer .refer-head h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
}

.col-refer .refer-details {
    display: flex;
    gap: 2rem;
    margin-top: 10px;
}

.refer-details > div {
    display: flex;
    flex-direction: column;
}

.refer-details .label {
    font-size: 1.2rem;
/*    opacity: 0.9;*/
}

.refer-details .value {
    font-size: 1.8rem;
    font-weight: 700;
}
.refer-details .value-sm{
    font-size:1.2rem;
    font-weight: 700;
}

.light-blue {
    color: #7cc0f8;
}

.offer-val {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.offer-desc {
    font-size: 1rem;
}

.offer-get {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    padding-left: 15px;
    text-align: center;
}
@media (max-width: 1400px) {
    .col-refer{width: 100%;}
    .subscriber-box {
        flex-direction: column;
        
    }
    .subscriber-box .col-lg-8{width: 100%;}
    .col-refer, .col-ext {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding: 0 0 1.5rem 0;
        margin-bottom: 1.5rem;
    }
    
    .col-ext, .col-new {
        padding-left: 0;
        padding-right: 0;
    }
    .offer-divider {
        padding: 0;
        font-size: 1.7rem;
        font-weight: 600;
        position: absolute;
        top: -1.4rem;
        background: transparent;
        color: #ffffff;
        width: 91%;
        z-index: 2;
        left: unset;
        text-align: center;
        text-shadow: 0px 0px 4px #1f4167, 0 0 10px #1f4167, 0 0 20px #1f4167, 0 0 40px #1f4167;
    }
    .col-ext{border-left:none;border-bottom:none;        margin-bottom: 0;
        padding-bottom: 0;border-right:1px solid rgba(255, 255, 255, 0.4) }
    .offer-get {
        padding-left: 0px;
    }
    .poppers{display: none;}
    .col-refer {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .offer-badge {
        position: absolute;
        left: -45px;
        top: 23%;
    }
    .offer-banners {
        margin-left: 0px;
    }
}
/* Mobile Adjustments for Offer Section */
@media (max-width: 968px) {
    .subscriber-box {
        flex-direction: column;
    }
    
    .col-refer, .col-ext {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding: 0 0 1.5rem 0;
        margin-bottom: 1.5rem;
    }
    
    .col-ext, .col-new {
        padding-left: 0;
        padding-right: 0;
    }
    .offer-divider {
        padding: 0;
        font-size: 1.7rem;
        font-weight: 600;
        position: absolute;
        top: -1.4rem;
        background: transparent;
        color: #ffffff;
        width: 91%;
        z-index: 2;
        left: unset;
        text-align: center;
        text-shadow: 0px 0px 4px #1f4167, 0 0 10px #1f4167, 0 0 20px #1f4167, 0 0 40px #1f4167;
    }
    .col-ext{border-left:none;border-bottom:none;        margin-bottom: 0;
        padding-bottom: 0;border-right:1px solid rgba(255, 255, 255, 0.4) }
    .offer-get {
        padding-left: 0px;
    }
    .poppers{display: none;}
    .col-refer {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .offer-badge {
        position: absolute;
        left: -45px;
        top: 23%;
    }
    .offer-banners {
        margin-left: 0px;
    }
}

@media (max-width: 600px) {
    .offer-banners {
        margin-left: 0;
        margin-top: 60px;
    }
    
    .offer-badge {
        left: 50%;
        top: 38px;
        transform: translate(-50%, -50%);
        width: 102px;
    }
    
    .banner-red {
        padding: 40px 15px 15px; 
        text-align: center;
    }
    
    .offer-get {
        position: static;
        margin-bottom: 5px;
    }
    .lp2 img.planeright {
        position: relative;
        margin-left: -37px !important;
        right: unset;
        bottom: unset;
        margin-bottom: unset;
    }
    .lp2 .refer-section {
        padding: 50px 0px!important;
    }
    .lp2 .section-padding {
        padding: 50px 0;
        position: relative;
    }
    .offer-container {
        position: relative;
        z-index: 2;
        max-width: 95%;
        margin: 0 auto;
    }
    .offer-divider {
        padding: 0;
        font-size: 1.7rem;
        font-weight: 600;
        position: absolute;
        top: -1.4rem;
        background: #1f4167;
        color: #ffffff;
        width: 85%;
        z-index: 2;
        left: unset;
        text-align: center;
    }
    .col-ext{border-left:none;border-bottom:none;        margin-bottom: 0;
        padding-bottom: 0;border-right:1px solid rgba(255, 255, 255, 0.4) }
    .offer-get {
        padding-left: 0px;
    }
    .poppers{display: none;}
    .col-refer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}