/* 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 */


.back-health-care-eqp {
    position: relative;
    background-image: url(../images/banner/fumigation.avif); /* Replace with your image URL */
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    width: 100%; /* Full width for responsiveness */
    height: 600px; /* 85% of the viewport height */
    display: flex; /* Use flexbox for better control of child positioning */
    align-items: center; /* Vertically centers the text */
    justify-content: flex-start; /* Aligns the text to the left */
    padding-left: 20px; /* Adds some padding for left alignment */
  }
  
  .back-health-care-eqp h1 {
    font-size: 6.8rem;
    /* padding-top: 400px; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold; 
    margin-top: 200px;
    color: white; /* Adjust for readability */
    margin: 0; /* Removes default margin */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
  }
  
  @media (max-width: 768px) {
    .back-health-care-eqp h1 {
        font-size: 3.5rem; /* Adjust font size for tablets */
    }
  }
  
  @media (max-width: 480px) {
    .back-health-care-eqp h1 {
        margin-top: 20px;
        padding-top: 50px;
        /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
        font-weight: bold;
        /* text-shadow: 2px 2px 5px rgb(78, 71, 71); */
        font-size: 2.6rem; 
        color: #ffffff;/* Further adjustment for very small screens */
    }
    .back-health-care-eqp{
        margin-top: 1rem;
        /* margin-bottom: 30px; */
        background-size: contain; 
        height:220px;
    }
  }
  
  
  
  
  /* Overlay */
  .back-health-care-eqp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.489); */
    z-index: 1;
  }
  
.flyer{
    padding: 20px;
    font-size:1.6rem;
  }

  .flyer :hover{
    color: red;
  }

/* Overlay */

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

.health-care-eqp-column1,
.health-care-eqp-column2 {
    flex: 1;
    min-width: calc(50% - 15px); /* Adjust width to ensure sections are side by side with spacing */
    box-sizing: border-box;
}

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

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


/* Common Styles for both columns */
.health-care-eqp-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;
}

.health-care-eqp-section-container2.visible {
    opacity: 1;
}

.health-care-eqp-section-title2 {
    font-size: 2.5rem;
    color: #2b5797;
    margin-bottom: 20px;
    border-bottom: 3px solid #2b972d;
    padding-bottom: 10px;
    display: inline-block;
}

.health-care-eqp-section-content2 {
    line-height: 1.6;
}

.health-care-eqp-section-content2 ul {
    /* margin: 0; */
    padding: 0;
    list-style: none;
    padding-left: 40px;
}

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

.health-care-eqp-section-content2 ul li:before {
    content: '\25B6'; /* Triangle bullet */
    color: #2b5797;
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 768px) {
    .health-care-eqp-section-container2 {
        padding: 20px;
    }

    .health-care-eqp-section-title2 {
        font-size: 2.2rem;
    }

    .health-care-eqp-section-content2 ul li {
        font-size: 1.6rem;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .health-care-eqp-section-container2 {
        padding: 15px;
    }

    .health-care-eqp-section-title2 {
        font-size: 2.2rem;
    }

    .health-care-eqp-section-content2 ul li {
        font-size: 1.6rem;
        text-align: left;
    }
}
.health-care-eqp-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;
}

.health-care-eqp-image4 {
    max-width: 100%;
    height: auto;
    width: 30%; /* Adjust this to control the size of the images */
    object-fit: cover; /* Ensures images fit nicely */
}
.health-care-eqp-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;
    font-size: 2.8rem;
    /* font-weight: bold; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 768px) {
    .health-care-eqp-mid-highlight-banner {
        font-size: 1em;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .health-care-eqp-mid-highlight-banner {
        font-size: 0.9em;
        padding: 10px;
    }
}


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

.health-care-eqp-column1 {
    flex: 1;

    box-sizing: border-box;
}

.health-care-eqp-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;
}

.health-care-eqp-text1 {
    font-size: 1.6rem;
    line-height: 1.5;
    
}

.health-care-eqp-column2 {
    flex: 1;
    min-width: px;
    box-sizing: border-box;
}

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

.health-care-eqp-text2{
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    padding: 20px;
}

.health-care-eqp-paragraph{
   padding: 20PX;
}

.health-care-eqp-heading{
   color: #2b5797;
   font-size: 3.6rem;
   font-weight: bold;
 }

.health-care-eqp-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Ensure the container takes full width */
    height: auto; /* Adjust as needed */
}

.health-care-eqp-image {
    max-width: 100%;
    height: auto;
}

  .health-care-eqp-image2 {
    max-width: 60%;
    height: auto;
    margin-top: 20px;
  }

  .health-care-eqp-image4 {
    max-width: 70%;
    height: auto;
    margin-top: 20px;
  }
  .health-care-eqp-image3 {
    max-width: 60%;
    height: auto;
    margin-top: 50px;
  }

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



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


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

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

/* Health Box Styling */
.health-care-eqp-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;
}

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

/* Image Styling */
.health-care-eqp-box img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

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

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

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

@media (min-width: 1025px) {
    .health-care-eqp-box {
        width: 30%;
    }
}
