/* About us page */

/* Banner Styles */
.banner {
  position: relative;
  background: url('./assets/images/banner.jpg') no-repeat center center/cover;
  color: #fff;
  text-align: center;
  padding: 5rem 1rem;   
  height: 80vh; 
}

.banner-overlay-aboutus{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../video/aboutus-banner.gif) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.banner .container {
  position: relative;
  z-index: 1;
}

.banner h1 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.banner p {
  font-size: 1.25rem;
  max-width: 1166px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Responsive Banner */
@media (max-width: 768px) {
  .banner h1 {
    font-size: 2rem;
  }

  .banner p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .banner {
    padding: 3rem 1rem;
  }

  .banner h1 {
    font-size: 1.5rem;
  }

  .banner p {
    font-size: 0.8rem;
  }

  .our-story .col-md-7 h6 {
    margin-top:1rem !important;
  }

  .feature-list li:before {    
    width: 50px !important;
    height: 24px !important;   
}

.mvg-card {
 margin-bottom: 1rem !important;
}
}


/* Our Story Section */

#B1{
  grid-area: B1;  
}

#B2{
  grid-area: B2;  
}

#B3{
  grid-area: B3;  
}

.bentoWrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 0fr;
  grid-template-areas: "B1 B2" "B1 B3";
  grid-gap: 20px;
}

.bento{
  border-radius: 12px;  
}

.bento img{
  width: 100% !important;
}

@media screen and (max-width: 764px){
  .bentoWrapper{
    grid-template-columns: 1fr;
    grid-template-areas: "B1" "B2" "B3";
  }

  .our-story .col-md-7 h6 {
    margin-top:1rem !important;
  }

}

.story-images {
  position: relative;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {  
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 15px;
  display: flex;
}

.feature-list li:before {
  content: "?";
  background-color: #4CAF50;
  color:#fff !important;
  border-radius: 1rem !important;
  width:24px;
  height:24px;
  display: flex;
  justify-content: center;
  align-items: center; 
  margin-right: 0.5rem;   
}

/* MVG Section */
.mvg-card {
  padding: 30px;
  background: #F4F4F4;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  display: flex;
  text-align: left;
    flex-direction: column;
}

.mvg-card:hover {
  transform: translateY(-10px);
}

.mvg-card img{
  width: 72px;
  height: 72px;
}

.mvg-card h4{
  color: #4CAF50;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

.icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
}

.mission-icon { background: #ffebee; color: #f44336; }
.vision-icon { background: #e3f2fd; color: #2196f3; }
.goals-icon { background: #e8f5e9; color: #4caf50; }

/* Team Section */

.team-section h2 ,.testimonials-section h2{
  color: #4CAF50 !important;
}

.team-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.team-card img {
  width: 100%;
  height: auto;
}

.team-card h4 {
  margin: 20px 0 15px;
}

.social-links a {
  color: #ABB8B9;  
  transition: color 0.3s;
}

.social-links a:hover {
  color: #4CAF50;
}

/* General Styles */
.our-story h2, .mvg-section h2 {
  color: #4CAF50 !important;
  font-weight: 600;
  margin-bottom: 30px;
}

.our-story h6 {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-desc {
  color: #666;
  max-width: 660px;
  margin: 0 auto;
}

.testimonial-text{
  text-align: left;
}

.text-muted{
  color:#999999 !important;
}
  

  /* Testimonials Section */
  .testimonials {
    padding: 60px 0;
    background-color: #f8f9fa;
    text-align: center;
}

.section-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #212529;
    font-size: 16px;
    margin-bottom: 40px;
}

/* Testimonial Card */
.testimonial-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.testimonial-card:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

/* Quote Icon */
.quote-icon {
    font-size: 40px;
    color: #4A9C2D;
    position: absolute;
    top: 20px;
    left: 20px;
}

/* Testimonial Text */
.testimonial-text {
    font-size: 16px;
    color: #212529;
    margin: 40px 0 20px;
}

/* Testimonial Author */
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonial-author h5 {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

.testimonial-author p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 10px;
}


