*{
    margin: 0px;
    padding: 0px;
}
.body{
    font-family: var(--body-fontFamily);
    overflow-x: hidden;
}

.heading{
    color: var(--secondary-color);
    height: 12vh;
    /* position: absolute; */
    top: 40%;
}
.about_headings{
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    line-height: inherit;
}
@media(max-width:767px){
    .heading{
        color: var(--secondary-color);
        height: 3vh;
        /* position: absolute; */
        top: 40%;
        text-align: center;
    }
    .head::after{
        display: none;
    }
    .content{
        font-size: 13px;
    }
}
@media(min-width:320px)and (max-width:425px){
    .img_exp{
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* width: 50%; */
    }
    .about_headings{
        text-align: center;
        
    }
}

.content{
    text-align: justify;
    color: grey;
    margin-top: 15px;
}
.head{
    /* border-right: 2px solid var(--secondary-color); */
    position: relative;
    height: 100%;
    width: 100%;
}
.head::after {
    content: '';
    position: absolute;
    right: 0;               /* Position on the right side */
    top: 20%;               /* 20% from the top */
    bottom: 20%;            /* 20% from the bottom */
    width: 2px;             /* Width of the line */
    background-color: var(--secondary-color); /* Set color using background-color */
}
.banner{
    margin-bottom: 10px;
}
@media (min-width: 496px) and (max-width: 767px) {
   .about_headings{
    word-break: break-word;
   }
   
   .col-4, .col-8{
    width: 100%;
   }
}
  .manpower-heading{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    text-align: justify;
  }
  .management-name{
    color: var(--primary-color);
  }

/* Mission */
.our_mission{
    margin-top: 25px;
}
.mission{
    margin-top: 3%;
    text-align: justify;
    color: grey;
    font-family: var(--body-fontFamily);
}
.grid-container {
    justify-content: center;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    padding: 10px;
    place-items: center;
    }
    
    .photu > div {
        text-align: center;
        justify-content: center;
        border-radius: 10%;
        padding: 5px 5px;
        font-size: 20px;
        color: white; /* Default white color */
        height: 180px;
        width: 220px;
        position: relative; /* Important for overlay and text positioning */
        overflow: hidden; /* Ensures content stays inside the box */
    }
    .overlay0{
        background-image: url('../img/Mission/Background/uphold\ ethical\ business\ practices.png');
    }
    .overlay2{
        background-image: url('../img/Mission/Background/long-term\ partnerships.png');
    }
    .overlay3{
        background-image: url('../img/Mission/Background/growth.png');
    }
    .overlay4{
        background-image: url('../img/Mission/Background/tailored\ workforce\ solutions.png');
    }
    .overlay0, .overlay2, .overlay3, .overlay4 {
        background-size: cover; /* Ensures the image covers the div */
        background-position: center; /* Center the background image */
        position: relative;
        height: 100%;
        color: white; /* Ensure white text */
    }
    
    .overlay0::after, 
    .overlay2::after, 
    .overlay3::after, 
    .overlay4::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 48, 84, 0.6); /* Semi-transparent blue overlay */
        border-radius: 5%;
        z-index: 1; /* Overlay stays below text and image */
    }
    
    .overlay0 img,
    .overlay2 img,
    .overlay3 img,
    .overlay4 img {
        position: relative;
        z-index: 2; /* Image stays above the overlay */
    }
    
    .overlay0 p,
    .overlay2 p,
    .overlay3 p,
    .overlay4 p {
        position: relative;
        z-index: 3; /* Text stays above the overlay */
        color: white; /* Ensure text is white */
        font-size: 18px; /* Adjust font size as needed */
        font-weight: bold; /* Bold text for better visibility */
        margin-top: 10px; /* Add spacing for text outside the semi-transparent overlay */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Shadow for better contrast */
    }
    
    .first-box {
        margin-right: 0px;
    }
    
    .second-box {
        margin-left: 10px;
        margin-top: 80px;
    }
    
    .mission-new {
        height: 80px;
        width: 80px;
    }
    @media screen and (max-width: 1200px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 3 columns for medium screens */
  }
}

@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
  }
  .mission{
    font-size: 13px;
  }
}
@media(max-width:767px){
  .our_mission{
    order: 2;
  }
  .mission-overlay{
    order: 1;
  }
  .meet{
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {

  
  .write p {
    font-size: 14px; /* Adjust font size for smaller screens */
  }
}
    @media (max-width: 991px) {
        .photu > div {
          width: 100px;
          height: 100px;
        }
        .photu
        .overlay0 p, .overlay2 p, .overlay3 p, .overlay4 p {
          font-size: 12px!important;
        }
        .mission-new {
          height: 70px;
          width: 70px;
        }
      }
      @media (min-width: 992px) and (max-width: 1199px) {
        .grid-container > .photu > div{
            height: 50px;
            width: 50px;
        }
        .photu > div {
          width: 100px;
          height: 100px;
        }
        .photu
        .overlay0 p, .overlay2 p, .overlay3 p, .overlay4 p {
          font-size: 12px;
        }
        .mission-new {
          height: 70px;
          width: 70px;
        
      }
    }
    /* Our Vision */

    .our_vision{
        margin-top: 25px;
    }
    .vision-img{
        max-width: 62%;
        height: auto;
        margin-left: 100px;
    }
    .vision{
        margin-top: 3%;
        text-align: justify;
        color: grey;
        font-family: var(--body-fontFamily);
    }
    
        
        .first-vision-box {
            margin-right: 0px;
        }
        
        .second-vision-box {
            margin-left: 10px;
            margin-top: 80px;
        }
        
        .vission-new {
            height: 80px;
            width: 80px;
        }
        @media(max-width:1199px){
            .vision-img{
                max-width: 100%;
                margin-left: 0px;
            }
        }
        @media (max-width: 991px) {
            .photu > div {
              width: 100%;
              height: 160px;
            }
            .overlay0 p, .overlay2 p, .overlay3 p, .overlay4 p {
              font-size: 16px;
            }
            .mission-new {
              height: 70px;
              width: 70px;
            }
            .vision-img{
                max-width: 100%;
                margin-left: 0px;
            }
          }
          @media(min-width: 992px) and (max-width: 1199px){
            .photu > div {
                width: 200px;
                height: 150px;
            }
          }
          @media(min-width:769px) and (max-width:991px)
          {
            .vision-img{
                max-width: 100%!important;
                margin-left: 0px;
            }
            .image-vision{
                display: flex;
                justify-content: center;
                align-items: center;
            }
          }
          @media (max-width:768px){
            .vision{
                font-size: 13px;
            }
          }
    