*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif; background:#f8f9fa;
}

.container{
max-width:1280px;
margin:auto;
padding:0 20px;
}

/* HEADER */

.site-header{
position:sticky;
top:0;
z-index:1000;
background:#fff;
box-shadow:0 2px 12px rgba(0,0,0,0.08);position:relative;   /* ADD THIS */

}

.top-row{
display:flex;
align-items:center;
justify-content:space-between;
padding:10px 0 0;
}

/* LOGO */

.logo img{
height:65px;
border:2px solid #ffdd00;
}

/* NAVIGATION */

.main-nav{
flex:1;
display:flex;
justify-content:center;
}

.main-nav ul{
display:flex;
list-style:none;
gap:10px;
}

.main-nav ul li a{
text-decoration:none;
color:#002b5c;
font-weight:600;
font-size:16px;
padding:10px 14px;
border-radius:6px;
transition:0.3s;
text-transform:uppercase;
}

.main-nav ul li a:hover,
.main-nav ul li a.active{
background:#ffdd00;
color:#000;
}

/* PHONE */

.phone{
font-weight:600;
color:#002b5c;
text-decoration:none;
font-size:17px;
}

/* HAMBURGER */

.menu-toggle{
display:none;
border:none;
background:none;
cursor:pointer;
}

.hamburger{
width:28px;
height:22px;
display:flex; margin-right:20px;
flex-direction:column;
justify-content:space-between;
}

.bar{
height:3px;
background:#002b5c;
border-radius:2px;
}

/* RESERVATION BAR */

.reservation-bar{
background:#002b5c;
padding:14px 0;
border-bottom:3px solid #ffdd00;
}

.booking-form{
display:flex;
flex-wrap:wrap;
gap:12px;
justify-content:center;
}

.booking-form input,
.booking-form select{
padding:10px;
border:1px solid #ccc;
border-radius:6px;
min-width:140px;
}

.book-btn{
background:#ffdd00;
border:none;
padding:11px 30px;
font-weight:700;
cursor:pointer;
border-radius:6px; text-decoration:none;
}

.book-btn:hover{
background:#e31837;
color:#fff;
}

/* MOBILE */

@media (max-width:992px){

.top-row{
flex-wrap:wrap;
}

.main-nav{
display:none;
width:100%;
background:#002b5c;
position:absolute;
top:80px;
left:0;
left:0; z-index:9999;
}

.main-nav.active{
display:block;
}

.main-nav ul{
flex-direction:column;
align-items:center;
padding:10px 0;
}

.main-nav ul li{
width:100%;
text-align:center;
}

.main-nav ul li a{
display:block;
color:#fff;
padding:14px;
}

.menu-toggle{
display:block;
}

.phone{
order:2;
}

.logo{
order:1;
}

.menu-toggle{
order:3;
}

}

@media (max-width:680px){

.logo img{
height:55px; margin-left:20px;
}

.booking-form input,
.booking-form select{
width:100%;
}

}

/* Slideshow */
.slider-container {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.slider {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Overlay Text */
.text-overlay {
 position: absolute;
  top: 50%; /* Centers the text vertically */
  left: 50%; /* Centers the text horizontally */
  transform: translate(-50%, -50%); /* Adjust for exact centering */
  color: white;
  font-size:22px;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 10;
}

.book-now-btn {
  display: inline-block;
  padding: 12px 25px;
  background-color:#ffdd00;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 18px;
  transition: background-color 0.3s, transform 0.3s;
  text-align: center;
}

.book-now-btn:hover {
  background-color:#2563eb; transform: scale(1.05);
}

/* Navigation Buttons */
.prev-btn, .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.prev-btn:hover, .next-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}






@media (max-width: 768px) {
  .slider-container {
    height: 300px; /* Adjusted height for mobile */
  }

  .text-overlay {
    font-size: 20px;
    bottom: 15px;
  }

  .book-now-btn {
    font-size: 16px;
    padding: 8px 15px;
  }

  .prev-btn, .next-btn {
    font-size: 24px;
    padding: 12px;
  }
}

.welcome {
      min-height: 100vh;
      grid-template-columns: 1fr 1fr;
      color:black;
      overflow: hidden;
    }

    .left {
      padding: 1vw 6vw;
      flex-direction: column;
      justify-content: center;
      animation: fadeInLeft 1.2s ease-out;
    }
.welcome-small { font-size: clamp(0.95rem, 2.5vw, 1.1rem); text-transform: uppercase; letter-spacing: 3px; opacity: 0.9; margin-bottom: 0.8rem; }
h2 { font-size: 35px; font-weight: 900; line-height: 0.92; margin-bottom: 1.5rem; background: #002B5C; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
   .desc { font-size: 1.15rem; line-height: 1.6; opacity: 0.95; }
    .short { overflow: hidden; transition: max-height 0.4s ease; }
    .full  { max-height: 500px; }

    .read-more {
      color: #4da6ff;
      cursor: pointer;
      font-weight: 600;
      display: inline-block;
      margin-top: 0.6rem;
    }

    .right {
      background: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&auto=format&fit=crop&w=1470&q=80') center/cover;
      position: relative;
      animation: slideInRight 1.4s ease-out;
    }
    .right::after { content:""; position:absolute; inset:0; background: linear-gradient(to right, rgba(15,32,39,0.6), transparent 60%); }

    @keyframes fadeInLeft { from { opacity:0; transform:translateX(-60px); } to { opacity:1; transform:translateX(0); } }
    @keyframes slideInRight { from { transform:translateX(30%); } to { transform:translateX(0); } }

    @media (max-width: 900px) {
      .welcome { grid-template-columns: 1fr; }
      .right   { min-height: 50vh; }
      .left    { padding: 10vh 5vw; text-align:center; }
      h2       { font-size: clamp(3.8rem, 12vw, 6rem); }
      .desc    { margin: 0 auto; }
    }
	.amen{background:#002B5C; width:100%;}
 .contain {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px 20px 60px 20px;
        }

        h3 {
            text-align: center;
            margin-bottom: 40px;
            color: #fff;
            font-size: 2.5rem;
        }

        .amenities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
        }

        .amenity-item {
            background: white;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            text-align: center;
            transition: all 0.3s ease;
            border: 1px solid #eee;
        }

        .amenity-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.12);
        }

        .amenity-icon {
            font-size: 3rem;
            margin-bottom: 15px;
            color: #3498db;
        }

        .amenity-item h3 {
            font-size: 1.3rem;
            margin-bottom: 8px;
            color: #2c3e50;
        }

        .amenity-item p {
            font-size:1.1rem;
            color: #7f8c8d;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            h3 {
                font-size: 2rem;
            }
            .amenity-icon {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 15px;
            }
            .amenity-item {
                padding: 20px;
            }
        }

