﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Reset & Base Layout */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
   background: linear-gradient(135deg, #FF9D00,);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
  color: #2c2c2c;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

#about p {
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    /* text-shadow: 1px 1px 1px black; */
}

.section-title p::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #f38b74;
    margin: 4px 10px;
}

.section-title h1 {
    margin: 0;
    margin: 0;
    font-size: 38px;
    font-weight: 500;
    font-family: 'Roboto Slab';
    color: #0f2f57;
}

.section-title h1 a {
    margin: 0;
    margin: 0;
    font-size: 54px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    color: #1c1c1c;
    text-decoration: none;
    line-height: 54px;
    /* text-shadow: 1px 1px 1px black; */
}

.about .content p {
    text-align: justify;
    line-height: 27px;
    font-size: 15px !important;
}

h1, h2, h3, h4 {
  font-family:'Playfair Display', serif;
}

h1 {
	font-size: 28px;
}


/* ========== Topbar ========== */

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.topbar {
    position: relative;
    top: 0;
    width: 100%;
    padding:5px 52px 5px 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:#52758b;
    color: #fff;
    font-size: 13px;
    z-index: 999;
    backdrop-filter: blur(10px);
}

.topbar a {
  color: #fff;
  margin-right: 15px;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 13px;
}

.topbar a:hover {
  color: #FF9D00;
}

.topbar-right span {
    margin-left: 20px;
    display: inline-block;
    font-size: 13px;
}

/*.topbar i {
  margin-right: 6px;
}*/

.text{font-size: 13px; font-family:'Montserrat', sans-serif;padding: 0 25px 0 0;}
.text span {font-size: 13px; font-family:'Montserrat', sans-serif; padding: 0 25px 0 0;}
.text span a {font-size: 13px; font-family:'Montserrat', sans-serif; padding: 0 25px 0 0;}


.text1 {font-size: 16px; font-family:'Montserrat', sans-serif;padding: 0 25px 0 0; line-height: 25px;}
.text1 span {font-size: 16px; font-family:'Montserrat', sans-serif; padding: 0 25px 0 0;}
.text1 span a {font-size: 16px; font-family:'Montserrat', sans-serif; padding: 0 25px 0 0;}

/* Responsive Topbar Fix */
@media screen and (max-width: 991px) {
  .topbar {
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    gap: 8px;
	color: #003B5C;
   background-color: #fdfdfd;
  }
  .topbar a {
  color: #003B5C;

}

  .topbar-left {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
	
  }

.topbar-right {
        /* display: flex; */
        flex-direction: column;
        align-items: center;
        gap: 4px;
        text-align: center;
    }

  .topbar-right span {
    margin: 0;
    font-size: 16px;
	
  }

  .topbar::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin-top: 8px;
  }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: 'Playfair Display', serif;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

.ttm-wrap-widget-header .ttm-widget {
    position: relative;
}

.ttm-wrap-widget-header .widget-info {
    float: left;
    margin: 0 30px 0 0px;
}

ul, ol {
    padding: 0;
}
ol, ul {
    list-style: none;
}

.ttm-wrap-widget-header .widget-info:first-child .info-icon.ttm-icon-shape-rounded {
    line-height: 25px;
    padding-left: 1px;
}

.widget-info .info-icon.ttm-icon-shape-rounded {
    float: none;
    font-size: 13px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    margin: 0px 10px 0px 0px;
    color: #fff;
    border: 1px solid #fff;
}

.widget-info .info-icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 5px 15px 0px 0px;
    color: #2bbbd8;
    font-size: 34px;
    vertical-align: middle;
}

.ttm-wrap-widget-header .widget-info:first-child .info-icon.ttm-icon-shape-rounded {
    line-height: 25px;
    padding-left: 1px;
}

.ttm-wrap-widget-header .text-widget .ttm-info-text {
    display: inline-block;
}
.ttm-textcolor-white a
 {
    color: rgba(255, 255, 255, 1);
}

#mainnav-mobi ul > li > a:hover, .footer .social-links li a:hover, .ttm-align-right.social-links a:hover, .ttm-textcolor-skincolor, .info-icon.ttm-textcolor-skincolor, .copyright a, .ttm-sbox-general.ttm-bgcolor-white .ttm-icon {
    color: #ef799d;
}

.topbar-second .ttm-widget p:after {
    position: absolute;
    content: "";
    display: block;
    height: 90%;
    width: 1px;
    top: 0;
    right: -14px;
    background-color: #413d3d;
}

.ttm-align-right.social-links a {
    font-size: 13px;
}

.social-links li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid;
    display: block;
    font-size: 13px;
    color: #dbdbdb;
    text-align: center;
}

a:hover, a:focus {
    color: #691a32;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ttm-textcolor-white a {
    color: rgba(255, 255, 255, 1);
}

.ttm-align-right.social-links {
    padding-left: 27px;
    margin-left: 7px;
}

.ttm-align-right.social-links, #mainnav > ul > li > a, #mainnav ul li, .sw-odd .sw-image .sw-buy, .product-single .product_meta li, .comment-respond h2, .flat-information, .widget.widget-shopby form, .widget.widget-shopby .ui-slider, .wrap-breackcrum, .product .content-product, .main-history .wrap-step .data-step, .main-history .wrap-step .info-step, .item .readmore, .flat-wrap-header, .flat-header-wrap, .topbar .menu.menu-extra, .data-effect, .slide-overlay, .entry, .item, .top-search #searchform-all, .entry .readmore, .entry .meta-data ul li, .widget-download .download a, .widget.widget-nav-menu ul li a, .widget.widget-testimonials .avatar span.name, .widget.widget-testimonials .avatar, .widget-nav-menu ul li, .widget.widget-out-link ul li a, .widget.widget-recent-new ul li span, .menu-extra > li, .nav-wrap, .page-title, .wrap-form.style2 span.flat-input {
    position: relative;
}

.float-right {
    float: right !important;
}



@media (min-width: 992px) {
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* ========== Main Header ========== */
.main-header {
  position: absolute;
  top: 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 52px;
  background: #ffffff91;
  z-index: 998;
  backdrop-filter: blur(10px);
}

.logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo-img {
  height: 60px;
  width: auto;
  max-height: 300px;
  transition: height 0.3s ease;
}

.main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav ul li {
  margin-left: 25px;
}

.main-nav ul li a {
  text-decoration: none;
  color: #004382;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  transition: color 0.3s;
}

.main-nav ul li a:hover {
  color:#f9d404;
}
/* Dropdown Styles */
.main-nav .dropdown {
  position: relative;
}

.main-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background:rgb(255 255 255);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  min-width: 300px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  display: none;
  z-index: 999;
  padding: 0px 0;
}

.main-nav .dropdown-menu li {
  margin: 0;
}

.main-nav .dropdown-menu li a {
    color: #000;
    padding: 4px 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 32px;
}

