    body, html {
      margin: 0;
      padding: 0;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    .hero-section {
      padding: 0;
    }
    .hero-image {
      background-size: cover;
      background-position: center;
      border-radius: 15px;
      height: 500px;
      position: relative;
    }
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 15px;
    }
    .hero-content {
      position: relative;
      z-index: 2;
      color: #fff;
      padding: 30px;
    }
    .info-card {
      background: #fff;
      border-radius: 10px;
      padding: 15px;
      margin-bottom: 15px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      height: 150px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .info-card i {
      font-size: 1.5rem;
      color: #198754;
    }
    .info-card h4 {
      font-size: 1rem;
      margin: 10px 0 5px;
    }
    .info-card p {
      font-size: 0.85rem;
      margin: 0;
    }


    @media (max-width: 768px) {
      .hero-image, .info-card {
        height: auto;
      }
      .hero-content {
        padding: 15px;
      }
        .hero-image, .carousel-item {
    height: 379px !important; 
  }
    }
        /* Events Section */
      @media (max-width: 767.98px) {
    .h-md-180 {
      height: auto !important;
    }
    .flex-shrink-md-0 {
      flex-shrink: 0 !important;
    }
  }
  @media (min-width: 768px) {
    .flex-shrink-md-0 {
      width: 30% !important;
      height: 150px !important;
    }
  }

/* Core Values Section Styles */
.core-values-section {
  position: relative;
  overflow: hidden;
}

.values-circle-bg {
  width: 300px;
  height: 300px;
  background: var(--bs-success); /* Bootstrap success color */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.8;
}

.values-dot {
  width: 20px; 
  height: 20px; 
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.values-dot-1 {
  background: var(--bs-warning);
  top: 20%; 
  left: 10%;
}

.values-dot-2 {
  background: var(--bs-primary);
  bottom: 20%; 
  right: 10%;
}

.values-main-img {
  z-index: 2; 
  max-height: 680px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.values-accordion .accordion-button {
  font-weight: 600;
  padding: 1rem 1.25rem;
}

.values-accordion .accordion-body {
  padding: 1rem 1.25rem;
}

/* Mobile responsiveness */
@media (max-width: 991.98px) {
    .row.align-items-center.flex-lg-row {
    flex-direction: column;
  }
  
  /* Make image column come first */
  .col-lg-6.position-relative {
    order: 1;
  }
  
  /* Make content column come second */
  .col-lg-6:not(.position-relative) {
    order: 2;
    margin-top: 2rem;
  }
  
  .values-circle-bg {
    width: 250px;
    height: 250px;
  }
  
  .values-main-img {
    max-height: 300px;
    margin-top: 0; 
  }
  .values-circle-bg {
    width: 250px;
    height: 250px;
  }
  
  .values-main-img {
    max-height: 300px;
    margin-top: 2rem;
  }
  
  .values-heading {
    font-size: 1.8rem;
    margin-top: 1rem !important;
  }
  
  .values-intro {
    font-size: 0.95rem;
  }
  
  .values-accordion .accordion-button {
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
  }
  
  .values-accordion .accordion-body {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .values-circle-bg {
    width: 210px;
    height: 210px;
    margin-top: -20%;
  }
  
  .values-main-img {
    max-height: 390px;
    box-shadow: none;
    margin-top: -20%;

  }
  
  .values-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    /* margin-top: -15%; */
  }
}

@media (max-width: 768px) {
  .card-img-top {
    max-height: 200px;
    object-fit: cover;
  }
}

 .testimonial-img {
    max-width: 200px;
  }

  @media (max-width: 767.98px) {
    .testimonial-img {
      max-width: 120px;
    }
    .card.p-4 {
      padding: 1rem !important;
    }
  }