
 .section {
    overflow: hidden !important;
}

 .product-card {
     border-radius: 10px;
     text-align: center;
     padding: 10px;
     cursor: pointer;
     transition: 0.3s;
     /* background: #fff; */
     position: relative;
     margin: 0 10px;
 }


 .product-card .product-card-image {
     border: 1px solid #C2C2C2;
     border-radius: 22px;
     padding: 40px;
 }
 
 .product-details-section {
     padding-top: 90px !important;
 }

 .product-card.active .product-card-image {
     border: 2px solid #016380;
     /* border-image-source: linear-gradient(325.36deg, #016380 6.45%, #08B0AE 93.55%); */
 }

 .product-card img {
     width: 100%;
     height: 250px;
     object-fit: contain;
     margin-bottom: 10px;
 }

 .detail-images img {
     width: 160px;
     margin: 5px;
 }

 .slick-prev:before,
 .slick-next:before {
     color: #2b7cff;
 }

 .status-bar {
     position: absolute;
     right: 10px;
     top: 10px;
     width: 100px;
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-family: 'Lato', sans-serif;
     font-weight: 700;
     font-style: Bold;
     font-size: 16px;
     leading-trim: NONE;
     line-height: 30px;
     letter-spacing: 0%;
 }

 .status-bar img {
     width: 20px;
     height: 20px;
     margin-bottom: 0;
     margin-right: 6px;
 }


 .product-card.active .viewing {
     display: flex;
     color: #08B0AE;
 }

 .product-card.active .view {
     display: none;
 }

 .product-card .viewing {
     display: none;
 }

 .product-card .view {
     display: flex;
 }

 /* .product-card.active .product-card-image {
     position: relative;
     border-radius: 50%;
     overflow: hidden;
     border-color: transparent;
 }

 .product-card.active .product-card-image::after {
     content: '';
     display: block;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 95%;
     height: 95%;
     border-radius: 50%;
     background-image: url(../images/gradient-border.png);
     background-size: cover;
     background-position: center;
     z-index: 5;
     pointer-events: none;
 } */



 .product-card-image {
     border-radius: 8px;
 }



 .img-thumbnail {
     height: 70px;
     width: 70px;
     padding: 5px;
     border-radius: 16px;
     background-color: transparent;
     padding: 10px;
 }

 .detail-thumbnails {
     width: 100px;
 }

 .thumbnail.active {
     border: 2px solid #016380;
     background: #fff;
 }

 #mainImage {
     border: 1px solid #C2C2C2;
     border-radius: 16px;
 }

 .main-image img {
     border-radius: 16px;
 }

 .product-card h6 {
     padding-top: 1rem;
 }

 .product-card h6,
 .product-card p {
     font-family: Lato;
     font-weight: 700;
     font-style: Bold;
     font-size: 17px;
     text-align: center;
     color: #757577;
     margin-bottom: 2px;
 }


 .product-card.active h6,
 .product-card.active p {
     color: #016481;
 }

 h5#detailTitle {
     font-family: Montserrat;
     font-weight: 800;
     font-size: 25px;
     vertical-align: middle;
     text-transform: capitalize;
     color: #016481;
     width: 70%;
     line-height: 1.4;
 }


 p#detailDesc {
     /*font-family: Lato;*/
     /*font-weight: 700;*/
     /*font-style: Bold;*/
     /*font-size: 18px;*/
     /*color: #000;*/
     /*line-height: 1.4;*/
     /*padding: 20px 0;*/
     /*margin-bottom: 0;*/
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    color: #757577;
    line-height: 1.4;
 }

 .product-details-module {
     padding-left: 2rem;
 }

 .product-details-module h6 {
     font-family: Montserrat;
     font-weight: 700;
     font-style: Bold;
     font-size: 19px;
     color: #000;
     padding-top: 1rem;
     margin-bottom: 12px;
 }


 ul#detailBenefits {
     color: #757577;
     padding-left: 30px;
     font-family: Lato;
     font-weight: 400;
     font-style: Regular;
     font-size: 17px;
     line-height: 25px;
     letter-spacing: 0%;
 }

 ul#detailBenefits li:last-child,
 .benefit-list .read-more-item {
     list-style: none;
 }

 .product-details-module>p>span,
 .benefit-list li {
     color: #757577;
 }

 .read-more-btn {
     cursor: pointer;
     border: none;
     background: transparent;
     color: #016380;
     padding: 0;
     font: inherit;
     text-decoration: none;
     margin-top: 10px;
     margin-bottom: 15px;
     cursor: pointer;
     text-decoration: none;
     font-weight: 600;
     font-size: 16px;
     display: block;
     margin-left: -1rem;
 }


 body {
     font-family: "Montserrat", sans-serif;
 }

 body .container {
     max-width: 100%;
     width: 85%;
 }


 /* .image-banner {
  width: 100%;
  height: 800px; 
  background-image: url('/images/Aurolab\ Vivid\ CFV\ Banner\ 1.png');
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-overlay {
  width: 100%;
  height: 100%;
} */


 /* Product Section */
 .product-section {
     padding: 80px 0;
 }

 /* Title */
 .product-section h3 {
     font-family: 'Montserrat', sans-serif;
     font-weight: 800;
     font-size: 36px;
     line-height: 100%;
     text-transform: capitalize;
     color: #016481;
     margin-bottom: 20px;
 }
 
 .product-section h4, 
 .product-details-module #detailSubTitle {
    color: #757577;
    margin-bottom: 17px;
}


 /* Subtitle */
 .product-section p strong {
     font-family: 'Lato', sans-serif;
     font-weight: 700;
     font-size: 24px;
     line-height: 100%;
     color: #000000;
 }

 /* Content paragraph */
 .product-section p:not(strong) {
     font-family: 'Lato', sans-serif;
     font-weight: 400;
     font-size: 20px;
     line-height: 30px;
     color: #757577;
 }

 .product-section h5 {
     font-family: 'Montserrat', sans-serif;
     font-weight: 700;
     font-size: 24px;
     line-height: 100%;
     color: #000000;
     margin-top: 2rem;
     margin-bottom: 1rem;


 }

 .read-more {
     margin-top: 15px;
     margin-bottom: 15px;
     color: #016481;
     cursor: pointer;
     text-decoration: none;
     font-weight: 600;
     font-size: 16px;
     display: block;
 }

 .key-benefits li {
     font-family: 'Lato', sans-serif;
     font-weight: 400;
     font-style: normal;
     /* Regular */
     font-size: 18px;
     color: #757577;
     line-height: 30px;

 }

 .key-benefits li.hidden {
     display: none;
 }

 .key-benefits {
     position: relative;
 }


 .hover-btn {
     margin-top: 0px;
 }

 /* Thumbnails */
 .thumbnail-img {
     cursor: pointer;
     border: 1px solid #ddd;
     padding: 5px;
     margin-bottom: 10px;
     width: 60px;
     height: 60px;
     object-fit: cover;
 }

 .thumbnail-img.active {
     border: 2px solid #016481;
 }

 /* Feature List */
 .feature-list {
     margin-top: 20px;
     display: none;
 }

 .feature-item {
     display: flex;
     align-items: center;
     font-family: 'Lato', sans-serif;
     font-weight: 400;
     font-size: 20px;
     margin-bottom: 10px;
 }

 .feature-item img {
     width: 20px;
     height: 20px;
     margin-right: 10px;
 }

 /* Download Button */
 .btn-download {
     background-color: #016481;
     color: #fff;
     border: none;
     padding: 10px 20px;
     border-radius: 30px;
 }

 .btn-download:hover {
     background-color: #fff;
     color: #016481;
     border: 1px solid #016481;
 }

 .image-card-wrapper {
     text-align: center;
 }

 .image-card {
     width: 100%;
     height: 400px;
     background-color: #fff;
     /* white background */
     border-radius: 8px;
     position: relative;
     box-shadow: 0px 4px 4px 0px #00000040;

 }

 .feature-img {
     max-width: 90%;
     max-height: 90%;
     object-fit: contain;
     /* image centered and scaled */
 }

 /* Arrow Button */
 .btn-arrow {
     position: absolute;
     top: -7px;
     right: -13px;
     /* background-color: #016481; */
     border: none;
     border-radius: 50%;
     font-size: 18px;
     cursor: pointer;
     transition: 0.3s;
     color: white;
 }



 .popup-section h2 {
     font-family: 'Montserrat', sans-serif;
     font-weight: 700;
     font-size: 36px;
     line-height: 100%;
     text-transform: capitalize;
     color: #016481;
     margin-bottom: 20px;
 }

 /* Popup Styles */
 .image-popup {
     display: none;
     position: fixed;
     z-index: 9999;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.8);
     justify-content: center;
     align-items: center;
 }

 .image-popup .popup-img {
     max-width: 100%;
     max-height: 100%;
     border-radius: 8px;
     padding: 10px;
     background: #fff;
 }

 .image-popup .close {
     position: absolute;
     top: 20px;
     right: 30px;
     font-size: 40px;
     color: #fff;
     cursor: pointer;
 }

 /* Heading */
 .image-card-wrapper h5 {
     font-family: Montserrat;
     font-style: Medium;
     font-size: 16px;
     line-height: 30px;
     letter-spacing: 0%;
     color: black;
     text-align: left;
     font-weight: 600;
 }

 .second-banner {
     position: relative;
     width: 100%;
     max-height: 600px;
     /* adjust height */
     overflow: hidden;
     display: none;
 }
 
 .vision-simulator.second-banner {
     display: block;
 }

 .banner-img {
     width: 100%;
     height: auto;
     display: block;
 }

 .second-banner-content {
     position: absolute;
     top: 50%;
     /* vertically center */
     right: 50px;
     /* right side distance from edge */
     transform: translateY(-50%);
     color: #fff;
     text-align: left;
     /* text right align */
     max-width: 700px;
     /* adjust as needed */
 }

 .second-banner-heading {
     font-family: 'Montserrat', sans-serif;
     font-weight: 500;
     font-size: 40px;
     line-height: 1.5;
     margin-bottom: 20px;
     color: #fff;
     text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
     /* readability */
 }

 .second-banner-heading strong {
     font-family: 'Montserrat', sans-serif;
     font-weight: 800;
     font-size: 50px;
     line-height: 1;
     margin-bottom: 0px;
     color: #fff;
     text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
     /* readability */
 }

 .second-banner-btn {
     padding: 12px 24px;
     background-color: #fff;
     color: #016481;
     border: none;
     border-radius: 30px;
     font-size: 18px;
     cursor: pointer;
     transition: background 0.3s, color 0.3s;
 }

 .second-banner-btn:hover {
     background-color: #016481;
     color: #fff;
 }



 .features-section {
     padding: 70px 20px;
     background: #f9f9f9;
     text-align: center;
 }

 .features-section {
     background-image: url('/images/your-background.jpg');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     padding: 80px 0;
 }

 .features-title {
     font-size: 32px;
     font-weight: bold;
     margin-bottom: 40px;
 }

 .features-row {
     display: flex;
     justify-content: center;
     gap: 40px;
     flex-wrap: wrap;
 }

 .feature-box {
     border-radius: 8px;
     padding: 20px;
     width: 250px;
     text-align: center;
     transition: transform 0.3s;
 }

 .feature-box:hover {
     transform: translateY(-8px);
 }

 .feature-icon img {
     width: 100px;
     height: 100px;
     margin-bottom: 15px;
 }

 .features-title {
     font-family: 'Montserrat', sans-serif;
     font-weight: 700;
     font-size: 36px;
     line-height: 100%;
     text-transform: capitalize;
     color: #016481;
     margin-bottom: 60px;
 }

 .feature-text {
     font-size: 22px;
     line-height: 100%;
     letter-spacing: 0%;
     text-align: center;
     text-transform: capitalize;
     color: #000000;
     font-weight: 500 !important;
 }

 /* career */
 /* Why Work At Aurolab Section */
 .why-work-aurolab {
     background: #025b70;
     color: white;
     padding: 80px 40px;
     overflow: hidden;
 }

 .why-work-header {
     text-align: center;
     margin-bottom: 50px;
 }

 .why-work-header h2 {
     font-size: 32px;
     font-weight: 700;
     margin-bottom: 10px;
 }

 .why-work-header p.subtitle {
     font-size: 16px;
     color: #dce9ed;
 }


 .why-section {
     background: url("/images/single-product/last-banner.png") no-repeat left/cover;
     padding: 80px 40px;
     color: #333;
     position: relative;
 }

 .why-container {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     margin-left: 4rem;
 }

 .why-left {
     flex: 1;
 }

 .why-left h2 {
     color: #016481;
     font-size: 42px;
     font-weight: 800;
     text-transform: uppercase;
     margin: 0 0 4rem 0;
     font-family: 'Montserrat', sans-serif;

 }

 .semi-wrapper {
     position: relative;
     width: 330px;
     height: 320px;
 }

 svg.semi {
     position: absolute;
     inset: 0;
     width: 100%;
     height: 100%;
 }

 svg.semi path {
     stroke: #bbb;
     stroke-width: 2;
     stroke-dasharray: 6 6;
     fill: none;
 }

 .feature {
     position: absolute;
     display: flex;
     align-items: center;
     gap: 20px;
     color: #555;
     cursor: pointer;
     transition: color 0.3s ease, transform 0.3s ease;
 }

 .feature span {
     width: 160px;
     color: #757577;
     font-family: 'Montserrat', sans-serif;
     text-align: right;
     font-size: 20px;
     font-weight: 500;
     line-height: normal;
     text-transform: capitalize;
     transition: color 0.3s ease, transform 0.3s ease;
 }

 .feature-icon {
     width: 60px;
     height: 60px;
     display: grid;
     place-items: center;
     border-radius: 50%;
     overflow: hidden;
     position: relative;
     transition: transform 0.3s ease;
 }

 .feature-icon img {
     width: 60px;
     height: 50px;
     transition: transform 0.3s ease;
     position: absolute;
     top: 0;
     left: 0;
 }

 .feature-icon .hover-img {
     display: none;
 }

 .feature:hover span {
     color: #08b0ae;
     transform: scale(1.1);
     font-weight: 600;
 }

 .feature:hover .feature-icon {
     transform: scale(1.3);
 }

 .feature:hover .default-img {
     display: none;
 }

 .feature:hover .hover-img {
     display: block;
 }




 #mainImage {
     width: 600px;
     height: 400px;
     object-fit: contain;
     object-position: top;
 }


 .btn-download {
     position: relative;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 10px 24px;
     border-radius: 999px;
     font-family: inherit;
     font-size: 16px;
     font-weight: 500;
     border: none;
     cursor: pointer;
     color: #fff;
     background: #006380;
     /* base color */
     overflow: hidden;
     z-index: 0;
     transition: color .35s ease;
 }

 /* background fill animation */
 .btn-download::before {
     content: "";
     position: absolute;
     inset: 0;
     background: #fff;
     border-radius: inherit;
     transform: scaleX(0);
     transform-origin: right center;
     transition: transform .35s ease;
     z-index: -1;
 }

 .btn-download:hover::before {
     transform: scaleX(1);
 }

 .btn-download:hover {
     color: #006380;
 }



 .second-banner-btn {
     position: relative;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 12px 28px;
     border-radius: 999px;
     font-family: system-ui, sans-serif;
     font-size: 16px;
     font-weight: 500;
     cursor: pointer;
     color: #006380;
     background: #fff;
     border: 2px solid #006380;
     overflow: hidden;
     z-index: 0;
     transition: color .35s ease;
 }

 .second-banner-btn::before {
     content: "";
     position: absolute;
     inset: 0;
     background: #006380;
     border-radius: inherit;
     transform: scaleX(0);
     transform-origin: right center;
     transition: transform .35s ease;
     z-index: -1;
 }

 .second-banner-btn:hover::before {
     transform: scaleX(1);
 }

 .second-banner-btn:hover {
     color: #fff;
 }

 .product-details-section {
     background-image: url('../images/products-details-bg.png');
     background-size: 100% 100%;
 }

 .product-slider-nav {
     border: 1px solid #C2C2C2;
     box-shadow: 0px 4px 4px 0px #0000001F;
     border-radius: 22px;
     padding: 40px 30px;
 }

 .product-slider-nav h4 {
     font-family: 'Montserrat', sans-serif;
     font-weight: 700;
     font-style: Bold;
     font-size: 28px;
     text-align: center;
     vertical-align: middle;
     text-transform: capitalize;
     color: #006380;
 }

 .product-card {
     content: '';
 }

 .hidden-benefit {
     display: none;
 }

 .hidden-benefit.show {
     display: list-item;
 }
 
 .hover-btn.btn-download{
     display: none;
 }
 
 
 .hover-btn {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.hover-btn.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


/* Popup overlay */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

/* Popup box */
.popup-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

/* Close button */
.popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  color: #016481;
  cursor: pointer;
}

