/* ===========================================================================
   SD CORE PVT LTD - Production v6
   Clean video hero: removed partner logo blocks and slider arrow/proof clutter.
   =========================================================================== */

.hero-video-slider-section {
    height: clamp(700px, 88vh, 900px) !important;
    min-height: 700px !important;
}

.hero-slider-video {
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.01) !important;
    filter: saturate(1.08) contrast(1.08) brightness(0.82) !important;
}

.hero-video-overlay {
    background:
        linear-gradient(90deg, rgba(2, 11, 23, 0.92) 0%, rgba(2, 11, 23, 0.78) 38%, rgba(2, 11, 23, 0.36) 69%, rgba(2, 11, 23, 0.62) 100%),
        radial-gradient(circle at 72% 26%, rgba(0, 212, 255, 0.18) 0%, transparent 42%),
        linear-gradient(180deg, rgba(2, 11, 23, 0.62) 0%, rgba(2, 11, 23, 0.10) 48%, rgba(2, 11, 23, 0.86) 100%) !important;
}

.hero-video-slider-section .slide-content,
.hero-video-slider-section .video-slide-content {
    padding-bottom: 94px !important;
}

.hero-video-slider-section .hero-actions {
    margin-bottom: 0 !important;
}

.hero-video-slider-section .slider-arrow,
.hero-proof-row,
.trusted-partner-bar-section,
.partner-ecosystem-section {
    display: none !important;
}

.hero-video-slider-section .slider-dots {
    left: calc(50% - 620px + 24px) !important;
    bottom: 46px !important;
    transform: none !important;
    z-index: 10 !important;
}

.hero-video-slider-section .slider-dots .dot {
    width: 34px !important;
    height: 4px !important;
    border-radius: 999px !important;
    background-color: rgba(255,255,255,0.32) !important;
}

.hero-video-slider-section .slider-dots .dot.active {
    width: 52px !important;
    background: #00D4FF !important;
}

.trust-strip-section {
    position: relative;
    z-index: 5;
    margin-top: 0 !important;
}

@media (max-width: 1290px) {
    .hero-video-slider-section .slider-dots {
        left: 24px !important;
    }
}

@media (max-width: 1024px) {
    .hero-video-slider-section {
        min-height: 690px !important;
    }

    .hero-video-overlay {
        background:
            linear-gradient(90deg, rgba(2, 11, 23, 0.90) 0%, rgba(2, 11, 23, 0.70) 55%, rgba(2, 11, 23, 0.48) 100%),
            linear-gradient(180deg, rgba(2, 11, 23, 0.56) 0%, rgba(2, 11, 23, 0.16) 44%, rgba(2, 11, 23, 0.86) 100%) !important;
    }
}

@media (max-width: 768px) {
    .hero-video-slider-section,
    .hero-video-slider-section .slider-container,
    .hero-video-slider-section .slide {
        min-height: 680px !important;
    }

    .hero-video-slider-section .slide-content,
    .hero-video-slider-section .video-slide-content {
        padding: 118px 18px 86px !important;
    }

    .hero-slider-video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        filter: saturate(1.08) contrast(1.08) brightness(0.76) !important;
    }

    .hero-video-slider-section .slider-dots {
        left: 18px !important;
        bottom: 32px !important;
    }

    .hero-video-slider-section .slider-dots .dot {
        width: 26px !important;
    }

    .hero-video-slider-section .slider-dots .dot.active {
        width: 42px !important;
    }
}

@media (max-width: 420px) {
    .hero-video-slider-section,
    .hero-video-slider-section .slider-container,
    .hero-video-slider-section .slide {
        min-height: 650px !important;
    }

    .hero-video-slider-section .hero-title {
        font-size: 34px !important;
    }
}

/* ===========================================================================
   Production v7: supplied SD CORE logo and favicon integration
   =========================================================================== */
.header-logo {
    flex: 0 0 auto !important;
    line-height: 0 !important;
    min-width: 0 !important;
}

.site-logo-img {
    display: block;
    width: 188px;
    max-width: 188px;
    height: auto;
    object-fit: contain;
}

.site-header .logo-dark.site-logo-img {
    display: none;
}

.site-header .logo-light.site-logo-img {
    display: block;
}

.site-header.transparent-header .logo-light.site-logo-img {
    display: none;
}

.site-header.transparent-header .logo-dark.site-logo-img {
    display: block;
}

.site-header.transparent-header.sticky .logo-light.site-logo-img {
    display: block;
}

.site-header.transparent-header.sticky .logo-dark.site-logo-img {
    display: none;
}

html[data-theme="dark"] .site-header.sticky .logo-light.site-logo-img,
html[data-theme="dark"] .site-header:not(.transparent-header) .logo-light.site-logo-img {
    display: none !important;
}

html[data-theme="dark"] .site-header.sticky .logo-dark.site-logo-img,
html[data-theme="dark"] .site-header:not(.transparent-header) .logo-dark.site-logo-img {
    display: block !important;
}

.preloader-logo-img {
    width: 240px;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    margin-bottom: 22px;
}

.footer-logo-img {
    width: 210px;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 1120px) {
    .site-logo-img,
    .site-header .logo-light.site-logo-img,
    .site-header .logo-dark.site-logo-img {
        width: 172px !important;
        max-width: 172px !important;
        height: auto !important;
    }
}

@media (max-width: 480px) {
    .site-logo-img,
    .site-header .logo-light.site-logo-img,
    .site-header .logo-dark.site-logo-img {
        width: 148px !important;
        max-width: 148px !important;
    }

    .footer-logo-img {
        width: 185px;
    }

    .preloader-logo-img {
        width: 218px;
    }
}
