@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.ct {text-align:center;}
.title1, .title1 a {font-size:50px;color:#4b4e6f;text-decoration:none; line-height:40px;  margin-bottom:50px; font-weight:bold; margin-top:10px; font-family: "Nunito", sans-serif;}
.cnt {text-decoration:none;  text-align:center;}
.subt { font-family: "Nunito", sans-serif; color:#fff; font-size:28px; line-height:36px; padding:8px 0;}
.wel { font-family: "Nunito", sans-serif; color:#333; font-size:23px; line-height:60px; font-weight:600;}
.white {color:#fff;  font-size:25px; line-height:28px; padding-bottom:8px; font-weight:normal;}
.title2, .title2 a { text-decoration:none; font-weight:bold; font-size:21px; color:#333; padding:8px 0;}
.title3, .title3 a  {font-size:28px;color:#fff;text-decoration:none; line-height:40px; margin-bottom:10px; font-weight:bold;}
.title4, .title4 a {font-size:25px; font-weight:bold;color:#00145f;text-decoration:none; text-align:left; margin:20px 0;}
.title5 {text-decoration:none; margin:0 auto; font-weight:bold; font-size:23px; color:#ffba00; padding:15px 0 5px 0;}
.title5 a { color:#ffba00; text-decoration:none;}
.title6 {text-decoration:none; margin:0 auto; font-weight:bold; font-size:44px; color:#fff; text-align:center; line-height:54px; }
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
   font-family: "Nunito", sans-serif;
    }



body{
margin:0;
font-family: "Nunito", sans-serif;
}

/* HEADER */

.header{
position:fixed;
top:0;
width:100%;
z-index:999;
background:#4b4e6f;
transition:0.4s;
}

.header-inner{
max-width:1200px;
margin:0 auto;
display:flex;
align-items:center;
justify-content:space-between;
padding:0.4% 3%;
}

/* SCROLL EFFECT */

.header.scrolled{
background:rgba(255,255,255,0.95);
backdrop-filter:blur(10px);
box-shadow:0 3px 10px rgba(0,0,0,0.08);
}

/* LOGO */

.logo-area img{
height:100px;
}

/* RIGHT SIDE */

.header-right{
display:flex;
flex-direction:column;
align-items:flex-end;
gap:8px;
}

/* PHONE */

.phone a{
text-decoration:none;
font-size:14px;
font-weight:600;
display:flex;
gap:6px;
align-items:center;
color:white;
}

.header.scrolled .phone a{
color:#4a5573;
}

/* MENU */

.nav-menu{
display:flex;
gap:30px;
}

.nav-menu a{
text-decoration:none;
color:white;
font-weight:500;
font-size:17px;
position:relative;
}

.header.scrolled .nav-menu a{
color:#4a5573;
}

/* GOLD UNDERLINE */

.nav-menu a::after{
content:"";
position:absolute;
left:0;
bottom:-6px;
width:0%;
height:2px;
background:#c69a3a;
transition:0.3s;
}

.nav-menu a:hover::after,
.nav-menu a:focus::after{
width:100%;
}

/* BOOK BUTTON */

.book-btn{
position:relative;
overflow:hidden;
background:#c89b3c;
color:#fff;
padding:12px 22px;
border-radius:3px;
text-decoration:none;
font-weight:600;
display:flex;
align-items:center;
gap:8px;
transition:0.4s;
z-index:1;
}

/* Hover Overlay */

.book-btn:before{
content:"";
position:absolute;
top:0;
left:-100%;
width:100%;
height:100%;
background:#000;
transition:0.4s;
z-index:-1;
}

.book-btn:hover:before{
left:0;
}

/* Ensure text stays visible */

.book-btn span,
.book-btn i{
position:relative;
z-index:2;
color:#fff;
}

/* MOBILE BUTTON */

.menu-toggle{
display:none;
font-size:24px;
cursor:pointer;
color:white;
}

.header.scrolled .menu-toggle{
color:#4a5573;
}
.menu-close{
display:none;
}
/* MOBILE MENU */

@media(max-width:900px){

.menu-toggle{
display:block;
}

/* SHOW CLOSE BUTTON IN MOBILE */

.menu-close{
display:block;
position:absolute;
top:15px;
right:20px;
font-size:22px;
cursor:pointer;
color:#333;
}

/* Slide menu */

.nav-menu{
position:fixed;
top:0;
left:-260px;
width:260px;
height:100%;
background:white;
flex-direction:column;
padding-top:70px;
gap:0;
transition:0.4s;
box-shadow:2px 0 10px rgba(0,0,0,0.1);
}

.nav-menu a{
padding:16px 20px;
border-bottom:1px solid #eee;
color:#4a5573;
}

.nav-menu.active{
left:0;
}


/* RIGHT SIDE SHOW */

.header-right{
display:flex;
flex-direction:column;
align-items:flex-end;
gap:6px;
}

/* SMALLER BUTTON */

.book-btn{
padding:10px 16px;
font-size:14px;
}
}
.databg {width:100%; margin:0 auto;  background:#F9F9F9; padding-top:3%; }
.data {width:60%; margin:0 auto;  padding:1% 0 2% 0; }
.data p {font-size:17px; color:#424242; font-weight:normal; line-height:30px; text-align:center;}
.data p a {color:#c89b3c; text-decoration:none;}

#w2b-StoTop{display: block;position: fixed;top:90%;padding: 10px; color:#fff; font-size:13px; right:0; margin-right:20px; text-decoration:none; cursor:pointer; background:#ff7403;}
#w2b-StoTop a{color:#fff; text-decoration:none; font-size:13px;}
.collapsible {
 background:none;
  color: #4b4e6f; font-weight:bold;
  cursor: pointer;
  padding:8px 0px; font-family: "Nunito", sans-serif;
  width:100%; margin:0 auto; float:none;
  border: none;
  text-align: center;
  outline: none;
  font-size: 18px;
}

.active, .collapsible:hover {
  background-color:none; color:#0078B7;
}

.addtx {
  padding: 0 0;
  display: none;
  overflow: hidden;
  
}

.amenities-section{
background:#424669;
padding:80px 20px;
font-family:Arial;
color:#fff;
}

.container{
max-width:1200px;
margin:auto;
}

.amenities-header{
text-align:center;
margin-bottom:50px;
}

.amenities-t2{
font-size:36px;
margin-bottom:10px;
}

.subtitle{
font-size:21px;
color:#cfd3ff;
margin-bottom:10px;
}

.description{
max-width:700px;
margin:auto;
color:#dfe3ff;
line-height:1.6;
}

.amenities-wrapper{
display:flex;
gap:40px;
align-items:flex-start;
}

/* LEFT GRID */

.amenities-grid{
flex:1;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
}

.amenity-card{
background:rgba(255,255,255,0.08);
padding:25px;
border-radius:10px;
transition:0.35s;
}

.fa-solid{
font-size:35px;
color:#ffd166;
margin-bottom:15px;
}

.t4{
margin:0 0 8px;
font-size:21px;
}

.amenity-card p{
font-size:16px;
color:#d6dbff;
line-height:1.5;
}

.amenity-card:hover{
transform:translateY(-6px);
background:rgba(255,255,255,0.18);
box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

/* RIGHT IMAGE */

.amenities-image{
flex:1;
}

.amenities-image img{
width:100%;
border-radius:10px;
box-shadow:0 20px 40px rgba(0,0,0,0.4);
}

/* MOBILE */

@media(max-width:900px){

.amenities-wrapper{
flex-direction:column;
}

.amenities-grid{
grid-template-columns:1fr;
}

}

/* Section */
.explore-section {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

/* Rows */
.explore-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

.explore-row.reverse {
  grid-template-columns: 1fr 1fr;
}

/* Content */
.t5 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #4b4e6f;
}

.explore-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 16px;
  max-width: 480px;
}

/* Button */
.learn-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 22px;
  border: 1px solid #4b4e6f;
  color: #4b4e6f;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.learn-btn:hover {
  background: #4b4e6f;
  color: #fff;
}

/* Image */
.explore-image img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .explore-row,
  .explore-row.reverse {
    grid-template-columns: 1fr;
  }

  .explore-content h2 {
    font-size: 26px;
  }

  .explore-image img {
    max-height: 280px;
  }

  .explore-row {
    margin-bottom: 60px;
  }
}
/* ===== Scroll Animation Base ===== */
.animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* Slide Directions */
.slide-left {
  transform: translateX(-60px);
}

.slide-right {
  transform: translateX(60px);
}

.slide-left.show,
.slide-right.show {
  transform: translateX(0);
}

/* Image subtle zoom */
.zoom {
  transform: scale(1.05);
}

.zoom.show {
  transform: scale(1);
}

.hotel-footer{
background:#4b4e6f; 
color:#ffffff;
padding:60px 20px 30px;
font-family:Arial; border-top:#c89b3c solid 4px;
}

.footer-container{
max-width:1200px;
margin:auto;
}

/* Logo */

.footer-logo{
text-align:center;
margin-bottom:40px;
}

.footer-logo img{
max-width:160px;
}

/* Grid */

.footer-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
margin-bottom:40px;
}

.ft1{
margin-bottom:15px;
font-size:20px;
}

.footer-col p{
font-size:14px;
line-height:1.6;
margin-bottom:10px;
color:#e3e6ff;
}

.footer-col a{
color:#ffffff;
text-decoration:none;
}

.footer-col a:hover{
text-decoration:underline;
}

/* Navigation */

.footer-nav{
list-style:none;
padding:0;
margin:0;
}

.footer-nav li{
margin-bottom:8px;
}

.footer-nav a{
color:#e3e6ff;
font-size:14px;
}

/* Bottom */

.footer-bottom{
text-align:center;
border-top:1px solid rgba(255,255,255,0.2);
padding-top:20px;
font-size:14px;
color:#e3e6ff;
}

.footer-bottom a {color:#e3e6ff; text-decoration:none;}

.footer-links a, .footer-links p a{
color:#ffffff;
margin:0 5px;
}

/* Mobile */

@media (max-width:900px){

.footer-grid{
grid-template-columns:1fr;
text-align:center;
}

.footer-nav{
display:inline-block;
text-align:left;
}

}
#w2b-StoTop{display: block;position: fixed;top:90%;padding: 10px; color:#fff; font-size:14px; right:0; margin-right:20px; text-decoration:none; cursor:pointer; background:#c89b3c;}
#w2b-StoTop a{color:#fff; text-decoration:none; font-size:14px;}
.smo{ width:90%; float:left; padding:10px 0;}
.social-icons {
            display: flex;
            gap: 12px; margin-top:10px;
        }
        .social-icons a {
            text-decoration: none;
            color: white;
            width: 34px;
            height: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
        }
        .social-icons a.facebook { background-color: #3b5998; }
        .social-icons a.twitter { background-color: #1da1f2; }
        .social-icons a.instagram { background-color: #e4405f; }
        	.social-icons a.blog { background-color:#F57C00 }
        .social-icons a.youtube { background-color: #ff0000; }
label { display:none;}

.col { float:LEFT; margin:15px 35px; width:34%;}

.col ul {
  list-style: none;
  padding: 0;

}

.col ul li {
  font-size: 17px; list-style:circle;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.col ul li i {
  color: #333; font-size:18px;
  min-width: 20px;
}

.col2 { float:LEFT; margin:15px 35px; width:38%;}

.col2 ul {
   padding: 0;

}

.col2 ul li {
  font-size: 17px; list-style:circle;
  margin-bottom: 26px; text-align:left;
  gap: 10px;
}
.col2 ul li a{ color:#333; text-decoration:none;}

.col2 ul li a{ color:#333; text-decoration:none;}

.fq{text-align:left; text-decoration: none; color:#031C1A; font-weight:bold;  font-size:18px;  line-height:34px; margin-top:6px; list-style:none;}
.fqa{font-size:16px; color:#424242; font-weight:normal; line-height:28px; text-align:left;}
.fqa a{font-size:16px; color:#c89b3c; text-decoration:none;}

.top { margin-top:50px;}
.ada { width:100%; margin:0 auto; padding:12px 0; text-align:center; color:#000; font-size:19px; background:#E8E4DF; line-height:32px;}
.ada a { color:#000; text-decoration:none;}