﻿html
{
    margin:0;
    padding:0;
    scroll-behavior:smooth;
}
body {
    font-family: 'Poppins', sans-serif;
    padding-top:80px;
}
/* GLASS NAVBAR */
.custom-nav {
    background: rgba(255, 255, 255, 0.15); /* transparent */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 15px 0;
    transition: 0.4s;
    z-index: 999;
}

/* Add border for glass feel */
.custom-nav {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

    /* Default (transparent) */
    .custom-nav .nav-link,
    .custom-nav .navbar-brand h1 {
        color: #0A2A66;
    }

    /* On scroll */
    .custom-nav.scrolled {
        background: rgba(13, 42, 102, 0.9);
        backdrop-filter: blur(15px);
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

        .custom-nav.scrolled .nav-link,
        .custom-nav.scrolled .navbar-brand h1 {
            color: #fff !important;
        }
        .custom-nav.scrolled .btn-enquiry {
            background: #fff;
            color: #0d6efd;
            border: 1px solid #fff;
        }
h1, h2{
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #0A2A66;
    position: relative;
}
    h2::after {
        content: "";
        width: 60px;
        height: 4px;
        background: linear-gradient(135deg, #0d6efd, #6ea8fe);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        border-radius: 10px;
    }
.sub-title {
    color: #333;
    left:35%;
}
p
{
 text-align:justify;
 position:relative;
}
a
{
    position:relative;
}
.subtitle {
    color: #0d6efd;
    left:35%;
}
.hero-title
{
    font-size:45px;
    font-weight:700;
    left:35%;
    
}
.hero-img {
    top: auto;
    position: relative;
    animation: slideright 2s ease forwards, floatMove 3s ease-in-out infinite;
}
.section {
    background: #ffffff;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}
@keyframes slideright
{
    from{
        right:-200px;
        opacity:0;
    }
    to{
        right:1px;
        opacity:1;
    }
}
@keyframes floatMove {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}
.hero-img-1 {
    height:300px!important;
    top: auto;
    position: relative;
    animation: slideright 2s ease forwards,
    floatMove 3s ease-in-out infinite;
}

@keyframes slideright
{
    from{
        right:-250px;
        opacity:0;
    }
    to{
        right:1px;
        opacity:1;
    }
}
@keyframes floatMove {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}
.subtitle {
    transform: translateX(-100px);
    opacity: 0;
    animation: slideleft 2s ease forwards;
}

@keyframes slideleft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.virexa span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: letterAnim 2s infinite;
}


@keyframes letterAnim {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}


.virexa span:nth-child(1) {
    animation-delay: 0s;
}

.virexa span:nth-child(2) {
    animation-delay: 0.2s;
}

.virexa span:nth-child(3) {
    animation-delay: 0.4s;
}

.virexa span:nth-child(4) {
    animation-delay: 0.6s;
}

.virexa span:nth-child(5) {
    animation-delay: 0.8s;
}

.virexa span:nth-child(6) {
    animation-delay: 1s;
}

.about-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fbff, #ffffff);
}

/* IMAGE BOX */
.about-img-box {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

/* IMAGE */
.main-img {
    width: 100%;
    border-radius: 25px;
    transition: 0.4s;
}

.about-img-box:hover .main-img {
    transform: scale(1.05);
}

/* FLOATING BADGE */
.about-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #0d6efd;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* TITLE */
.title {
    font-size: 38px;
    font-weight: 700;
}

    .title span {
        color: #0d6efd;
    }

/* TEXT */
.desc {
    color: #555;
    margin: 15px 0 20px;
}

/* FEATURES */
.features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

    .features li {
        margin-bottom: 10px;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .features i {
        color: #0d6efd;
    }

/* BUTTON */
.btn-custom {
    border-radius: 30px;
    padding: 10px 25px;
}
.main-img {
    width: 100%;
    border-radius: 20px;
    transition: transform 0.4s ease;
}
.side-img {
    padding-top:10px;
    width: 90%;
    border-radius: 20px;
    transition: transform 0.4s ease;
}
.product-main-img {
    width: 100%;
    border-radius: 20px;
    transition: transform 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.about-img-box:hover .main-img {
    transform: scale(1.05);
}

.seed {
    position: absolute;
    width: 100px;
    animation: float 4s ease-in-out infinite;
}

.seed-1 {
    top: -17px;
    right: -26px;
}



@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(8deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}


.about-content {
    padding: 10px;
}

.product-card {
    padding: 40px;
    border-radius: 25px;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    transition: 0.4s;
}

    .product-card:hover {
        transform: scale(1.02);
    }
.hero {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-image: url('/assests/images/virexa-hero.png'); /* apni image path dalna */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); /* dark overlay */
}

.hero-content {
    position: relative;
    color: #fff;
    text-align: center;
}

    /* glow effect */
    .hero::before {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        background: #0d6efd;
        filter: blur(120px);
        top: -100px;
        right: -100px;
        opacity: 0.2;
    }

.highlight {
    color: #0d6efd;
    animation: glow 2s infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 5px #0d6efd;
    }

    to {
        text-shadow: 0 0 20px #0d6efd;
    }
}

.header {
    position: sticky!important;
    top: 0;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    z-index: 999;
}


.benefits-circle {
    padding: 120px 0;
    background: #f8fbff;
    position: relative;
}

.circle-wrapper {
    position: relative;
    width: 500px;
    height: 500px;
    margin: auto;
}

a{
    color:#fff;
}

@media (max-width: 768px) {

    .circle-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

   
    .center-image {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 20px;
    }

        .center-image img {
            width: 220px;
        }


    .item {
        position: relative;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

 
    .item1,
    .item2,
    .item3,
    .item4 {
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
    }
}

.bottom-section {
    background: #0A2A66;
    color: #ffffff;
    padding: 70px 0 20px;
}

/* Logo */
.bottom-section-logo {
    font-size: 28px;
    font-weight: 700;
}

/* Headings */
.bottom-section h5 {
    margin-bottom: 15px;
    font-weight: 600;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        color: #cfd8ff;
        text-decoration: none;
        transition: 0.3s;
    }

        .footer-links a:hover {
            color: #ffffff;
            padding-left: 5px;
        }

/* Social Icons */
.social-icons a {
    color: #ffffff;
    margin-right: 10px;
    font-size: 18px;
    transition: 0.3s;
}

    .social-icons a:hover {
        color: #0d6efd;
    }

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;
}

.btn-custom-hero {
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 500;
    transition: 0.3s;
    left:35%;
    top:70%;
}
.btn-custom {
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 500;
    transition: 0.3s;
 
}

.btn-primary {
    background: linear-gradient(135deg, #0d6efd, #4dabff);
    border: none;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(13,110,253,0.4);
    }
.feature-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

    .feature-card i {
        font-size: 50px;
        margin-bottom: 10px;
        color: #0A2A66;
    }

    .feature-card:hover {
        background: #0A2A66;
        color: white;
        transform: translateY(-8px);
    }
        .feature-card:hover i {
            color: #fff;
            transform: scale(1.2);
        }
/* SECTION BACKGROUND */
.global-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #0d6efd, #6ea8fe);
    position: relative;
    overflow: hidden;
}

    /* GLOW EFFECT */
    .global-section::before {
        content: "";
        position: absolute;
        width: 400px;
        height: 400px;
        background: #ffffff;
        opacity: 0.1;
        filter: blur(120px);
        top: -100px;
        left: -100px;
    }

/* MAIN BOX */
.global-box {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border-radius: 25px;
    padding: 60px;
    color: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

/* BADGE */
.global-badge {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 50px;
    background: rgba(255,255,255,0.2);
    font-size: 14px;
    margin-bottom: 15px;
}

/* TITLE */
.global-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* TEXT */
.global-text {
    max-width: 600px;
    margin: auto;
    font-size: 18px;
    opacity: 0.9;
}

/* STATS */
.global-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
}

    .global-stats h3 {
        font-size: 28px;
        font-weight: 700;
    }

    .global-stats p {
        font-size: 14px;
        opacity: 0.8;
    }

.testimonial-section {
    padding: 120px 0;
    background: #f8fbff;
}

.testimonial-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}
.testimonial-section {
    background: #f8fbff;
}
.testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

    .testimonial-card:hover {
        transform: translateY(-10px);
    }

    
    .testimonial-card p {
        font-style: italic;
        color: #555;
        margin-bottom: 15px;
    }

   
    .testimonial-card h6 {
        margin: 0;
        font-weight: 600;
        color: #0d6efd;
    }

   
    .testimonial-card span {
        font-size: 14px;
        color: #777;
    }

.btn-enquiry {
    background: linear-gradient(135deg, #0d6efd, #4dabff);
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    border: none;
    transition: 0.3s;
}

    .btn-enquiry:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(13,110,253,0.4);
    }

@media (max-width: 768px) {

    /* Center everything */
    .hero {
        text-align: center;
        padding: 100px 20px 60px;
        height: auto !important;
    }

    /* Fix heading */
    .hero-title {
        font-size: 24px !important;
        line-height: 1.4;
        left: 0 !important;
    }

    /* Fix Virexa spacing issue */
    .virexa span {
        display: inline; /* instead of inline-block */
        animation: none; /* stop animation on mobile */
    }

  
    .sub-title {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
        left: 0 !important;
    }


    .btn-custom-hero {
        display: block;
        width: 60%;
        margin: 5px auto;
        border-radius: 50px;
        
    }


    .hero::before {
        background: rgba(0,0,0,0.6); 
    }
}

@media (max-width: 991px) {

    
    .custom-nav .navbar-collapse {
        background: rgba(13, 42, 102, 0.95);
        padding: 20px;
        border-radius: 15px;
        margin-top: 10px;
    }


    .custom-nav .nav-link {
        color: #fff !important;
        padding: 12px 0;
        text-align: center;
    }

    .navbar-nav {
        gap: 0 !important;
    }

    .btn-enquiry {
        display: block;
        width: 100%;
        margin-top: 15px !important;
        text-align: center;
    }

    .navbar-brand {
        margin: auto;
    }

  
    .navbar-toggler-icon {
        filter: invert(1);
    }
}