/* Title and text */
.popup-box h4 {
  font-family: 'Montserrat', sans-serif;
  color: #016481;
  margin-bottom: 5px;
}

.popup-subtext {
  color: #555;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Button style */
.popup-form button {
  background-color: #016481;
  border: none;
  border-radius: 25px;
  padding: 10px 0;
  font-weight: 600;
}

.popup-form .form-check {
    text-align: left;
}
 
 
 


 /* Responsive */
 @media (max-width:1300px) {
     .why-section {
         padding: 10px;
     }

     .why-left h2 {
         margin: 0 0 3rem 0;
     }
 }



 @media (max-width: 992px) {
     .box {
         flex: 0 0 45%;
     }
 }

 @media (max-width: 768px) {
     .box {
         flex: 0 0 100%;
     }

     .why-section {
         background: url("/products/images/single-product/why-us-mobile-bg.png") no-repeat top/cover;
         padding: 420px 20px 60px;
         position: relative;
     }

     .why-container {
         display: flex;
         align-items: center;
         justify-content: flex-start;
         margin-left: 0rem;
     }

     .why-left h2 {
         font-size: 26px;
     }

     .feature span {
         font-size: 16px;
         width: 120px;

     }

     .semi-wrapper {
         position: relative;
         width: 300px;
         height: 320px;
     }
 }




 /* Responsive */
 @media (max-width: 900px) {
     .career-cta-inner {
         flex-direction: column;
         text-align: center;
     }

     .cta-text,
     .cta-image {
         flex: 1 1 100%;
     }

     .cta-text h2 {
         font-size: 28px;
     }

     .cta-text p {
         font-size: 15px;
     }
 }


 /* Responsive */
 @media (max-width: 900px) {
     .why-work-main {
         flex-direction: column;
         align-items: center;
     }

     .why-work-image {
         margin: 30px 0 0 0;
     }

     .why-work-grid {
         grid-template-columns: 1fr;
     }
 }























 @media (max-width: 768px) {
     .second-banner-content {
         top: 50%;
         left: 50%;
         right: auto;
         transform: translate(-50%, -50%);
         text-align: center;
         max-width: 90%;
     }

     .second-banner-heading {
         font-size: 22px;
     }

     .second-banner-heading strong {
         font-size: 22px;

     }

     .banner-img {
         width: 100%;
         height: 220px;
         display: block;
     }

     .second-banner-btn {
         padding: 10px 20px;
         font-size: 14px;
     }

     body .container,
     h5#detailTitle,
     .w-75 {
         max-width: 100%;
         width: 100%;
     }

     .w-75 {
         width: 97% !important;
     }

     .section-title {
         margin-top: 1.5rem;
     }

     #mainImage {
         width: 400px;
         height: 300px;
         padding: 20px;
     }
     .product-details-section {
    padding-top: 10px !important;
}
.section {
    overflow: hidden !important;
}
 

 }