/* General Styles */
/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
} */


.banner-section {
    /* background-image: url("/static/images/banners/about-us-banner.png"); */
    background-size: cover;
    background-position: center;
    color: #ffffff;
    font-family: 'Didact Gothic', sans-serif;
    padding: 0 0;
    height: 500px;
    display: flex;
    justify-content: center; /* Horizontally center the content */
    align-items: center; /* Vertically center the content */
    text-align: center; /* Center text inside the section */
    z-index: 1;
    
}


.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 500px;
    background: rgba(0, 0, 0, 0.2); /* Adjust opacity here */
    /* z-index: 2; */
}







.story-section {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 400px; /* Adjust height as needed */
}

.story-background {
    width: 60%; /* Background image takes up 60% of the section */
    height: 100%;
    background: url('/static/images/about-us/story-image-text.png') center center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    color: white;
    padding: 20px;
    text-align: center;
}

.story-background h1 {
    font-size: 48px;
    margin-bottom: 10px;
    text-align: left;
      padding-left: 100px;
    
}

.story-background p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    padding-right: 200px;
    padding-left: 100px;
}

.story-image {
    width: 30%; /* New image takes up 30% of the section */
    height: 100%;
    padding-left: 20px;
}

.story-image img {
    width: 500px;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the space without distortion */
    border-radius: 10px;
    margin-left: -100px;
    margin-top: 100px;
}










/* Mission & Vision Section */
.mission-vision-section {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px; /* Full height of the viewport */
    margin-top: 100px;
}

.mission-vision-section .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; /* Centers the text inside the container */
}

.mission-vision-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #42488D; /* Updated font color */
}

.mission-vision-section p {
    font-size: 18px;
    line-height: 1.6;
    color: #42488D; /* Updated font color */
}

.mission-vision-section .row {
    display: flex;
    justify-content: center; /* Centers the columns horizontally */
    gap: 40px; /* Adds space between the columns */
}

.mission-vision-section .col-lg-6 {
    flex: 1;
    padding: 0 20px;
    max-width: 500px; /* Limits the width of each column */
}








/* "SEE MORE" link as small text */

.service-item-aboutus {
    position: relative;
    width: 30%;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.service-item-aboutus:hover .overlay {
    opacity: 1;
}

/* "SEE MORE" link as small text */
.service-description {
    color: white;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 10px;
    background-color: transparent;
    border-radius: 5px;
    opacity: 0;
    left: 10px;
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: 10px; /* Place it below the service title */
    padding-bottom: 200px;
}

.service-description strong {
      font-size: 18px;
      font-weight: bold;
}

.service-item-aboutus:hover .service-description {
    opacity: 1;
    text-align: left;
    font-size: 16px;
    font-weight: 100;
}



/* Title for each service */
.service-title-aboutus {
    position: absolute;
    bottom: 40px;
    left: 20px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    z-index: 10;
}

.service-item-aboutus:hover .service-title-aboutus {
       bottom: 400px;
}







.meet-ceo-section {
  padding: 60px 0 0 0 ;
  text-align: center;
  
}

.meet-ceo-section h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px; /* Space between title and paragraph */
    letter-spacing: 1px; /* Slight spacing between letters */
        color: #42488D; /* White text color */
}

.ceo-container {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.ceo-item {
  width: 45%;
  position: relative;
}

.ceo-item img {
  width: 70%;
  height: auto;
/*  aspect-ratio: 9 / 16;  Ensures 9:16 aspect ratio */
  object-fit: cover;
  border-radius: 10px;
}

.ceo-info {
  margin-top: 15px;
}

.ceo-info h3 {
  font-size: 24px;
  color: #333;
}

.ceo-info p {
  font-size: 18px;
  color: #777;
  
}

.ceo-description {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}





































/* Service Section */
.service-item-aboutus {
    position: relative;
    width: 30%;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.service-item-aboutus:hover .overlay {
    opacity: 1;
}

.service-description {
    color: white;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 10px;
    background-color: transparent;
    border-radius: 5px;
    opacity: 0;
    left: 10px;
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: 10px;
    padding-bottom: 200px;
}

.service-description strong {
    font-size: 18px;
    font-weight: bold;
}

.service-item-aboutus:hover .service-description {
    opacity: 1;
    text-align: left;
    font-size: 16px;
    font-weight: 100;
}

.service-title-aboutus {
    position: absolute;
    bottom: 40px;
    left: 20px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    z-index: 10;
}

.service-item-aboutus:hover .service-title-aboutus {
    bottom: 400px;
}










/* Mobile Responsiveness */
@media (max-width: 768px) {



    .story-section {
    /* margin-top: 50px; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 230px;
}

.story-background {
    width: 100vh; /* Set to 70% of the width */
    height: auto;
    background: url('/static/images/about-us/story-image-text.png') center center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    padding: 20px;
    text-align: center;
}

.story-image {
display: none;
}

    .story-background h1 {
        font-size: 36px;
        padding-left: 0;
    }

    .story-background p {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }






    

    /* Mission & Vision Section */
    .mission-vision-section {
        padding: 20px;
        height: auto;
    }

    .mission-vision-section .row {
        flex-direction: column;
        gap: 20px;
    }

    .mission-vision-section .col-lg-6 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    /* Service Section */
    .service-item-aboutus {
        width: 100%;
        height: 300px;
    }

 
.meet-ceo-section {
  padding: 10px 0 0 0 !important;
  text-align: center;
  
}



.service-description {
display: none;
}

.service-item-aboutus:hover .service-title-aboutus {
    bottom: 10px;
}







}








