* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:500,600,700|Kanit:200,300,300i,400');

*{margin:0;padding:0;border:0;outline:none;}
#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:#0280b5;}
#w2b-StoTop a{color:#fff; text-decoration:none; font-size:14px;}
.more {display:none;}
a.showLink, a.hideLink { text-decoration: none;color: #000;padding:8px 10px;background:#FEF200;}
a.showLink:hover, a.hideLink:hover {color:#fff;background:#C81A21;}
body{font-size:16px;font-weight:normal;line-height:28px;color:#454545; letter-spacing:1px; font-family:Roboto;}
.main {width:1300px; margin:0 auto;}

/* HEADER */
.cs-header {
  background: #ffffff;
  position: sticky; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  top: 0;
  z-index: 999;
  transition: box-shadow 0.3s ease; /* Smooth animation */
}

/* CONTAINER */
.cs-container {
  max-width: 1400px;
  margin: auto;
  padding:5px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between; text-transform:uppercase; letter-spacing:1px;
}

/* LOGO */
.cs-logo img {
  height: 64px; /* Enlarged logo size */
  transition: all 0.3s ease; /* Animation */
}

.cs-logo:hover img {
  transform: scale(1.1); /* Smooth scale on hover */
}

/* NAVIGATION */

.cs-nav ul {
  list-style: none;
  display: flex;
  gap: 26px;
}

.cs-nav ul li {
  position: relative;
}

.cs-nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
  padding-bottom: 5px;
}

/* Active tab - Home */
.cs-nav ul li.active a {
  color: #ff7a00;
  border-bottom: 2px solid #ff7a00; /* Underline effect */
}

/* Hover Effect for other tabs */
.cs-nav ul li a:hover {
  color: #ff7a00; /* Hover color */
  border-bottom: 2px solid #ff7a00; /* Underline effect */
}

/* CTA BUTTON */
.cs-btn {
  background: #ff7a00;
  color: #fff;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.cs-btn:hover {
  background: #e56c00;
  transform: scale(1.05); /* Button hover effect */
}

/* HAMBURGER MENU */
.cs-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.cs-hamburger span {
  width: 26px;
  height: 3px;
  background: #333;
}

/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
  /* Mobile navigation */
  .cs-nav {
    position: fixed;
    top: 0;
    right: -100%; /* Initially off-screen */
    width: 280px;
    height: 100vh;
    background: #fff;
    padding-top: 80px;
    transition: right 0.4s ease, transform 0.3s ease;
    box-shadow: -4px 0 15px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden; /* Hidden initially */
  }

  .cs-nav.active {
    right: 0; /* Slide in when active */
    opacity: 1; /* Fade in */
    visibility: visible;
  }

  .cs-nav ul {
    flex-direction: column;
    gap: 18px;
    padding-left: 30px;
  }

  /* Show hamburger menu */
  .cs-hamburger {
    display: flex;
  }

  .cs-cta {
    display: none; /* Hide CTA on mobile */
  }
}
/* SHRINK HEADER ON SCROLL */
.cs-header.shrink {
  padding: 5px 24px; /* Reduce padding when header shrinks */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a slight shadow to differentiate */
}

.cs-header.shrink .cs-logo img {
  height: 50px; /* Shrink logo when header shrinks */
}
/* CTA BUTTON CONTAINER */
.cs-cta {
  display: flex;
  align-items: center;
  gap: 12px; /* Space between the buttons */
}

/* Phone Number Button */
.cs-cta .cs-btn {
  background: #ff7a00;
  color: #fff;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 8px; /* Space between icon and text */
  transition: background 0.3s ease, transform 0.3s ease;
}

/* Hover effect for both buttons */
.cs-cta .cs-btn:hover {
  background: #e56c00;
  transform: scale(1.05); /* Button hover effect */
}

/* Additional styling for Reservation button */
.cs-cta .reservation-btn {
  background: #041c78; /* Green background for reservation button */
}

/* Mobile responsiveness */
@media (max-width: 1024px) {
  .cs-cta .cs-btn {
    font-size: 16px; /* Larger font size on mobile */
  }

  .cs-cta .cs-btn i {
    font-size: 18px; /* Increase icon size on mobile */
  }
}  
  @media (max-width:480px) {
  .cs-cta .cs-btn {
    font-size: 12px; 
	padding:5px /* Larger font size on mobile */
  }

  .cs-cta .cs-btn i {
    font-size: 12px; /* Increase icon size on mobile */
  }
}  
  
 .lux-hero {
  position: relative;
  width: 100%;
min-height: 100vh;
  height: auto;
  overflow: hidden;
  font-family: Roboto, sans-serif;
}

.lux-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;    background-color: transparent;
}

