/* .hover-btn+.hover-btn{
    display: none;
} */


body {
    font-family: "Montserrat", sans-serif;
}

body .container {
    max-width: 100%;
    width: 85%;
}

 .hover-btn.btn-download{
     display: none;
 }
 

/* .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: 100px 0 50px;
}

/* 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;
}

/* 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;
}

.product-section h4 {
    color: #757577;
    margin-bottom: 20px;
}

.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;
}

.read-more {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #016481;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: block;
}

.read-more.not-active {
    display: none;
}


.read-more.active {
    display: none;
}

.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 !important;
    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;*/
    width: 180px;
    color: #757577;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    font-size: 17px;
    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: 100%;
    height: 500px;
    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;
}






/* 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: 40px;
    }

    .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: 600px) {

    #mainImage {
        height: 300px;
    }

}



@media (max-width: 768px) {

    #mainImage {
        height: 300px;
    }

    .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 {
        max-width: 100%;
        width: 100%;
    }
}


@media (max-width: 600px) {

    .product-section h3,
    .popup-section h2 {
        font-size: 26px;
    }

    .second-banner-heading {
        font-size: 21px;
    }

    .product-section p strong {
        font-size: 20px;
    }

    .product-section p:not(strong) {
        font-size: 18px;
    }

    .product-section h5 {
        font-size: 22px;
    }
}