@charset "utf-8";
/* CSS Document */
    .navbar {
      background-color: #fff; /* Dark blue */
      padding: 0.8rem 1rem;
    }
    .navbar-nav .nav-link {
      color: #0c1a77;
      margin: 0 8px;
      transition: 0.3s;
    }
    .navbar-nav .nav-link:hover {
      color: #ffd700;
    }
    .navbar-nav .nav-link.active {
      background: #ffd700;
      color: black !important;
      border-radius: 25px;
      padding: 6px 15px;
    }
    .dropdown-menu {
      background-color: #fff;
      border: none;
      border-radius: 8px;
    }
    .dropdown-menu .dropdown-item {
      color:#0c1a77;
      transition: 0.3s;
    }
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffd700;
      color: black;
    }
    .phone-btn {
      background: #ffd700;
      color: black;
      border-radius: 25px;
      padding: 6px 15px;
      font-weight: 600;
      text-decoration: none;
      transition: 0.3s;
    }
    .phone-btn:hover {
      background: #ffcc00;
      color: black;
    }
    .navbar-brand img {
      height:80px; /* Logo size */
    }
    /* White menu toggle */
    .navbar-toggler {
      border: none;
    }
    .navbar-toggler-icon {
      background-image: none;
      width: 25px;
      height: 2px;
      background-color: white;
      position: relative;
      display: inline-block;
    }
    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
      content: "";
      position: absolute;
      left: 0;
      width: 25px;
      height: 2px;
      background-color: white;
    }
    .navbar-toggler-icon::before {
      top: -7px;
    }
    .navbar-toggler-icon::after {
      top: 7px;
    }
	 /* Slider */
    .carousel-item {
      min-height: 400px;
      background-size: cover;
      background-position: center;
    }

    /* Responsive height */
    .carousel-item { height: 90vh; }
    @media (max-width: 991px) { .carousel-item { height: 70vh; } }
    @media (max-width: 575px) { .carousel-item { height: 30vh; } }

    /* Caption */
    .carousel-caption {
      bottom: 30%;
    }
    .carousel-caption h1 {
      font-size: 3rem;
      font-weight: 700;
      color: #fff;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    }
    .carousel-caption p { text-shadow:2px #000;
      font-size: 1.2rem;
      color:#fff;
    }
	.cgsl {color:#FFFFFF !important; text-decoration:none;}
	.cgsl a{color:#FFFFFF !important; text-decoration:none;}
	.cgsl a:hover{color:#ffd700 !important; text-decoration:none;}
  /* Section Styling */
  .amenities-section img {
    object-fit: cover;
    height: 100%;
    min-height: 500px;
  }

  .content-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    max-width: 550px;
  }

  /* Gold Subheading */
  .subheading {
    color: #d4a253;
    letter-spacing: 1px;
    font-size: 14px;
  }

  /* Custom Button */
  .btn-custom {
    display: inline-block;
    border: 2px solid #1A237E;
    color:#1A237E;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .btn-custom:hover {
    background-color: #1A237E;
    color: #fff;
  }

  /* Back to Top */
  .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color:#1A237E;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background 0.3s ease;
    z-index: 999;
  }

  .back-to-top:hover {
    background-color: #b8862f;
  }
  /* Image Fit */
  .attractions-section img {
    object-fit: cover;
    height: 100%;
    min-height: 500px;
  }

  /* White Card */
  .content-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    max-width: 550px;
  }

  /* Gold Subheading */
  .subheading {
    color: #1A237E;
    letter-spacing: 1px;
    font-size: 14px;
  }

  /* Custom Button */
  .btn-custom {
    display: inline-block;
    border: 2px solid #1A237E;
    color: #1A237E;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .btn-custom:hover {
    background-color:#1A237E;
    color: #fff;
  }

  /* Back to Top */
  .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color:#1A237E;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background 0.3s ease;
    z-index: 999;
  }

  .back-to-top:hover {
    background-color:#ffd700;
  }
  .gallery-img {
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
  }

  .gallery-img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  }

  /* Modal Image Zoom */
  .zoom-effect {
    transition: transform 0.5s ease;
  }

  .zoom-effect:hover {
    transform: scale(1.05);
  }

  /* Carousel Control Buttons */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(100%);
    width: 40px;
    height: 40px;
  }

  .btn-close-white {
    filter: invert(100%);
  }
  .footer {
    background: linear-gradient(135deg, #333, #000); /* Logo color shades */
    color: #fff; border-top: 3px solid #1A237E;
  }

  .footer h5 {
    color: #ffd700; /* Golden heading */
  }

  .footer-link {
    text-decoration: none;
    color: #ddd;
    display: block;
    margin-bottom: 6px;
    transition: color 0.3s ease, padding-left 0.3s ease;
  }

  .footer-link:hover {
    color: #ffd700;
    padding-left: 5px;
  }

  .social-icons .social-icon {
    display: inline-block;
    margin-right: 12px;
    font-size: 22px;
    color: #fff;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .social-icons .social-icon:hover {
    transform: scale(1.2);
    color: #ffd700;
  }

  .footer p {
    margin-bottom: 8px;
  }
<!-- Phone Number with Hover -->
  .btn-phone {
    color: #FFF !important;
    font-weight: 600;
    border-radius: 30px;
    padding: 8px 0px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .btn-phone:hover {
    color: #ffd700 !important;
    text-decoration: none;
  }
.cgsl { color:#0c1a77 !important; text-decoration:none;}
.cgsl a{ color:#0c1a77 !important; text-decoration:none;}
.cgsl a:hover{ color:#ffd700 !important; text-decoration:none;}
.cgsa { color:#fff !important; text-decoration:none;}
.cgsa a{ color:#fff !important; text-decoration:none;}
.cgsa a:hover{ color:#ffd700; text-decoration:none;}
.cgs2 { color:#000 !important; text-decoration:none;}
.cgs2 a{ color:#0c1a77 !important; text-decoration:none;}
.cgs2 a:hover{ color:#ffd700 !important; text-decoration:none;}