body {
  background-color: #f7f7f7;
  font-family: "Tajawal", sans-serif;
  direction: rtl;
  text-align: right;
}

.navbar,
footer,
.btn-success,
.nav-tabs .nav-link.active {
  background-color: #808000 !important;
  border-color: #808000 !important;
}

.text-success {
  color: #808000 !important;
}

.nav-tabs .nav-link.active,
.nav-pills .nav-link.active {
  color: #fff !important;
}

.carousel-item img {
  object-fit: cover;
  height: 400px;
}

#stepForm {
  margin-top: 2rem;
}

#summaryDetails ul {
  list-style: none;
  padding: 0;
}

#summaryDetails li {
  padding: 4px 0;
}

@media (max-width: 992px) {
  .carousel-item img {
    height: 300px;
  }
  #contactMap {
    height: 250px;
  }
}

.account-table td,
.account-table th {
  vertical-align: middle;
}

.footer {
  bottom: 0;
  height: 60px;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:hover {
  opacity: 0.9;
}

.navbar,
footer {
  background-color: #808000 !important;
  border-color: #808000 !important;
}

.navbar-brand img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}

.hero-section {
  position: relative;
  background: url("images/hero.avif") center/cover no-repeat;
  color: #fff;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
}
.hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.hero-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.hero-btn {
  background-color: #ffc107;
  border: none;
  color: #000;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  transition: transform 0.2s ease;
}
.hero-btn:hover {
  transform: scale(1.05);
}

section {
  padding: 3rem 1rem;
}
.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

#about,
#RECIPES,
#POINTS {
  background-color: #ffffff;
}
#videos,
#QUOTES,
#contact {
  background-color: #f1f1f1;
}

button:hover {
}

#mainCarousel .carousel-item img {
  object-fit: cover;
  height: 450px;
}

#stepForm {
  margin-top: 2rem;
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.btn:not(.no-hover):hover {
  opacity: 0.9;
  transform: scale(1.05);
  transition: 0.3s;
}

#detailsMap {
  height: 300px;
  background-color: #eee;
  margin-top: 1rem;
}
