@charset "utf-8";
/* CSS Document */
  body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #333;
  }

  h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #1a1a1a;
  }

  a {
    color:#002f6c;
    text-decoration: none;
  }

  a:hover {
    color:#fbd000;
  }

    :root {
      --blue: #002f6c;
      --yellow: #fbd000;
    }

    .navbar {
      background-color: #fff;
      border-bottom: 2px solid var(--blue);
    }

    .navbar-brand img {
      height: 60px;
    }

    .nav-link {
      color: var(--blue);
      font-weight: 500;
      margin: 0 10px;
      transition: all 0.3s ease;
    }

    .nav-link:hover,
    .nav-link:focus {
      color: var(--yellow);
    }

    .nav-link.active {
      background-color: var(--blue);
      color: white !important;
      border-radius: 5px;
      padding: 6px 12px;
    }

    .dropdown-menu {
      border: none;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .dropdown-item {
      color: var(--blue);
      font-weight: 500;
    }

    .dropdown-item:hover {
      background-color: var(--yellow);
      color: var(--blue);
    }

    .call-button {
      background-color: var(--yellow);
      color: var(--blue);
      font-weight: 600;
      border: none;
      padding: 8px 18px;
      border-radius: 30px;
      transition: background-color 0.3s;
    }

    .call-button:hover {
      background-color: #e0b800;
      color: #000;
    }

    .navbar-nav {
      flex-direction: row;
    }

    .navbar-center {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }

    @media (max-width: 991.98px) {
      .navbar-center {
        position: static;
        transform: none;
        justify-content: center;
        margin-top: 10px;
      }

      .navbar-nav {
        flex-direction: column;
        align-items: center;
      }

      .call-button {
        margin-top: 10px;
      }
    }
	:root {
      --blue: #002f6c;
      --yellow: #fbd000;
    }

    .carousel-caption {
      background: rgba(0, 47, 108, 0.6);
      padding: 20px;
      border-radius: 10px;
    }

    .carousel-caption h5,
    .carousel-caption p {
      color: #fff;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: var(--yellow);
      border-radius: 50%;
      padding: 20px;
    }

    .carousel-indicators [data-bs-target] {
      background-color: var(--yellow);
    }

    .carousel-item img {
      object-fit: cover;
      height:650px;
      width: 100%;
    }

    @media (max-width: 768px) {
      .carousel-item img {
        height: 300px;
      }
    }
:root {
      --blue: #002f6c;
      --yellow: #fbd000;
    }

    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .content-section {
      padding: 60px 20px;
      background-color: #f8f9fa;
    }

    .content-section h2 {
      color: var(--blue);
      font-weight: 700;
      margin-bottom: 20px;
    }

    .content-section p {
      font-size: 1.1rem;
      line-height: 1.7;
      color: #333;
      margin-bottom: 30px;
    }

    .btn-yellow {
      background-color: var(--yellow);
      color: var(--blue);
      font-weight: 600;
      padding: 10px 24px;
      border-radius: 30px;
      transition: background-color 0.3s ease;
      text-decoration: none;
    }

    .btn-yellow:hover {
      background-color: #e0b800;
      color: #000;
    }

    :root {
      --blue: #002f6c;
      --yellow: #fbd000;
    }

    body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f8f9fa;
    }

    .services-section {
      padding: 60px 20px;
    }

    .service-box {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 16px;
      padding: 25px;
      text-align: center;
      transition: all 0.3s ease;
      height: 100%;
    }

    .service-box:hover {
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }

    .service-icon {
      font-size: 2rem;
      color: var(--blue);
      background-color: var(--yellow);
      border-radius: 50%;
      padding: 15px;
      margin-bottom: 20px;
      display: inline-block;
    }

    .service-box h5 {
      font-weight: 700;
      color: var(--blue);
      margin-bottom: 10px;
    }

    .service-box p {
      font-size: 0.95rem;
      color: #555;
    }
	 :root {
      --blue: #002f6c;
      --yellow: #fbd000;
    }

    .amenities-section {
      padding: 60px 20px;
      background-color: #f8f9fa;
    }

    .amenities-section h2 {
      color: var(--blue);
      font-weight: 700;
    }

    .amenities-section h5 {
      color: #333;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .amenities-section p {
      font-size: 1.05rem;
      color: #555;
      line-height: 1.7;
    }

    .btn-amenity {
      background-color: var(--yellow);
      color: var(--blue);
      font-weight: 600;
      padding: 10px 24px;
      border-radius: 30px;
      text-decoration: none;
      display: inline-block;
      margin-top: 20px;
    }

    .btn-amenity:hover {
      background-color: #e0b800;
      color: #000;
    }

    .amenities-image {
      border-radius: 16px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }
