.hero-banner {
    position: relative;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 80px 0 50px;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
    z-index: 99;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    background: url('../img/banner2.png') center/cover no-repeat;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.gradient____text {
    background: linear-gradient(
        90deg,
        #00e5ff 0%,
        #f7faff 25%,
        #b026ff 50%,
        #f7faff 75%,
        #00e5ff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg____wrap {
    padding: 30px;
    background: linear-gradient(
        180deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(11, 23, 48, 0.6) 0%,
        rgba(8, 17, 34, 0.4) 100%
    );
    border: 1px solid #00a3ff18;
    transition: 0.6s ease;
    box-shadow:
        0 30px 80px -30px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 1px rgba(255, 255, 255, 0.06);
    border-radius: 24px;
}
.hero-vial-wrapper {
    position: relative;
}
.banner_____image {
    position: relative;
    z-index: 5;
    /* max-width: 520px; */
    width: 100%;
    transform: scale(1.3);
    top: 70px;
}
.orbit {
    position: absolute;
    border: 1px solid rgba(0, 212, 255, 0.15);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.orbit-1 {
    width: 370px;
    height: 370px;
}
.orbit-2 {
    width: 500px;
    height: 500px;
}
.orbit-3 {
    width: 590px;
    height: 590px;
}

/* Glow */

.hero-vial-wrapper::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: #00d8ff;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.18;
    z-index: 1;
}
.vial-badge {
    position: absolute;
    z-index: 10;
    min-width: 160px;
    padding: 12px 18px;
    border-radius: 21px;
    background: linear-gradient(
        180deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(0, 202, 255, 0.12) 0%,
        rgba(11, 23, 48, 0.6) 0%,
        rgba(8, 17, 34, 0.4) 100%
    );
    border: 1px solid rgba(0, 212, 255, 0.18);
    backdrop-filter: blur(10px);
    text-align: left;
}
.badge-label {
    display: block;
    color: var(--extra-color-2);
    font-size: 10px;
    font-family: var(--sub-font);
    letter-spacing: 2px;
    margin-bottom: 5px;
    opacity: 0.55;
}
.purity-badge {
    top: 140px;
    left: 10px;
}
.spec-badge {
    right: 30px;
    bottom: 160px;
}
.floating-icon {
    position: absolute;
    z-index: 10;
    color: #00e5ff;
    font-size: 34px;
}
.icon-1 {
    top: 110px;
    right: 80px;
}
.icon-2 {
    left: 60px;
    bottom: 140px;
}
.hero-vial-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        circle,
        rgba(0, 212, 255, 0.25) 1px,
        transparent 1px
    );
    background-size: 80px 80px;
    opacity: 0.25;
    pointer-events: none;
}

.hero-vial-wrapper::before {
    animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.18;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.15);
        opacity: 0.28;
    }
}
.orbit {
    animation: orbitPulse 6s ease-in-out infinite;
}

.orbit-2 {
    animation-delay: 1s;
}

.orbit-3 {
    animation-delay: 2s;
}

@keyframes orbitPulse {
    0% {
        opacity: 0.15;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 1; /* yahan stable rahegi */
    }

    60% {
        opacity: 0.15;
    }

    100% {
        opacity: 0.15; /* yahan bhi stable rahegi */
    }
}
.hero-vial-wrapper::before {
    animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
    0%,
    100% {
        opacity: 0.18;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.15);
    }
}
/* Typography & Left Content */
.sub-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    letter-spacing: 6px;
    color: #00afff;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.main-title {
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.main-title span.white-text {
    color: #b7d2e6;
    display: block;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.main-title span.gradient-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
}

.hero-desc {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    color: var(--text-gray);
    max-width: 540px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
}

/* Buttons and Interactive Elements */
.btn-wrapper {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

/* Secondary Outline Button */
.btn-outline-custom {
    font-family: 'Orbitron', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 12px 18px;
    background: #091227;
    color: var(--extra-color-2);
    border: 1px solid #05667d;
    border-radius: 30px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    width: fit-content;
}

.btn-outline-custom:hover {
    background: rgba(0, 210, 255, 0.08);
    border-color: var(--electric-cyan);
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
}

/* Right Side Vials Visuals (Fully Animated via CSS/SVG) */
.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fadeInRight 1s ease-out 0.3s forwards;
}

/* Responsive Tweaks */
@media (max-width: 991.98px) {
    .hero-banner {
        text-align: center;
        padding: 60px 0;
    }

    .hero-desc {
        margin: 0 auto 35px auto;
    }

    .image-container {
        margin-top: 50px;
    }

    .vial-wrapper {
        margin: 0 auto;
    }
}

/* second section */
.pt-feature-strip {
    background: #050b18;
}

