
.bg-btn {
    background-color: #38B000;
    border: none;
    border-radius: 12px;
    padding: 11px 24px;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
}

.bg-btn i {
    margin-left: 8px;
}

.bg-custcolor {
    background: #4B6978;
}

.icon {
    color: #191B1B;
}
/* --- 03. BOOK ME HERO SECTION (.book-me-hero-section) --- */
.book-me-hero-section {
    background-color: #F3F4EF;
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.book-me-hero-section .texture-decor {
    position: absolute;
    top: 15rem;
    right: -19rem;
    width: 55rem;
    height: 30rem;
    background-image: url("/assets/images/hero-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 0;
}

/* --- HERO CONTENT STYLING --- */
.book-me-hero-section .book-me-gap-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.book-me-hero-section .book-me-content {
    flex: 1;
    min-width: 300px;
}

.book-me-hero-section .book-me-content h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 3.625rem;
    margin-bottom: 20px;
}

.book-me-hero-section .book-me-hero-p {
    color: #191A1A;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

.book-me-hero-section .book-me-hero-img {
    flex: 1;
    text-align: end;
    min-width: 250px;
}

.book-me-hero-section .book-me-hero-img img {
    width: 20.875rem;
    height: 25.5rem;
    border-radius: 20px;
}

.book-me-hero-section {
    overflow-x: hidden;
}

.book-me-hero-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
    overflow: hidden;
}

@media (max-width: 1216px) {
    .book-me-hero-section .book-me-content h1 {
        font-size: 2rem;
    }

    .book-me-hero-section .book-me-hero-p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .book-me-hero-section .book-me-gap-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 20px;
    }

    .book-me-hero-section .book-me-content {
        order: 1;
    }

    .book-me-hero-section .book-me-content h1 {
        font-size: 2.375rem;
    }

    .book-me-hero-section .book-me-hero-p {
        font-size: 1rem;
        padding: 0;
    }

    /* ✅ Mobile Button Styling */
    .book-me-hero-section .bg-btn {
        background-color: #38B000;
        border: none;
        border-radius: 12px;
        padding: 8px 18px;
        /* ✅ reduced padding */
        color: white;
        font-size: 0.9rem;
        /* ✅ smaller font size */
        cursor: pointer;
        text-decoration: none;
        margin-top: 10px;
        /* ✅ add spacing below paragraph */
    }

    .book-me-hero-section .book-me-hero-img {
        order: 4;
        text-align: center !important;
        width: 100%;
        margin-top: 20px;
        /* ✅ spacing between button and image */
    }

    .book-me-hero-section .book-me-hero-img img {
        width: 100%;
        height: auto;
        max-width: 20rem;
    }

    .book-me-hero-section .texture-decor {
        position: absolute;
        top: 25rem;
        right: -19rem;
        width: 55rem;
        height: 25rem;
        background-image: url("/assets/images/hero-bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        transform: rotate(-82deg);
        mix-blend-mode: multiply;
        pointer-events: none;
        z-index: 0;
    }
}

@media (max-width: 480px) {
    .book-me-hero-section {
        padding-top: 5rem;
    }

    .book-me-hero-section .book-me-content h1 {
        font-size: 2.375rem;
        line-height: 100%;
        font-weight: 600;
    }

    .book-me-hero-section .book-me-hero-p {
        font-size: 1rem;
    }

    .book-me-hero-section .bg-btn {
        font-size: 0.85rem;
        /* ✅ even smaller for small phones */
        padding: 8px 16px;
    }

    .book-me-hero-section .book-me-hero-img img {
        max-width: 18rem;
    }

    .book-me-hero-section {
    background-color: #F3F4EF;
    padding: 3rem 0px 2.5rem 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
}



/* --- 04. LOGO SLIDER SECTION (.logo-slider-section) --- */
.logo-slider-section {
    background: #191A1A;
    padding: 65px 0;
    overflow: hidden;
    text-align: center;
}

.slider-heading {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

/* Multi-row container */
.slider-multi-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    overflow: hidden;
}

/* Track */
.slider-track {
    display: flex;
    gap: 1rem;
    animation: scroll 30s linear infinite;
    width: max-content;
    align-items: center;
    padding-bottom: 1.8rem;
}

.slider-track.reverse {
    animation-direction: reverse;
    animation-duration: 35s;
}

/* Logo size & clickable */
.logo-link {
    display: block;
    transition: transform 0.3s ease;
}

.logo-img {
    width: clamp(100px, 15vw, 162px);
    height: auto;
    aspect-ratio: 161.975 / 36.55;
    object-fit: contain;
    flex-shrink: 0;
}

/* Infinite scroll – no glitch */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% / 3));
    }
}