.main-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.main-nav .dropdown-menu li a:hover {
  background-color: #ebe6e6;
  color: #FF9D00;
}


/* Responsive Main Header */
@media screen and (max-width: 991px) {
  .main-header {
    position: relative;
    top: 0;
    padding: 15px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  
  }

  .main-nav {
    display: none !important;
  }

  .logo-img {
    height: 80px;
  }
}

/* Sticky Header */
.sticky-header {
  position: fixed;
  top: -100px;
  width: 100%;
  background-color: #ffffffb5;
  padding: 0px 80px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  z-index: 999;
  transition: top 0.4s ease-in-out;
  backdrop-filter: blur(10px);
}

.sticky-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sticky-header .logo-img {
    height: 60px;
    width: auto;
    padding: 8px 0;
}

.sticky-header .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-header .main-nav ul li {
  margin-left: 25px;
}

.sticky-header .main-nav ul li a {
  text-decoration: none;
  color: #015a9ae3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  transition: color 0.3s;
}

.sticky-header .main-nav ul li a:hover {
  color: #FF9D00;
}
/* Sticky Header Dropdown - Enhanced Visibility */
.sticky-header .main-nav .dropdown {
  position: relative;
}

.sticky-header .main-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff; /* Solid white background */
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  min-width: 260px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 999;
  padding: 8px 0;
}

.sticky-header .main-nav .dropdown-menu li {
  margin: 0;
}

.sticky-header .main-nav .dropdown-menu li a {
  color: #033503; /* Deep blue text for consistency */
  padding: 10px 20px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  transition: background 0.3s, color 0.3s;
}

.sticky-header .main-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.sticky-header .main-nav .dropdown-menu li a:hover {
  background-color: #FF9D00;
  color: #fff; /* White text on orange hover */
  border-radius: 4px;
}

/* Responsive Sticky Header */
@media screen and (max-width: 768px) {
  .sticky-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
  }

  .sticky-header .main-nav ul {
    flex-direction: column;
    background: #000;
    width: 100%;
    padding: 15px;
    display: none;
  }

  .sticky-header .main-nav ul li {
    margin: 10px 0;
  }

  .sticky-header .main-nav ul.active {
    display: flex !important;
  }

  .sticky-header .logo-img {
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .sticky-header {
    display: none !important;
  }
}
/* ========== Hamburger Button ========== */
.hamburger-toggle {
  display: none;
  position: absolute;
  right: 30px;
  top: 50px;
  z-index: 1000;
  background: none;
  border: none;
  font-size: 26px;
  color: #015a9ae3; /* ✅ New Color */
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .hamburger-toggle {
    display: block;
    top: 40px;
    right: 20px;
  }
}

/* Mobile Menu: Updated Design */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  max-width: 330px;
  height: 100vh;
  background: #015a9ae3; /* ✅ New Primary Background */
  color: #fff;
  z-index: 9999;
  transition: left 0.4s ease;
  padding: 30px 25px;
  box-shadow: 6px 0 20px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}


.mobile-menu-overlay.active {
  left: 0;
}

/* Header: Logo + Close */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.mobile-logo {
  height: 100px;
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.5));
  background: white;
}

.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #FFD369; /* ✅ New Accent Color */
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}

.close-btn:hover {
  transform: rotate(90deg);
  color: #fff; /* ✅ New Hover Color */
}

/* Navigation Links - Styled Like Buttons */
.mobile-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-links li {
  margin-bottom: 15px;
}

.mobile-menu-links li a {
  background: transparent; /* Changed from gradient */
  border: 2px solid #FFD369; /* ✅ New Accent Border */
  color: #FFD369; /* ✅ New Accent Text */
  padding: 12px 20px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

/* ✅ New Active and Hover State for Buttons */
.mobile-menu-links li a:hover,
.mobile-menu-links li a.active {
  background: #FFD369; /* ✅ New Accent Background */
  color: #015a9ae3; /* ✅ New Primary Color Text */
  transform: translateY(-2px);
  border-color: #FFD369;
}


/* Contact Information */
.mobile-contact {
  margin-top: 25px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.06);
  padding: 15px;
  border-left: 4px solid #FFD369; /* ✅ New Accent Border */
  border-radius: 6px;
}

.mobile-contact p {
  margin-bottom: 12px;
}

.mobile-contact span {
  display: block;
  color: #FFD369; /* ✅ New Accent Color */
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Social Section with Glow */
.mobile-social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.mobile-social-icons a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s, text-shadow 0.3s;
}

.mobile-social-icons a:hover {
  color: #FFD369; /* ✅ New Accent Color */
  text-shadow: 0 0 8px #FFD369; /* ✅ New Glow Effect */
}

/* Dropdown Menu Styles */
.mobile-dropdown {
  position: relative;
}

.dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent; /* Consistent with other buttons */
  border: 2px solid #FFD369; /* Consistent with other buttons */
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.dropdown-link {
  color: #FFD369; /* Consistent with other buttons */
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  flex: 1;
}

.dropdown-toggle {
  background: none;
  border: none;
  color: #FFD369; /* Consistent with other buttons */
  font-size: 16px;
  cursor: pointer;
  padding-left: 15px;
}

/* Submenu hidden by default */
.dropdown-submenu {
  display: none;
  margin-top: -5px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
}

.dropdown-submenu li a {
  background: #fff;
  color: #015a9ae3; /* ✅ New Primary Text */
  padding: 10px 15px;
  display: block;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.dropdown-submenu li a:hover {
  background: #FFD369; /* ✅ New Accent Background */
  color: #015a9ae3; /* ✅ New Primary Text */
}


/* General Active Link Styles (for Desktop) */
nav.main-nav a.active,
.sticky-header .main-nav a.active {
  font-weight: 600;
  position: relative;
}

/* Underline for active desktop links, color updated */
nav.main-nav a.active::after,
.sticky-header .main-nav a.active::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFD369; /* ✅ New Accent Color */
  border-radius: 2px;
}
/* Note: The old ".mobile-menu-links a.active::after" has been removed 
   in favor of the new active state styling above. */


/* Responsive trigger */
@media screen and (max-width: 991px) {
  .hamburger-toggle {
    display: block;
  }

  .main-nav {
    display: none !important;
  }

  .sticky-header .main-nav {
    display: none !important;
  }

  .main-header {
    background-color: #fdfdfd;
    border-top: 4px solid #FFD369;
  }
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}



/* Slide fade overlay */
.slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(226 208 161 / 32%), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed; /* Added */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 4%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s ease;
}


.slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

/* Content left area */
.slide-left {
  width: 100%;
  color: #fff;
  z-index: 2;
}

.slide-left h5 {
	color:#f7f6ec;
  /*color: #FFD700; /* Bright gold */
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;'
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 1px 1px 1px black;
  text-align: center;
}

