


/* General Reset */
body, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

/* Banner Styling */
.banner-container {
  position: relative;
  text-align: center;
  width: 100%;
}

.banner-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
 width: 100%; /* Ensures the caption doesn't overflow on small screens */
}

.banner-caption h1 {
  font-size: 3rem; /* Adjust headline size for smaller screens */
  font-weight: bold;
  color: #B8D200;
  text-shadow: #000 1px 0 36px;
}

.banner-caption p {
  font-size: 1rem;
  margin-top: 10px;
}

/* Navbar Styling */
.navbar1 {
  background: linear-gradient(0deg, rgba(15, 58, 83, 1) 0%, rgba(6, 18, 25, 1) 60%);
  text-align: center;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar1 ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

.navbar1 .nav-link {
  text-decoration: none;
  color: #4DA7DC;
  font-size: 18px;
  padding: 10px 15px;
  transition: color 0.3s, border-bottom 0.3s;
}

.navbar1 .nav-link.active {
  color: #B8D200 !important;
  border-bottom: 5px #B8D200 solid !important;
  border-radius: 5px;
}

/* Section Styling */
.content-section {
  padding: 10px;
  text-align: center;
  font-size: 1.5rem;
}

/* Responsive Layout for Content Section */
.centered-container .container {
  max-width: 1200px;
  padding: 30px;
}

.content-container {
  display: flex;
  flex-wrap: wrap; /* Wrap content for small screens */
 
}

.text-column, .image-column {
  flex: 1 1 45%; /* Each column takes 45% of the container width */
  text-align: left;
}

.text-column h3 {
  font-size: 1.5rem;
}

.text-column p {
  font-size: 1rem;
  line-height: 1.5;
}

.image-column img {
  width: 90%;
  height: auto;
  display: block;
  max-width: 500px; /* Limit image size */
  margin: 0 auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .banner-caption h1 {
      font-size: 1.8rem;
  }
  
  .banner-caption p {
      font-size: 0.9rem;
  }
  
  .text-column, .image-column {
      flex: 1 1 100%; /* Stack columns on smaller screens */
      text-align: center;
  }
  
  .text-column p {
      font-size: 0.9rem;
  }
  
  .navbar1 ul {
      gap: 10px;
  }

  .navbar1 .nav-link {
      font-size: 16px;
      padding: 8px 10px;
  }
}

@media (max-width: 567px) {
  .banner-caption h1 {
      font-size: 1rem;
  }
  
  .banner-caption p {
      font-size: 0.8rem;
  }
}

  
  #section1 {
    background: url('images/background.jpg') no-repeat center center/cover;
  }
  
  #section2 {
    background: url('images/background.jpg') no-repeat center center/cover;
  }
  
  #section3 {
    background: url('images/background.jpg') no-repeat center center/cover;
  }
  
  #section4 {
    background: url('images/background.jpg') no-repeat center center/cover;
  }
  





  
/* Centered Container */
.contentsEmployee h3{
    color: #fff;
    font-size: 32px;
        line-height: 42px;
}
.contentsEmployee p{
    color: #A4AFC5;
    font-size: 14px;
}
.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(6, 18, 25, 1) 60%, rgba(15, 58, 83, 1) 100%);
    padding: 50px;
    flex-direction: column; 
  }
  