/* Responsive */

/* Tablet & Mobile – 2 rows */
@media (max-width: 768px) {
    .logo-slider-section {
        padding: 50px 0;
    }

    .slider-heading {
        margin-bottom: 2rem;
        font-size: 0.9rem;
    }

    .slider-multi-container {
        gap: 0rem;
    }

    .slider-track {
        gap: 0.75rem;
        animation-duration: 40s;
    }

    .slider-track.reverse {
        animation-duration: 45s;
    }

    .logo-img {
        width: clamp(80px, 20vw, 130px);
    }
}

@media (max-width: 576px) {
    .logo-slider-section {
        padding: 40px 0;
    }

    .slider-heading {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .slider-track {
        animation-duration: 50s;
    }

    .logo-img {
        width: clamp(70px, 22vw, 110px);
    }

    .slider-track {

        padding-bottom: 1.5rem;
    }
}

/* Desktop ≥769px – SINGLE ROW ONLY */
@media (min-width: 769px) {
    .slider-multi-container {
        flex-direction: row;
        gap: 6rem;
    }

    .slider-track {
        animation-duration: 25s;
    }

    .slider-track.reverse {
        animation-duration: 30s;
        display: none !important;
    }

    .logo-img {
        width: 162px;
    }

}

/* --- 05. PRESS COVERAGE SECTION (.press-coverage) --- */
.press-coverage {
    padding: 80px 0px;
    background-color: #fff;
}

/* Header Content Area */
.press-coverage .press-content {
    max-width: 930px;
    margin: 0 auto 50px auto;
}

.press-coverage .press-content .press-h1 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #191A1A;
}

.press-coverage .press-content .press-p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    text-align: center;
    color: #191A1A;
    margin: 0 auto;
    max-width: 58.125rem;
    padding: 0 1.5rem;
}

/* Card container */
.press-coverage .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Individual card image styling */
.press-coverage .press-img {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
    border-radius: 10px;
}

.press-coverage .press-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.press-coverage .press-card-content .press-card-h1 {
    font-size: 1.35rem;
    padding: 1.2rem 0;
    color: #191A1A;
}

.press-coverage .press-link {
    font-size: 1.25rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5rem;
    color: #191A1A;
    gap: 0.25rem;
    margin-bottom: 0;
}

.press-coverage .press-link ins {
    text-decoration: underline;
    color: inherit;
    font-size: 0.875rem;
}

.press-coverage .press-link i {
    font-size: 1.25rem;
    line-height: 1;
    vertical-align: middle;
    margin-left: 4px;
    position: relative;
    top: 1px;
}

@media (max-width: 1024px) {
    .press-coverage .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .press-coverage {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .press-coverage .cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .press-coverage .press-content .press-h1 {
        font-size: 1.75rem;
    }

    .press-coverage .press-content .press-p {
        font-size: 1rem;
    }
}

@media (max-width:576px){
    .press-coverage .press-card-content .press-card-h1{
        font-size: 1.25rem;
        padding: 0.625rem 0px;
    }

    .press-coverage .press-content{
        margin:0 auto 50px auto;
    }
}


/* --- 06. WEBINAR SECTION (.webinar) --- */
.webinar {
    background-color: #F3F4EF;
    padding: 80px 0;
}

.webinar .webinar-content {
    max-width: 930px;
    margin: 0 auto 50px auto;
    padding: 0 1rem;
}

.webinar .webinar-content .webinar-h1 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #191A1A;
}

.webinar .webinar-content .webinar-p {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: center;
    color: #191A1A;
    margin: 0 auto;
    max-width: 58.125rem;

}

