/* CSS Reset  */
/* * {
    margin: 0;
    padding: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

::selection {
    background-color: var(--text-color-color);
    color: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

body {
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
} */

/* CSS Resest  */

/* Custom Colors */
.text-orange {
    color: #7ad2f7 !important;
}

.bg-orange {
    background-color: #7ad2f7 !important;
}

.btn-orange {
    background-color: #7ad2f7;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
    border: none;
    box-shadow: 0 2px 8px rgba(255, 122, 0, 0.08);
    transition: background 0.2s;
}

.btn-orange:hover {
    background-color: #4cc2f5;
    color: #fff;
}

/* Navbar */
.navbar__logo {
    height: 85px;
}

/* Hero Banner */
.hero__title {
    font-size: 2.5rem;
    font-weight: 700;
}

.hero__subtitle {
    font-size: 1.1rem;
    color: #555;
}

/* .hero__webinar-details {
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    background: #fff;
} */
.host__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #7ad2f7;
    background: #fff;
}

/* Section Titles */
.section__title {
    font-size: 1.5rem;
    font-weight: 700;

    /* Meet Host Section */
    .host__circle-wrap {
        position: relative;
        width: 260px;
        height: 260px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .host__circle-bg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 220px;
        height: 220px;
        background: #ff7a00;
        border-radius: 50%;
        opacity: 0.13;
        z-index: 1;
    }

    .host__main-img {
        width: 200px;
        height: 240px;
        object-fit: cover;
        border-radius: 18px;
        position: relative;
        z-index: 2;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
    }

    .host__info-card {
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 2px 16px rgba(255, 122, 0, 0.08);
        border: none;
        min-height: 110px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: box-shadow 0.2s, transform 0.2s;
        border-bottom: 5px solid #ff7a00;
    }

    .host__info-card:hover {
        box-shadow: 0 4px 16px rgba(255, 122, 0, 0.12);
        transform: scale(1.03);
    }

    .host__desc {
        font-size: 1.05rem;
        color: #222;
    }

    .meet__host .section__title {
        font-size: 2rem;
    }

    @media (max-width: 991px) {
        .host__circle-wrap {
            width: 160px;
            height: 160px;
        }

        .host__circle-bg {
            width: 120px;
            height: 120px;
        }

        .host__main-img {
            width: 120px;
            height: 140px;
        }

        .host__info-card {
            min-height: 80px;
        }
    }

    @media (max-width: 767px) {
        .host__circle-wrap {
            width: 100px;
            height: 100px;
        }

        .host__circle-bg {
            width: 70px;
            height: 70px;
        }

        .host__main-img {
            width: 70px;
            height: 90px;
        }

        .host__info-card {
            min-height: 60px;
            font-size: 0.95rem;
        }

        .meet__host .section__title {
            font-size: 1.2rem;
        }
    }

    letter-spacing: 0.5px;
}