.pt-feature-wrapper {
    background: linear-gradient(145deg, #061024, #040816);
    border: 1px solid rgba(0, 170, 255, 0.35);
    box-shadow: 0 0 35px rgb(0 170 255 / 28%);
    padding: 15px 30px;
    border-radius: 4px;
    margin-top: 20px;
}

.pt-feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.25);
}

.stats_____icon {
    width: 45px;
    height: 45px;
    background: #081f39;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow:
        0 0 0 0px rgba(0, 229, 255, 0.4),
        0 0 40px 0 rgba(0, 229, 255, 0.35);
}

.pt-feature-content h5 {
    font-size: 14px;
    color: var(--extra-color-2);
    font-weight: 700;
    font-family: var(--heading-bold);
}

.pt-feature-content p {
    margin: 0;
    font-size: 12px;
    color: var(--extra-color-2);
    font-family: var(--secondary-regular-font);
    opacity: 0.6;
}

/* categories-section Css  */
.categories_____badge {
    background: #051429;
    border: 1px solid #033f69;
    padding: 10px 15px;
    width: fit-content;
    border-radius: 30px;
}

.categories_____para {
    color: #d3d7df;
}
/* categories-section Css  */

/* wholesale-section Css  */

.wholesale-wrapper {
    padding: 60px;
    background: linear-gradient(
        180deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(11, 23, 48, 0.85) 0%,
        rgba(8, 17, 34, 0.7) 100%
    );
    border: 1px solid rgba(0, 180, 255, 0.12);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
/* wholesale-section Css  */

/* trusted-section Css  */
.trusted______content {
    background: linear-gradient(
        180deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(11, 23, 48, 0.85) 0%,
        rgba(8, 17, 34, 0.7) 100%
    );
    border: 1px solid #00a3ff25;
    padding: 30px;
    border-radius: 20px;
}
.trusted_____card {
    border-radius: 16px;
    margin-bottom: 15px;
}
/* trusted-section Css  */

/* product section */
.product-slider-wrapper {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* width: fit-content; */
    height: fit-content;
}

.slider-item {
    margin: 0px 10px;
}
.cart_____btn {
    background: #00a3ff10;
    color: var(--extra-color-2);
    letter-spacing: 2.2px;
    font-family: var(--sub-font);
    font-weight: 400;
}
/* product section */

/*advantage css */
.advantage-box {
    background: linear-gradient(
        180deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(11, 23, 48, 0.6) 0%,
        rgba(8, 17, 34, 0.4) 100%
    );
    border: 1px solid #00a3ff18;
    border-radius: 20px;
    padding: 20px 20px;
    width: 100%;
    transition: all 0.3s ease;
    height: 100%;
}

.choose_____icon {
    background: linear-gradient(
        145deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(0, 229, 255, 0.18) 0%,
        rgba(176, 38, 255, 0.18) 100%
    );
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 20px;
}

.advantage-box h5 {
    font-size: 16px;
}

.advantage-box p {
    font-size: 12px;
    opacity: 0.65;
}
/*advantage css */

/* lab-section Css  */
.verification-dashboard {
    background: linear-gradient(
        180deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(0, 229, 255, 0.6) 0%,
        rgba(0, 202, 255, 1) 0%,
        rgba(11, 23, 48, 0.85) 0%,
        rgba(8, 17, 34, 0.7) 100%
    );
    border: 1px solid rgba(0, 212, 255, 0.12);
    border-radius: 24px;
    padding: 20px;
    max-width: 520px;
    margin-left: auto;
}
.verification-search {
    height: 48px;
    background: #071b37;
    border: 1px solid rgba(0, 212, 255, 0.15);
    border-radius: 12px;
    color: #fff;
    padding: 0 90px 0 42px;
}
.verification-search::placeholder {
    color: rgba(255, 255, 255, 0.45);
}
.dashboard-search {
    position: relative;
}
.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #00d4ff;
    z-index: 2;
    font-size: 12px;
}
.live-badge {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #071b37;
    border: 1px solid rgba(0, 212, 255, 0.2);
    color: #00d4ff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
    letter-spacing: 1px;
}
.dashboard-stat {
    background: #081a34;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 12px;
    height: 100%;
}
.dashboard-stat h4 {
    margin: 0;
    color: #00d4ff;
    font-size: 20px;
    font-weight: 700;
}
.dashboard-stat span {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.graph-box {
    background: #081a34;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 16px;
}
.graph-box img {
    width: 100%;
    display: block;
}
.verification-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    background: #08112240;
    border: 1px solid #072a49;
    border-radius: 12px;
    padding: 12px;
    margin-top: 10px;
}
.verification-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00d4ff;
    display: inline-block;
    margin-right: 8px;
}
section.cyber-process-section {
    padding: 100px 0;
}
.lab-graph-wrap {
    height: 220px;
    padding: 10px 0 0;
}

