
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
    --primary: #74a404;
    --light: #F6F7F8;
    --dark: #1128B3;
}
body {
    font-family: "Sora", sans-serif !important;
}

.fw-medium {
    font-weight:100;
    
}
.fw-medium-2 {
    font-weight:300;
    font-size: 17px !important;
    
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
    border-radius: 0;
    background-color: var(--primary);
    color: #FFFFFF;
    border: 0;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
   font-family: "Sora", sans-serif;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
 
     margin-top: 10px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 700px;
    }
    .owl-carousel-inner {
       
     margin-top: 100px;
    }
    .team-counter{
        margin-left: 20px!important;
    }
    .owl-carousel-inner-vid{
        margin-top: 10px!important;
    }
    #autoTypeHeading{
        font-size: 35px;
    }
    .e-health{
          margin-top: -120px !important;

    }
    .overlay-hero{
        display: none;
    }
    .display-2{
        font-size: 35px !important;
    }
    .service-card{
        width: 120%;
        justify-content: center;
        margin-left: -30px;
    }
    .woman-img-hero{
        display: none !important;
    }

   .team-item{
    width: 180%;
    margin-left: -66px;
   }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 35px;
    height: 35px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.369);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 50px;
    height: 50px;
  
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/bababa.png) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/* Header Carousel Responsive Tweaks */
        /* responsive tweaks for carousel: hide data-dots on small screens and make text span full width */
        .owl-carousel-inner h1#autoTypeHeading { font-size: clamp(2rem, 5vw, 3.5rem); }
        .owl-carousel-inner p { font-size: clamp(0.95rem, 2.2vw, 1.05rem); }

        @media (max-width: 767px) {
            /* Hide Owl carousel dots on small screens */
            .owl-dots { display: none !important; }

            /* Make the slide content take full width and increase padding for readability */
            .owl-carousel-inner { padding: 28px 14px; }
            .owl-carousel-inner .container { max-width: 100%; padding-left: 0; padding-right: 0; }
            .owl-carousel-inner .row { margin-left: 0; margin-right: 0; }

            /* Ensure heading and paragraph scale down nicely */
            .owl-carousel-inner h1#autoTypeHeading { font-size: clamp(1.6rem, 6.6vw, 2.4rem); line-height: 1.05; }
            .owl-carousel-inner p { font-size: 0.98rem; }

            /* Hide decorative right-side image on small screens */
            .woman-img-hero, .owl-carousel .col-md-2 { display: none !important; }

            /* Make text column span full width */
            .col-md-8.col-12 { width: 100%; max-width: 100%; flex: 0 0 100%; }

            /* Adjust background media positioning for better crop on phones */
            .owl-carousel-item picture img,
            .owl-carousel-item picture video { object-position: center top; height: auto; min-height: 60vh; }
        }
       
/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);

   
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}
/* progress scroll */
       #scrollProgressBar {
            position: fixed;
            top: 0;
            left: 0;
            width: 0%;
            height: 5px;
            z-index: 9999;
            background: linear-gradient(90deg, #7ED321 0%, #1128B3 100%);
            transition: width 0.2s;
        }

