body {
  font-family: "Playfair Display", serif;
  background-color: #fff4e6;
  color: #3a6351;
  line-height: 1.8;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

h1 {
  font-size: 3rem;
  color: #8b0000;
}

h2 {
  font-size: 2.5rem;
  color: #d4a017;
}

h3,
h4 {
  font-size: 1.8rem;
  color: #3a6351;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.custom-navbar {
  background: linear-gradient(to right, #8b0000, #d4a017);
  padding: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
  height: 60px;
}

.nav-link {
  font-size: 1.2rem;
  color: white;
  margin: 0 15px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: #fff4e6;
}

.nav-link::after {
  content: "";
  width: 0;
  height: 3px;
  background: #fff4e6;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transition: all 0.3s ease-in-out;
}

.nav-link:hover::after {
  width: 100%;
  left: 0;
}

.btn-contact {
  background-color: #fff4e6;
  color: #8b0000;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-contact:hover {
  background-color: white;
  color: #d4a017;
}

.navbar-toggler {
  border: none;
  background-color: #fff4e6;
  border-radius: 5px;
  padding: 8px 12px;
}

.navbar-toggler-icon {
  font-size: 1.8rem;
  color: #8b0000;
}

@media (max-width: 992px) {
  .nav-link {
    font-size: 1rem;
    text-align: center;
  }

  .navbar-nav {
    margin-top: 20px;
  }

  .btn-contact {
    width: 100%;
    text-align: center;
  }
}
.btn-primary {
  background-color: #8b0000;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  color: white;
  font-weight: bold;
}
.btn-primary:hover {
  background-color: #d4a017;
}
.hero {
  background: linear-gradient(to right, #8b000086, #d49e178a),
    url("assets/img/hero.jpg") center/cover no-repeat;
  color: white;
  padding: 100px 0;
  text-align: center;
}

.hero h1 {
  font-size: 4rem;
  font-weight: 700;
}

.hero p {
  font-size: 1.5rem;
  max-width: 700px;
  margin: 20px auto;
}
.gastronomy {
  background-color: #fff;
}

.gastronomy img {
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.gastronomy .lead {
  font-size: 1.4rem;
  font-weight: 400;
}

.gastronomy ul li {
  font-size: 1.2rem;
  color: #8b0000;
  margin-bottom: 10px;
}
.popular-tours {
  padding: 80px 0;
}

.tour-card {
  background: #fff;
  border: 1px solid #d4a017;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.tour-card img {
  border-radius: 10px;
}

.tour-card h4 {
  font-size: 1.5rem;
  color: #3a6351;
}

.tour-card p {
  font-size: 1.1rem;
  color: #555;
}
.testimonials {
  background: linear-gradient(to right, #3a6351, #8b0000);
  color: white;
  padding: 80px 0;
  text-align: center;
}

.testimonials p {
  font-size: 1.5rem;
  font-style: italic;
  max-width: 800px;
  margin: 0 auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #d4a017;
  border-radius: 50%;
  padding: 15px;
}
.gastronomy-guide {
  padding: 80px 0;
  background: #3a6351;
  color: white;
}

.gastronomy-guide h4 {
  color: #d4a017;
  font-size: 1.8rem;
}

.gastronomy-guide ul {
  list-style: none;
  padding: 0;
}

.gastronomy-guide ul li {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.cta {
  background: #8b0000;
  color: white;
  padding: 100px 0;
  text-align: center;
}

.cta h2 {
  font-size: 2.8rem;
  font-weight: bold;
}

.cta p {
  font-size: 1.4rem;
  max-width: 600px;
  margin: 20px auto;
}

.btn-light {
  background-color: #d4a017;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  color: white;
  font-weight: bold;
}

.btn-light:hover {
  background-color: #fff4e6;
  color: #8b0000;
}
.about-section {
  padding: 80px 20px;
  background: #fff;
}

.about-section h2 {
  color: #d4a017;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.about-text {
  font-size: 1.2rem;
  margin-top: 30px;
  text-align: justify;
  color: #3a6351;
}

.team-section {
  background: #f4f1de;
  padding: 80px 0;
}

.team-member {
  text-align: center;
  margin-bottom: 40px;
}

.team-member img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 5px solid #d4a017;
}

.team-member h4 {
  color: #8b0000;
  font-size: 1.5rem;
  margin-top: 15px;
}

.team-member p {
  font-size: 1.1rem;
  color: #3a6351;
}

.mission-section {
  background: linear-gradient(to right, #3a6351, #8b0000);
  color: white;
  padding: 100px 20px;
  text-align: center;
}

.mission-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.mission-section p {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto;
}

.btn-primary {
  background-color: #8b0000;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #d4a017;
}
.pricing-section {
  padding: 80px 20px;
  background-color: #fff;
}

.pricing-section h2 {
  color: #d4a017;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.pricing-card {
  background: white;
  border: 2px solid #d4a017;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.pricing-card h4 {
  font-size: 2rem;
  color: #8b0000;
}

.pricing-card .price {
  font-size: 2.5rem;
  font-weight: bold;
  color: #3a6351;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  font-size: 1.2rem;
  color: #3a6351;
  margin-top: 20px;
}

.pricing-card ul li {
  margin-bottom: 10px;
}

.btn-pricing {
  background-color: #8b0000;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-pricing:hover {
  background-color: #d4a017;
}

.faq-section {
  padding: 80px 20px;
  background: #f4f1de;
}

.faq h2 {
  text-align: center;
  color: #3a6351;
  font-size: 2.5rem;
}

.faq-item {
  background: #fff;
  padding: 20px;
  border-left: 5px solid #8b0000;
  margin-bottom: 15px;
  border-radius: 5px;
}
.contact-section {
  padding: 80px 20px;
  background-color: #fff;
}

.contact-section h2 {
  color: #d4a017;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.contact-form {
  background: #f4f1de;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-control {
  border-radius: 10px;
  border: 1px solid #8b0000;
  padding: 15px;
}

.btn-submit {
  background-color: #8b0000;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
  border: none;
}

.btn-submit:hover {
  background-color: #d4a017;
}

.contact-info {
  background: #8b0000;
  color: white;
  padding: 50px;
  border-radius: 20px;
}

.contact-info h3 {
  color: #d4a017;
  font-size: 2rem;
}

.contact-info p {
  font-size: 1.2rem;
}

.icon {
  font-size: 2.5rem;
  color: #d4a017;
}
.business-section {
  padding: 80px 20px;
  background: #fff;
}

.business-section h2 {
  color: #d4a017;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.business-step {
  background: #f4f1de;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.business-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.business-step h4 {
  color: #8b0000;
  font-size: 2rem;
}

.business-step p {
  font-size: 1.2rem;
  color: #3a6351;
}

.icon {
  font-size: 3rem;
  color: #d4a017;
  margin-bottom: 15px;
}

.cta-section {
  background: linear-gradient(to right, #3a6351, #8b0000);
  color: white;
  padding: 80px 20px;
  text-align: center;
  border-radius: 20px;
}

.cta-section h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.btn-cta {
  background-color: #d4a017;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-cta:hover {
  background-color: #fff4e6;
  color: #8b0000;
}
.privacy-section {
  padding: 80px 20px;
  background: #fff;
}

.privacy-section h2 {
  color: #d4a017;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.privacy-text {
  font-size: 1.2rem;
  color: #3a6351;
}

.privacy-text h4 {
  color: #8b0000;
  font-size: 1.8rem;
  margin-top: 30px;
}

.privacy-text p {
  margin-bottom: 20px;
}

.privacy-text ul {
  list-style: none;
  padding: 0;
}

.privacy-text ul li::before {
  content: "✔ ";
  color: #8b0000;
  font-weight: bold;
}
.terms-section {
  padding: 80px 20px;
  background: #fff;
}

.terms-section h2 {
  color: #d4a017;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.terms-content {
  font-size: 1.2rem;
  color: #3a6351;
}

.terms-content h4 {
  color: #8b0000;
  font-size: 1.8rem;
  margin-top: 30px;
}

.terms-content p {
  margin-bottom: 20px;
}

.terms-content ul {
  list-style: none;
  padding: 0;
}

.terms-content ul li::before {
  content: "✔ ";
  color: #8b0000;
  font-weight: bold;
}
footer {
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero {
    padding: 60px 0;
  }

  .tour-card {
    margin-bottom: 20px;
  }

  .gastronomy img {
    margin-bottom: 20px;
  }
  .about-section h2 {
    font-size: 2.4rem;
  }
  .pricing-section h2 {
    font-size: 2.4rem;
  }

  .pricing-card {
    margin-bottom: 30px;
  }
  .contact-section h2 {
    font-size: 2.4rem;
  }
  .contact-info {
    margin-top: 30px;
  }
  .business-section h2 {
    font-size: 2.4rem;
  }
  .privacy-section h2 {
    font-size: 2.4rem;
  }
  .terms-section h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1.2rem;
  }

  .btn-primary,
  .btn-light {
    font-size: 1rem;
    padding: 10px 25px;
  }
  .about-section h2 {
    font-size: 2rem;
  }
  .pricing-section h2 {
    font-size: 2rem;
  }
  .contact-section h2 {
    font-size: 2rem;
  }
  .business-section h2 {
    font-size: 2rem;
  }
  .privacy-section h2 {
    font-size: 2rem;
  }
  .terms-section h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1rem;
  }
  p {
    font-size: 0.8rem;
  }
}
