* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
.custom-navbar {
  background: rgba(13, 59, 102, 0.8);
  padding: 15px 0;
  transition: background 0.3s ease-in-out;
}
.custom-navbar.scrolled {
  background: rgba(13, 59, 102, 1);
}
.custom-navbar .logo {
  height: 50px;
}
.custom-navbar .navbar-brand {
  font-weight: bold;
  color: #f4d35e;
  display: flex;
  align-items: center;
}
.custom-navbar .nav-link {
  color: white;
  font-size: 1rem;
  margin-right: 15px;
  transition: color 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.custom-navbar .nav-link i {
  margin-right: 5px;
}
.custom-navbar .nav-link:hover {
  color: #f4d35e;
}
.custom-navbar .dropdown-menu {
  background-color: #0d3b66;
  border: none;
}
.custom-navbar .dropdown-item {
  color: white;
}
.custom-navbar .dropdown-item:hover {
  background-color: #f4d35e;
  color: #0d3b66;
}
@media (max-width: 991px) {
  .custom-navbar {
    background-color: #0d3b66;
  }
  .custom-navbar .nav-link {
    padding: 10px;
  }
}

.hero {
  background: linear-gradient(45deg, #ff6f4381, rgba(13, 59, 102, 1)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
}
.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.hero .btn-primary {
  background-color: #f4d35e;
  border: none;
}
.hero .btn-primary:hover {
  background-color: #2a9d8f;
  color: white;
}
.why-us .feature-icon {
  font-size: 3rem;
  color: #f4d35e;
  margin-bottom: 10px;
}
.resorts {
  padding: 60px 0;
}
.resort-card {
  text-align: center;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.resort-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}
.wellness {
  background: #f4d35e;
  padding: 60px 0;
}
.wellness img {
  border-radius: 10px;
}
.activities {
  padding: 60px 0;
}
.activity-card {
  text-align: center;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.activity-icon {
  font-size: 3rem;
  color: #0d3b66;
  margin-bottom: 10px;
}
.reviews {
  background: #f9f9f9;
  padding: 60px 0;
}
.testimonial {
  background: white;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.testimonial p {
  font-style: italic;
}
.about-hero {
  background: linear-gradient(45deg, #ff6f4381, rgba(13, 59, 102, 1)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
}
.about-story img {
  border-radius: 10px;
}
.about-philosophy {
  background: #f4d35e;
  padding: 60px 0;
}
.philosophy-icon {
  font-size: 3rem;
  color: #0d3b66;
}
.team-card {
  text-align: center;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.team-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}
.team-card h4 {
  color: #0d3b66;
}
.pricing-hero {
  background: linear-gradient(45deg, #ff6f4381, rgba(13, 59, 102, 1)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
}
.pricing-card {
  text-align: center;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.pricing-card.featured {
  background: #f4d35e;
  color: white;
}
.pricing-card .price {
  font-size: 2rem;
  font-weight: bold;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
}
.pricing-card ul li {
  padding: 5px 0;
}
.pricing-table {
  padding: 60px 0;
}
.contact-hero {
  background: linear-gradient(45deg, #ff6f4381, rgba(13, 59, 102, 1)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
}
.contact-info {
  background: #f9f9f9;
  padding: 60px 0;
}
.contact-icon {
  font-size: 3rem;
  color: #0d3b66;
  margin-bottom: 10px;
}
.contact-form {
  padding: 60px 0;
}
.contact-form .form-control {
  border-radius: 8px;
  padding: 10px;
}
.contact-form button {
  background-color: #0d3b66;
  border: none;
}
.contact-form button:hover {
  background-color: #f4d35e;
  color: white;
}
.business-hero {
  background: linear-gradient(45deg, #ff6f4381, rgba(13, 59, 102, 1)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
}
.business-model {
  padding: 60px 0;
}
.business-icon {
  font-size: 3rem;
  color: #0d3b66;
  margin-bottom: 10px;
}
.business-philosophy {
  background: #f4d35e;
  padding: 60px 0;
}
.philosophy-icon {
  font-size: 3rem;
  color: #0d3b66;
}
.business-quality {
  padding: 60px 0;
}
.business-quality img {
  border-radius: 10px;
}
.privacy-hero {
  background: linear-gradient(45deg, #ff6f4381, rgba(13, 59, 102, 1)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
}
.privacy-content {
  padding: 60px 0;
}
.privacy-content h2 {
  color: #0f3460;
  margin-top: 30px;
}
.privacy-content ul {
  list-style-type: none;
  padding-left: 0;
}
.privacy-content ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.privacy-content ul i {
  color: #f4d35e;
  margin-right: 10px;
}
.privacy-content a {
  color: #0f3460;
  font-weight: bold;
}
.terms-hero {
  background: linear-gradient(45deg, #ff6f4381, rgba(13, 59, 102, 1)),
    url("assets/img/hero.jpg") no-repeat center center/cover;
  height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
}
.terms-content {
  padding: 60px 0;
}
.terms-content h2 {
  color: #0f3460;
  margin-top: 30px;
}
.terms-content ul {
  list-style-type: none;
  padding-left: 0;
}
.terms-content ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.terms-content ul i {
  color: #f4d35e;
  margin-right: 10px;
}
.terms-content a {
  color: #0f3460;
  font-weight: bold;
}