/*** Footer ***/
.footer{
    background:#1128B3;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .btn.btn-social {
    margin-right: 5px;
    color: white;
    border: 1px solid white;
    border-radius: 38px;
    transition: .3s;
    background-color: transparent;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
    background-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff !important;
    font-weight: lighter !important;
    text-transform: capitalize;
    transition: .3s;

}
.footer p{
   margin-bottom: 10px !important;
}
.footer li a{
    margin-bottom: 10px !important ;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
   font-family: "Sora", sans-serif;
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
/* team */
        .team-card {
                    background: #fff;
                    border-radius: 12px;
                    overflow: hidden;
                    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
                    transition: transform 0.3s, box-shadow 0.3s;
                }
                .team-card:hover {
                    transform: translateY(-10px);
                    box-shadow: 0 12px 30px rgba(116, 164, 4, 0.15);
                }
                .team-image-wrapper {
                    position: relative;
                    overflow: hidden;
                    height: 280px;
                }
                .team-image {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
                .team-overlay {
                    position: absolute;
                    inset: 0;
                    background: rgba(116, 164, 4, 0.9);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    opacity: 0;
                    transition: opacity 0.3s;
                }
                .team-card:hover .team-overlay {
                    opacity: 1;
                }
                .social-links {
                    display: flex;
                    gap: 12px;
                }
                .social-icon {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    background: #fff;
                    color: #74a404;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: transform 0.2s;
                    text-decoration: none;
                }
                .social-icon:hover {
                    transform: scale(1.1);
                }
                .team-info {
                    padding: 20px;
                    text-align: center;
                }
                .team-info h4 {
                    margin-bottom: 6px;
                    font-weight: 700;
                    color: #333;
                }
                .role {
                    color: #74a404;
                    font-size: 0.9rem;
                    margin-bottom: 12px;
                }
                .contact-info {
                    display: flex;
                    gap: 10px;
                    justify-content: center;
                }
                .contact-info a {
                    width: 32px;
                    height: 32px;
                    border-radius: 50%;
                    background: #f0f0f0;
                    color: #74a404;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: background 0.2s;
                    text-decoration: none;
                }
                .contact-info a:hover {
                    background: #74a404;
                    color: #fff;
                }
/* card inteaction */
 
                        .stack-card-modern {
                            background: #fff;
                            border-radius: 1.25rem;
                            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04), 0 1.5px 6px rgba(59,91,254,0.08);
                            padding: 3rem 1.5rem;
                            min-height: 200px;
                            transition: box-shadow 0.3s, transform 0.3s;
                            cursor: pointer;
                            border: 1.5px solid #f0f4fa00;
                            
                        }
                       .stack-card-modern.active {
                            box-shadow: 0 18px 48px rgba(131, 131, 131, 0.18), 0 2px 8px rgba(0,0,0,0.08);
                            transform: scale(1.04) translateY(-6px);
                            border-color: #d0d7fc00;
                            background-color: #7ED321;
                            color: #fff;
                        }
                        .stack-card-modern.active,
                        .stack-card-modern.active h5,
                        .stack-card-modern.active p,
                        .stack-card-modern.active .icon-modern {
                            color: #fff !important;
                        }
                        .icon-modern {
                           color: #7ED321;
                           
                        }
                        .bg-gradient-primary {
                            background: linear-gradient(135deg, #3b5bfe 0%, #5e8bff 100%);
                        }
                        .bg-gradient-success {
                            background: linear-gradient(135deg, #00b894 0%, #00e6a8 100%);
                        }
                        .bg-gradient-warning {
                            background: linear-gradient(135deg, #fdcb6e 0%, #ffe29a 100%);
                            color: #fff;
                        }
                        @media (max-width: 991px) {
                            .stack-card-modern { padding: 1.2rem 0.8rem; min-height: 90px; }
                            .icon-modern { width: 40px; height: 40px; font-size: 1.3rem; }
                        }
                    

                .card-stack {
                    position: relative;
                    min-height: 370px;
                }
                .stack-card {
                    transition: 
                        box-shadow 0.3s,
                        top 0.3s,
                        left 0.3s,
                        z-index 0.3s,
                        transform 0.3s,
                        background 0.4s cubic-bezier(.4,0,.2,1),
                        border-color 0.3s;
                    border: none;
                    background: #fff;
                    min-height: 140px;
                    padding: 1.5rem 1.2rem;
                }
                .stack-card.active {
                    box-shadow: 0 18px 48px rgba(59,91,254,0.18), 0 2px 8px rgba(0,0,0,0.08);
                    transform: scale(1.035) translateY(-8px);
                    border: 2px solid #3b5bfe;
                    background: #3b5bfe !important;
                    color: #fff;
                }
                .stack-card.active h4,
                .stack-card.active p,
                .stack-card.active .text-secondary {
                    color: #fff !important;
                }
                .stack-card .rounded-circle {
                    box-shadow: 0 2px 8px rgba(59,91,254,0.12);
                    width: 38px !important;
                    height: 38px !important;
                    background: #e9f2ff !important;
                }
                .stack-card .icon-expert {
                    color: #3b5bfe;
                }
                .stack-card .icon-accuracy {
                    color: #00b894;
                }
                .stack-card .icon-efficiency {
                    color: #fdcb6e;
                }
                .stack-card[data-z="3"] .rounded-circle i {
                    /* Expertise: fa-user-tie */
                    font-family: "Font Awesome 5 Free";
                }
                .stack-card[data-z="2"] .rounded-circle i {
                    /* Accuracy: fa-balance-scale */
                    font-family: "Font Awesome 5 Free";
                }
                .stack-card[data-z="1"] .rounded-circle i {
                    /* Efficiency: fa-clock */
                    font-family: "Font Awesome 5 Free";
                }
                @media (max-width: 991px) {
                    .card-stack {
                        min-height: 320px;
                    }
                    .stack-card {
                        min-height: 110px;
                        padding: 1rem 0.7rem;
                    }
                    .stat-card{
                     margin-right:1px;

                    }
                }
           

                /* partners */
                .partners-section {
                 display: flex;
                 align-items: center;
                 justify-content: center;
                 gap: 30px;
                 padding: 60px 80px;
                 flex-wrap: wrap;
                }

                .partners-text {
                 flex: 0 0 200px;
                 font-weight: 600;
                 font-size: 1.1rem;
                 line-height: 1.4;
                 min-width: 180px;
                }

                .partners-carousel-wrapper {
                 position: relative;
                 flex: 1;
                 max-width: 900px;
                 overflow: hidden;
                 display: flex;
                 justify-content: center; /* center the carousel inside wrapper */
                }

                /* Center 3 logos */
                .partners-carousel {
                 display: flex;
                 align-items: center;
                 justify-content: center; /* center logos when fewer items */
                 gap: 10px;
                 transition: transform 0.5s ease;
                 scroll-behavior: smooth;
                 overflow-x: auto;
                 scrollbar-width: none;
                 padding: 12px 20px; /* small padding so centered items have breathing room */
                }

                .partners-carousel::-webkit-scrollbar {
                 display: none;
                }

                .partner-logo {
                 flex: 0 0 auto;
                 width: 160px;
                 max-width: 180px;
                 text-align: center;
                }

                .partner-logo img {
                 max-width: 100%;
                 height: auto;
                 transition: transform 0.3s ease, opacity 0.3s ease;
                 opacity: 0.95;
                }

                .partner-logo img:hover {
                 transform: scale(1.05);
                 opacity: 1;
                }

                .arrow {
                 font-size: 1.8rem;
                 color: #001c5c;
                 cursor: pointer;
                 user-select: none;
                 padding: 10px 15px;
                 border-radius: 50%;
                 background: #f3f5ff;
                 transition: all 0.3s ease;
                }

                .arrow:hover {
                 background: #001c5c;
                 color: #fff;
                }

                /* Show 2 logos at a time on small screens */
                @media (max-width: 768px) {
                 .partners-section {
                    flex-direction: column;
                    text-align: center;
                    padding: 30px 20px;
                    gap: 12px; /* decreased gap between text and images */
                 }

                 .partners-text {
                    margin-bottom: -155px; /* decreased margin */
                 }

                 .partners-carousel {
                    gap: 30px;
                    overflow-x: auto;
                    scroll-snap-type: x mandatory;
                    padding-bottom: 10px;
                 }

                 .partner-logo {
                    flex: 0 0 45%; /* show 2 logos at a time */
                    scroll-snap-align: center;
                    width: 45%;
                    max-width: 180px;
                 }

                 .arrow {
                    display: none;
                 }
                }

    /* Mobile responsive */
    @media (max-width: 768px) {
      .partners-section {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
      }

    

      .partners-carousel {
        gap: 30px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
      }

      .partner-logo {
        flex: 0 0 45%; /* show 2 logos at a time */
        scroll-snap-align: center;
      }

      .arrow {
        display: none;
      }
    }

    /*progress bar  */
          #scrollProgressBar {
            position: fixed;
            top: 0;
            left: 0;
            width: 0%;
            height: 5px;
            z-index: 9999;
            background: linear-gradient(90deg, #74a404 0%, #1128B3 100%);
            transition: width 0.2s;
        }

        /* Carousel styles */
        .products-carousel { position:relative; }

        /* Carousel container styles */
        .products-carousel-wrap { display:flex; flex-direction:column; gap:28px; }

        /* Wrapper that allows manual scroll and JS auto-scroll */
        .marquee-wrapper {
            position:relative;
            overflow-x:auto;
            overflow-y:hidden;
            -webkit-overflow-scrolling:touch;
            scroll-behavior: auto;
            padding:18px 8px;
            cursor:grab;
            border-radius:14px;
           


            /* hide native scroll indicators while keeping scrolling functional */
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none; /* IE 10+ */
        }

        /* Hide webkit scrollbars */
        .marquee-wrapper::-webkit-scrollbar { display: none; }

        /* Track holds cards in a row and will be duplicated by JS */
        .marquee-track {
            display:flex;
            gap:18px;
            align-items:stretch;
        }

            /* Card visual */
            .product-card {
                min-width:340px;
                max-width:340px;
                background: #ffffff;
                border-radius:14px;
            
                padding:30px;
                display:flex;
                flex-direction:column;
                justify-content:space-between;
                border: 2px solid rgba(6,24,56,0.04);
                transition: background .25s ease, border-color .25s ease, color .25s ease, transform .2s;
            }

            /* Hover: make background site green and all text inside the card white */
            .product-card:hover {
                background: var(--primary);
                border-color: var(--primary);
                color: #ffffff;
            }

            /* Ensure common text elements and controls inside the card turn white on hover */
            .product-card:hover h5,
            .product-card:hover p,
            .product-card:hover .meta,
            .product-card:hover a,
            .product-card:hover .btn,
            .product-card:hover small,
            .product-card:hover span,
            .product-card:hover label {
                color: #ffffff !important;
            }

            /* Optional: keep images readable against the green background */
            .product-card:hover .product-visual {
                filter: brightness(.95);
            }

            .product-card h5 { margin:0 0 8px 0; 
                color:#040405;
                 font-weight:600;
                 margin-bottom: 35px;
               
                
                }
                 

            .product-card p { margin:20 10 12px 0;
                
                color:#555; font-size:0.95rem; }
            .product-card .meta { color:#7ED321;
                 font-weight:600;
                  margin-bottom:8px;
                text-transform:uppercase;
                  font-weight: 400;
                
                }

            /* Visual image for left section (keeps original layout) */
            .product-visual { display:block; width:100%; border-radius:12px; height:460px; object-fit:cover; box-shadow: 0 12px 30px rgba(4,12,61,0.12); }


        /* Small responsive tweaks */
        @media (max-width:991px) {
            .product-card { 
                width: 100%;
             }
            .product-visual { height:320px; }
        }
       /*  */
          /* optional subtle dark overlay so particles remain visible over images */
            .page-header::after{
                content: "";
                position: absolute;
                inset: 0;
                background: rgba(0,0,0,0.18);
                z-index: 0;
                pointer-events: none;
            }