#labGraph {
    width: 100% !important;
    height: 100% !important;
}
.lab-chart-area {
    height: 180px;
    width: 100%;
    position: relative;
}
/* lab-section Css  */

/* research-hub-section Css  */
.research-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border: 1px solid rgba(0, 255, 255, 0.15);
    border-radius: 30px;
    color: #00d9ff;
}
.research-card {
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: 0.3s;
}
.research-card:hover {
    transform: translateY(-4px);
}
.research-card-img img {
    height: 120px;
    object-fit: cover;
    border-radius: 14px;
}
.research-category {
    display: block;
    margin-bottom: 8px;
}
.research-link {
    color: #7e8795;
    text-decoration: none;
}
.research-link:hover {
    color: #fff;
}

.footer____badge {
    background: #00a3ff05;
    border: 1px solid #00a3ff30;
}

.research-card {
    transition: box-shadow 0.4s ease;
}

.research-card-img {
    overflow: hidden;
    border-radius: 14px;
}

.research-card-img img {
    transition: transform 0.6s ease;
}

/* research-hub-section Css  */

/* Bottom CTA Actions */
.cyber-blog-card .read-article-link {
    color: #00afff !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.voice-card {
    border: 1px solid #00a3ff18;
    padding: 25px;
    border-radius: 20px;
    background: linear-gradient(
        180deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(11, 23, 48, 0.6) 0%,
        rgba(8, 17, 34, 0.4) 100%
    );
    height: 100%;
}

.voice-card p {
    border-bottom: 1px solid #00a3ff18;
    padding-bottom: 21px;
    margin-bottom: 23px;
}

.voice-card h4 {
    font-size: 12px;
}

/* .voice-card h5 {
    font-family: var(--para-font);
    color: var(--text-sub);
    font-size: 14px;
} */

/* .position-wrapper {
    position: absolute;
    top: -12px;
    left: -1px;
} */

/* Section Main Container */
.research-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}
.research-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at center,
        rgba(0, 2, 9, 0.6) 30%,
        #000209 95%
    );
    z-index: 2;
    pointer-events: none;
}
.research-hero-content {
    position: relative;
    z-index: 4444;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.research-hero-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #ffffff 40%, #00a2ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(0, 162, 255, 0.3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    text-shadow: 0 0 30px rgb(0 240 255 / 43%);
}

/* Subtitle Description */
.research-hero-desc {
    font-size: 14px;
    color: var(--extra-color-2);
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.7;
}

.research-hero-content h2 {
    font-size: 70px;
    font-family: var(--heading-black);
    font-weight: 900;
    color: var(--extra-color-2);
}
.research-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/gradientwrapper.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: screen;
    opacity: 0.85;
    z-index: 2;
    pointer-events: none;
}

/* footer Css  */
.site-footer {
    padding: 70px 0 20px;
}
.footer-divider {
    margin: 1.5rem 0;
    background: #03233d;
    opacity: 1;
}
.footer______research {
    background: #08112240;
    border: 1px solid #03233d;
    border-radius: 16px;
}
/* footer Css  */

.verification-dashboard {
    opacity: 1 !important;
}

@media (max-width: 1336px) {
    .hero-banner {
        position: relative;
        display: flex;
        align-items: center;
        background-image: url(../img/banner2.png);
        background-size: 100% 100%;
        background-position: center;
        color: #ffffff;
        padding: 0px 0 80px 0;
        overflow: hidden;
        background-color: #010717;
        flex-direction: column;
        background-repeat: no-repeat;
        width: 100%;
    }
    .section-shop .sidebar h4 {
        color: #fff;
        margin-bottom: 20px;
        font-weight: 400;
        padding: 28px 20px;
        border-bottom: 1px solid #bf99d9;
        font-size: 18px;
    }
    .btn-gradient {
        font-family: 'Orbitron', sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        padding: 15px 35px;
        background: linear-gradient(90deg, #0072ff, #007ce6, #0088f3, #00a6fb);
        color: #fff;
        border: none;
        border-radius: 4px;
        position: relative;
        transition: all 0.4s ease;
        box-shadow: 0 0 15px rgba(0, 210, 255, 0.4);
        text-transform: uppercase;
        width: fit-content;
        border: 1px solid #00a6fb;
        padding: 15px 20px !important;
    }
}

/* Mobile Responsive Media Query */
@media (max-width: 768px) {
    .research-hero-title {
        font-size: 32px;
    }

    .research-hero-section {
        min-height: 400px;
        padding: 60px 15px;
    }
}