.slide-left h1 {
  font-size: 60px;
  font-weight: 500;
  margin: 10px 0 20px;
  line-height: 1.2;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  text-shadow: 1px 1px 1px black;
  text-align: center;
}

.hero-slider-cover{
  background: url(../images/hero-slider-cover.png) center center / cover no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
  z-index: 100;
  height: 100px;
}


/* Book Button */
.book-btn {
    background: #FF6B35;
    color: #fff;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    /* box-shadow: 0 4px 6px rgba(255, 107, 53, 0.4); */
    transition: background 0.3s;
    justify-content: center; /* centers horizontally */
    align-items: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 3%;
}

.book-btn:hover {
  background: #E65A26;
}

/* Overlay Title (Right Vertical Text) */
.slide-right .overlay-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 130px;
  -webkit-text-stroke: 1px #fff; /* Gold outline */
  color: transparent;
  opacity: 1.90;
  font-weight: bold;
}

/* Navigation Dots */
.slider-nav {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.slider-nav .dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.3;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}

.slider-nav .dot.active {
  opacity: 1;
}

/* Responsive */
@media screen and (max-width: 768px) {
	.hero-slider {

  height: 40vh;
  
}
  .slide-left h1 {
    font-size: 2rem;
	font-weight:300;
  }
  .slide-left h5 {
 font-weight:300;
  font-size: 17px;
 
}
  
  .slide-left {
    width: 100%;
    text-align: center;
  }
  .slide-right {
    display: none;
  }
  .slider-nav {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .slide {
    background-attachment: scroll;
  }
}

.welcome-section {
    position: relative;
    /* background: url(../images/sketch-2.png) center center / cover no-repeat; */
    background-attachment: fixed;
    color: #fff;
    padding: 52px 1px 80px 35px;
    min-height: 586px;
    overflow: hidden;
}


.welcome-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to right, #015a9a, #2f2c2b59); */
    z-index: 1;
}

.welcome-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    gap: 29px;
    align-items: normal;
    backdrop-filter: blur(3px);
}

.welcome-left {
  flex: 1 1 55%;
  border-left: 5px solid #FFD700;
  padding-left: 25px;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
  from {
    opacity: 0;
    transform: translateY(30px);
  }
}

.welcome-left h2 {
    font-size: 26px;
    margin-bottom: 17px;
    color: #707070;
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); */
    font-weight: 500;
}

.welcome-left h4 {
  font-size: 30px;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: 500;
}

.short-intro {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #1c1c1c;
  text-align: justify;
}

.read-more-btn {
  background: #FF6B35;
  color: #fff; /* Deep Blue from logo */
  padding: 12px 28px;
  border: 2px solid #fff;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 17px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.read-more-btn:hover {
  background: #006dad;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 59, 124, 0.3); /* Subtle blue glow */
  transform: translateY(-2px);
}


.read-more-content {
  display: none;
  font-size: 18px;
  line-height: 1.5;
  color: #eee;
  margin-top: 20px;
}

.read-more-content p {
  margin-bottom: 20px;
}

.welcome-right-img {
    flex: 1 1 40%;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
}

.welcome-right-img img {
    max-width: 100%;
    /* border-radius: 40px 0px 40px 0px; */
    /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4); */
    /* border: 4px solid #fff; */
    /* background: #fff; */
    transition: transform 0.3s 
ease;
}

.welcome-right-img img:hover {
  transform: scale(1.03);
}

/* Responsive */
@media screen and (max-width: 768px) {
  .welcome-container {
    flex-direction: column;
    padding: 20px 15px;
  }

  .welcome-left, .welcome-right-img {
    flex: 1 1 100%;
    text-align: center;
    padding-left: 0;
    border-left: none;
  }

  .welcome-left h2 {
    font-size: 28px;
  }

  .welcome-left h4 {
    font-size: 18px;
  }

  .welcome-right-img img {
    margin-top: 30px;
  }
}
/* Entry Animation Keyframes */
@keyframes fadeSlideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeSlideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Existing welcome-section styling continues... */
.welcome-left {
    flex: 1 1 49%;
    border-left: 5px solid #55758e;
    padding-left: 25px;
    animation: fadeSlideInLeft 1.2s ease forwards;
    opacity: 0;
    animation-delay: 0.2s;
    padding-right: 20px;
}

.welcome-right-img {
    flex: 1 1 20%;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    animation: fadeSlideInRight 1.2s ease forwards;
    opacity: 0;
    animation-delay: 0.4s;
}

/* Allow animation to work smoothly on page load */
.welcome-left,
.welcome-right-img {
  will-change: opacity, transform;
}
@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
    max-height: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    max-height: 1000px;
  }
}

.read-more-content {
  display: none;
  font-size: 15px;
  line-height: 1.5;
  color: #eee;
  margin-top: 20px;
  animation: slideFadeIn 0.6s ease forwards;
  overflow: hidden;
}
/* When read-more is opened - hide image & make text full width */
.welcome-container.read-open .welcome-right-img {
  display: none;
}

.welcome-container.read-open .welcome-left {
  flex: 1 1 100%;
  max-width: 100%;
}


/* Section Styling */
.amenities-section {
  padding: 40px 20px;
  background-color: #fdfdfd;
  text-align: center;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 50px;
  color: #003B5C;
  font-weight:500;
  text-transform: uppercase;
}


.amenities-unique {
  position: relative;
  padding: 50px 20px;
  background: linear-gradient(208deg, #e6f0ff 50%, #eee5e7 50%);
  overflow: hidden;
  animation: gradientShift 12s ease infinite;
}

.section-title1 {
    text-align: center;
    font-size: 2.8rem;
    text-transform: uppercase;
    margin-bottom: 23px;
    font-weight: 500;
    color: #2c2c2c;
    position: relative;
    font-family: 'Playfair Display', serif;
}

.section-title1 span {
  color: #e30613; /* Red highlight */
}

.section-title1::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #ffc107;
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

.amenities-grid {
  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);
  border-top: 4px solid #ffc107;
  box-shadow: 0 20px 45px rgba(227,6,19,0.25);
}

/* Icon Circle */
.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffc107;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #2c2c2c;
  transition: all 0.4s ease;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.amenity-item:hover .icon-circle {
  background: #e30613;
  color: #fff;
  box-shadow: 0 0 25px rgba(227,6,19,0.6);
}

.amenity-item h3 {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.amenity-item p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Background decorative overlay */
.amenities-unique::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 200px;
  height: 200px;
  background: rgba(255,193,7,0.2);
  border-radius: 50%;
  z-index: 0;
}

.amenities-unique::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: rgba(227,6,19,0.1);
  border-radius: 50%;
  z-index: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .amenities-grid {
    grid-template-columns: 1fr;
  }
}


/* Amenity Cards */
.amenity-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 20px;
  transition: transform 0.4s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  position: relative;
}

.amenity-card:hover {
  transform: translateY(-8px);
}

