    /* Slideshow styles */
    .slideshow {
        position: relative;
        width: 100%;
        height: 50vh;
        overflow: hidden;
        user-select: none;
    }

    .slideshow .slide {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

    .slideshow .slide.active {
        opacity: 1;
    }

    .slideshow .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Dark overlay on top of slideshow */
    .slideshow .overlay-dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .slideshow .overlay {
        position: absolute;
        z-index: 2;
        text-align: center;
        max-width: 800px;
        color: white;
        font-size: 1.6em;
        font-family: 'Jost-Bold', sans-serif;
    }

    .slideshow .overlay p {

        font-size: 1.2em;
        font-family: 'Montserrat-Medium', sans-serif;
    }

    /* Bullet points section */
    .bullet-section {
        padding: 60px 40px;
        background-color: #00041a;
        color: #ffffff;
    }

    .bullet-section h2 {
        font-family: 'Jost-Bold', sans-serif;
        font-size: 2.5em;
        text-align: center;
        margin-bottom: 20px;
        color: #ffffff;
    }

    .bullet-section .points {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

    .bullet-section .point {
        flex: 0 1 300px;
        background-color: #09142f;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .bullet-section .point h3 {
        font-size: 1.5em;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .bullet-section .point p {
        font-family: 'Montserrat-Medium', sans-serif;
        font-size: 1em;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.5em;
    }

    /* Dots styling */
    .slideshow-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 3;
    }

    .slideshow-dots .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .slideshow-dots .dot.active {
        background-color: rgba(255, 255, 255, 1);
    }

    /* Modern Benefits Section */
    .modern-benefits {
        padding: 60px 20px;
        background: linear-gradient(to bottom, #0d1a2f, #09142f);
        color: #ffffff;
        text-align: center;
    }

    .modern-benefits h2 {
        font-family: 'Jost-Bold', sans-serif;
        font-size: 2.5em;
        margin-bottom: 40px;
        color: #ffffff;
    }

    .benefits-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .benefit-card {
        background: #09142f;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s, box-shadow 0.3s;
    }

    .benefit-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.5);
    }

    .benefit-card i {
        font-size: 2.5em;
        color: #6686ff;
        margin-bottom: 15px;
        transition: color 0.3s;
    }

    .benefit-card:hover i {
        color: #ffffff;
    }

    .benefit-card h3 {
        font-family: 'Jost-Bold', sans-serif;
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .benefit-card p {
        font-family: 'Montserrat-Medium', sans-serif;
        font-size: 1em;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.6em;
    }

  .about  ul{
    font-family: "Montserrat-Medium";
  }
.section_title{
    font-family: "Jost-Bold";
    font-size:1.4em;

}
  .about  li{
  margin:4px 0;
  }


  .about  ul{
    font-family: "Montserrat-Medium";
    text-align: left;
  }
.section_title{
    font-family: "Jost-Bold";
    font-size:1.4em;

}
  .about  li{
  margin:4px 0;
  }

.dark{
    background-color: #00041a;
}
.cooling_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.cooling_container h2 {
    font-family: 'Jost-Bold', sans-serif;
    font-size: 2em;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.cooling_container h3 {
    font-family: 'Jost-Bold', sans-serif;
    font-size: 1.8em;
    color: #ffffff;
    margin-bottom: 10px;
}

.contact_p{
    font-family: "Montserrat-Medium";
}

.cooling_container h4 {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.6);
    margin: 20px 0 15px;
}

.cooling_container .columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cooling_container .column {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
    padding: 0 15px;
}

.cooling_container .column ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.cooling_container .column ul li {
    margin: 8px 0;
}

.cooling_container .column a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cooling_container .column a:hover {
    color: #6686ff;
}

.cooling_container .column i {
    font-size: 1.2em;
    color: #ffffff;
    transition: color 0.3s ease;
}

.cooling_container .column a:hover i {
    color: #6686ff;
}

.about{
    padding:50px 0;
}
.card_holder {
   
    display: flex;
    width: 50%;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;

}
.split_text_container{
    margin-bottom:50px;
}

.card_holder ul{
 
}

.split_container {
    max-width: 1600px;
    margin:0 auto;

}


.section_list{
    margin-left:20px;
}

.split_text_container .section_title{
    margin-left:10px;
    margin-top:20px;
}

.subsection-title{
    color:#ffffff;
    font-family: 'Jost-Bold';
    font-size:1.4em;
    margin:10px 0;
    padding:0;
}
.document-links a{
    text-decoration: none;
    color: #ffffff;

}
.document-links {
padding:0;

}

.about {

    padding: 0 !important;
}


.card_holder{
    font-family:"Montserrat-Medium";
    padding-bottom:40px; 
}

.card_holder p {
    font-family:"Montserrat-Medium";
    opacity:0.6;
}

#cooling .card_holder{
    width:100%;
    padding:30px;
    text-align: center;
}

.card_holder img{
    max-width: 90%;
}



@media only screen and (max-width: 600px) {


    .card_holder ul{
        text-align: center;
        list-style: none;
    }
    .cooling_container .columns {
        display: flex;
        flex-direction: column; /* Stack the columns vertically */
        gap: 20px; /* Add spacing between the stacked columns */
    }

    .cooling_container .column {
        max-width: 90%; /* Take full width when stacked */
        padding: 0 10px; /* Add some padding for mobile layout */
        margin: 0 auto;
    }

    .cooling_container .column h3,
    .cooling_container .column h4 {
        text-align: center; /* Center-align the headings */
    }

    .cooling_container .column ul {
        text-align: center; /* Center the list */
        white-space: nowrap; /* Prevent text from wrapping */
        overflow-x: auto; /* Allow horizontal scrolling if necessary */
        padding: 0;
        margin: 0 auto;
    }

    .cooling_container .column ul li {
        font-size: 0.9em; /* Scale down the text for smaller screens */
        margin: 5px 0; /* Add some vertical spacing between items */
    }

    .cooling_container .column a {
        font-size: 1em; /* Ensure links are appropriately sized */
        gap: 5px; /* Reduce gap between text and icon */
    }

    .cooling_container .column i {
        font-size: 1em; /* Adjust icon size for mobile */
    }
.card_holder{
    width: 90%;
   
  
}
    .slideshow .overlay {
        width:300px;
        font-size: 1.5em;
   
    }

    .slideshow .overlay p {

        font-size: 1em;
        font-family: 'Montserrat-Medium', sans-serif;
    }

    /* Bullet points section */
    .bullet-section {
        padding: 60px 40px;
        background-color: #00041a;
        color: #ffffff;
    }

    .bullet-section h2 {
        font-family: 'Jost-Bold', sans-serif;
        font-size: 2.5em;
        text-align: center;
        margin-bottom: 20px;
        color: #ffffff;
    }

    .bullet-section .points {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

}


/* Tablet: 768px to 991px */
@media only screen and (max-width: 991px) and (min-width: 600px) {
    

    .card_holder ul{
        text-align: center;
        list-style: none;
    }
    .cooling_container .columns {
        display: flex;
        flex-direction: column; /* Stack the columns vertically */
        gap: 20px; /* Add spacing between the stacked columns */
    }

    .cooling_container .column {
        max-width: 90%; /* Take full width when stacked */
        padding: 0 10px; /* Add some padding for mobile layout */
        margin: 0 auto;
    }

    .cooling_container .column h3,
    .cooling_container .column h4 {
        text-align: center; /* Center-align the headings */
    }

    .cooling_container .column ul {
        text-align: center; /* Center the list */
        white-space: nowrap; /* Prevent text from wrapping */
        overflow-x: auto; /* Allow horizontal scrolling if necessary */
        padding: 0;
        margin: 0 auto;
    }

    .cooling_container .column ul li {
        font-size: 0.9em; /* Scale down the text for smaller screens */
        margin: 5px 0; /* Add some vertical spacing between items */
    }

    .cooling_container .column a {
        font-size: 1em; /* Ensure links are appropriately sized */
        gap: 5px; /* Reduce gap between text and icon */
    }

    .cooling_container .column i {
        font-size: 1em; /* Adjust icon size for mobile */
    }
.card_holder{
    width: 90%;
   
  
}
    .slideshow .overlay {
        width:300px;
        font-size: 1.5em;
   
    }

    .slideshow .overlay p {

        font-size: 1em;
        font-family: 'Montserrat-Medium', sans-serif;
    }

    .capability-card {

        width: 90%;

    }

    .card_holder img {
      
        margin: 20px auto;
    }
    header {
        text-align: center;
        left:50%;
        transform: translateX(-50%);
    }

 header h1{
    font-size:1.4em;
    text-transform: none;
    line-height: 40px;

 }

  .kicker {
    
    text-transform: uppercase;
    font-family: "Montserrat-Medium";
    letter-spacing: 1px;
    margin-bottom:10px;
 }

 #about .why_us_kicker {
    display:none;
 }

 .why_us_title{
    font-size:1.6em;
    margin-top:20px;
 }


.section-text {
   
    line-height: 25px;
    width:90%;

}

.quality-policy .section-title {
    font-size: 2.4em;

}

.quality-policy .section-text {
    font-size: 1.1em;

}



#quality-policy {

    padding: 40px 20px;
 

}
 
}

/* Desktop: 992px to 1439px */
@media only screen and (min-width: 992px) and (max-width: 1200px) {



}


/* Large Desktop: 1440px and up */
@media only screen and (min-width: 1440px) {

}