:root {
      --blue: #002f6c;
      --yellow: #fbd000;
    }



    .attractions-section {
      padding: 60px 20px;
      background-color: #ffffff;
    }

    .attractions-section h2 {
      color: var(--blue);
      font-weight: 700;
      margin-bottom: 15px;
    }

    .attractions-section h5 {
      color: #000;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .attractions-section p {
      font-size: 1.05rem;
      color: #000;
      line-height: 1.7;
    }

    .btn-explore {
      background-color: var(--yellow);
      color: var(--blue);
      font-weight: 600;
      padding: 10px 24px;
      border-radius: 30px;
      text-decoration: none;
      display: inline-block;
      margin-top: 20px;
    }

    .btn-explore:hover {
      background-color: #e0b800;
      color: #000;
    }

    .attractions-img {
      border-radius: 16px;
      box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    }
:root {
      --blue: #002f6c;
      --yellow: #fbd000;
    }

    .gallery-section {
      padding: 60px 20px;
    }

    .gallery-title {
      text-align: center;
      color: var(--blue);
      font-weight: 700;
      margin-bottom: 40px;
    }

    .gallery-img {
      width: 100%;
      border-radius: 12px;
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .gallery-img:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .modal-img {
      width: 100%;
      border-radius: 8px;
    }

    .modal-dialog {
      max-width: 800px;
    }

    .modal-footer .btn {
      background-color: var(--yellow);
      color: var(--blue);
      font-weight: 600;
    }

    .modal-footer .btn:hover {
      background-color: #e0b800;
    }

.footer {
  background-color: #002e6d;
  color: #ffffff;
  position: relative;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffcc00;
  text-decoration: none;
}

.social-icon {
  color: #ffffff;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.social-icon:hover {
  color: #ffcc00;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffcc00;
  color: #002e6d;
  border: none;
  border-radius: 50%;
  padding: 10px 14px;
  font-size: 20px;
  z-index: 1000;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.back-to-top:hover {
  background-color: #ffc107;
}

    body {
      background-color: #f1f1f1;
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }

    .reservation-box {
      background-color: #004080;
      color: white;
      padding: 40px 20px;
      border-radius: 0;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
      width: 100%;
    }

    .reservation-box h4 {
      font-weight: bold;
      margin-bottom: 25px;
    }

    .form-label {
      margin-bottom: 5px;
      font-weight: 500;
    }

    .form-control {
      border-radius: 4px;
    }

    .btn-book { width:100%;
      background-color: #ffdd00;
      color: #0b0b66;
      font-weight: bold;
      padding: 10px 25px;
      border: none;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

    .btn-book:hover {
      background-color: #e0e000;
	  color: #0b0b66 !important;
    }

    .logo-container {
      text-align: center;
      margin-bottom: 25px;
    }

    .logo-container img {
      max-height: 60px;
    }

    @media (max-width: 576px) {
      .reservation-box {
        padding: 30px 15px;
      } }
	 .cgs {color:#fff;
    text-decoration: none;}
	.cgs a{color:#fff !important;
    text-decoration: none;}
	.cgs a:hover{color:#fbd000 !important;
    text-decoration: none;}
 #more {display: none;}