
/* background */
/* 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;
}

.back-about-page {
  position: relative;
  padding-top: 60px;
  background-image: url(../images/banner/about.avif);
  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 */
  margin-top: 50px;
  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-about-page h1 {
  font-size: 6.8rem;
  font-weight: bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  /* font-weight: bold;  */
  /* top: 55%; */
  /* padding: calc(300px/2) 20px 20px 20px; */
  margin-top: 200px;
  color: white; /* Adjust for readability */
  margin: 0; /* Removes default margin */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Optional: Adds text shadow for better visibility */
}
@media (max-width: 768px) {
  
.back-about-page h1 {
      font-size: 3.5rem; /* Adjust font size for tablets */
  }
}
@media (max-width: 480px) {
  
.back-about-page h1 {
      margin-top: 30px;
      /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
      font-weight: bold;
      /* text-shadow: 2px 2px 5px rgb(255, 255, 255); */
      font-size: 4.8rem; 
      /* Further adjustment for very small screens */
  }
  
.back-about-page{
      padding-top: 1px;
      margin-top: 5rem;
      /* background-image: url(../images/software/cmms2.png); */
      /* margin-bottom: 30px; */
      /* background-size: contain;  */
      height:180px; /* 85% of the viewport height */
  }
}

/* Overlay */

.back-about-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.288); */
  z-index: 1;
}
/* Text Styling */

.back-about-page h1,

.back-about-page p {
  position: relative;
  z-index: 2; /* Content above overlay */
}
/* Additional CSS for creating two-column layout */
.about-page-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    
}



.about-page-container1 {
    /* display: flex; */
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-left: 20px;

    
}


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

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

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


/* Common Styles for both columns */
.about-page-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;
}

.about-page-section-container2.visible {
    opacity: 1;
}

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

.about-page-section-content2 {
    line-height: 1.6;
    background-color: #297fb974;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 10px 10px 16px rgba(115, 158, 163, 0.696);
}

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

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

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

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

    .about-page-section-title2 {
        font-size: 2rem;
    }

    .about-page-section-content2 ul li {
        font-size: 1rem;
    }
}

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

    .about-page-section-title2 {
        font-size: 1.5rem;
    }

    .about-page-section-content2 ul li {
        font-size: 1.6rem;
    }
}
.about-page-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;
}

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

@media (max-width: 768px) {
    .about-page-mid-highlight-banner {
        font-size: 1rem;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .about-page-mid-highlight-banner {
        font-size: 2.2rem;
        padding: 10px;
    }
}


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

.about-page-column1 {
    flex: 1;

    box-sizing: border-box;
}

.about-page-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;
}

.about-page-text1 {
    font-size: 16px;
    line-height: 1.5;
    
}

.about-page-column2 {
    flex: 1;
    min-width: px;
    box-sizing: border-box;
}

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

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

.about-page-paragraph{
   padding: 20PX;
}

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

.about-page-image {
    max-width: 100%;
    height: auto;
}

.about-page-split3-section {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-page-split3-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}

.about-page-split3-item {
    flex: 1 1 30%;
    text-align: center;
}

.about-page-split3-img {
    width: 100%;
    height: auto;
    max-width: 300px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.about-page-split3-img:hover {
    transform: scale(1.05);
}

.about-page-split3-name {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .about-page-split3-item {
        flex: 1 1 45%;
    }
}

@media (max-width: 480px) {
    .about-page-split3-item {
        flex: 1 1 100%;
    }
}


  .about-page-image2 {
    max-width: 60%;
    height: auto;
    margin-top: 20px;
  }

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

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



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


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

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

/* Health Box Styling */
.about-page-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;
}

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

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

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

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

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

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