/* Icon Wrapper with Bubble Shape */
.icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50% 45% 40% 55% / 60% 55% 45% 50%;
  background: transparent;
  border: 2px solid currentColor;
  transition: all 0.4s ease;
}

/* Faded Large Icon */
.faded-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 58px;
  color: currentColor;
  opacity: 0.08;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.4s ease;
}

/* Solid Small Icon */
.solid-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: currentColor;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.4s ease;
}

.amenity-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
  font-weight:500;
}

.amenity-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* Tetradic Colors */
.orange { color: #FF9D00; }
.blue { color: #007BBA; }
.green { color: #00A676; }
.purple { color: #8E44AD; }

/* Hover Effect */
.amenity-card:hover .solid-icon {
  transform: translate(-50%, -55%) scale(1.1);
  color: #000;
}

.amenity-card:hover .faded-icon {
  opacity: 0.30;
}





.room-slider-title-block {
  text-align: center;
  margin-bottom: 40px;
}

.room-slider-title {
  font-size: 40px;
  font-weight: 500;
  color: #033503;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.room-slider-section {
  position: relative;
  background: #f9fbfc;
  padding: 41px 20px 109px 20px;
  margin-bottom: 26px;
}

.room-slider-container {
  position: relative;
  max-width: 1300px;
  margin: auto;
}

.room-slides-wrapper {
  position: relative;
}

.room-slide {
    display: none;
    padding: 50px 30px 50px 0px;
    /* background: #ffffff; */
    border-radius: 30px 0px 0px 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.room-static-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.room-image-area {
  position: relative;
  flex: 1;
  min-width: 320px;
  text-align: center;
}

.big-text {
  position: absolute;
  top: -120px;
  left: -20px;
  font-size: 140px;
  font-weight: 200;
  font-family: serif;
  color: transparent;
  -webkit-text-stroke: 1px #ccdbe4;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}

.image-background-shape {
    position: absolute;
    top: -61px;
    left: 0;
    width: 100%;
    height: 163%;
    z-index: 0;
    opacity: 0.12;
    background: linear-gradient(135deg, #28A745, #F39C12, #007BFF, #8E44AD);
    border-radius: 40px 0px 40px 0px;
}

.main-room-img {
  width: 100%;
  max-width: 450px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.corner-thumb-img {
  position: absolute;
  bottom: -95px;
  left: 240px;
  width: 240px;
  border-radius: 12px;
  border: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 2;
  background: #fff;
}

.room-info {
    flex: 1;
    min-width: 320px;
    padding: 30px;
    background: #f0f3f6;
    border-radius: 12px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04); */
}

.room-info h2 {
  font-size: 32px;
  color: #003B5C;
  margin-bottom: 12px;
}

.room-info .price {
  font-size: 24px;
  color: #F39C12;
  font-weight: bold;
  margin-bottom: 18px;
}

.room-features {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  color: #133d76;
  margin-bottom: 20px;
}

.room-features li {
  font-size: 15px;
}

.room-desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.book-btn {
    display: inline-block;
    padding: 12px 28px;
    /* background: linear-gradient(to right, #2d2a28, #2f2c2b59); */
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease;
}

.book-btn:hover {  
  background: #072c68 !important;
  color: #fff;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #003B5C;
  color: #fff;
  border: none;
  font-size: 26px;
  padding: 12px 20px;
  cursor: pointer;
  z-index: 20;
  border-radius: 50%;
  opacity: 0.75;
}

.nav-btn:hover {
  opacity: 1;
}

.prev {
  left: -50px;
}

.next {
  right: -50px;
}

/* ✅ RESPONSIVE MEDIA QUERIES */
@media (max-width: 1024px) {
  .room-static-container {
    flex-direction: column;
    gap: 40px;
  }
  .main-room-img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .corner-thumb-img {
    left: 30%;
    transform: translateX(-50%);
    bottom: 100px;
    width: 60%;
    position: relative;
    margin-top: 20px;
  }

  .big-text {
    font-size: 90px;
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }

  .room-info {
    text-align: center;
  }

  .room-info h2 {
    font-size: 26px;
  }

  .room-features {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-background-shape {
    height: 100%;
    width: 100%;
    top: -50px;
  }

  .nav-btn {
    top: auto;
    bottom: 0px;
    transform: none;
  }

  .prev {
    left: 30%;
  }

  .next {
    right: 30%;
  }
}
@media (max-width: 768px) {
  .room-static-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .room-image-area, .room-info {
    min-width: 100%;
    padding: 0 10px;
  }

  .main-room-img {
    max-width: 100%;
    width: 80%;
    height: auto;
  }

  .corner-thumb-img {
    left: 30%;
    transform: translateX(-50%);
    bottom: 50px;
    width: 50%;
  }

  .room-info {
    padding: 20px;
    text-align: left;
  }

  .room-info h2 {
    font-size: 20px;
	
  }

  .room-info .price {
    font-size: 18px;
  }

  .room-desc {
    font-size: 14px;
    margin: 10px 0;
	 text-align: left;
  }

  .book-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .big-text {
    font-size: 70px;
    top: -70px;
    left: 0;
    -webkit-text-stroke: 0.5px #ccdbe4;
  }

  .image-background-shape {
    height: 110%;
    width: 100%;
    top: -50px;
  }

  .room-features {
    grid-template-columns: 1fr;
    text-align: left;
    justify-items: start;
  }

  .nav-btn {
    top: auto;
    bottom: 2px;
    transform: none;
  }

 .prev {
    left: 30%;
  }

  .next {
    right: 30%;
  }
  }
  
  
  @media (max-width: 400px) {
  

  
  .room-info {
    padding: 20px 10px;
  }

  .room-info h2 {
    font-size: 22px;
  }

  .room-features li {
    font-size: 14px;
  }

  .room-desc {
    font-size: 14px;
  }


  .main-room-img {
  max-width: 100%;
    width: 100%;
    height: auto;
	left: auto;
  }
.corner-thumb-img {
  left:70px;
    transform: translateX(-50%);
    bottom: 50px;
    max-width: 50%;
}
  .room-static-container {
    flex-direction: column;
    gap: 20px;
  }

  

  .big-text {
    font-size: 60px;
    top: -80px;
    left: -10px;
  }
  
  .image-background-shape {
    height: 100%;
    width: 106%;
    top: -50px;
	left: -15px;
  }

}




/* Title Block (outside the overlay) */
.attraction-title-block {
    text-align: center;
    padding: 26px 20px 30px;
    color: #003B5C;
    /* background: #f9f9f9; */
}

.attraction-section-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.attraction-subtitle {
  font-size: 16px;
  opacity: 0.8;
  font-weight: 400;
}


/* Section Background */
.attraction-highlight {
  position: relative;
  height: 80vh;
  overflow: hidden;
 
}

.attraction-bg {
  background-image: url('../images/exterior.webp');
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
  transition: background-image 0.4s ease-in-out;
}

/* Overlay with 5 vertical full-height columns */
.attraction-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  width: 100%;
}

.attraction-row {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 15px;
  color: #fff;
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: background 0.3s ease, transform 0.3s ease;
}

/* Vertical divider lines */
.attraction-row:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}

.attraction-row:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.attraction-row .type {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-transform: uppercase;
  opacity: 0.85;
}

.attraction-row h3 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .attraction-title-block {
    padding: 40px 15px 20px;
  }

  .attraction-section-title {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .attraction-subtitle {
    font-size: 14px;
  }

  .attraction-highlight {
    height: auto; /* Let height grow as needed */
  }

  .attraction-overlay {
    flex-direction: column;
    height: auto;
  }

  .attraction-row {
    padding: 30px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transform: none !important;
  }

  .attraction-row:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .attraction-row:not(:first-child)::before {
    display: none; /* Hide vertical dividers on mobile */
  }

  .attraction-row .type {
    font-size: 12px;
  }

  .attraction-row h3 {
    font-size: 18px;
  }
}


.map-gallery-section {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    background: #bcd2e2;
    color: #1e2a3a;
    min-height: 100vh;
    border-radius: 0px 950px;
    overflow: visible;
    box-shadow: 0 0 40px rgba(0, 59, 115, 0.08);
    z-index: 1000;
}

.map-area {
    flex: 1;
    min-width: 350px;
    height: 93vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    /* background: linear-gradient(135deg, #f5fafd 0%, #f5fafd 100%); */
}

.map-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 90%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.map-box:hover {
  transform: scale(1.015);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(10%) contrast(1.1) brightness(1);
}

.map-overlay-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  pointer-events: none;
}

.map-overlay-text i {
  color: #FFC857; /* warm yellow-gold */
  margin-right: 8px;
}

.gallery-area {
    flex: 1;
    min-width: 350px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(135deg, #f5fafd 0%, #f5fafd 100%); */
    padding: 20px;
}

.gallery-container {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 80%;
  width: 100%;
  justify-content: center;
}

.gallery-strip {
  flex: 1;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
  filter: brightness(0.8) blur(2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-strip.main {
  flex: 2;
  filter: none;
  border: 3px solid #FFC857;
  border-radius: 18px;
}

.gallery-strip:hover {
  flex: 2;
  filter: none;
}

.gallery-strip:hover img {
  transform: scale(1.05);
}

.view-gallery-btn {
  margin-top: 20px;
  padding: 12px 24px;
   background: transparent;
    color: #1b8834;
    border: 2px solid #1b8834;

  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.3s ease;
}

.view-gallery-btn:hover {
  background: #007BFF;
  color:#fff;
}

/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.95);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.popup-overlay.active {
  display: flex;
}

.popup-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(255,255,255,0.25);
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  z-index: 10000;
}

.map-gallery-title-block {
    text-align: center;
    padding: 60px 20px 30px;
    background: #fff;
    color: #003B5C;
}

.map-gallery-section-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
}

.map-gallery-subtitle {
  font-size: 16px;
  opacity: 0.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .map-gallery-section {
    flex-direction: column;
  }

  .map-area, .gallery-area {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .map-box {
    height: 300px;
    max-width: 100%;
  }

  .gallery-container {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .gallery-strip {
    flex: 0 0 120px;
    height: 200px;
    border-radius: 15px;
  }

  .gallery-strip.main {
    flex: 0 0 200px;
    height: 220px;
  }

  .view-gallery-btn {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    margin-top: 15px;
  }

  .popup-img {
    max-width: 95%;
    max-height: 70%;
  }

  .close-btn {
    top: 15px;
    right: 20px;
    font-size: 30px;
  }
}


.section-bg {
    background: #f6f9fd;
    padding: 40px 0 40px 0;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl

 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after

 {
    display: table;
    content: " ";
}

.section-title {
    /* max-width: 625px; */
    margin: 0px auto 0px;
    /* text-align: left; */
    position: relative;
    padding-bottom: 0px;
}

.title2 {
    font-size: 23px;
    font-weight: 400;
    color: #7a7777;
    font-family: 'Roboto Slab';
    text-transform: capitalize;
    padding: 10px 0px 10px 0px;
    line-height: 42px;
}

.section-title p {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0px 0 16px 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #707070;
    font-family: "Poppins", sans-serif;
}

.section-title p::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #FF9800;
    margin: 4px 10px;
}


.footer-cover {
    top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background:linear-gradient(278deg, #063a5b, rgb(255 255 255 / 96%));
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    color: #1e2a3a;
    min-height: 100vh;
    border-radius: 0px 950px;
    overflow: visible;
    box-shadow: 0 0 40px rgba(0, 59, 115, 0.08);
    z-index: 1;
    backdrop-filter: blur(10px);
    border-radius: 0px 0px 9500px 0px;
}


.footer-section {
    background: linear-gradient(to right, #ffffff, #52758b);
    color: #093048;
    padding: 50px 25px 24px 25px;
    position: relative;
    overflow: hidden;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); */
}

.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/sketch-2.png') no-repeat center center/cover;
  opacity: 0.08;
  z-index: 0;
}

.footer-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #628498;
    padding-bottom: 45px;
}

/* Container for both logos */
.footer-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  /* space between logos */
}

.footer-logo-img {
    height: 70px;
    /* filter: drop-shadow(0 0 1px #4a4f54); */
    /* background: #fff; */
}

.footer-logo-img1 {
  height: 60px;
  /* Adjusted for better balance */
  filter: drop-shadow(0 0 6px #000);
}

.footer-social a {
  margin: 0 12px;
  font-size: 1.5rem;
  color: #b0c7d5;
  transition: 0.3s ease;
}

.footer-social a:hover {
  color: #F9F871;
  transform: scale(1.2);
}


.footer-middle {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    gap: 50px;
    flex-wrap: wrap;
    border-bottom: 1px solid #6b899a;
    margin-bottom: 47px;
}

.footer-address {
    flex: 1;
    min-width: 730px;
    font-size: 18px;
    border-right: 1px solid #1c4d6b;
    text-shadow: 1px 1px 2px rgb(178 209 228);
    padding-right: 34px;
    font-family: 'Montserrat', sans-serif !important;
}

.footer-address span {
    flex: 1;
    min-width: 280px;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgb(178 209 228);
    font-family: 'Montserrat', sans-serif !important;
}

.footer-address h2 {font-family: 'Montserrat', sans-serif !important; font-size: 18px; color: #52758b;}
.footer-address a h2 {font-family: 'Montserrat', sans-serif !important; font-size: 18px; color: #52758b;}

.footer-links {
    flex: 1;
    min-width: 280px;
    font-size: 18px;
}

.footer-hotel-name {
  font-size: 1.8rem;
  color: #FFD369;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.footer-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #E0E0E0;
}

.footer-links h3 {
    color:#c9dce7;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
}

.footer-links ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.footer-links ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #c9dce7;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #F9F871;
}

.footer-bottom {
    text-align: left;
    font-size: 1rem;
    /* margin-top: 30px; */
    color: #000;
    width: 1025px;
    text-shadow: 1px 1px 2px rgb(178 209 228);
}

.footer-bottom p {
    margin-bottom: 10px;
    /* line-height: 29px; */
    font-size: 1rem;
    color: #000;

}

.footer-bottom a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
}

.footer-bottom a:hover {
  color: #F9F871;
}

@media (max-width: 768px) {
  .footer-top,
  .footer-middle {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-links ul {
    grid-template-columns: 1fr 1fr;
  }
  .footer-social {
    margin-top: 20px;
  }
}

/* Enhance footer link styling */
.footer-phone-link,
.footer-link {
  color: #FFD369;
  text-decoration: none;
  font-weight: 500;
}

.footer-phone-link:hover,
.footer-link:hover {
  color: #F9F871;
}

/* Icon color consistency inside .footer-description and address */
.footer-description em,
.footer-address em {
  color: #FFD369;
  margin-right: 6px;
}

/* Fix missing responsive text alignment */
@media (max-width: 768px) {
  .footer-address,
  .footer-links {
    text-align: left;
  }
  .footer-social {
    justify-content: flex-start;
  }
  .footer-logo-area {
    margin-bottom: 20px;
  }
}

/* Optional: Link underline hover effect for better visual feedback */
.footer-links ul li a:hover,
.footer-phone-link:hover,
.footer-link:hover,
.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-links ul li {
  position: relative;
  padding-left: 25px;
}

.footer-links ul li::before {
  content: '\f111';
  /* Font Awesome's solid circle */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 0.5rem;
  color: #c9dce7;
}

#backToTop {
  position: fixed;
  bottom: 35px;
  right: 30px;
  z-index: 999;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #FFD369, #F9F871);
  color: #0F4C75;
  font-size: 20px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  animation: pulseGlow 2.5s infinite ease-in-out;
  transition: transform 0.3s ease, opacity 0.4s ease;
}

#backToTop:hover {
  transform: translateY(-6px) scale(1.05);
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 rgba(255, 211, 105, 0.4);
  }
  50% {
    box-shadow: 0 0 18px rgba(255, 211, 105, 0.9);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 211, 105, 0.4);
  }
}

@media (max-width: 768px) {
  #backToTop {
    width: 44px;
    height: 44px;
    font-size: 18px;
    bottom: 20px;
    right: 20px;
  }
}



.inner-hero-section {
  position: relative;
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Sticky background */
  overflow: hidden;
  
}


.inner-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(100 80 27 / 62%), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.inner-hero-overlay {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5%;
  z-index: 2;
}

.inner-hero-content {
  color: #fff;
  margin-top: -70px;
}

.inner-hero-content h5 {
  font-size: 26px;
  color: #FFD700;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.inner-hero-content h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin-bottom: -70px;
}

@media screen and (max-width: 768px) {
  .inner-hero-section {
    height: 250px;
	 background-attachment: scroll;
  }

  .inner-hero-content {
    text-align: center;
    width: 100%;
  }

  .inner-hero-content h1 {
    font-size: 28px;
  }

  .inner-hero-content h5 {
    font-size: 16px;
  }
  
}


.title5 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem !important;
    color: #52758b;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgb(178 209 228);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}

.title5 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #52758b;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgb(178 209 228);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}

.title5 h2 a {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #164767;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgb(178 209 228);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}

.cgsl {
    color: #17394d;
    text-decoration: none;
    font-weight: normal;
}

.cgsl:hover{
	   color: #17394d;   
     font-weight: normal;
}



/* 🌟 Cookie Banner Styling */
.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(34, 45, 50, 0.95); /* Darker gray-blue translucent */
    color: #ffffff; /* White text color */
    text-align: center;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    z-index: 99999; /* ✅ Always on top */
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.cookie-banner .cookie-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cookie-banner p {
    margin: 0;
    line-height: 1.4;
}

.cookie-banner a {
    color: #F1C40F; /* Bright yellow for links */
    text-decoration: underline;
    font-weight: 500;
}

.cookie-banner button {
 border: none;
    color: #ffffff;
    background: linear-gradient(135deg, #4A90E2, #1C75BC);
    outline: 0;
    cursor: pointer;
    display: inline-flex
;
    padding: 14px 25px;
    font-weight: 600;
    transition: .3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.cookie-banner button:hover {
     background: linear-gradient(135deg, #1C75BC, #4A90E2); /* Hover effect with reversed gradient */
    border-color: #A9C9F3; /* Light blue border on hover */
    color: #FFFFFF;
    transform: scale(1.05);
}

/* 📱 Responsive for Mobile */
@media (max-width: 768px) {
    .cookie-banner .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}
.accessibility-banner

 {
    position: relative;
    background: url(../images/sketch-2.png) no-repeat center center / cover;
    color: #e4dcdc;
    text-align: center;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

/* Overlay for faded color */
.accessibility-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #015a9ae3;
  z-index: 1;
}

/* Text sits above overlay */
.accessibility-banner * {
  position: relative;
  z-index: 2;
}

.accessibility-banner p{font-family: 'Montserrat', sans-serif; font-size: 18px; text-align: center;}

/* Links */
.accessibility-banner a {font-family: 'Montserrat', sans-serif; font-size: 18px; text-align: center;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  margin-left: 6px;
}

.accessibility-banner a:hover {
  text-decoration: underline;font-family: 'Montserrat', sans-serif; font-size: 18px; text-align: center;
}

/* Icons */
.accessibility-banner em {
  color: #FFD369;
  margin-left: 8px;
  margin-right: 4px;
}

    /* Scoped CSS: All selectors are descendants of .amenities-section */
    .amenities-section {
        width: 100%;
        max-width: 900px;
        margin: 40px auto; /* Centered with top/bottom margin */
        background: #ffffff;
        padding: 60px 40px;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        text-align: center;
        box-sizing: border-box; /* Ensures padding is included in width */
    }

    .amenities-section .section-title {
        font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: 10px;
        color: #2c3e50;
    }

    .amenities-section .section-subtitle {
        font-size: 1.1rem;
        color: #7f8c8d;
        margin-bottom: 50px;
    }

    .amenities-section .amenities-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 40px; 
        text-align: left;
    }

    .amenities-section .amenities-list li {
        display: flex;
        align-items: center;
        font-size: 1.1rem;
        font-weight: 400;
        padding: 10px;
        border-radius: 8px;
        transition: background-color 0.3s, transform 0.3s;
        
        /* Animation setup: initially hidden */
        opacity: 0;
        transform: translateY(20px);
    }

    .amenities-section .amenities-list li.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .amenities-section .amenities-list li:hover {
        background-color: #ecf0f1;
        transform: translateX(5px);
    }

    .amenities-section .amenities-list i {
        font-size: 1.5rem;
        color: #3498db;
        margin-right: 20px;
        width: 30px; 
        text-align: center;
    }

    @media (max-width: 600px) {
        .amenities-section .amenities-list {
            grid-template-columns: 1fr;
        }
        
        .amenities-section .section-title {
            font-size: 2rem;
        }
        
        .amenities-section {
            padding: 40px 25px;
        }
    }


.things-to-do {
    padding: 40px 0;
    /* Retaining white-based gradient for the top section */
    background: white;
    text-align: center;
    margin-top: -50px;
}

.things-title {
   font-size: 3rem;
    color: #000000; /* Text color changed to Black */
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    /* Slightly bolder for more impact */
    font-weight: 800;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
}

.things-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    /* Orange accent color */
    background-color: #FF6B35; /* Changed from old red to Orange */
    margin: 10px auto;
    border-radius: 2px;
}

/* Container for the things-to-do section */
.things-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

/* Slider Styling */
.things-slider {
    flex: 1;
    max-width: 50%;
    min-width: 300px;
    position: relative;
}

.custom-hero-slide {
    display: none;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    border-radius: 8px;
}

.custom-hero-slide.active {
    display: block;
}

.custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.custom-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; /* Retained white for contrast on dark overlay */
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    max-width: 90%;
}

.custom-hero-content h1 {
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: white; /* Retained white for contrast on dark overlay */
}

.custom-hero-content p {
    font-size: 19px;
    margin-bottom: 8px;
    color: white; /* Retained white for contrast on dark overlay */
    font-weight: 400;
    line-height: 1.4;
}

.custom-hero-btn {
    margin-top: 5px;
    padding: 8px 16px;
    /* Orange accent color */
    background-color: #FF6B35; /* Changed from old red to Orange */
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.custom-hero-btn:hover {
    /* Darker orange for hover */
    background-color: #CC562A; /* Darker shade of Orange for hover */
    transform: scale(1.05);
}

/* Content Box Styling */
.things-content-box {
    flex: 1;
    max-width: 40%;
    min-width: 300px;
    padding: 20px;
    /* Dark gray for general text on white background */
    color: #000000; /* Changed to Black */
    border-radius: 8px;
}

.content-inner h2 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 600;
    /* Dark Blue accent color for heading */
    color: #003B5C; /* Changed from old red to Dark Blue */
}

.content-inner p {
    font-size: 20px;
    margin-bottom: 10px;
    /* Dark gray for general text on white background */
    color: #000000; /* Changed to Black */
}

.content-inner ul {
    list-style: none;
    padding: 0;
}

.content-inner ul li {
    font-size: 14px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    color: #000000; /* Explicitly set to Black */
}

.content-inner ul li:before {
    content: '\2192';
    position: absolute;
    left: 0;
    /* Orange accent color */
    color: #FF6B35; /* Changed from old red to Orange */
}
.slide-title {
	font-family: 'Merriweather', serif;
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: white; /* Retained white for contrast on dark overlay */
}

/* Responsive Design for Tablets and Mobiles */
@media (max-width: 1024px) {
    .things-slider {
        max-width: 80%;
        margin-bottom: 20px;
    }

    .things-content-box {
        max-width: 80%;
        margin: 0 auto;
    }

    .custom-hero-content h1 {
        font-size: 20px;
    }

    .custom-hero-content p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .things-container {
        flex-direction: column;
    }

    .things-slider, .things-content-box {
        max-width: 90%;
        margin: 0 auto;
    }

    .custom-hero-slide {
        height: 250px;
    }

    .custom-hero-content h1 {
        font-size: 20px;
    }

    .custom-hero-content p {
        font-size: 14px;
    }

    .custom-hero-btn {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .things-slider, .things-content-box {
        max-width: 100%;
    }

    .custom-hero-slide {
        height: 200px;
    }

    .custom-hero-content h1 {
        font-size: 18px;
    }

    .custom-hero-content p {
        font-size: 12px;
    }

    .custom-hero-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
}


 /* Attractions Full Width Wrapper */
  .attractions-wrapper {
    padding: 20px;
  }

  /* Grid Layout */
  .attractions-grid {
    max-width: 1400px;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  /* Individual Attraction Card */
  .attractions-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* Cards remain white to stand out from light background */
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
  }

  .attractions-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .attractions-card:hover img {
    transform: scale(1.05);
  }

  /* Text Content Box */
  .attractions-info {
    padding: 20px;
    /* Info area also remains white inside the card */
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    width: 100%;
    height: 100%;
  }

  /* Title */
  .attractions-subtitle {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 12px;
    /* Dark Blue accent color */
    color: #003B5C; /* Changed from old red to Dark Blue */
  }

  /* Description */
  .attractions-description {
    font-size: 16px;
    margin-bottom: 10px;
    /* Dark gray for general text on white card background */
    color: #000000; /* Changed to Black */
  }

  /* Bullet List */
  .attractions-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
    text-align: left;
  }

  .attractions-list li {
    font-size: 20px;
    margin-bottom: 6px;
    /* Dark gray for general text on white card background */
    color: #000000; /* Changed to Black */
    position: relative;
    padding-left: 25px;
  }

  .attractions-list li::before {
    content: "\2192";
    position: absolute;
    left: 0;
    /* Orange accent color */
    color: #FF6B35; /* Changed from old red to Orange */
    font-weight: bold;
    font-size: 16px;
  }

  /* Button */
  .attractions-read-more-btn {
    padding: 10px 20px;
    /* Orange accent color */
    background-color: #FF6B35; /* Changed from old red to Orange */
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
  }

  .attractions-read-more-btn:hover {
    /* Darker orange for hover */
    background-color: #CC562A; /* Darker shade of Orange for hover */
  }

  /* Section Header */
  .attractions-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .custom-header-title {
    font-size: 3rem;
    /* Dark gray for title on light red background */
    color: #000000; /* Changed to Black */
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    /* Slightly bolder for more impact and consistency */
    font-weight: 800;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
  }

  /* Added a consistent underline for the second section's title */
  .custom-header-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #FF6B35; /* Changed from old red to Orange */
    margin: 10px auto;
    border-radius: 2px;
  }

  /* Responsive Design */
  @media (max-width: 1024px) {
    .attractions-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    .attractions-grid {
      grid-template-columns: 1fr;
    }

    .custom-header-title {
      font-size: 36px;
    }
  }


.locationpage-header-section {
  background: #f2f6f8; /* Light grey/blue tint */
  padding: 100px 20px;
  margin-top: -115px;
}

.locationpage-header {
  text-align: center;
  max-width: 1500px;
  margin: 0 auto;
}

.location-subtitle {
  font-size: 17px;
  text-transform: uppercase;
  color: #FF6B35; /* Changed from green to Orange */
  font-weight: 600;
  letter-spacing: 1.5px;
}

.location-title {
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0;
  color: #003B5C; /* Changed from dark blue to Dark Blue */
}

.location-desc {
  font-size: 18px;
  color: #000000; /* Changed to Black */
  max-width: 1250px;
  margin: 0 auto;
  line-height: 1.7;
}


.location-section-hero {
 padding: 30px 20px;
}

.location-wrapper-hero {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  overflow: hidden;
}

.location-info-box {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-info-box h2 {
  font-size: 2.4rem;
  color: #003B5C; /* Changed from dark blue to Dark Blue */
  margin-bottom: 15px;
  font-weight: 700;
}

.location-info-box p {
  font-size: 1.1rem;
  color: #000000; /* Changed to Black */
  margin-bottom: 30px;
  line-height: 1.7;
}

.coordinates-area,
.directions-area {
  background: #F5F5F5; /* Light grey background */
  padding: 20px;
  border-left: 5px solid #ffc107; /* Changed from yellow to Yellow accent */
  margin-bottom: 25px;
  border-radius: 10px;
}

.coordinates-area h4,
.directions-area h4 {
  color: #003B5C; /* Changed from specific blue to Dark Blue */
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.coordinates-area ul {
  list-style: none;
  padding-left: 0;
  color: #000000; /* Changed to Black */
}

.coordinates-area ul li {
  margin-bottom: 8px;
  font-size: 1rem;
}

.directions-area form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #C9C9C9; /* Changed to neutral grey */
  font-size: 1rem;
}

.directions-area form button {
  width: 100%;
  padding: 12px;
  background: #FF6B35; /* Changed from purple to Orange */
  color: #fff;
  border: none;
  font-size: 1rem;
  border-radius: 8px;
  transition: background 0.3s;
  font-weight: 600;
}

.directions-area form button:hover {
  background: #CC562A; /* Changed from green to darker Orange */
}

/* Map */
.location-map-box {
  flex: 1;
  background: #e9eff4; /* Light grey/blue tint */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .location-wrapper-hero {
    flex-direction: column;
  }

  .location-map-box {
    height: 300px;
  }
}

/* =================================================================
   4. CONTACT SECTION (REVISED & IMPROVED)
   ================================================================= */

.content-wrapper {
    display: flex;
    gap: 30px;
    padding: 30px;
}

/* --- Shared styles for both the card and the map container --- */
.contact-card,
.map-container {
    flex: 1;
    border-radius: 8px; /* Hardcoded from --border-radius */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* Hardcoded from --shadow-light */
    transition: all 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
    min-height: 450px;
}

.contact-card:hover,
.map-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* Hardcoded from --shadow-dark */
}

/* --- Contact Card Specific Styles --- */
.contact-card {
    background: white; /* Hardcoded from --card-background */
    padding: 25px;
    animation: slideUp 0.8s ease-out 0.4s forwards;
}

/* --- Map Container Specific Styles --- */
.map-container {
    overflow: hidden; /* Ensures iframe respects the border-radius */
    animation: slideUp 0.8s ease-out 0.6s forwards;
    height: 450px;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-card h2 {
    color: #003B5C; /* Changed to Dark Blue */
    margin-bottom: 25px;
    position: relative;
    font-size: 2rem;
    font-family: sans-serif;
}

.contact-card h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #ffc107; /* Changed to Yellow */
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.info-item i {
    color: #ffc107; /* Changed to Yellow */
    font-size: 1.5rem;
    margin-right: 15px;
    margin-top: 5px;
    width: 25px;
}

.info-text h3 {
    margin-bottom: 5px;
    color: #003B5C; /* Changed to Dark Blue */
    font-size: 20px;
}

.info-text p,
.info-text a {
    text-decoration: none;
    transition: color 0.3s;
    color: #000000; /* Ensured explicit black */
    font-size: 18px ;
}

.info-text a:hover {
    color: #003B5C; /* Changed to Dark Blue */
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* --- Media Query for Mobile and Tablet --- */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    .contact-card,
    .map-container {
        width: 100%;
        min-height: auto;
    }

    .map-container {
        height: 350px;
    }
}

/* Scoped styles using section ID */

#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: #003B5C; /* Changed to Dark Blue */
    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;
}

#hotel-navigation-section .nav-link:hover {
    background: #003B5C; /* Changed to Dark Blue */
    color: white;
    box-shadow: 0 8px 16px rgba(0, 59, 92, 0.2); /* Shadow color derived from Dark Blue */
    transform: translateY(-3px);
}

