
/* Hero Section */
.about-hero {
  padding: 4rem 0;
  background: linear-gradient(135deg, #fff3e6 0%, #ffffff 100%);
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #D4AF37;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero-description {
  font-size: 1rem;
  color: #616161;
  line-height: 1.6;
}

.hero-image-container {
  position: relative;
}

.hero-image-container img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Section Titles */
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 1rem;
  color: #616161;
  margin-bottom: 2rem;
}

/* Why Choose Us Section */
.why-choose-us {
  padding: 4rem 0;
  background-color: #f1f8ff;
}

.feature-card {
  text-align: center;
  padding:24px;
  background-color: #ffffff;
  border-radius: 0.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background-color: #fffbef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 auto 1.5rem; */
}

.feature-icon i {
  font-size: 2rem;
  color: #D4AF37;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.75rem;
}

.feature-description {
  font-size: 0.9rem;
  color: #616161;
  line-height: 1.6;
  margin: 0;
}

/* Our Story Section */
.our-story {
  padding: 4rem 0;
  background-color: #ffffff;
}

.story-image-grid {
  position: relative;
  padding-right: 2rem;
}

.story-image-main {
  margin-bottom: 1rem;
}

.story-image-main img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.story-image-secondary {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 60%;
}

.story-image-secondary img {
  border: 5px solid #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.story-text {
  font-size: 1rem;
  color: #616161;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* Stats Section */
.stats-section {
  padding: 3rem 0;
  background-color: #D4AF37;
}

.stat-item {
  padding: 1rem;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1rem;
  color: #ffffff;
  opacity: 0.9;
  margin: 0;
}

/* Our Values Section */
.our-values {
  padding: 4rem 0;
  background-color: #ffffff;
}

.value-card {
  padding: 24px;
  border-left: 4px solid #D4AF37;
  background-color: #fbfbfb;
  border-radius: 0.5rem;
  height: 100%;
  border: 1px solid #f2f2f2;
}

.value-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #D4AF37;
  opacity: 0.7;
  /* margin-bottom: 1rem; */
}

.value-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
}

.value-description {
  font-size: 0.95rem;
  color: #616161;
  line-height: 1.6;
  margin: 0;
}

/* CTA Section */
.cta-section {
  padding: 4rem 0;
  background-color: #f1f8ff;
}

.cta-card {
  background: linear-gradient(135deg, #D4AF37 0%, #D4AF37 100%);
  padding: 3rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(255, 145, 0, 0.3);
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.cta-description {
  font-size: 1rem;
  color: #ffffff;
  opacity: 0.9;
  margin: 0;
}

.btn-cta {
  background-color: #ffffff;
  color: #D4AF37;
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-cta:hover {
  background-color: #ffffff;
  color: #D4AF37;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* Responsive Adjustments */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .story-image-grid {
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .story-image-secondary {
    position: relative;
    width: 50%;
    margin-left: auto;
  }

  .cta-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .btn-cta {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .about-hero {
    padding: 2rem 0;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .value-number {
    font-size: 2rem;
  }

  .value-title {
    font-size: 1.25rem;
  }

  .cta-card {
    padding: 2rem 1.5rem;
  }

  .cta-title {
    font-size: 1.25rem;
  }
}
