* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
.custom-navbar {
  background: #8d2b2b;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
}
.custom-navbar .navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffd700;
  transition: color 0.3s ease-in-out;
}
.custom-navbar .navbar-brand:hover {
  color: #fff3e0;
}
.custom-navbar .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff3e0;
  padding: 8px 15px;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  border-radius: 5px;
}
.custom-navbar .nav-link:hover {
  background: #ffd700;
  color: #8d2b2b;
}
.custom-navbar .nav-link.active {
  background: #ffd700;
  color: #8d2b2b !important;
  font-weight: bold;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .custom-navbar {
    padding: 10px 0;
  }
  .custom-navbar .nav-link {
    display: block;
    padding: 10px;
  }
}
.hero {
  background: linear-gradient(to right, #8d2b2bb2, #ffd900c8),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-title {
  font-size: 2.8rem;
  font-weight: bold;
}
.hero-subtitle {
  font-size: 1.4rem;
  margin-top: 15px;
}
.fondue-story {
  padding: 100px 0;
  background: #fff3e0;
}
.fondue-story .story-img {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.fondue-story h2 {
  color: #8d6e63;
  font-weight: bold;
  margin-bottom: 20px;
}
.fondue-story p {
  font-size: 1.1rem;
  color: #5d4037;
  line-height: 1.8;
}
.fondue-types {
  padding: 80px 0;
  background: #fff3e0;
}
.fondue-card {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.fondue-card:hover {
  transform: scale(1.05);
}
.fondue-card i {
  font-size: 3rem;
  color: #d32f2f;
  margin-bottom: 15px;
}
.fondue-card h4 {
  font-weight: bold;
  color: #8d6e63;
}
.fondue-card p {
  font-size: 1.1rem;
  color: #5d4037;
}
.fondue-history {
  padding: 80px 0;
  background: #fff3e0;
}
.fondue-history h2,
.fondue-places h2,
.fondue-ingredients h2,
.fondue-events h2 {
  color: #8d6e63;
  font-weight: bold;
  margin-bottom: 30px;
}
.history-text {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.fondue-places {
  padding: 80px 0;
  background: #ffcc80;
}
.place-card {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.place-card i {
  font-size: 3rem;
  color: #d32f2f;
  margin-bottom: 15px;
}
.place-card:hover {
  transform: scale(1.05);
}
.fondue-ingredients {
  padding: 80px 0;
  background: #fff3e0;
}
.ingredient-card {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.ingredient-card i {
  font-size: 3rem;
  color: #d32f2f;
  margin-bottom: 15px;
}
.ingredient-card:hover {
  transform: scale(1.05);
}
.fondue-events {
  padding: 80px 0;
  background: #ffeb3b;
}
.event-card {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.event-card i {
  font-size: 3rem;
  color: #d32f2f;
  margin-bottom: 15px;
}
.event-card:hover {
  transform: scale(1.05);
}
.about-hero {
  background: linear-gradient(to right, #8d2b2bb2, #ffd900c8),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fondue-card {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.fondue-card i {
  font-size: 3rem;
  color: #d32f2f;
  margin-bottom: 15px;
}
.team-member img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.pricing-hero {
  background: linear-gradient(to right, #8d2b2bb2, #ffd900c8),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pricing-plans {
  padding: 80px 0;
  background: #fff3e0;
}
.pricing-card {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.pricing-card h3 {
  color: #8d6e63;
}
.price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #d32f2f;
  margin: 15px 0;
}
.special-offer {
  padding: 60px 0;
  background: #d32f2f;
  color: white;
}
.contact-hero {
  background: linear-gradient(to right, #8d2b2bb2, #ffd900c8),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-info {
  padding: 80px 0;
  background: #fff3e0;
}
.contact-card {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contact-card i {
  font-size: 3rem;
  color: #d32f2f;
  margin-bottom: 15px;
}
.contact-form {
  padding: 60px 0;
  background: white;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}
.business-hero {
  background: linear-gradient(to right, #8d2b2bb2, #ffd900c8),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.business-overview {
  padding: 80px 0;
  background: #fff3e0;
}
.business-card {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.business-card i {
  font-size: 3rem;
  color: #d32f2f;
  margin-bottom: 15px;
}
.business-infographic {
  padding: 80px 0;
  background: white;
}
.infographic-img {
  max-width: 80%;
  border-radius: 10px;
}
.business-benefits {
  padding: 60px 0;
  background: #ffcc80;
}
.benefits-list {
  list-style: none;
  padding-left: 0;
}
.benefits-list li {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.privacy-hero {
  background: linear-gradient(to right, #8d2b2bb2, #ffd900c8),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.privacy-content {
  padding: 80px 0;
  background: #fff3e0;
}
.privacy-content h2 {
  color: #8d6e63;
  font-weight: bold;
  margin-top: 30px;
}
.privacy-content p,
.privacy-content ul {
  font-size: 1.1rem;
  color: #5d4037;
  line-height: 1.8;
}
.terms-hero {
  background: linear-gradient(to right, #8d2b2bb2, #ffd900c8),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.terms-content {
  padding: 80px 0;
  background: #fff3e0;
}
.terms-content h2 {
  color: #8d6e63;
  font-weight: bold;
  margin-top: 30px;
}
.terms-content p,
.terms-content ul {
  font-size: 1.1rem;
  color: #5d4037;
  line-height: 1.8;
}
.footer {
  background: #8d2b2b;
  color: #fff3e0;
  padding: 20px 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.footer p {
  margin: 0;
}
.footer a {
  color: #ffd700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}
.footer a:hover {
  color: #fff3e0;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer {
    font-size: 0.9rem;
  }
}