#hotel-navigation-section .nav-icon {
    font-size: 24px;
    margin-bottom: 12px;
    color: #ffc107; /* Changed to Yellow */
    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;
    color: #000000; /* Explicitly set to Black */
}

/* Responsive styles */
@media (max-width: 992px) {
    #hotel-navigation-section .nav-row {
        grid-template-columns: repeat(2, 1fr);
    }

    #hotel-navigation-section .nav-link {
        height: 110px;
        padding: 20px 10px;
    }
}

@media (max-width: 576px) {
    #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;
    }
}






.faq-section {
    margin: 20px auto;
    padding: 0 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h2 {
    color: #003a70;
    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, #003a70, #fcb100);
    border-radius: 2px;
}

.faq-header p {
    color: black;
    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 #003a70;
}

.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: #fcb100;
    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: #333;
}

.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, #003a70, transparent);
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.faq-answer a {
    color: #003a70;
    font-weight: 600;
    text-decoration: none !important;
}

.faq-answer a:hover {
    color: #fcb100;
    border-bottom-color: #fcb100;
}

.faq-answer .fa-caret-right {
    color: #fcb100;
    margin-right: 8px;
}

@media (max-width: 600px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-header h2 {
        font-size: 28px;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-answer {
        padding: 20px;
    }
}


/* Main Container - MODIFIED TO BREAK OUT OF PARENT CONTAINER */
.split-attractions-container {
    position: relative;
    width: 99vw;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}

/* Three-Column Grid Layout - MODIFIED TO CENTER CONTENT */
.split-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    align-items: center;
    gap: 30px;
    
    /* New styles to keep the content centered and readable */
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px; /* Adds horizontal padding for smaller screens */
    box-sizing: border-box;
}

/* Shared Attraction Box Styles */
.attraction-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px 0; /* Adjusted margin */
}

.attraction-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.box-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: black;
    margin-bottom: 20px;
}

/* Center Image Styles */
.center-image-box {
    border-radius: 15px;
    overflow: hidden;
    height: 500px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
}

.center-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.center-image-box:hover img {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 992px) {
    .split-grid {
        grid-template-columns: 1fr; /* Stack columns */
        gap: 30px;
    }
    
    .center-image-box {
        order: -1; 
        height: 350px;
        margin-bottom: 0; /* Ensure no extra margin */
    }
    
    .attraction-box {
        text-align: center;
    }
}