/* Why Join */
.why__item {
    border-radius: 14px;
    background: #fff;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Success Stories */
.story__card {
    border-radius: 14px;
    background: #fff;
    min-height: 120px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Webinar Learn */
.learn__card {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    min-height: 160px;
}

/* Webinar Perfect For */
.perfect__card {
    border-radius: 14px;
    background: #fff;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Still Thinking */
.thinking__card {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.thinking__list {
    padding-left: 1.2rem;
    font-size: 0.98rem;
}

/* Meet Host */
.meet__host .host__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #7ad2f7;
    margin-bottom: 1rem;
}

/* Testimonials */
.testimonial__card {
    border-radius: 20px;
    background: #fff;
    /* box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08); */
    min-height: 220px;
    border: 1px solid #dfdfdf;
    position: relative;
    transition: box-shadow 0.2s, transform 0.2s;
    border-bottom: 5px solid #7ad2f7;
    margin-bottom: 0;
    overflow: visible;
}

.testimonial__card:hover {
    box-shadow: 0 12px 48px 0 rgba(255, 122, 0, 0.13);
    transform: translateY(-4px) scale(1.03);
}

.testimonial__name {
    font-weight: 700;
    color: #222;
    font-size: 1.08rem;
}

.testimonial__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #7ad2f7;
    background: #fff;
}

.testimonial__quote {
    font-size: 1.08rem;
    color: #222;
    min-height: 90px;
}

.testimonial__quote-icon {
    position: absolute;
    right: 24px;
    bottom: 24px;
    font-size: 2.5rem;
    color: #7ad2f7;
    opacity: 0.13;
    pointer-events: none;
}

.testimonials .section__title {
    font-size: 2rem;
}

@media (max-width: 991px) {
    .testimonial__card {
        min-height: 160px;
    }

    .testimonial__avatar {
        width: 36px;
        height: 36px;
    }

    .testimonials .section__title {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .testimonial__card {
        min-height: 120px;
        padding: 1rem !important;
    }

    .testimonial__avatar {
        width: 28px;
        height: 28px;
    }

    .testimonial__quote-icon {
        font-size: 1.5rem;
        right: 12px;
        bottom: 12px;
    }
}

/* FAQ Section */
/* FAQ Section */
.faq__section {
    background: #222;
}

.accordion-button {
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px !important;
}

.accordion-button.bg-orange {
    background: #7ad2f7 !important;
    color: #fff !important;
}

.accordion-item {
    border: none;
    margin-bottom: 0.5rem;
    border-radius: 8px;
}

.accordion-body {
    font-size: 0.98rem;
}

/* Responsive Tweaks */
@media (max-width: 991px) {
    .hero__title {
        font-size: 1.5rem;
    }

    .section__title {
        font-size: 1.2rem;
    }

    .host__img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {

    .story__card,
    .testimonial__card,
    .learn__card,
    .perfect__card,
    .thinking__card {
        min-height: 80px;
    }

    .meet__host .host__img {
        width: 60px;
        height: 60px;
    }
}


/* css  -- custom  */
.common__padding {
    padding: 70px 0;
}

.me-2.text-orange {
    position: absolute;
    right: 0;
    top: 30%;
    font-size: 24px;
}

.hero__icon.hero__icon-left {
    position: absolute;
    left: -80px;
    top: 40px;
    color: #7ad2f7;
    font-size: 55px;
}

.hero__icon.hero__icon-right {
    position: absolute;
    right: -80px;
    top: 40px;
    color: #7ad2f7;
    font-size: 55px;
}

.why__item {
    border-radius: 10px;
    background: #f6f6f6;
    font-size: 1rem;
    font-weight: 500;
    border: unset;
    border-left: 4px solid #7ad2f7;
    /* Left orange border */
}

.thinking__card {
    border-radius: 14px;
    background: #fff;
    box-shadow: unset;
    padding: 25px !important;
}

.thinking__list {
    padding-left: 1.2rem;
    font-size: 18px;
    list-style: none;
    padding: 0;
    line-height: 3;
}

.thinking__list li i {
    color: #ffcb00;
}

.card.thinking__card.p-3.h-100 .fw-bold.mb-2.text-success {
    background: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    color: #fff !important;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
}

.card.thinking__card.p-3.h-100 .fw-bold.mb-2.text-danger {
    background: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    color: #fff !important;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
}


.accordion {
    max-width: 1170px;
    margin: 40px auto 0;
}

.at-tab {
    display: none;
    padding: 15px;
    border: 1px solid #dddddd;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #333;
}

.at-title {
    cursor: pointer;
    background-color: #333;
    position: relative;
    transition: background-color 0.3s ease;
}

.at-title.active {
    background: #79d1f6;
}

.at-title:hover {
    background-color: #79d1f6;
}

.at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.at-title.active:after {
    content: "-";
}

.at-item {
    border-radius: 5px;
    margin-bottom: 15px;
}

.at-title h2 {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px;
    margin: 0;
}

.accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.embed-video {
    border-radius: 14px;
}

@media (max-width: 767px) {
    img.host__main-img {
        width: 100%;
    }

    .hero__icon.hero__icon-right {
        position: absolute;
        right: -15px;
        top: 0;
        color: #7ad2f7;
        font-size: 35px;
    }

    .hero__icon.hero__icon-left {
        position: absolute;
        left: -15px;
        top: 0px;
        color: #7ad2f7;
        font-size: 35px;
    }

    .navbar__logo {
        height: unset;
        width: 100%;
    }

    .embed-video {
        width: 100% !important;
        height: 200px !important;
    }

    .thinking__card {
        padding: 15px !important;
    }

    video {
        height: 240px;
    }

    button.btn-orange {
        padding: 0.75rem 1em;
        font-size: 16px;
    }

    .hero__banner-card.p-4 {
        padding: 10px !important;
    }

    .card.p-3.webinar__info-card.text-start.position-relative div {
        font-size: 12px !important;
    }

    .hero__icon.hero__icon-left {
        position: absolute;
        left: -35px;
        top: 0px;
        color: #7ad2f7;
        font-size: 35px;
    }

    .hero__icon.hero__icon-right {
        position: absolute;
        right: -35px;
        top: 0;
        color: #7ad2f7;
        font-size: 35px;
    }

    .at-title h2 {
        font-size: 14px;
        width: 90%;
    }

}

/* css  -- custom  */


/* for popup css  */
h3.model__title {
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 35px;
    font-weight: 700;
}

h3.model__title span {
    color: #7B3698;
    font-size: 38px;
}

p.model__para {
    font-size: 18px;
}

.model__custom__body {
    background: #7ad2f7;
}

form#userForm {
    padding: 0px 30px;
}

form#userForm input {
    padding: 15px;
    border-radius: 20px;
}

form#userForm input:focus {
    padding: 15px;
    border-radius: 20px;
    box-shadow: none;
}

button.btn.btn-primary.popup__btn {
    background: #fdf100;
    border: none;
    padding: 10px 25px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
}

p.popup__btn__after__text {
    padding-top: 12px;
    font-size: 20px;
    cursor: pointer;
}

button.btn-close.close__poup_btn {
    position: absolute;
    right: 3%;
    border: 1px solid;
    border-radius: 50px;
    padding: 5px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    h3.model__title span {
        color: #7B3698;
        font-size: 20px;
    }

    h3.model__title {
        text-transform: uppercase;
        line-height: 1.5;
        font-size: 18px;
        font-weight: 700;
    }

    button.btn.btn-primary.popup__btn {
        background: #fdf100;
        border: none;
        padding: 10px 25px;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 20px;
    }

    p.popup__btn__after__text {
        padding-top: 12px;
        font-size: 16px;
    }

}

/* for popup css  */

/* css after live  */
.circle__images {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    border: 4px solid #7ad2f7b3;
    padding: 5px;
    object-fit: cover;
}

.error {
    color: red;
}

.testimonial__quote {
    font-size: 14px;
    color: #222;
    min-height: 90px;
}

small.testimonial__designation {
    font-size: 12px;
    font-weight: 300;
}

/* css after live  */
/* Sticky Bottom Offer Bar */
.sticky-offer-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 160px;
    border-radius: 0;
    box-shadow: 0 -2px 16px rgba(255, 122, 0, 0.12);
    font-family: inherit;
}