.content-container{
    background: linear-gradient(0deg, rgba(15, 58, 83, 1) 0%, rgba(3, 10, 14, 1) 40%);
    margin-top: 20px;
}
  /* Title and Description Columns */
  .text-column {
    text-align: left;
    margin: 8rem 0 0 50px;
  }
  
  .text-column h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff !important;
    width: 70%;
  }
  
  .text-column p {
    font-size: 16px;
    line-height: 24px;
    color: #A4AFC5;
  }
  
  /* Image Columns */
  .image-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  
  .image-column img {
    max-width: 100%;
    height: 450px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .imagess img{
    width: 100%;
    height: 300px;
  }
  .imagess p{
    color: #A4AFC5;
    font-family: 'Bahnschrift Light', sans-serif;
  }
  @media (max-width: 528px) {
    .image-column img  {
      max-width: 100%;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
  }
  .employeeImages {
    display: flex;
    flex-wrap: wrap; /* Ensures content wraps on smaller screens */
    gap: 20px;
    justify-content: center;
  }
  
  /* Column Styling */
  .imagess {
    flex: 0 0 23%; /* Adjusted to fit four columns in a row */
    max-width: 23%;
    text-align: center;
    margin-bottom: 20px;
  
  }
  
  
  .imagess img {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Optional: Rounds corners of the images */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Adds a subtle shadow */
  }
  
  .imagess p {
    margin-top: 10px;
    font-size: 1rem;
    color: #A4AFC5;
  }

  /* Ensure the parent container is flexible */
.centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}

/* Style the image for responsiveness */
.responsive-img {
  max-width: 100%; /* Prevents image from overflowing */
  height: auto;    /* Maintains the aspect ratio */
  border-radius: 10px; /* Optional styling for rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional shadow for aesthetics */
}

/* Add media queries for better layout control */
@media (max-width: 768px) {
  .centered-container {
      padding: 10px; /* Adjust padding for smaller screens */
  }
  .responsive-img {
      max-width: 90%; /* Slightly smaller image for small screens */
  }
}

@media (min-width: 769px) {
  .responsive-img {
      max-width: 100%; /* Restrict image size on larger screens */
  }
}
  
  /* Media Queries for Responsiveness */
  @media (max-width: 1200px) {
    .imagess {
      flex: 0 0 30%;
      max-width: 30%;
    }
  }
  
  @media (max-width: 992px) {
    .imagess {
      flex: 0 0 45%;
      max-width: 45%;
    }
  }
  
  @media (max-width: 768px) {
    .imagess {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .contentsEmployee h3 {
      font-size: 1.5rem;
    }
  
    .contentsEmployee p {
      font-size: 1rem;
    }
    .imagess p {
      color: #fff;
    }
  }


  .values ul li {
    margin: 15px 0;
    padding: 15px 15px;
    border-radius: 5px;
    list-style-type: none;
    font-size: 20px;
    color: #A4AFC5;
}
  .values ul li:nth-child(1) {
    border-left: 10px #CC2B65 solid;
    text-align: left;
    background: rgb(15, 58, 83);
    background: linear-gradient(90deg, rgba(15, 58, 83, 1) 0%, rgba(6, 18, 25, 1) 100%);
}
.values ul li:nth-child(1) span {
    color: #CC2B65;
    font-weight: 600;
}

.values ul li:nth-child(2) {
    border-right: 10px #CC2B65 solid;
    text-align: right;
    background: rgb(15, 58, 83);
    background: linear-gradient(90deg, rgba(6, 18, 25, 1) 0%, rgba(15, 58, 83, 1) 100%);
}
.values ul li:nth-child(2) span {
    color: #E44191;
    font-weight: 600;
}
.values ul li:nth-child(3) {
    border-left: 10px #EB631B solid;
    text-align: left;
    background: rgb(15, 58, 83);
    background: linear-gradient(90deg, rgba(15, 58, 83, 1) 0%, rgba(6, 18, 25, 1) 100%);
}
.values ul li:nth-child(3) span {
    color: #EB631B;
    font-weight: 600;
}
.values ul li:nth-child(4) {
    border-right: 10px #299BDC solid;
    text-align: right;
    background: rgb(15, 58, 83);
    background: linear-gradient(90deg, rgba(6, 18, 25, 1) 0%, rgba(15, 58, 83, 1) 100%);
}
.values ul li:nth-child(4) span {
    color: #299BDC;
    font-weight: 600;
}

.values ul li:nth-child(5) {
    border-left: 10px #A4C92A solid;
    text-align: left;
    background: rgb(15, 58, 83);
    background: linear-gradient(90deg, rgba(15, 58, 83, 1) 0%, rgba(6, 18, 25, 1) 100%);
}
.values ul li:nth-child(5) span {
    color: #A4C92A;
    font-weight: 600;
}

.textt {
        font-size: 18px;
        line-height: 28px;
        color: #A4AFC5;
        font-family: 'Bahnschrift Light', sans-serif;
        margin-top: 25px;
    }

    .contentsConnection h4{
        color: #fff;
        font-size: 26px;
            line-height: 42px;
            margin-top: 20px;
    }
    .contentsConnection p{
        color: #A4AFC5;
        font-size: 16px;
    }



    .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }
    
    /* Values Section */
    .values ul {
      padding: 0;
    }
    
    .values li {
      margin-bottom: 20px;
      font-size: 1.1rem;
      line-height: 1.6;
    }
    
    .values li span {
      font-weight: bold;
      color: #d9534f; /* Optional: Adds a distinct color to the highlighted words */
    }
    
    .values .textt {
      margin-top: 20px;
      font-size: 1.1rem;
      text-align: center;
      color: #A4AFC5;
    }
    
    /* Contents Connection */
    .contentsConnection {
      margin-top: 40px;
    }
    
    .contentsConnection h4 {
      font-size: 1.5rem;
      margin-bottom: 20px;
      text-align: center;
    }
    
    .contentsConnection p {
      font-size: 1.1rem;
      line-height: 1.6;
      text-align: justify;
      color: #A4AFC5;
    }
    
    /* Media Queries for Responsiveness */
    @media (max-width: 1200px) {
      .values li {
        font-size: 1rem;
      }
    
      .values .textt {
        font-size: 1rem;
      }
    
      .contentsConnection h4 {
        font-size: 1.4rem;
      }
    
      .contentsConnection p {
        font-size: 1rem;
      }
    }
    
    @media (max-width: 992px) {
      .values li {
        font-size: 0.95rem;
        text-align: justify;
      }
    
      .values .textt {
        font-size: 0.95rem;
      }
    
      .contentsConnection h4 {
        font-size: 1.3rem;
      }
    
      .contentsConnection p {
        font-size: 0.95rem;
      }
    }
    
    @media (max-width: 768px) {
      .values ul {
        padding: 0 15px;
      }
    
      .values li {
        font-size: 0.9rem;
      }
    
      .values .textt {
        font-size: 0.9rem;
        margin: 15px;
      }
    
      .contentsConnection h4 {
        font-size: 1.2rem;
      }
    
      .contentsConnection p {
        font-size: 0.9rem;
      }
    }
    
    @media (max-width: 576px) {
      .values ul {
        padding: 0 5px;
      }
    
      .values li p{
        font-size: 0.85rem;
      }
      .values li {
        width: 100%;
      }
    
      .values .textt {
        font-size: 0.85rem;
      }
    
      .contentsConnection h4 {
        font-size: 1.1rem;
      }
    
      .contentsConnection p {
        font-size: 0.85rem;
      }
    }




    
  /* Centered Container */
  .contentsEmployeeStory h3{
      color: #fff;
      font-size: 32px;
          line-height: 42px;
          text-align: left;
  }
  .contentsEmployeeStory p{
      color: #A4AFC5;
      font-size: 14px;
      text-align: left;
  }








/* Custom radio button style for carousel indicators */
.carousel-indicators button {
    width: 15px !important;
    height: 15px !important;
    cursor: pointer;
    background-color: #fff !important;
    border-radius: 90% !important;
    
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px; /* Align at the bottom */
    right: 10px; /* Align at the right */
    z-index: 1; /* Ensure it appears on top */
    display: flex; /* Ensure proper alignment of indicators */
    flex-direction: row; 
  }

  .carousel-indicators .active {
    background-color: #A4C92A !important;
  }


  .carousel-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 80px;
}