.lux-slide.active {
  opacity: 1;
  z-index: 3;
}

@keyframes zoomEffect {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

.lux-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.2));
  top: 0;
  left: 0;
}

.lux-content {
  position: absolute;
  top: 30%;
  left: 10%;
  color: #fff;
  max-width: 550px;
}
.lux-content h1,
.lux-content p {
  opacity: 0;
}
.lux-content h1 {
  animation: fadeUp 1.2s ease forwards; margin-bottom:50px;
}
.lux-slide.active .lux-content h1 {
  animation: fadeUp 1.2s ease forwards;
}

.lux-slide.active .lux-content p {
  animation: fadeUp 1.5s ease forwards;
}
.lux-content p {
  font-size: 20px;
  animation: fadeUp 1.5s ease forwards;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ðŸ”¥ Glass Booking Box */
.lux-booking-box {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  max-width: 1100px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 8px;
}

.lux-booking-box form {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  align-items: end;
}

.lux-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.lux-booking-box { z-index: 10; }
.lux-content { z-index: 5; }
.lux-overlay { z-index: 2; }
.lux-slide img {  width: 100%;
    height: 100%; /* Ensures the images take full height */
    object-fit: cover; /* Ensures the images fill the space without distortion */
 }


.lux-field label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}

.lux-field input,
.lux-field select {
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

.lux-search-btn {
  background: #c8a54b;
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}

.lux-search-btn:hover {
  background: #b18f3c;
}
.lux-btn {
  background: #c8a54b;
  color: #fff;
  padding: 14px 30px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s ease;
}

.lux-btn:hover {
  background: #b18f3c;
}


/* Arrows */
.lux-prev,
.lux-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: none;
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 50%;
}

.lux-prev { left: 25px; }
.lux-next { right: 25px; }

/* ðŸ”¥ Mobile Responsive */
@media (max-width: 768px) {

  .lux-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .lux-content {
    position: relative;
    top: auto;
    left: auto;
    padding: 80px 20px 30px;
    text-align: left;
  }

  .lux-content h1 {
    font-size: 26px;margin-bottom: 50px;
  letter-spacing: 1px;
  }

  .lux-booking-box {
    position: relative;
    transform: none;
    left: auto;
    bottom: auto;
    width: 90%;
    margin: 20px auto 60px;
 backdrop-filter: none;
  }

  .lux-booking-box form {
    grid-template-columns: 1fr;
  }

}


.lux-counter {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.lux-counter label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 4px;
  padding: 8px 12px;
}

.counter-box button {
  background: #c8a54b;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
}

.counter-box span {
  font-weight: 600;
  font-size: 16px;
}

.lux-field input {
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 1024px) {

  .lux-booking-box form {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 768px) {

  .lux-booking-box form {
    grid-template-columns: 1fr;
  }

  .lux-search-btn {
    width: 100%;
  }
.lux-btn {
    padding: 10px 22px;
    font-size: 14px;
  }

}

.welcome-image {
    width: 40%; /* Keep image size same */
    padding: 20px;
    position: relative;
}

.welcome-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: scale(1.05);
}

.welcome-image img:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* For hiding additional text */
.hidden-text {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
}