/*footer*/


    footer {
      background:#002B5C;
      color: #e2e8f0;
      padding: 60px 20px 10px;   /* extra bottom padding so button doesn't overlap content */
      position: relative;font-size:17px;
    }

    .footer-container {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 40px;
      padding-bottom: 40px;
    }

    .footer-section h5 {
      color: #ffdd00;
      font-size: 1.4rem;
      margin-bottom: 1.4rem;
      position: relative;
      padding-bottom: 10px;
    }

    .footer-section h5::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 60px;
      height: 3px;
      background: #ffdd00;
      border-radius: 3px;
      transition: width 0.4s ease;
    }

    .footer-section:hover h5::after {
      width: 100px;
    }

    .quick-links ul {
      list-style: none;
    }

    .quick-links li {
      margin-bottom: 12px;
    }

    .quick-links a {
      color: #cbd5e1;
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-block;
      position: relative;
      padding-left: 20px;
    }

    .quick-links a:hover {
      color: #ffdd00;
      transform: translateX(8px);
    }

    .quick-links a::before {
      content: "→";
      position: absolute;
      left: 0;
      opacity: 0;
      transform: translateX(-10px);
      transition: all 0.3s ease;
    }

    .quick-links a:hover::before {
      opacity: 1;
      transform: translateX(0);
    }
.address a{color:#94a3b8;
text-decoration: none;}
.address a:hover{color: #ffdd00;}
    .address p {
      line-height: 1.7;
      color: #94a3b8;
      font-size:1rem;
    }

    .social-icons {
      margin-top: 1.5rem;
    }

    .social-icons a {
      color: #94a3b8;
      font-size: 1.5rem;
      margin-right: 18px;
      transition: all 0.35s ease;
      display: inline-block;
    }

    .social-icons a:hover {
      color: #ffdd00;
      transform: translateY(-6px) rotate(8deg);
      text-shadow: 0 8px 15px rgba(249, 115, 22, 0.35);
    }

    .footer-bottom {
      border-top: 1px solid #334155;
      padding-top: 30px;
      text-align: center;
      font-size: 0.92rem;
      color: #94a3b8;
    }

    .footer-bottom a {
      color: #cbd5e1;
      text-decoration: none;
      margin: 0 6px;
      transition: color 0.3s;
    }

    .footer-bottom a:hover {
      color: #ffdd00;
    }

    .credits {
      margin: 14px 0 8px;
      font-style: italic;
      opacity: 0.9;
    }

    /* ─── Back to Top Button ────────────────────────────────────────────── */
    #back-to-top {
      position: fixed;
      bottom: 30px;
      right: 30px;
      width: 50px;
      height: 50px;
      background: #ffdd00;
      color: white;
      border: none;
      border-radius: 50%;
      font-size: 1.4rem;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease;
      box-shadow: 0 5px 15px rgba(249, 115, 22, 0.4);
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #back-to-top.show {
      opacity: 1;
      visibility: visible;
    }

    #back-to-top:hover {
      background: #ea580c;
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(249, 115, 22, 0.5);
    }

    @media (max-width: 576px) {
      .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
      }
     
      .footer-section h5::after {
        left: 50%;
        transform: translateX(-50%);
      }
     
      .social-icons a {
        margin: 0 14px;
      }

      #back-to-top {
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
      }
    }  
	/*ATTRACTION*/
	.attractions { padding: 60px 0; background: #f8f9fa; }
.attractions h3 { text-align: center; color: #002b5c; margin-bottom: 20px; font-size: 2.5rem; }
.attractions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px;
}
.attraction-card {
  background: white;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.attraction-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}
.attraction-card i {
  font-size: 3rem;
  color: #ffdd00;
  margin-bottom: 15px;
}
.attraction-card h4 { margin: 15px 0 10px; color: #002b5c; }
.btn {
  display: inline-block;
  padding: 12px 30px;
  background: #ffdd00;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s; text-decoration:none;
}
.btn:hover { background: #e31837; color: white; }

/*Book Now*/
.cta-bar { background:#002b5c; color:white; text-align:center; padding:50px 0; } .book-btn.large { font-size:1.3rem; padding:15px 50px; }
/*review*/



.acc {text-align: center;  margin:0 auto; padding:25px 0; font-size:25px; line-height:45px; font-family:Quando, Verdana, Geneva, sans-serif; width:1140px;}
.acc a{color:#002B5C; text-decoration:none;}
.acc a:hover (color: #FFDD00)
.topbg{width:100%;margin:0 auto;}