        * { margin:0; padding:0; }
@import url('https://fonts.googleapis.com/css?family=Cabin:500,600,700|Kanit:200,300,300i,400');

		body{font-family:'Cabin',verdana,arial; font-size:17px;font-weight:normal;line-height:30px;color:#000;}

        header {
            background:#fff;
            position:fixed;
            top:0; left:0; right:0;
            z-index:1000;
            box-shadow:0 4px 20px rgba(0,0,0,0.08);
        }
        .container { max-width:1400px; margin:0 auto; padding:0 20px; }

        .header-row {
            display:flex;
            align-items:center;
            justify-content:space-between;
          }

        .logo img { height:65px; width:auto; }

        /* Desktop Menu - ONLY ONE CLEAN MENU */
        .nav-menu {
            display:flex;
            gap:25px;
            list-style:none;
        }
        .nav-menu a {
            text-decoration:none;
            color:#222;
            font-weight:normal;
            font-size:15px; letter-spacing:0.5px;
            transition:all .3s;
            position:relative; text-transform: uppercase;
        }
        .nav-menu a:hover { color:#ff6600; }
        .nav-menu a::after {
            content:''; position:absolute; bottom:-8px; left:50%;
            width:0; height:3px; background:#ff6600;
            transition:all .3s; transform:translateX(-50%);
        }
        .nav-menu a:hover::after { width:100%; }

        /* ACTIVE HOME TAB */
        .nav-menu a.active {
            color:#ff6600;
            font-weight:700;
        }
        .nav-menu a.active::after {
            width:100%;
        }

        .phone {
            display:flex;
            align-items:center;
            gap:11px;
            font-weight:normal;
            font-size:17px;
            color:#00aaff; /* Blue for phone text to match your image */
        }
        .phone i { color:#ff6600; font-size:22px; } /* Orange icon */
        .phone a { color:inherit; text-decoration:none; }

        .mobile-toggle { display:none; font-size:27px; color:#006666; cursor:pointer; }

        /* Mobile Menu - HIDDEN ON DESKTOP */
        .mobile-menu { display:none; } /* Ensure no repetition on desktop */

        /* =================== MOBILE =================== */
        @media (max-width: 992px) {
            .header-row { min-height:72px; padding:6px 0; }
            .logo img { height:52px; }
            .nav-menu { display:none; }

            .phone {
                position:absolute;
                left:50%;
                transform:translateX(-50%);
                font-size:17px;
            }
            .phone i { font-size:20px; }

            .mobile-toggle { display:block; }

            .mobile-menu {
                display:block;
                position:absolute;
                top:100%; left:0; right:0;
                background:#fff;
                max-height:0;
                overflow:hidden;
                transition:max-height .35s ease;
                box-shadow:0 10px 20px rgba(0,0,0,0.12);
            }
            .mobile-menu.active { max-height:500px; }
            .mobile-menu a {
                display:block;
                padding:11px 20px;
                font-size:18px;
                font-weight:600;
                color:#222;
                text-align:center;
                text-decoration:none;
                border-bottom:1px solid #eee;
            }
            .mobile-menu a:hover,
            .mobile-menu a.active { background:#fff8f5; color:#ff6600; font-weight:700; }
        }

        @media (max-width: 480px) {
            .logo img { height:48px; }
            .phone { font-size:16px; }
        }

/*slideshow*/
	
	        .slideshow-container {
            width: 100%;
            position: relative;
            margin: auto;
            overflow: hidden;
            height: 80vh;
			        }
        .mySlides {
            position: absolute;
            top: 0; left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1.5s ease;
        }
        .mySlides.active {
            opacity: 1;
        }
        .mySlides img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .mySlides.active img {
            transform: scale(1.1);
            transition: transform 8s ease;
        }
        .prev, .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            padding: 20px;
            color: white;
            font-weight: bold;
            font-size: 30px;
            background-color: rgba(0,0,0,0.5);
            transform: translateY(-50%);
            z-index: 10;
        }
        .next {right: 0;}
        .prev:hover, .next:hover {background-color: rgba(0,0,0,0.8);}
        .text {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0,0,0,0.7);
            color: #fff;
            padding: 15px 30px;
            font-size: 28px;
            letter-spacing: 2px;
            text-transform: uppercase;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.5);
            z-index: 10;
        }
		/* Adjust for tablet/mobile where header is shorter */
@media (max-width: 992px) {
    .slideshow-container {
        margin-top: 72px;
    }
}

@media (max-width: 480px) {
    .slideshow-container {
        padding-top: 72px;
    }
}


/*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,#125e85,#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;}





/*Chat GPT---------------------------------------------------------------------------------------------------------*/

.gallery-container {
  max-width: 1500px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
}

.gallery-container h1 {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #333;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-grid img:hover {
  transform: scale(1.05);
}

/* New label for latest image */
.new {
  position: relative;
}

.new::after {
  content: "NEW";
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  z-index: 1;
}

/* Lightbox Styles */
.lightbox {
  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;
}

.lightbox-img {
  max-width: 90%;
  max-height: 80%;
  object-fit: contain;
 }

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  background: transparent;
  border: none;
}

/* Navigation Arrows */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 30px;
  padding: 15px;
  cursor: pointer;
  z-index: 1001;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* View More Photos Button inside the gallery */
.view-more-tab {
  display: inline-block;
  margin-top: 30px;
  background-color:#FFCC00;
  color:black;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center; cursor:pointer;
}

.view-more-tab:hover {
  background-color: #0078D7; color:#fff;
  transform: scale(1.05);
}

.view-more-tab:active {
  transform: scale(1);
}

/* HERO SECTION */
.hero {
  position: relative;
  width: 100%;
  height: 80vh;
  background: url(../images/pool.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DARK OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* CONTENT */
.hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.hero-subtitle {
  font-size: 13px;
  letter-spacing: 3px;
  margin-bottom: 15px;animation-delay: 0.3s;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;animation: letterFade 1.2s ease forwards;
}

/* BUTTON */
.hero-btn {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;animation-delay: 0.9s;
}

.hero-btn:hover {
  background: #fff;
  color: #000;
}
@keyframes letterFade {
  from {
    letter-spacing: 12px;
    opacity: 0;
  }
  to {
    letter-spacing: 2px;
    opacity: 1;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero {
    height: 70vh;
  }

  .hero-title {
    font-size: 34px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 26px;
  }

  .hero-subtitle {
    font-size: 11px;
  }
}

/*mystyle--------------------------------------------------------------------------------------------------------------------------*/



.main {width:1140px; margin:0 auto;}

#content {margin:0 auto; width:100%;}@keyframes zoomIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#content p{font-size:17px;color:#454545;font-weight:normal;line-height:30px;padding:0 20px 0 20px; text-align:left;}
#content p a{ text-decoration:none; color:#016b92;}
.heading {text-decoration:none; padding:25px 10px;font-weight:bold;font-size:30px;text-align:center;text-transform:uppercase;line-height:35px; letter-spacing:1px;color:#0B4B87; animation: zoomIn 1.2s ease forwards;}
.heading a {text-decoration:none;color:#0B4B87; font-weight:700;}
.heading p {padding:10px; font-size:14px;line-height:24px;text-transform:capitalize;}

.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;}
.ada{width:100%;margin:0 auto;padding:12px 0;text-align:center;color:#fff;background:#104378;font-size:17px}
.ada a{color:#fff;text-decoration:none}


.topbg{width:100%;margin:0 auto; background:#333333;}
.footer{width:100%;background:#063D7C; color:#A07F59; border-top:2px solid #fff;}
.hotel {float:left;margin-top:30px; color:#fff; padding-left:15px;}
.hotel img{ padding:15px 5px;}
.col-one {text-align:left;width:740px;color:#fff; margin:20px 0;  animation: zoomFade 1.5s ease;}@keyframes zoomFade {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.col-one ul{width:240px; display:inline-block;}
.col-one li{list-style: inside; line-height:28px; }
.col-one ul li a{ font-weight:normal; color:#fff; text-decoration:none;}
.col-one ul li a:hover{color:#FFDD00;}
.left{ float:left; width:300px;}
.right{ float:right; width:750px;}
#bottom{width:100%; color:#fff;}
.col-two {float:left;margin-left:30px;width:448px;margin-top:15px;}
.col-three {float:left;width:80%;padding-left:50px;}
.add {padding-top:15px; border-top:1px solid #fff; color:#fff;}
.line {padding:5px; text-align:center; color:#000;}
.owner { font-weight:500; margin:0 auto; text-align:left; font-size:14px; color:#fff; width:1140px;}
.owner p{text-align:left;padding:10px 0 5px 0;}
.title{font-size:20px; padding:20px 0 5px 0; color:#FFDD00; font-weight:bold; margin-bottom:15px; text-align:center;}
a.cgs2:link, a.cgs2:visited {color:#ffdd00;font-weight:normal;text-decoration:none;}
a.cgs2:hover {color:#ffdd00;}

a.cgs:link, a.cgs:visited {color:#000;font-weight:normal;text-decoration:none;}
a.cgs:hover {color:#000;}

a.cgs3:link, a.cgs3:visited {color:#573393;font-weight:normal;text-decoration:none;}
a.cgs3:hover {color:#573393;}

.map1{ font-size:12px;padding:10px; width:50%;margin-right:15px; background:#fff;border: 1px double #929292;color:#444;float:left; border-radius: 20px; font-family:Quando,verdana,arial}

a.cgsl:link, a.cgsl:visited {color:#fff;font-weight:normal;text-decoration:none;}
a.cgsl:hover {color:#fff;}




































/* ===================================================================
   --- 1. UNIQUE AMENITIES SECTION ---
   =================================================================== */

.amenities-unique {
  position: relative;
  padding: 50px 20px;
  /* UPDATED: New background using the new primary color */
  background: #063D7C; 
  overflow: hidden;
  /* Optional: Animation for background */
  animation: gradientShift 12s ease infinite;
}

.amenities-grid-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card Style */
.amenity-item {
  background: #fff;
  padding: 40px 25px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  border-top: 4px solid transparent;
}

.amenity-item:hover {
  transform: translateY(-12px) scale(1.02);
  /* UPDATED: Hover border now uses the new accent color */
  border-top: 4px solid #FFDD00;
  /* UPDATED: Hover shadow uses a subtle version of the new primary color */
  box-shadow: 0 20px 45px rgba(6, 61, 124, 0.2); 
}

/* Icon Circle */
.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  /* UPDATED: Icon background uses the new accent color */
  background: #FFDD00; 
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  /* UPDATED: Icon color for contrast with the new background */
  color: #000000; 
  transition: all 0.4s ease;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.amenity-item:hover .icon-circle {
  /* UPDATED: Icon hover background uses the new primary color */
  background: #063D7C;
  /* UPDATED: Icon hover color for contrast */
  color: #ffffff;
  /* UPDATED: Hover shadow effect using the new accent color for a 'glow' */
  box-shadow: 0 0 25px rgba(255, 221, 0, 0.6); 
}

.amenity-item h3 {
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.amenity-item p {
  font-size: 0.95rem;
  color: #000000;
  line-height: 1.6;
}

/* Background decorative overlay */
.amenities-unique::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 200px;
  height: 200px;
  /* UPDATED: Overlay with a transparent version of the new accent color */
  background: rgba(255, 221, 0, 0.1); 
  border-radius: 50%;
  z-index: 0;
}

.amenities-unique::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  /* UPDATED: Overlay with a transparent version of the new accent color */
  background: rgba(255, 221, 0, 0.15); 
  border-radius: 50%;
  z-index: 0;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ===================================================================
   --- 2. ROOM AMENITIES SHOWCASE ---
   =================================================================== */

/* General styling for the section */
.room-amenities-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #ffffff;
}

/* Styling for the main heading */
.room-amenities-section h2 {
    font-size: 3em;
    /* UPDATED: New primary color for heading */
    color: #063D7C; 
    margin: 0 0 20px 0;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

/* Flex container for the columns */
.room-amenities-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 60px;
    flex-wrap: wrap;
}

/* Styling for the text columns */
.room-amenities-column {
    flex: 1;
    max-width: 250px;
}

.room-amenities-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.room-amenities-column li {
    font-size: 1.3em;
    color: #000000;
    margin-bottom: 25px;
}

/* Align text away from the central image */
.room-amenities-column.left {
    text-align: right;
}

.room-amenities-column.right {
    text-align: left;
}

/* Container for the central image */
.room-amenities-image-container {
   flex-shrink: 0;
}

/* Styling for the circular room image */
.room-amenities-image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* --- LOCATION SECTION --- */
.location-container {
  width: 100%;
  max-width: 100%;
  padding: 40px 0;
  background: white;
}

.location-title {
  text-align: center;
  color: #063D7C;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.location-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #FFDD00;
}

.location-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.location-info {
  flex: 1;
  min-width: 300px;
}

.coordinates-box {
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(6, 61, 124, 0.1);
  border: 1px solid rgba(6, 61, 124, 0.1);
}

.coordinates-box h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #063D7C;
  font-size: 1.4rem;
  font-weight: 600;
}

.coordinate {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
  font-size: 1.05rem;
  color: #000000;
}

.coordinate i {
  color: #FFDD00;
  font-size: 1.2rem;
}

.directions-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(6, 61, 124, 0.1);
  border: 1px solid rgba(6, 61, 124, 0.1);
}

.directions-form label {
  font-weight: 600;
  color: #063D7C;
  font-size: 1.05rem;
}

.directions-form input {
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 95%;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: #000000;
}

.directions-form input:focus {
  outline: none;
  border-color: #063D7C;
  box-shadow: 0 0 0 3px rgba(6, 61, 124, 0.2);
}

.directions-form button {
  background: #063D7C;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.directions-form button:hover {
  background: #FFDD00;
  color: #000000;
  transform: translateY(-2px);
}

.location-map {
  flex: 1;
  min-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(6, 61, 124, 0.1);
  border: 1px solid rgba(6, 61, 124, 0.1);
  transition: transform 0.3s ease;
}

.location-map:hover {
  transform: translateY(-5px);
}

.location-map img {
  width: 100%;
  height: auto;
  display: block;
}


/* ===== Contact Header Section ===== */
.custom-contact-header {
  text-align: center;
  padding: 20px 20px;
  background-color: #f9f9f9;
 
}

/* ===== Title Styling ===== */
.custom-contact-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #063D7C; 
  margin-bottom: 25px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}

/* Elegant underline accent */
.custom-contact-title::after {
  content: '';
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #063D7C, #FFDD00);
  display: block;
  margin: 20px auto 0;
  border-radius: 2px;
}

/* ===== Description Text ===== */
.custom-contact-description {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  max-width: 1100px;
  margin: 30px auto 0;
  font-weight: 400;
}

/* Highlighted text emphasis */
.custom-contact-description strong {
  color: #063D7C;
  font-weight: 600;
}

/* ===== Inline Links ===== */
.custom-contact-description a {
  color: #063D7C;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.custom-contact-description a:hover {
  color: #FFDD00;
  text-decoration: none;
}


/* ===== Main Contact Info Section ===== */
.contact-section-hero {
  padding: 20px 10px;
}

/* Wrapper Box */
.contact-wrapper-hero {
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* ===== Left Content Box ===== */
.contact-info-box {
  flex: 1;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info-box h2 {
  font-size: 2.6rem;
  color: #063D7C; 
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-info-box p {
  font-size: 1.1rem;
  color: #000000;
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: 400;
}

/* ===== Contact Details Box ===== */
.contact-details-area {
  background: #f0f6ff; /* Lighter shade of new primary blue */
  padding: 22px;
  border-left: 5px solid #FFDD00;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-details-area:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(255, 221, 0, 0.25);
}

.contact-details-area h4 {
  color: #000000;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-details-area ul {
  list-style: none;
  padding-left: 0;
  color: #000000;
}

.contact-details-area ul li {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.6;
}

/* ===== Links ===== */
.contact-details-area a {
  color: #063D7C;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-details-area a:hover {
  color: #FFDD00;
  text-decoration: underline;
}

/* ===== Right Side Image ===== */
.contact-image-box {
  flex: 1;
  background: #f0f6ff; /* Lighter shade of new primary blue */
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 3px solid #FFDD00;
}

.contact-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}


/* --- HOTEL NAVIGATION SECTION --- */
#hotel-navigation-section .container {
    margin: 0 auto;
    padding: 0 20px;
}

#hotel-navigation-section .navigation-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#hotel-navigation-section .nav-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#hotel-navigation-section .nav-item {
    display: flex;
    height: 100%;
}

#hotel-navigation-section .nav-link {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000000;
    text-decoration: none;
    background: white;
    border-radius: 8px;
    padding: 25px 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    height: 120px; /* Fixed height for rectangular format */
}

#hotel-navigation-section .nav-link:hover {
    background: #063D7C;
    color: white;
    box-shadow: 0 8px 16px rgba(6, 61, 124, 0.2);
    transform: translateY(-3px);
}

#hotel-navigation-section .nav-icon {
    font-size: 24px;
    margin-bottom: 12px;
    color: #FFDD00;
    transition: all 0.3s ease;
}

#hotel-navigation-section .nav-link:hover .nav-icon {
    color: white;
    transform: scale(1.1);
}

#hotel-navigation-section .nav-text {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

#hotel-navigation-section .nav-desc {
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.4;
}


/* --- FAQ SECTION --- */
.faq-section {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap; 
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h2 {
    color: #063D7C;
    font-size: 36px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.faq-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #063D7C, #FFDD00);
    border-radius: 2px;
}

.faq-header p {
    color: #000000;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 25px;
}

.faq-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border-top: 4px solid #FFDD00;
}

.faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.faq-question {
    padding: 25px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
}

.faq-icon {
    width: 40px;
    height: 40px;
    background: #063D7C;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 18px;
}

.faq-question-text {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.faq-answer {
    padding: 25px;
    position: relative;
}

.faq-answer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    height: 1px;
    background: linear-gradient(to right, transparent, #063D7C, transparent);
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    text-align: left;
}

.faq-answer a {
    color: #063D7C;
    font-weight: 600;
    text-decoration: none !important;
}

.faq-answer a:hover {
    color: #FFDD00;
    border-bottom-color: #FFDD00;
}

.faq-answer .fa-caret-right {
    color: #FFDD00;
    margin-right: 8px;
}


/* --- NEW ATTRACTION CARDS --- */
.New-attraction-app-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.New-attraction-attraction-quality-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 600px) {
    .New-attraction-attraction-quality-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .New-attraction-attraction-quality-cards {
        grid-template-columns: repeat(6, 1fr);
    }
    .New-attraction-card:nth-child(-n+3) {
        grid-column: span 2;
    }
    .New-attraction-card:nth-child(4) {
        grid-column: 2 / span 2;
    }
    .New-attraction-card:nth-child(5) {
        grid-column: 4 / span 2;
    }
}

.New-attraction-card {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.New-attraction-card:hover {
    transform: translateY(-5px);
    /* New primary color with transparency for shadow */
    box-shadow: 0 8px 12px rgba(6, 61, 124, 0.1);
}

.New-attraction-card-image-container {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.New-attraction-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.New-attraction-card:hover .New-attraction-card-image {
    transform: scale(1.05);
}

.New-attraction-card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.New-attraction-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    /* New primary color */
    color: #063D7C;
}

.New-attraction-card-description {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.New-attraction-card-details {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 0.9rem;
    color: #000000;
}

.New-attraction-card-details li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.New-attraction-card-details li + li {
    margin-top: 0.75rem;
}

.New-attraction-card-details i {
    color: #063D7C;
    font-size: 16px;
    width: 16px; 
    text-align: center;
    flex-shrink: 0;
    margin-top: 3px;
}

.New-attraction-card-details a {
    color: inherit; /* Use the default text color (black) */
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.New-attraction-card-details a:hover {
    /* New accent color */
    color: #FFDD00;
}


/* ===================================================================
   --- 3. NEARBY ATTRACTIONS SECTION ---
   =================================================================== */

.attractions-section {
  background: white; 
  padding: 39px 8% 80px 8%;
  color: #000000; 
}

.attractions-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.attractions-title {
  font-size: 2.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  position: relative;
}

.attractions-title span {
  /* UPDATED: Using new accent color */
  color: #FFDD00; 
}

.attractions-title::after {
  content: "";
  width: 80px;
  height: 4px;
  /* UPDATED: New accent color */
  background: #FFDD00; 
  display: block;
  margin: 12px 0 0;
  border-radius: 2px;
}

/* Attractions Grid */
.attractions-container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 40px 20px;
    max-width: 1500px;
}

.attractions-container .category {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex: 1;
}

.attractions-container .category:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.attractions-container .category-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    /* UPDATED: New accent color border */
    border-bottom: 4px solid #FFDD00;
}

.attractions-container .category-header {
    padding: 20px;
    /* UPDATED: New primary color background */
    background-color: #063D7C; 
    color: #ffffff; /* White text on new primary background */
    text-align: center;
}

.attractions-container .category-header h2, .title2 {
    color: #ffffff; /* Ensure title is white on dark background */
    margin: 0;
    font-size: 24px;
}

.attractions-container .attraction-list {
    padding: 20px;
}

.attractions-container .attraction {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee; 
}

.attractions-container .attraction:last-child {
    border-bottom: none;
}

.attractions-container .attraction-name, .title3-attraction, .attractions-container .attraction-type {
    color: #000000; font-size:22px;
}

.attractions-container .attraction-distance {
    /* UPDATED: New accent color */
    background-color: #FFDD00; 
    color: #000000; /* Changed to black for better contrast with accent yellow */
    padding: 5px 12px;
    border-radius: 20px;
    min-width: 70px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.attractions-container .attraction:hover .attraction-distance {
    /* UPDATED: New primary color on hover */
    background-color: #063D7C; 
    transform: scale(1.05);
    color: #ffffff; /* White text on new primary background */
}


/* --- PHOTO GALLERY & LIGHTBOX --- */
.photo-gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    max-width: 1500px; 
    margin: 20px auto;
}

.photo-gallery-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.photo-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.photo-gallery-item:hover img {
    transform: scale(1.05);
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); 
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.lightbox.active {
    visibility: visible;
    opacity: 1;
}

.lightbox-content {
    position: relative;
}

#lightbox-img {
    max-width: 90vw;
    max-height: 80vh; 
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    transform: scale(0.8);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lightbox.active #lightbox-img {
    transform: scale(1);
}

#lightbox-caption {
    text-align: center;
    color: #f1f1f1;
    padding: 10px 0;
    margin-top: 10px;
    font-size: 1.1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: opacity 0.4s ease-in-out; 
}

.close-btn, .prev-btn, .next-btn {
    position: absolute;
    color: white;
    cursor: pointer;
    font-weight: bold;
    user-select: none; 
    transition: color 0.2s ease;
}

.close-btn:hover, .prev-btn:hover, .next-btn:hover {
    color: #bbb;
}

.close-btn {
    top: -15px; 
    right: 0px;
    font-size: 40px;
}

.prev-btn, .next-btn {
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    padding: 16px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 3px;
}

.prev-btn {
    left: -60px;
}

.next-btn {
    right: -60px;
}


/* ===== RESPONSIVE STYLES (Consolidated) ===== */
@media (max-width: 992px) {
  /* Hotel Navigation */
  #hotel-navigation-section .nav-row {
      grid-template-columns: repeat(2, 1fr);
  }
  #hotel-navigation-section .nav-link {
      height: 110px;
      padding: 20px 10px;
  }
  /* Contact Section */
  .contact-wrapper-hero {
    flex-direction: column;
  }
  .contact-info-box {
    padding: 30px 25px;
  }
  .contact-image-box {
    height: 300px;
  }
  .contact-info-box h2 {
    font-size: 2rem;
  }
  .contact-info-box p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  /* Location Section */
  .location-content {
    flex-direction: column;
  }
  .location-info, .location-map {
    width: 100%;
  }
  /* Contact Header */
  .custom-contact-header {
    padding: 40px 15px;
  }
  .custom-contact-title {
    font-size: 2rem;
  }
  .custom-contact-description {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 600px) {
    /* FAQ Section */
    .faq-grid {
        grid-template-columns: 1fr;
    }
    .faq-header h2 {
        font-size: 28px;
    }
    .faq-question, .faq-answer {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    /* Hotel Navigation */
    #hotel-navigation-section .nav-row {
        grid-template-columns: 1fr;
    }
    #hotel-navigation-section .nav-link {
        height: 100px;
        padding: 15px 10px;
    }
    #hotel-navigation-section {
        padding: 30px 0;
    }
}