.about-page-container {
    max-width: 1200px;
    margin: 20px auto;
    /* padding-top: 80px;  */
  }
  
  /* Blog Row */
  .about-page-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .about-page-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 32%;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s;
  }
  
  .about-page-card:hover {
    transform: translateY(-5px);
  }
  
  .about-page-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  
  .about-page-card h3 {
    margin: 15px 0;
    font-size: 1.2rem;
  }
  
  .about-page-card p {
    font-size: 1em;
    color: #555;
  }
  
  .about-page-card a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #3498db;
    font-weight: bold;
  }
  
  .about-page-card a:hover {
    text-decoration: underline;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .about-page-row {
      flex-direction: column;
    }
    .about-page-card {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  
  @media (max-width: 480px) {
    .about-page-card h3 {
      font-size: 1.6rem;
    }
    .about-page-card p {
      font-size: 1.6rem;
    }
  }


  /* Blog Content Container */
.about-page-content-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
  }
  
  /* Blog Content Main */
  .about-page-content-main {
    /* background-color: #fff; */
    padding: 30px;
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  }
  
  /* Title Styles */
  .about-page-content-title {
    font-size: 2em;
    color: #2c3e50;
    margin-bottom: 20px;
  }
  
  /* Description Styles */
  .about-page-content-description {
    font-size: 1.2em;
    color: #111313;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  /* Subtitle Styles */
  .about-page-content-subtitle {
    font-size: 1.5em;
    color: #2980b9;
    margin-bottom: 10px;
  }
  
  /* List Styles */
  .about-page-content-list {
    list-style: none;
    padding-left: 20px;
    list-style-type: disc;
  }
  
  .about-page-content-list li {
    font-size: 1.2em;
    color: #23394f;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  
  /* Link Styles */
  /* a {
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
  }
  
  a:hover {
    text-decoration: underline;
  } */
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .about-page-content-container {
      padding: 10px;
    }
  
    .about-page-content-main {
      padding: 15px;
    }
  
    .about-page-content-title {
      font-size: 1.8em;
    }
  
    .about-page-content-subtitle {
      font-size: 1.3em;
    }
  
    .about-page-content-description {
      font-size: 1.1em;
    }
  
    .about-page-content-list li {
      font-size: 1.1em;
    }
  }


  .about-page-content-split-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: -30px; */
    /* margin: 20px auto; */
    max-width: 1200px;
    /* padding: 20px; */
    flex-wrap: wrap; /* Ensures responsive wrapping */
  }
  
  /* Blog Content Split Image */
  .about-page-content-split-image {
    flex: 1;
    margin-right: 20px;
  }
  
  .about-page-content-split-image img {
    width: 7-0;
    height: auto;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  }

  .about-page-content-split-image2 {


      
  display: flex;
  justify-content: center;
  align-items: center;
  }

  .about-page-content-split-image2 img {
    width: 70%;
    height: auto;
    border-radius: 8px;
    text-align: center;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  }
  
  /* Blog Content Split Text */
  .about-page-content-split-text {
    flex: 2;
    padding: 20px;
  }
  
  /* Title Styles */
  .about-page-content-split-title {
    font-size: 3.4em;
    color: #2c3e50;
    margin-left: 20px;
  }
  
  /* Description Styles */
  .about-page-content-split-description {
    font-size: 1.4em;
    color: #242525;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  /* List Styles */
  .about-page-content-split-list {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  .about-page-content-split-list li {
    font-size: 1.4em;
    color: #34495e;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .about-page-content-split-list2 li {
    font-size: 1.1em;
    color: #34495e;
    line-height: 1.6;
    margin-bottom: 10px;
  }

 
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .about-page-content-split-container {
      flex-direction: column;
      padding: 10px;
    }
  
    .about-page-content-split-image {
      margin-right: 0;
      margin-bottom: 20px;
    }
  
    .about-page-content-split-title {
      font-size: 1.8em;
    }
  
    .about-page-content-split-description {
      font-size: 1.4em;
    }
  
    .about-page-content-split-list li {
      font-size: 1.1em;
    }
  }
  
  @media (max-width: 480px) {
    .about-page-content-split-title {
      font-size: 1.5em;
    }
  
    .about-page-content-split-description {
      font-size: 1em;
    }
  
    .about-page-content-split-list li {
      font-size: 1.6em;
    }
  }
  

  .about-page-2--container {
    max-width: 1000px;
    margin: 20px auto;
    /* padding-top: 80px;   */
  }
  
  /* Blog Row */
  .about-page-2--row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .about-page-2--card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 32%;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s;
  }
  
  .about-page-2--card:hover {
    transform: translateY(-5px);
  }
  
  .about-page-2--card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  
  .about-page-2--card h3 {
    margin: 15px 0;
    font-size: 1.2rem;
  }
  
  .about-page-2--card p {
    font-size: 1.6rem;
    color: #555;
  }
  
  .about-page-2--card a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #3498db;
    font-weight: bold;
  }
  
  .about-page-2--card a:hover {
    text-decoration: underline;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .about-page-2--row {
      flex-direction: column;
    }
    .about-page-2--card {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  
  @media (max-width: 480px) {
    .about-page-2--card h3 {
      font-size: 1.6rem;
    }
    .about-page-2--card p {
      font-size: 1.6rem;
    }
  }

  
  