* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif;
  background-color: #faf4e3;
  color: #333;
}
h2 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #d62828;
  margin: 10px auto;
  border-radius: 10px;
}
.custom-navbar {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  transition: all 0.3s ease-in-out;
}
.custom-navbar.scrolled {
  background: rgba(43, 42, 42, 0.9);
  backdrop-filter: blur(0px);
}
.logo {
  height: 40px;
  transition: transform 0.3s ease-in-out;
}
.logo:hover {
  transform: scale(1.1);
}
.navbar-nav .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  color: white;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link i {
  margin-right: 5px;
  font-size: 1.2rem;
}
.navbar-nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.navbar-nav .nav-link.active {
  color: #d62828 !important;
  font-weight: bold;
}
@media (max-width: 991px) {
  .custom-navbar {
    background: rgba(214, 40, 40, 0.95);
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-nav .nav-link {
    padding: 12px;
    color: white;
  }
}
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 80vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.hero h1 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.hero .btn {
  background: #d62828;
  border: none;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.hero .btn:hover {
  background: #ba181b;
  transform: scale(1.1);
}

.best-restaurants {
  background: white;
  padding: 60px 0;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.best-restaurants img {
  border-radius: 12px;
  margin-bottom: 10px;
  transition: transform 0.3s ease-in-out;
}
.best-restaurants img:hover {
  transform: scale(1.05);
}
.best-restaurants h4 {
  font-weight: bold;
  color: #d62828;
}

.swiss-cuisine {
  background: #d62828;
  color: white;
  padding: 60px 0;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.cuisine-icon {
  font-size: 3rem;
  color: #ffd700;
  margin-bottom: 10px;
}
.swiss-cuisine h4 {
  font-weight: bold;
  text-transform: uppercase;
}

.culinary-experiences {
  background: white;
  padding: 60px 0;
  text-align: center;
}
.culinary-experiences p {
  font-size: 1.2rem;
}
.culinary-experiences .btn {
  background: #ffd700;
  border: none;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.culinary-experiences .btn:hover {
  background: #e0c200;
  transform: scale(1.1);
}
.why-us {
  background: #d62828;
  color: white;
  padding: 60px 0;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.why-icon {
  font-size: 3rem;
  color: #ffd700;
  margin-bottom: 10px;
}
.why-us h4 {
  font-weight: bold;
  text-transform: uppercase;
}
.gourmet-spots {
  background: #d62828;
  color: white;
  padding: 60px 0;
  border-radius: 12px;
}
.gourmet-card {
  padding: 20px;
  background: white;
  color: #333;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}
.gourmet-card:hover {
  transform: scale(1.05);
}
.gourmet-card img {
  border-radius: 12px;
  margin-bottom: 15px;
}
.our-philosophy {
  background: white;
  padding: 60px 0;
}
.philosophy-icon {
  font-size: 3rem;
  color: #2a9d8f;
  margin-bottom: 10px;
}
.about-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.our-mission img {
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
}
.our-mission img:hover {
  transform: scale(1.05);
}
.our-mission ul {
  list-style: none;
  padding: 0;
}
.our-mission ul li {
  font-size: 1.2rem;
  padding: 5px 0;
}
.our-mission ul li i {
  color: #d62828;
  margin-right: 10px;
}
.team-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.why-icon {
  font-size: 3rem;
  color: #ffd700;
  margin-bottom: 10px;
}
.contact-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.contact-info {
  padding: 60px 0;
}
.contact-icon {
  font-size: 3rem;
  color: #d62828;
  margin-bottom: 10px;
}
.contact-form {
  padding: 40px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.contact-form .btn {
  background: #d62828;
  border: none;
  padding: 12px;
  font-size: 1.2rem;
  border-radius: 50px;
}
.contact-form .btn:hover {
  background: #ba181b;
}
.pricing-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.pricing-options {
  padding: 60px 0;
}
.pricing-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out;
}
.pricing-card:hover {
  transform: scale(1.05);
}
.pricing-card h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.price {
  font-size: 2rem;
  color: #d62828;
  font-weight: bold;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
}
.pricing-card ul li {
  font-size: 1.2rem;
  padding: 5px 0;
}
.pricing-card ul li i {
  color: #2a9d8f;
  margin-right: 10px;
}
.premium {
  background: #ffd700;
  color: black;
}
.premium h3 {
  color: #d62828;
}
.premium .price {
  color: black;
}
.business-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.strategy-icon {
  font-size: 3rem;
  color: #d62828;
  margin-bottom: 10px;
}
.revenue-streams {
  background: #f8f9fa;
  padding: 60px 0;
}
.revenue-icon {
  font-size: 2rem;
  color: #2a9d8f;
  margin-right: 10px;
}
.future-vision img {
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.privacy-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.privacy-policy {
  padding: 60px 0;
}
.accordion-button {
  background: #d62828;
  color: white;
  font-weight: bold;
}
.accordion-button:hover {
  background: #ba181b;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
}
.terms-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.terms-section {
  padding: 60px 0;
}

.accordion-button {
  background: #d62828;
  color: white;
  font-weight: bold;
}
.accordion-button:hover {
  background: #ba181b;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
}
