/* Reset default body and html padding/margin */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    overflow-x: hidden; /* Prevent sideways scroll */
}

/* Apply box-sizing border-box globally */
*, *::before, *::after {
    box-sizing: border-box;
}

/* background */

.flyer{
    padding: 20px;
    font-size:1.8rem;
  }

  .flyer :hover{
    color: red;
  }

  

/* Media Queries for smaller screens */ 

@media (max-width: 768px) { 

    .new-image-section-title { 

        font-size: 2rem; /* Smaller font for tablets */ 

    } 

} 

  

@media (max-width: 480px) { 

    .new-image-section-title { 

        font-size: 2rem; /* Further reduce font size for mobile */ 

    } 

  

    .new-image-section-container { 

        padding: 10px; /* Adjust padding for smaller screens */ 

    } 

} 

.new-image-section-container { 

    display: flex; 

    flex-direction: column; /* Stack items vertically */ 

    justify-content: center; /* Center vertically */ 

    align-items: center; 
    font-size: 1.6rem;

    width: auto; /* Center horizontally */ 

    height: auto; /* Full viewport height for vertical centering */ 

    text-align: center; /* Center the text */ 

    padding: 10px; /* Add some padding */ 

    box-sizing: border-box; /* Ensure padding is included in width/height */ 

} 

  

.new-image-section-title { 

    font-size: 3.6rem; 

    color: #2b5797; 

    /* margin-bottom: 10px; */ 

    /* border-bottom: 3px solid #2b972d; */ 

    padding-bottom: 5px; 

    display: inline-block;    

} 

  

.new-image-box-image0 { 

    max-width: 100%; /* Responsive image scaling */ 

    height: auto; /* Maintain aspect ratio */ 

    border-radius: 5px; /* Optional: Add rounded corners */ 

} 
/* Additional CSS for creating two-column layout */
.thermal-equipment-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.thermal-equipment-column1,
.thermal-equipment-column2 {
    flex: 1;
    min-width: calc(60% - 30px); /* Adjust width to ensure sections are side by side with spacing */
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .thermal-equipment-column1,
    .thermal-equipment-column2 {
        min-width: 100%;
    }
}

/* Additional CSS for creating two-column layout */
.thermal-equipment-container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: -50px;
}


/* Common Styles for both columns */
.thermal-equipment-section-container2 {
    font-family: Arial, sans-serif;
    margin: 30px;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.thermal-equipment-section-container2.visible {
    opacity: 1;
}

.thermal-equipment-section-title2 {
    font-size: 2.6rem;
    color: #2b5797;
    margin-bottom: 20px;
    /* border-bottom: 3px solid #2b972d; */
    padding-bottom: 10px;
    display: inline-block;
}

.thermal-equipment-section-content2 {
    line-height: 1.6;
}

.thermal-equipment-section-content2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
}

.thermal-equipment-section-content2 ul li {
    margin-bottom: 10px;
    font-size: 1.6rem;
    text-align: justify;
    position: relative;
    padding-left: 25px;
}

.thermal-equipment-section-content2 ul li:before {
    /* content: '\2022';  */
    color: #2b5797;
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 768px) {
    .thermal-equipment-section-container2 {
        padding: 20px;
    }

    .thermal-equipment-section-title2 {
        font-size: 2.2rem;
    }

    .thermal-equipment-section-content2 ul li {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .thermal-equipment-section-container2 {
        padding: 15px;
    }

    .thermal-equipment-section-title2 {
        font-size: 2.2rem;
    }

    .thermal-equipment-section-content2 ul li {
        font-size: 1.6rem;
    }
}
.thermal-equipment-mid-highlight-banner {
    /* background: linear-gradient(90deg, #FDC830, #F37335);  */
    background: linear-gradient(to bottom, rgb(36, 103, 154), rgb(92, 223, 237));
    color: #000;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.image-row {
    display: flex;
    justify-content: space-between; /* Adjust spacing between images */
    align-items: center;
    /* gap: 2px; Space between images */
    padding: 20px;
}

.thermal-equipment-image4 {
    max-width: 100%;
    height: auto;
    /* Adjust this to control the size of the images */
    object-fit: cover; /* Ensures images fit nicely */
}
.thermal-equipment-mid-highlight-banner1 {
    /* background: linear-gradient(90deg, #FDC830, #F37335);  */
    /* background: linear-gradient(to bottom, rgb(36, 103, 154), rgb(92, 223, 237)); */
    color : #2b5797;
    margin-left: 20px;
    /* margin-bottom: 20px; */
    /* border-radius: 2px; */
    /* margin-top: -50px; */
    text-align: left;
    margin-right: 20px;
    font-size: 3.6rem;
    font-weight: bold;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 768px) {
    .thermal-equipment-mid-highlight-banner {
        font-size: 1.6rem;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .thermal-equipment-mid-highlight-banner {
        font-size: 1.6rem;
        padding: 10px;
    }
}


/* Heallthcare */
.thermal-equipment-container {
    display: flex;
    text-align: left;
    flex-direction: row;
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.thermal-equipment-column1 {
    flex: 1;

    box-sizing: border-box;
}

.thermal-equipment-title1 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: rgb(44, 0, 96);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.thermal-equipment-text1 {
    font-size: 16px;
    line-height: 1.5;
    
}

.thermal-equipment-column2 {
    flex: 1;
    /* min-width: px; */
    box-sizing: border-box;
}

.thermal-equipment-title2 {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: rgb(44, 0, 96);
}

.thermal-equipment-text2{
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

.thermal-equipment-paragraph{
   padding: 20PX;
}

.thermal-equipment-image-container {
    /* margin-top: 10px; */
    text-align: center;
  }
  
  .thermal-equipment-image {
    max-width: 100%;
    height: auto;
  }
  .thermal-equipment-image2 {
    max-width: 60%;
    height: auto;
    padding: 20px;
  }

  .thermal-equipment-image12 {
    max-width: 100%;
    height: auto;
    margin-top: -20px;
  }
  .thermal-equipment-image4 {
    max-width: 80%;
    height: auto;
    margin-top: 20px;
  }

  .thermal-equipment-image3 {
    max-width: 60%;
    height: auto;
    margin-top: 50px;
  }

  .thermal-equipment-text-highlight{
    font-size: 2.3rem;
    color: rgb(140, 73, 223);
  }
  .thermal-equipment-text-highlight:hover{
    
    color: #f39c12;
  }



  .thermal-equipment-text-highlight-flyer{
    font-size: 2.3rem;
    color: rgb(140, 73, 223);
    padding: 20px;
    font-weight: bold;
  
  }
  .thermal-equipment-text-highlight-flyer:hover{
    
    color: #f39c12;
    padding: 20px;
  }
/* Responsive Design */
@media (max-width: 768px) {
    .thermal-equipment-container {
        flex-direction: column;
    }
}


/* General Styling for Health Boxes Section */
.thermal-equipment-box-block {
    padding: 20px;
    background-color: #ffffff;
    text-align: center;
}

/* Container Styling */
.thermal-equipment-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Health Box Styling */
.thermal-equipment-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 200px;
    height: auto;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.thermal-equipment-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Image Styling */
.thermal-equipment-box img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

/* Title Styling */
.thermal-equipment-box-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .thermal-equipment-box-container {
        flex-direction: column;
        align-items: center;
    }
    .thermal-equipment-box {
        width: 90%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .thermal-equipment-box {
        width: 45%;
    }
}

@media (min-width: 1025px) {
    .thermal-equipment-box {
        width: 30%;
    }
}
