*{
  font-family: 'Poppins', sans-serif;
}

body {
  font-family: 'Poppins', sans-serif;
}

.section-light {
  background-color: #ffffff;
}

.section-muted {
  background-color: #f9f9f9;
}

.cta-banner {
  background-color: #fd7e14;
}

.cta-btn,
.btn-orange {
  background-color: #fd7e14;
  color: #fff;
  border: none;
  transition: background 0.3s ease;
}

.cta-btn:hover,
.btn-orange:hover,
.btn-outline-warning:hover {
  background-color: #e96e0b;
  color: white;
}

.icon {
  font-size: 2rem;
  color: #fd7e14;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: auto;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial {
  flex: 0 0 100%;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin: 0 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.testimonial-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fd7e14;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
}

.testimonial-nav.left {
  left: 10px;
}

.testimonial-nav.right {
  right: 10px;
}


.section-subtle {
  background-color: #fafafa;
}

.testimonial-box {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: transparent !important;  /* ✅ remove colored background */
  background-size: 100% 100%;
  filter: none;  /* optional: remove invert if not needed */
  padding: 0;    /* remove extra spacing */
  width: 2rem;
  height: 2rem;
}
.section-subtle {
  background-color: #f7f7f7;
}


.testimonial-avatar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 2;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: transparent !important;
  filter: invert(0%) brightness(0);
  width: 2rem;
  height: 2rem;
}
.section-subtle {
  background-color: #f7f7f7;
}

.testimonial-box {
  background-color: #ffffff;
}

.section-subtle {
  background-color: #ffffff;
}

.testimonial-box {
  background-color: #ffffff;
}

.testimonial-box img {
  border: 3px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.section-subtle {
  background-color: #f8f8f8; /* subtle white background */
}

.cta-btn {
  background-color: #fd7e14;
  border: none;
  color: #fff;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background-color: #e96e0b;
  color: #fff;
}



/* Home Hero */

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust darkness here */
  z-index: -1;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}

/* Home About */


.about-section {
  background-color: #fff;
  position: relative;
  padding: 80px 20px;
  overflow: hidden;
}

.floating-img {
  position: absolute;
  z-index: 0;
  width: 80px;
  opacity: 0.8;
  animation: float 8s ease-in-out infinite;
}

.float1 { top: 10%; left: 5%; animation-delay: 0s; }
.float2 { top: 20%; right: 10%; animation-delay: 2s; }
.float3 { bottom: 15%; left: 15%; animation-delay: 4s; }
.float4 { bottom: 10%; right: 5%; animation-delay: 1s; }

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}

.stat-box {
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.stat-box:hover {
  background: #fef8f4;
  transform: translateY(-5px);
}


.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.55); /* Adjust transparency */
  z-index: 0;
}
.about-section .container {
  position: relative;
  z-index: 1;
}
.about-section {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  padding: 100px 20px;
}

.stat-box {
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.stat-box:hover {
  background: #fef8f4;
  transform: translateY(-5px);
}




.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

/* ✅ Mobile optimization */
@media (max-width: 768px) {
  .hero-section {
    height: 60vh;
  }
}

@media (max-width: 480px) {
  .hero-section {
    height: 50vh;
  }
}