.sticky-offer-bar .offer-text {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

.sticky-offer-bar .offer-timer {
    color: #4cc2f5;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0 4px;
}

.sticky-offer-bar .offer-btn {
    background: #7ad2f7;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    border: none;
    border-radius: 14px;
    padding: 16px 48px;
    box-shadow: 0 0 16px 0 #7ad2f7;
    transition: box-shadow 0.2s;
}

.sticky-offer-bar .offer-btn:hover {
    box-shadow: 0 0 24px 0 #4cc2f5;
    background: #4cc2f5;
    color: #fff;
}

@media (max-width: 768px) {
    .sticky-offer-bar {
        flex-direction: unset;
        align-items: center;
        padding: 12px 10px;
        font-size: 1rem;
        display: block;
        text-align: center;
    }

    .sticky-offer-bar .offer-btn {
        width: 60%;
        margin-top: 10px;
        padding: 10px 0;
        font-size: 1rem;
        box-shadow: unset;
    }

    .sticky-offer-bar .offer-timer {
        color: #4cc2f5;
        font-weight: 700;
        font-size: 14px;
        margin: 0 4px;
    }

    .sticky-offer-bar .offer-text {
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 0.5px;
        display: block;
    }

}

/* Read More/Less Functionality */

.more-content {
    display: none;
}

.read-more-btn {
    color: #4cc2f5;
    cursor: pointer;
    text-decoration: underline;
    border: none;
    background: none;
    font-size: 16px;
    padding: 0;
    font-weight: 600;
}



/* Style the agreement container */
.agreement-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: #333;
}

.agreement-checkbox {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    accent-color: #007bff;
    /* Bootstrap primary color */
    cursor: pointer;
}

.agreement-label {
    line-height: 1.4;
}

.agreement-label a {
    color: #007bff;
    text-decoration: underline;
}

/* Disabled button style */
.disabled-btn {
    opacity: 0.6;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Enabled button style */
.enabled-btn {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease;
}


/* compliance__and__privacy section */
.compliance__and__privacy {
    padding-bottom: 150px !important;
    text-align: center;
}

/* compliance__and__privacy section */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {


    .custom__auto__popup .modal-dialog-centered {
        align-items: start;
        margin-top: 40px;
    }


}