.hero {
  background: url("../assets/img/hero.jpg") center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: white;
  padding: 0 20px;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero-title {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffcc00, #ffb700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-subtitle {
  font-size: 18px;
  opacity: 0.9;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.hero-btn {
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffcc00, #ffb700);
  color: #222;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.hero-btn:hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 15px rgba(255, 204, 0, 0.5);
}
.why-choose-us {
  background: linear-gradient(to bottom, #4375e216, #0f172a);
  padding: 80px 20px;
  text-align: center;
  color: white;
}
.section-title {
  font-size: 42px;
  font-weight: bold;
  color: #ffcc00;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-subtitle {
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 40px;
}
.feature {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 25px;
  margin: 15px;
  text-align: center;
  box-shadow: 0px 5px 15px rgba(255, 204, 0, 0.2);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 25px rgba(255, 204, 0, 0.3);
}
.icon {
  font-size: 40px;
  color: #ffcc00;
  margin-bottom: 15px;
}
.feature h4 {
  font-size: 22px;
  font-weight: bold;
  color: #ffcc00;
  margin-bottom: 10px;
}
.feature p {
  font-size: 16px;
  opacity: 0.85;
}
.section-divider {
  margin: 60px 0;
  text-align: left;
}
.section-divider img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.2);
}
.sidebar-title {
  font-size: 28px;
  font-weight: bold;
  color: #ffcc00;
}
.sidebar-text {
  font-size: 16px;
  margin-bottom: 20px;
  opacity: 0.9;
}
.list-unstyled li {
  font-size: 16px;
  margin-bottom: 10px;
}
.list-unstyled i {
  margin-right: 10px;
}
.how-it-works {
  background: linear-gradient(to bottom, #0f172a, #4375e216);
  padding: 80px 20px;
  text-align: center;
  color: white;
}
.step {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-number {
  font-size: 50px;
  font-weight: bold;
  color: #ffcc00;
  margin-bottom: 10px;
}
.step-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffcc00;
  margin-bottom: 10px;
}
.step-text {
  font-size: 16px;
  opacity: 0.85;
}
.step-icon {
  font-size: 60px;
  color: #ffcc00;
  border: 3px solid #ffcc00;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-icon:hover {
  transform: scale(1.1);
  box-shadow: 0px 10px 20px rgba(255, 204, 0, 0.3);
}
.customer-reviews {
  background: linear-gradient(to bottom, #4375e216, #0f172a);
  padding: 80px 20px;
  text-align: center;
  color: white;
}
.review-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 25px;
  text-align: left;
  box-shadow: 0px 5px 15px rgba(255, 204, 0, 0.2);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 25px rgba(255, 204, 0, 0.3);
}
.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.review-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  border: 3px solid #ffcc00;
}
.review-info h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #ffcc00;
}
.stars {
  font-size: 16px;
  color: #ffcc00;
}
.review-text {
  font-size: 16px;
  opacity: 0.85;
  margin-top: 10px;
}
.carousel-control-prev,
.carousel-control-next {
  filter: invert(100%);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 40px;
  height: 40px;
}
.faq-section {
  background: linear-gradient(to bottom, #0f172a, #4375e216);
  padding: 80px 20px;
  text-align: center;
  color: white;
}
.accordion {
  max-width: 800px;
  margin: auto;
}
.accordion-button {
  background: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  font-weight: bold;
  border: none;
  transition: background 0.3s ease;
}
.accordion-button:hover {
  background: rgba(255, 204, 0, 0.2);
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background: #ffcc00;
  color: #222;
}
.accordion-body {
  background: rgba(255, 255, 255, 0.05);
  font-size: 16px;
  padding: 15px;
}
.cta-section {
  background: linear-gradient(90deg, #ffcc00, #ffb700);
  padding: 80px 20px;
  text-align: center;
  color: #222;
  position: relative;
  overflow: hidden;
}
.cta-title {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 10px;
}
.cta-subtitle {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-btn {
  padding: 15px 35px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  background: #222;
  color: #ffcc00;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}
.cta-btn:hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .hero {
    height: 70vh;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-btn {
    font-size: 16px;
    padding: 10px 25px;
  }
  .feature {
    padding: 20px;
    margin: 10px;
  }
  .feature h4 {
    font-size: 18px;
  }
  .feature p {
    font-size: 14px;
  }
  .sidebar-title {
    font-size: 24px;
  }
  .sidebar-text {
    font-size: 14px;
  }
  .list-unstyled li {
    font-size: 14px;
  }
  .step-number {
    font-size: 40px;
  }
  .step-title {
    font-size: 20px;
  }
  .step-text {
    font-size: 14px;
  }
  .step-icon {
    font-size: 50px;
    width: 70px;
    height: 70px;
  }
  .review-card {
    padding: 20px;
  }
  .review-img {
    width: 50px;
    height: 50px;
  }
  .review-info h4 {
    font-size: 16px;
  }
  .review-text {
    font-size: 14px;
  }
  .section-title {
    font-size: 32px;
  }
  .section-subtitle {
    font-size: 16px;
  }
  .accordion-button {
    font-size: 16px;
  }
  .cta-title {
    font-size: 32px;
  }
  .cta-subtitle {
    font-size: 16px;
  }
  .cta-btn {
    font-size: 18px;
    padding: 12px 30px;
  }
}