/* Read more button style */
.read-more-btn {
    background-color: #ff7a00;
    color: white;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background-color: #e66900;
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Animation when content is revealed */
.show-text {
    display: block;
    opacity: 1;
    max-height: 500px; /* adjust based on content size */
}

/* Keyframe Animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(0);
    }
}

/* Responsive Design */
@media screen and (max-width: 768px) {

.welcome-image {
        width: 100%;
    }
}

/*Amenities*/

  .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:30px;max-width:1140px;margin:auto;}
  .card{background:linear-gradient(135deg,#2A3974,#1a668d);border-radius:20px;overflow:hidden;position:relative;box-shadow:0 20px 40px rgba(0,0,0,0.6);transition:0.4s;}
  .card:hover{transform:translateY(-20px);box-shadow:0 30px 60px rgba(212,175,55,0.3);}
  .card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#d4af37,#ffd700,#d4af37);}
  .icon{background:linear-gradient(135deg,#d4af37,#ffd700);width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:30px auto;font-size:2.5rem;}
  h3{text-align:center;font-size:1.6rem;margin:15px 0;color:#ffd447;}
  p{text-align:center;padding:0 25px 35px;font-size:1rem;}


/*room*/

    .room-section {
      max-width: 1400px;
      margin: 40px auto;
      padding: 0 20px;
    }
    .room-section h2 {
      text-align: center;
      font-size: 2.8rem;
      color:#00145F; /* warm brown-orange accent */
      margin-bottom: 15px;
    }
    .room-section p.intro {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px;
      font-size: 1.2rem;
      color: #555;
    }
    .rooms-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
      gap: 30px;
    }
    .room-card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0,0,0,0.12);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .room-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 40px rgba(0,0,0,0.18);
    }
    .room-image-container {
      position: relative;
      height: 280px;
      overflow: hidden;
    }
    .room-image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    .room-card:hover .room-image-container img {
      transform: scale(1.08);
    }
    .room-content {
      padding: 25px;
      text-align: center;
    }
    .room-content h3 {
      font-size: 1.6rem;
      color: #00145F;
      margin-bottom: 12px;
    }
    .room-content p {
      font-size: 1.05rem;
      color: #666;
      margin-bottom: 20px;
    }
    .features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 20px;
    }
    .feature-tag {
      background: #f2f2f2;
      color:#00145F;
      padding: 8px 16px;
      border-radius: 30px;
      font-size: 0.95rem;
      font-weight: 500;
    }
    .btn {
      display: inline-block;
      background: #FF5F03; /* orange accent */
      color: white;
      padding: 12px 28px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s;
    }
    .btn:hover {
      background:#00145F;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .room-section h2 { font-size: 2.3rem; }
      .room-image-container { height: 240px; }
      .rooms-grid { gap: 25px; }
    }

    @media (max-width: 480px) {
      .room-section { padding: 0 15px; margin: 20px auto; }
      .room-content h3 { font-size: 1.6rem; }
    }
















.acc {text-align: center; color:#374B7E; padding:25px 0; font-size:25px; line-height:35px; width:1300px; margin:0 auto;}
.acc a {color:#374B7E; text-decoration:none;}
#content {margin:0 auto; width:100%;}
.heading {text-decoration:none; padding:25px 10px;font-weight:bold;font-size:28px;text-align:center;text-transform: capitalize;line-height:35px; letter-spacing:1px; color:#fff;animation: titlePop 1.1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;}
.heading a {text-decoration:none;color:#2268B0; font-weight:700;}
#content p {padding:10px; line-height:35px; text-decoration:none; text-align:left; font-size:19px;}
#video {float:right; margin:0px 0 0px 20px; box-shadow: 1px 1px 5px #999; border:8px solid #fff;}
.head2 {text-decoration:none; font-weight:bold;font-size:40px;text-transform: capitalize;line-height:35px; letter-spacing:1px; color:#26337B;text-align:center; padding-bottom:30px; animation: zoomIn 1.2s ease forwards;}

#buss{width:100%; height:600px; padding:100px 0 10px 0; background: url(../images/area.jpg) top center fixed; margin-top:100px; }
.info{ width:1000px; line-height:30px;font-size:15px; margin:0 auto; padding:50px;background: rgba(7,50,89,.5);}
.info p{color:#fff; padding:15px 0; font-size:18px;}
.head1 {text-transform: uppercase;font-size:30px;color:#29385D; padding:15px 5px 25px 15px; text-align: left;}
a.buss:link, a.buss:visited {font-weight:normal;margin: 0 auto;text-align: center;cursor: pointer;width: auto;height: auto;text-transform: capitalize;padding:8px 30px;font-size: 16px;background:#DA2141;color: #fff; text-decoration:none;}
a.buss:hover{background:#FFDD00; color:#000;}
.small{font-size:15px; letter-spacing:5px; display:block; color:#e7e7e7; text-transform:uppercase; line-height:55px;}
.big{font-size:55px; letter-spacing:5px;color:#ffca0b; text-transform:uppercase; text-shadow:5px 5px 10px #000}

.footer{width:100%;background:#00145f; color:#fff; border-top:2px solid #fff;}
.col-one {float:right; text-align:left;width:290px;color:#fff;margin:15px 0;}
.col-one ul{float:left; width:200px;}
.col-one li{list-style:none; line-height:28px; }
.col-one ul li a{ font-weight:normal; color:#fff; text-decoration:none;}

#bottom{width:100%; color:#fff; background:#2A3974; border-top:2px solid #fff;}
.col-two {float:left;margin-left:30px;width:448px;margin-top:15px;}
.col-three {float:left;width:80%;padding-left:50px;}
.add {float:left;margin-top:15px;width:770px;}
.line {padding:5px; text-align:center; color:#000;}
.owner {padding:25px 0; margin:0 auto; text-align:center;}
.owner p { padding:5px 0;}
.owner a{ padding:5px 0; color:#fff; text-decoration:none;}
.owner a:hover {color:#ff7a00;}
.title{font-size:24px; padding:20px 0 5px 0; text-transform:uppercase; margin-bottom:15px; color:#FFDD00; letter-spacing:1px;}
.title a{text-decoration:none; color:#FFDD00;}
a.cgs2:link, a.cgs2:visited {color:#FFC845;font-weight:normal;text-decoration:none;}
a.cgs2:hover {color:#FFC845;}

.c6{
float:left;border-radius:10px;
}
.map1{ font-size:12px;padding:10px; width:40%;margin:0 15px; background:#fff;border: 1px double #929292;color:#444;float:left; border-radius:10px;}

/*Amenities*/
.amenities-section {
      padding: 0px 10px;
}
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 45px;
    margin-top: 30px;    align-content: stretch;
    justify-content: stretch;
    align-items: start;
}
.amenity-group {
    background: #fff;
    padding: 35px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(149, 168, 239, 1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.amenity-group:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(237, 26, 59, 0.15);
}
.amenity-group h3 {
    color: #0627a5;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #FFDD00;
    letter-spacing: 1px;
}
.amenity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.amenity-list li {
    position: relative;
    padding: 12px 0 12px 8px;
    font-size: 17px;
    line-height: 28px;
    color: #454545;
    border-bottom: 1px solid #f0f0f0;
}
.amenity-list li i {
  width: 24px;
  text-align: center;
  margin-right: 20px;
  color: #0066cc;
}
.amenity-list li:last-child {
    border-bottom: none;
}
.amenity-list li:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 32px;
    height: 32px;
    background: #0627a5;
    color: #FFDD00;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(237, 26, 59, 0.3);
}

/* Extra responsiveness (reinforces your existing responsive.css) */
@media only screen and (max-width: 768px) {
    .amenities-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .amenity-group {
        padding: 25px 20px;
    }
    .amenity-group h3 {
        font-size: 23px;
    }
}
@media only screen and (max-width: 480px) {
    .amenity-list li {
        padding: 14px 0 14px 42px;
        font-size: 16px;
    }
}
/*gallery*/

 .gallery {
            display: flex;
            flex-wrap: wrap;   padding: 40px 0;
            justify-content: space-around; 
            gap: 20px;
        }

        .gallery a {
            width: 300px; /* Adjusted to rectangular shape */
            height: 200px; /* Adjusted to rectangular shape */
            display: block;
            overflow: hidden;
            border-radius: 8px;
            position: relative;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .gallery img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensures the image maintains aspect ratio */
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .gallery a:hover img {
            transform: scale(1.1);
        }

        .gallery a:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        }

        /* Modal (Lightbox) Styling */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            overflow: auto;
        }

        .modal-content {
            position: relative;
            max-width: 90%;
            max-height: 80%;
            background-color: white;
            padding: 20px;
            text-align: center;
        }

        .modal-content img {
            max-width: 100%;
            max-height: 80vh;
            object-fit: contain;
            margin-bottom: 20px;
        }

        .modal-content .cancel-button {
            position: absolute;
            top: 100px;
            right: 10px;
            background-color: rgba(255, 255, 255, 0.7);
            padding: 8px 15px;
            border: none;
            cursor: pointer;
            font-size: 18px;
            border-radius: 50%;
            color: #333;
            transition: background-color 0.3s;
        }

        .modal-content .cancel-button:hover {
            background-color: rgba(255, 0, 0, 0.7);
            color: white;
        }
		
		/*sitemap*/
		
.sitemap-section {
    padding: 0 15px;
}
.sitemap-box {
    max-width: 860px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 60px;
    border-radius: 20px;
    box-shadow:0 10px 30px rgba(149, 168, 239, 1);
}
.sitemap-box h2 {
    color: #0627a5;
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
}
.sitemap-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.sitemap-columns ul {
   /* list-style: none;*/
    padding: 0;
    margin: 0;
}
.sitemap-columns li {
    margin-bottom: 18px;
}
.sitemap-columns a {
    font-size: 19px;
    color: #454545;
    text-decoration: none;
    line-height: 34px;
    transition: all 0.3s;
}
.sitemap-columns a:hover {
    color: #0627a5;
    padding-left: 8px;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
    .sitemap-box {
        padding: 60px 45px;
    }
}
@media only screen and (max-width: 768px) {
    .sitemap-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .sitemap-box {
        padding: 50px 35px;
    }
    .sitemap-box h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 480px) {
    .sitemap-box {
        padding: 40px 25px;
    }
    .sitemap-columns a {
        font-size: 18px;
    }
}
ul.arrow-list {
 /* list-style: none;*/
  padding-left: 0;
}

.arrow-list li {
  position: relative;
 /* padding-left: 32px;*/
  margin-bottom: 16px;
}

.arrow-list li::before {
  /*content:"•";*/
  position: absolute;
  left: 0;
  color: #0627a5;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
/*directiom*/

.directions-section {
    /*margin: 50px 0 60px 0;
    padding: 20px 10px;*/
}
.directions-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}
.get-directions-form {
    background: #fff;
    padding: 35px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(149, 168, 239, 1);
}
.get-directions-form h3 {
    color: #0627a5;
    font-size: 26px;
    margin-bottom: 25px;
    text-align: center;
}
.get-directions-form label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #444;
}
.get-directions-form input[type="text"] {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.get-directions-form button {
    width: 100%;
    background: #FFDD00;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    padding: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}
.get-directions-form button:hover {
    background: #0627a5;
    color: #fff;
    transform: translateY(-2px);
}
.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(149, 168, 239, 1);
    height: 100%;
    min-height: 420px;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive adjustments (works with your existing responsive.css) */
@media only screen and (max-width: 1023px) {
    .directions-area {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .map-container {
        min-height: 380px;
    }
}
@media only screen and (max-width: 480px) {
    .get-directions-form {
        padding: 25px 20px;
    }
    .get-directions-form h3 {
        font-size: 23px;
    }
}

/*contact*/

.contact-section {
    padding: 20px 10px;
}
.contact-info-box {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 45px 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(149, 168, 239, 1);
    text-align: center;
}
.contact-info-box h2 {
    color: #0627a5;
    font-size: 30px;
    margin-bottom: 25px;
}
.contact-info-box .address {
    font-size: 19px;
    line-height: 32px;
    color: #454545;
    margin: 25px 0;
}
.contact-info-box .phone {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    color:#0627a5;
    margin: 25px 0;
    text-decoration: none;
    transition: color 0.3s;
}
.contact-info-box .phone:hover {
    color:#FF7F0A;
}
.contact-info-box .extra {
    font-size: 17px;
    color: #666;
    line-height: 28px;
    margin-top: 30px;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
    .contact-info-box {
        padding: 35px 25px;
    }
    .contact-info-box h2 {
        font-size: 28px;
    }
    .contact-info-box .phone {
        font-size: 28px;
    }
}
@media only screen and (max-width: 480px) {
    .contact-info-box {
        padding: 30px 20px;
    }
    .contact-info-box .address {
        font-size: 17px;
    }
}

 /*faq*/

    :root {
      --primary: #1e40af;
      --secondary: #3b82f6;
      --accent: #60a5fa;
      --text: #111827;
      --light: #f8fafc;
      --bg-answer: #ffffff;
      --shadow: 0 12px 32px rgba(0,0,0,0.08);
    }

  .container {
      max-width:1200px;
      margin: 0 auto;
    }

    h7 {
      text-align: center;
      color: var(--primary);
      margin-bottom: 3rem;
      font-size: 2.8rem;
      font-weight: 700;
      letter-spacing: -1px;
      opacity: 0;
      transform: scale(0.92);
      animation: titlePop 1.1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    }

    .faq-item {
      border-radius: 20px;
      margin-bottom: 2rem;
      overflow: hidden;
      box-shadow: var(--shadow);
         transform: translateY(40px) scale(0.97);
      transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease, opacity 0.8s ease;
    }

    .faq-item:nth-child(1) { animation: cardBounceIn 0.9s forwards 0.4s; }
    .faq-item:nth-child(2) { animation: cardBounceIn 0.9s forwards 0.55s; }
    .faq-item:nth-child(3) { animation: cardBounceIn 0.9s forwards 0.7s; }
    .faq-item:nth-child(4) { animation: cardBounceIn 0.9s forwards 0.85s; }

    .faq-item.visible {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    .faq-item:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0 25px 50px rgba(0,0,0,0.14);
    }

    .faq-question {
      background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
      color: white;
      padding: 1rem 2rem;
      font-weight: 700;
      font-size: 1.22rem;
      position: relative;
      overflow: hidden;
      cursor: default;
    }

    .faq-question::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.3) 0%, transparent 70%);
      opacity: 0;
      transition: opacity 0.6s ease;
      pointer-events: none;
    }

    .faq-question:hover::after {
      opacity: 1;
    }

    .faq-answer {
      padding:0 1rem;
      background: var(--bg-answer);
      font-size: 1.05rem;
      transition: opacity 0.7s ease 0.2s, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .faq-item.visible .faq-answer {
      opacity: 1;
      transform: translateY(0);
    }
   
    /* Animations */
    @keyframes titlePop {
      0%   { opacity: 0; transform: scale(0.85) translateY(20px); }
      60%  { opacity: 1; transform: scale(1.08) translateY(-8px); }
      100% { opacity: 1; transform: scale(1) translateY(0); }
    }

    @keyframes cardBounceIn {
      0%   { opacity: 0; transform: translateY(60px) scale(0.92); }
      50%  { opacity: 0.7; transform: translateY(-20px) scale(1.04); }
      75%  { transform: translateY(8px) scale(0.98); }
      100% { opacity: 1; transform: translateY(0) scale(1); }
    }

    @media (max-width: 640px) {
      h1 { font-size: 2.3rem; margin-bottom: 2.5rem; }
      .faq-question { padding: 1.3rem 1.6rem; font-size: 1.1rem; }
      .faq-answer { padding: 1.6rem; }
    }
	

/*attraction*/
 .attractions-section {
      padding: 60px 20px;
      background: #f8f9fa;
      text-align: center;
    }
    .attractions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 30px;
    }
    .attraction-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 20px 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 35px rgba(0,0,0,0.12);
    }
    .attraction-image {
      height: 220px;
      overflow: hidden;
    }
    .attraction-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }
    .attraction-card:hover .attraction-image img {
      transform: scale(1.08);
    }
    .attraction-content {
      padding: 25px;
    }
    .attraction-title {
      font-size: 1.4rem;
      margin-bottom: 12px;
      color: #1d4ed8;
      font-weight: 600;
    }
    .attraction-distance {
      font-size: 0.95rem;
      color: #666;
      margin-bottom: 10px;
      font-style: italic;
    }
    .attraction-desc {
      font-size: 1rem;
      color: #555;
      line-height: 1.6;
    }
    @media (max-width: 768px) {
      .attractions-section { padding: 40px 15px; }
      .attractions-grid { gap: 25px; }
    }