/* Cards Container */
.webinar .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Each press-card */
.webinar .press-card {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


.webinar .press-card .press-img {
    width: 100%;
    overflow: hidden;
}

.webinar .press-card .press-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.webinar .press-card .webinar-card-content {
    font-size: 1.35rem;
    padding: 1.2rem 0;
    color: #191A1A;
}

.webinar .press-card .webinar-card-content .webinar-card-h1 {
    font-size: 1.35rem;
    color: #191A1A;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .webinar .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .webinar {
        padding: 3rem 0;
    }

    .webinar-card-content {
        padding: 0px;
    }

    .press-coverage .press-content .press-p {
        padding: 0px;
    }

    .webinar .cards {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .webinar .webinar-content {
        padding: 0px;
    }

    .webinar .webinar-content .webinar-h1 {
        font-size: 1.75rem;
    }

    .webinar .webinar-content .webinar-p {
        font-size: 1rem;
    }
}

@media (max-width:576px){
    .webinar .webinar-content .webinar-h1 {
        font-size: 1.75rem;
        text-align: left !important;
    }

    .webinar .webinar-content .webinar-p {
        font-size: 1rem;
        text-align: left !important;
    }

    .webinar .cards {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .webinar .press-card .webinar-card-content .webinar-card-h1 {
    font-size: 1.25rem;
    color: #191A1A;
    line-height: 1.75rem;
}

    .press-coverage{
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}


/* --- 04. BOOK EVENT SECTION (.book-event) --- */
.book-event {
    padding: 60px 0;
}

.book-event .book-event-gap-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.book-event .book-event-content {
    flex: 1;
}

.book-event .book-event-content .book-event-h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.book-event .book-event-content .book-event-p {
    color: #191A1A;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 80%;
}

.book-event .book-event-hero-img img {
    width: 100%;
    max-width: 330px;
    height: auto;
    border-radius: 20px;
    display: block;
    object-fit: cover;
    margin: 0 auto;
    /* ✅ center image by default */
}

/* --- RESPONSIVE QUERIES --- */

/* TABLET VIEW (≤1200px) */
@media (max-width: 1200px) {
    .book-event .book-event-gap-content {
        gap: 40px;
    }

    .book-event .book-event-content .book-event-h1 {
        font-size: 2.5rem;
    }

    .book-event .book-event-content .book-event-p {
        font-size: 1rem;
        max-width: 100%;
    }

    .book-event .book-event-hero-img img {
        max-width: 280px;
    }
}

/* SMALL TABLET VIEW (≤992px) */
@media (max-width: 992px) {
    .book-event .book-event-content .book-event-p {
        width: 100% !important;
    }
}

/* MOBILE VIEW (≤768px) */
@media (max-width: 768px) {
    .book-event .book-event-gap-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* ✅ text & button left-aligned */
        text-align: left;
        gap: 20px;
    }

    /* Order & layout */
    .book-event .book-event-content {
        order: 1;
    }

    .book-event .book-event-content .book-event-h1 {
        font-size: 2.375rem;
        /* ✅ consistent with Figma */
        text-align: left;
    }

    .book-event .book-event-content .book-event-p {
        font-size: 1rem;
        max-width: 100%;
        text-align: left;
        padding: 0;
    }

    .book-event .bg-btn {
        order: 3;
        max-width: 100%;
        margin: 0;
        align-self: flex-start;
        font-size: 0.9rem;
        padding: 8px 20px;
    }

    .book-event .book-event-hero-img {
        order: 4;
        /* ✅ image last */
        text-align: center;
        /* ✅ center image container */
        width: 100%;
    }

    .book-event .book-event-hero-img img {
        width: 100%;
        height: auto;
        /* max-width: 250px; */
        margin: 0 auto;
        /* ✅ center image */
    }
}

/* SMALL MOBILE VIEW (≤480px) */
@media (max-width: 480px) {
    .book-event .book-event-content .book-event-h1 {
        font-size: 1.75rem;
        text-align: center;
        line-height: 100%;
    }

    .book-event .book-event-content .book-event-p {
        font-size: 1rem;
        text-align: center;
    }

    .book-event .book-event-hero-img img {
        /* max-width: 200px; */
    }

    .book-me-hero-section .bg-btn {
        background-color: #38B000;
        border: none;
        border-radius: 12px;
        padding: 8px 18px;
        /* ✅ reduced padding */
        color: white;
        font-size: 0.9rem;
        /* ✅ smaller font size */
        cursor: pointer;
        text-decoration: none;
        margin-top: 10px;
        /* ✅ add spacing below paragraph */
    }

    .book-event{
        padding: 50px 0px !important;
    }
}
