* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins;
}

body {
  background-color: #FFF8EF;
  color: #030303;
  font-family: Arial, sans-serif;
}

.image-box img {
  width: 100%;
  height: 468px;
  object-fit: cover;
  border-radius: 15px;
}

.f-heading {
  font-family: Poppins;
  font-weight: 250;
  font-size: 38.26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.info-box {
  background-color: #01284A;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
}

.info-box h5 {
  color: #fca311;
  font-weight: bold;
}

.info-box p {
  font-size: 0.9rem;
  color: #ccc;
}

.stat-box {
  background-color: #01284A;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  height: 100%;
}

.why-sarvam {
  font-family: Poppins;
  font-weight: 250;
  font-size: 38.26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

}
/*.owl-carousel .owl-item img {*/
/*    display: block;*/
/*    width: 101% !important;*/
/*}*/

.stat-box i {
  font-size: 2rem;
  color: #fca311;
  margin-bottom: 10px;
}

.stat-box h4 {
  font-weight: bold;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h4 {
  color: #fca311;
  font-weight: bold;
}

.card-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.card-container img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.card-title-bar {
  background-color: #fca311;
  color: #000;
  padding: 8px;
  text-align: center;
  font-weight: bold;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  padding: 20px;
  text-align: center;
}

.card-container:hover .card-overlay {
  opacity: 1;
}

.card-container:hover img {
  transform: scale(1.1);
}

.card-testimonial {
  background: #01284A;
}

.testimonial-img {
  width: 13% !important;
}

/* .owl-nav {
  display: block !important;
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
} */
.owl-nav button {
  pointer-events: auto;
}


.section-title {
  color: #01284A;
  text-align: center;
  font-size: 24px;
  margin: 30px 0 20px;
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.membership-card {
  background-color: #01284A;
  border-radius: 15px;
  text-align: center;
  padding: 30px 20px;
  border: 2px solid transparent;
  transition: 0.3s;
}

.membership-card p {
  margin: 10px 0;
  color: white;
  font-size: 20px;
}

.membership-card h3 {
  color: orange;
  font-size: 30px;
  margin: 10px 0;
  font-weight: 700;
}

.membership-card button {
  margin-top: 15px;
  background-color: orange;
  color: #000;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.membership-card.active {
  border: 2px solid #00bfff;
}

.membership-card.featured {
  background-color: orange;
  color: #000;
}

.membership-card.featured h3 {
  color: #000;
}

.membership-card.featured button.dark-btn {
  background-color: #000;
  color: orange;
}

.owl-carousel .card {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease;
}

.owl-carousel .card:hover {
  transform: translateY(-5px);
}

.franchise-btn {
  background-color: #fca311;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 150px;
  height: 38px;
  text-decoration: none;
}

.team-heading {
  font-family: Poppins;
  font-weight: 250;
  font-size: 38.26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

}

.franchise-heading {
  font-family: Poppins;
  font-weight: 250;
  font-size: 38.26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

}

.team-title {
  color: #f90;
  font-weight: bold;
  font-size: 35px;
}

.team-member {
  background-color: #01284A;
  color: #ffffff;
  text-align: center;
  padding-bottom: 15px;
  border: 1px solid #333;
  transition: transform 0.3s;
}

.team-member:hover {
  transform: scale(1.03);
}

.team-member img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.member-name {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.1rem;
}

.designation {
  font-size: 0.9rem;
  color: #ffffff;
}

.contact-section {
  padding: 60px 0;
}

.owl-carousel {
  padding-left: 0px; 
}

#service-carousel .owl-item {
  transition: transform 0.3s ease;
}



.contact-title {
  color: #f90;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  padding-bottom: 20px;
}
.text-warning {
  color:#FF9E2D !important;
}
.dropdown-item:hover {
  color: black !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgb(255 158 45) !important;
}
.nav-dark{
  background-color: #01284A;
  color: #fff;
}

.highlight {
  color: #f90;
}

.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

.contact-form input,
.contact-form textarea {
  border-radius: 6px;
  font-size: 14px;
}

.contact-form button {
  background-color: #f90;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 500;
}

.contact-icon {
  color: #f90;
  margin-right: 10px;
}

.banner-img {
  height: 621px;
  object-fit: cover;
}

.nav-pills .nav-link.active {
  color: #ff9900;
  background-color: transparent;
  border-bottom: 2px solid #ff9900;
}

.nav-pills .nav-link {
  color: #000000;
  border-radius: 0;
}

.gallery-item {
  display: none;
}

.gallery-item.show {
  display: block;
}

.img-box img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {

  .info-box,
  .stat-box {
    margin-top: 20px;
  }

  .card-title-bar {
    font-size: 14px;
  }
}