.headerCustom{
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF3D;
    backdrop-filter: blur(5px);
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

.headerCustom .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.headerCustom.header-scrolled .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.headerCustom.navbar-expanded{
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF3D;
    backdrop-filter: blur(19px);
    border-radius: 10px !important;
}

.headerCustom.header-scrolled{
    background: #000000;
    border: 1px solid #FFFFFF3D;
    backdrop-filter: blur(19px);
}

.headerCustom.header-scrolled.navbar-expanded{
    background: #000000;
    border-radius: 10px !important;
}

.landingMain{
    background-color: rgba(0, 0, 0, 0.678);
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Keeps the video in the background */
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landingContainer{
    height: 98svh;
}

.landingTile{
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(12.600000381469727px);
}

.bannerHeading{
    font-size: clamp(1.8rem, 3.8vw, 55px);
    background: linear-gradient(90deg, #909090 0%, #F8F8F8 35.84%, #FFFFFF 47.27%, #FFFFFF 64.65%, #5E5E5E 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientMove 3s ease-in-out infinite;
}

@keyframes gradientMove {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

/* Infinite Logo Scroll */
.infinitescroll {
    overflow: hidden;
    padding: 40px 0;
}

.logos-scroll {
    width: 100%;
    overflow: hidden;
}

.logos-track {
    display: flex;
    align-items: center;
    gap: 80px;
    will-change: transform;
}

.logo-item {
    height: 55px;
    width: auto;
    max-width: 140px;
    min-width: 100px;
    object-fit: contain;
    filter: grayscale(100%) brightness(1.2);
    opacity: 0.7;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: transparent;
}

.logo-item:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Custom styles for company images (our-story page) */
.scroll-company .logo-item-company {
    height: 300px;
    max-width: 300px;
    min-width: 200px;
    filter: grayscale(100%);
    opacity: 1;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.scroll-company .logo-item-company:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.scroll-company .logos-track {
    gap: 40px;
}

.lastBanner{
    background: url(../images/home/8.jpg) no-repeat center;
    background-blend-mode: color;
    background-color: rgba(0, 0, 0, 0.418);
}

.colorbanner{
    background: url(../images/home/9.png) no-repeat center;
    background-size: cover;
}

.colorBannerCard{
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(0px)
}

.landingOurStoryMain{
    background: url(../images/our-story/landingBanner.jpg   ) no-repeat center;
    background-blend-mode: color;
    background-color: rgba(0, 0, 0, 0.575);
}

.bannerOurStoryHeading{
    font-size: clamp(1.8rem, 5.8vw, 80px);
    background: linear-gradient(90deg, #909090 0%, #F8F8F8 35.84%, #FFFFFF 47.27%, #FFFFFF 64.65%, #5E5E5E 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientMove 3s ease-in-out infinite;
}

.white-dot {
    width: 10px;
    height: 10px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 0 10px 5px var(--white);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 10px 5px var(--white);
    }

    50% {
        transform: scale(1.15);
        /* Smaller scale */
        box-shadow: 0 0 12px 6px var(--white);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 10px 5px var(--white);
    }
}

/* GSAP Orbit section */
#gsap-orbit-section {
    background: transparent;
}

.svg-card {
    background: var(--black);
    border-radius: 14px;
}

.svg-wrap {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: visible;
}

.g-orbit {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    opacity: 0.95;
    filter: url(#gsap-soft-glow);
    pointer-events: none;
    /* initial hidden via stroke-dashoffset (we set values with JS) */
}

/* subtle glow pulse while active */
.g-orbit.active {
    /* extra subtle transform so it feels alive */
    animation: gOrbitPulse 3.6s ease-in-out infinite;
}

/* pulse */
@keyframes gOrbitPulse {
    0% {
        transform: translateZ(0);
    }

    50% {
        transform: translateY(0.35px);
    }

    100% {
        transform: translateZ(0);
    }
}


/* Scroll Reveal Text Animation */
.scroll-reveal-text {
    font-size: clamp(1.6rem, 4vw, 3rem);
    line-height: 1.5;
    font-weight: 600;
}

.scroll-reveal-text .word {
    display: inline-block;
    opacity: 0.1;
    filter: blur(4px);
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.pdMattersBox{
    border: 1px solid #998DFF;
    transition: all 0.3s ease;
    position: relative;
}

.pdMattersBox:hover .pdImg{
    display: none;
}

.pdMattersBox::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 6px solid transparent;
    background: linear-gradient(180deg, #53009E 0%, #9632F2 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: 16px;
}

.pdMattersBox:hover{
    border-color: transparent;
}

.pdMattersBox:hover::before{
    opacity: 1;
}

.videoPDworks::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 270px;
    background-color: var(--black);
    bottom: 0;
    z-index: -1;
}
.whoIsItFor::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 270px;
    background-color: var(--black);
    top: 0;
    z-index: -1;
}


/* //responsive styles */

@media (max-width: 768px) {
    .homePillcardHead{
        width: 100%;
    }
}

@media (max-width: 576px) {
    .svg-wrap {
        height: 300px;
    }
}