.carousel-text {
    margin-bottom: 20px;
    color: #A4AFC5;

}

.carousel-footer {
    align-items: center;
    gap: 10px;
    color: #A4AFC5;
}

.carousel-footer img.small-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #A4C92A;
    border: 1px solid #A4C92A;
    opacity: 1;
}

.carousel-indicators button.active {
    background-color: #A4C92A;
}





/* General Styling */
.carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.carousel-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #A4AFC5;
}

.carousel-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-footer .small-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.carousel-footer h5 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 5px 0;
}

.carousel-footer p {
  font-size: 0.95rem;
  color: #777;
  margin-bottom: 3rem;
}

/* Adjustments for smaller screens */
@media (max-width: 992px) {
  .carousel-content {
    padding: 15px;
  }

  .carousel-text p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .carousel-footer h5 {
    font-size: 1rem;
  }

  .carousel-footer p {
    font-size: 0.9rem;
  }

  .carousel-footer .small-image {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 768px) {
  .col-8 {
    margin: 0 auto; /* Center carousel in smaller screens */
    width: 100%;
  }

  .carousel-content {
    padding: 10px;
  }

  .carousel-text p {
    font-size: 0.9rem;
  }

  .carousel-footer .small-image {
    width: 60px;
    height: 60px;
  }

  .carousel-footer h5 {
    font-size: 0.9rem;
  }

  .carousel-footer p {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .carousel-footer {
    margin-bottom: 5rem;

  }
  .carousel-footer .small-image {
    width: 50px;
    height: 50px;
  }

  .carousel-footer h5 {
    font-size: 0.85rem;
  }

  .carousel-footer p {
    font-size: 0.8rem;
  }

  .carousel-text p {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .carousel-right-image {
    align-items: center !important;
  }
}












/* .cardHR{
    height: 400px;
    border: none;

}
.cardHR .card-body {
    background: linear-gradient(0deg, rgba(6, 18, 25, 1) 0%, rgba(15, 58, 83, 1) 100%);
    color: #7B879F;
    height: 450px !important;
}
.cardHR img{
    height: 100px;
}
.carousel-inner .row {
  justify-content: center;
} */


.cardHR {
  height: 400px;
  border: none;
}
.cardHR .card-body {
  background: linear-gradient(0deg, rgba(6, 18, 25, 1) 0%, rgba(15, 58, 83, 1) 100%);
  color: #7B879F;
  height: 450px !important;
}
.cardHR img {
  height: 100px;
}
.carousel-inner .row {
  justify-content: center;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .carousel-item .col-md-4 {
      flex: 0 0 80% !important;
      max-width: 100%;
  }
  .carousel-item .cardHR {
      height: 400px !important; /* Adjust card height for smaller screens */
      width: 100% !important;
  }
  .carousel-item .cardHR img {
      height: auto; /* Ensure image scales properly on small screens */
  }

 
}
@media (max-width: 576px) {
  .cardHR {
    margin-bottom: 15px; /* Add more spacing on extra-small screens */
    width: 100%;
  }
}