.video-background iframe {
    width: 175% !important;
}

.sub-heading {
    font-size: 22px;
}

@media (max-width: 767px) {
    .video-background iframe {
        width: 520% !important;
    }
}



.hero-text {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    /* space below the logo */
}

.banner-logo-container span {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;
    /* adjust as needed for theme */
    text-align: center;
}

.banner-logo-container img {
    width: 320px;
    height: auto;
    max-width: 80vw;
    /* responsive scaling */
    object-fit: contain;
}

.banner-logo-container {
    margin-bottom: 7rem;
    margin-top: -7rem;
}

/* Medium devices (tablets, small laptops) */
@media (max-width: 991px) {
    .banner-logo-container img {
        width: 260px;
    }

    .banner-logo-container span {
        font-size: 1.1rem;
    }
}

/* Mobile devices */
@media (max-width: 767px) {
    .banner-logo-container img {
        width: 240px;
    }

    .banner-logo-container span {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }

    .banner-logo-container {
        margin-bottom: 4rem;
        margin-top: -49px;
    }
}

.speaker-section {
    padding: 80px 0;
}

.section-desc {
    max-width: 500px;
    margin-top: 15px;
    color: #555;
}

.carousel-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.vertical-carousel {
    width: 120px;
    height: 400px;
    overflow: hidden;
}

.vertical-carousel img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 10px;
    background: #fff;
}

.workwith {
    background: #f9f9f9;
}

/* Slider container */
.vertical-slider {
    width: 155px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

/* Track */
.slider-track {
    display: flex;
    flex-direction: column;
}

/* Slide item */
.slide {
    padding: 10px 0;
    cursor: pointer;
}

.slide img {
    width: 100%;
    padding: 10px;
    /* background: #fff; */
}

/* UP animation */
.up .slider-track {
    animation: scroll-up 8s linear infinite;
}

/* DOWN animation */
.down .slider-track {
    animation: scroll-down 8s linear infinite;
}

/* Pause on hover */
.pause-on-hover:hover .slider-track {
    animation-play-state: paused;
}

.vertical-slider .title {
    background: black;
    color: white;
    position: absolute;
    z-index: 9;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 30px;
}

/* Keyframes */
@keyframes scroll-up {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

@keyframes scroll-down {
    from {
        transform: translateY(-50%);
    }

    to {
        transform: translateY(0);
    }
}

/* ========================= */
/* 📱 MOBILE ONLY OVERRIDES */
/* ========================= */
@media (max-width: 767px) {

    .vertical-slider .title {
        display: none;

    }

    .carousel-wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .vertical-slider {
        height: auto;
        width: 100%;
        margin-top: 40px
    }

    .slider-track {
        flex-direction: row;
        width: max-content;
    }

    .slide {
        padding: 0 12px;
        flex-shrink: 0;
        width: 190px
    }

    /* Horizontal animations */
    .vertical-slider.up .slider-track {
        animation: scrollLeft 18s linear infinite;
    }

    .vertical-slider.down .slider-track {
        animation: scrollRight 18s linear infinite;
    }

    @keyframes scrollLeft {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    @keyframes scrollRight {
        from {
            transform: translateX(-50%);
        }

        to {
            transform: translateX(0);
        }
    }

    /* Pause on touch (mobile hover fallback) */
    .pause-on-hover:active .slider-track {
        animation-play-state: paused;
    }

}

@media (max-width: 1176px) {

    .corporate-events-nav {
        display: none;
    }
}

@media (max-width: 991px) {

    .corporate-events-nav {
        display: block;
    }
}

/* iPad only (Portrait + Landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .video-background iframe {
        width: 348% !important;
        /* adjust if needed */
    }
}

/* Tablet */
@media (max-width: 768px) {
    .video-background iframe {
        width: 312% !important;
    }

    .video-background {
        background: black;
        z-index: 1;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .video-background iframe {
        width: 520% !important;
    }
}

.btn {
    background: linear-gradient(90deg, #0f0f0f 0%, #2c2c2c 40%, #e8d8c394 100%);
    color: white;
}

.card-wrap .cards {
    background-color: black;
    color: white;
    border-radius: 50px;
}

.card-wrap .card-item {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.testimonial-name {
    background: black;
    color: white;
}

.about-section {
    background-color: white;
}

#mainHeader a {
    font-family: 'Cormorant', serif;
    font-size: 22px;
    line-height: 1.2;
    /* text-transform: uppercase; */
}

.dropdown-menu a:hover,
.dropdown-item:focus {
    color: black !important;
    background: white;
}

.event-bg .img-cta,
.event .img-cta {
    position: absolute;
    bottom: 20px;
    right: 15px;
    border-radius: 20px;
    background: #f7ce83f5 ;
    color: #000 ;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    cursor: pointer;
}


a {
    color: white !important;
}

.event-title a {
    color: black !important;
}

.wave-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-divider svg {
    display: block;
    width: 100%;
    height: 90px;
}

.top-section {
    background: #ffffff;
}

.bottom-section {
    background: #f4f4f4;
    /* or image background */
    padding-top: 0;
}


.white-section {
    background: #ffffff;
    padding: 100px 0;
}

.wave-divider {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.wave-divider svg {
    width: 100%;
    height: 120px;
    display: block;
}


.hiring-wrapper {
    padding: 25px;
    background: #fff;
}

/* Main skewed banner */
.hiring-badge {
    display: inline-block;
    background: #f8ce8282;
    padding: 18px 50px;
    transform: skewX(-20deg);
}

/* Text inside (unskew text) */
.hiring-badge span {
    display: block;
    transform: skewX(20deg);
    font-family: 'Cormorant', serif;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #000;
}

.workwith-text .hiring-badge span {
    font-size: 18px;
}

.speaker-section {
    padding: 50px 0;
}


/* Tablet */
@media (max-width: 768px) {

    .hiring-badge {
        display: inline-block;
        background: #f8ce8282;
        padding: 22px 25px;
    }

    .hiring-badge span {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 4px;
    }

    .speaker-section {
        padding: 25px 0;
    }
}

.bg-beige {
    background-color: #f7ce83f5 !important;
    color: #000 !important;
}


@keyframes rotate-shake {
    0% { transform: rotate(0); }
    25% { transform: rotate(-0.8deg); }
    50% { transform: rotate(0.8deg); }
    75% { transform: rotate(-0.4deg); }
    100% { transform: rotate(0); }
}

.aos-animate.shake-rotate {
    animation: rotate-shake 0.45s ease-in-out;
}

.aos-animate.shake-rotate {
    animation: rotate-shake 0.45s ease-in-out;
}

.contact-capsule {
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: flex;
     background: rgba(52, 58, 64, 0.5); /* Black transparent */
    backdrop-filter: blur(6px);      /* Glass effect (modern look) */
    -webkit-backdrop-filter: blur(6px);
    border-radius: 50px;
    overflow: hidden;
    z-index: 1000;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

.contact-btn {
    width: 60px;
    height: 55px;
    font-size: 28px;
    text-decoration: none;
    transition: 0.3s ease;
}

/* WhatsApp Side */
.contact-btn.whatsapp {
    color: #25D366 !important;
}

.contact-btn.whatsapp:hover {
    background: #25D366;
    color:white !important;
}

/* Email Side */
.contact-btn.email {
    color: #0d6efd !important;
}

.contact-btn.email:hover {
    background: #0d6efd;
    color:white !important;
}

/* Divider Line */
.divider {
    width: 1px;
    background: #e5e5e5;
}