
  #stylized .btn
  	{
  	    background:#bc8c12;
		 width: 90%;
         font-size: 16px;
         color: #fff;
         font-weight: 500;
         cursor: pointer;
         height:40px;
         border: none;
		 border-radius:4px;

   }
   .material-symbols-outlined {
  font-variation-settings:
    'wght' 300,
    'FILL' 0,
    'GRAD' 0,
    'opsz' 48;
}
 #facilities .material-symbols-outlined{font-size:64px; color:var(--dark-gold) }
  input.calendarDateInput, select.calendarDateInput
  	{
   height:35px;
  	 }

    .td1 input,
    .td2 input {
      width: 90%;
      height: 40px;
      padding-left: 5px;
      border: none;
      border: 1px solid #ddd;
	  border-radius:4px;
    
    }

    .calender {
      background: transparent url(https://www.eglobe-solutions.com/extras/Content/WebsiteTemplate/L6deluxe/libs/images/calendar-icon.png) 94% no-repeat;
      cursor: pointer;
      border-radius:4px;
      border: solid 1px #ddd;
      color: #000;
      text-align: left;
      padding-left: 5px;
    }

    .ui-datepicker-trigger {
      margin-left: 2px;
      margin-top: 10px;
      margin-bottom: -6px;
      padding-right: 3px;
    }

    div.ui-datepicker {
      font-size: 15px;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
      div.ui-datepicker {
        font-size: 15px;
      }
    }

    @-moz-document url-prefix() {
      div.ui-datepicker {
        font-size: 15px;
        margin-top: -80px;
      }
    }

    #h2 {
      font: normal 14px "Droid Serif", serif;
    }

    @media only screen and (max-width: 768px) {

      #stylized .td1 {

        padding-top: 20px;
      }

      #stylized .td1,
      .td2,
      .td3 {
        float: left;
        width: 96%;
        text-align: center;
        margin-bottom: 20px;
      }

      #stylized .td4 {
        float: left;
        width: 96%;
        text-align: center;

      }

      .td1 input,
      .td2 input {
        width: 96%;
        height: 50px;
        border: 1px solid #ccc;
	
      }

      #stylized .btn {

        width: 96%;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        cursor: pointer;
        height: 50px;

      }
	  }

      @media only screen and (max-width: 480px) {

        #stylized .td1,
        .td2,
        .td3,
        .td4 {
          float: left; 
          width: 96%;
          text-align: center;

        }

        .td1 input,
        .td2 input {
          width: 96%;
          height: 40px;
          border: 1px solid #ccc;
        }
		}

        :root {
            --primary-gold: #D4AF37;
            --dark-gold: #B8860B;
            --light-gold: #F4E5C3;
            --royal-maroon: #800020;
            --dark-gray: #2C2C2C;
            --light-gray: #F8F9FA;
            --text-gray: #666666;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Montserrat', sans-serif;
            color: var(--dark-gray);
            overflow-x: hidden;
            background-color: #ffffff;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
           font-family: "Marcellus", serif;
            color: var(--dark-gray);
            font-weight: 400;
        }

        /* Navbar Styles */
        .navbar {
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
            padding: 5px 0;
            transition: all 0.3s ease;
        }

        .navbar.scrolled {
            padding: 10px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }

        .navbar-brand {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--primary-gold) !important;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .logo-icon {
            width: 50px;
            height: 50px;
            background: var(--dark-gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            font-weight: bold;
        }

        .nav-link {
            font-weight: 500;
            color: var(--dark-gray) !important;
            margin: 0 8px;
            transition: color 0.3s ease;
            position: relative;
        }

        .nav-link:hover,
        .nav-link.active {
            color: var(--primary-gold) !important;
        }
.email{font-size:11px;}
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 50%;
            background-color: var(--primary-gold);
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }

        .nav-link:hover::after,
        .nav-link.active::after {
            width: 80%;
        }

        .btn-book-now {
            background: var(--dark-gold);
            color: white !important;
            padding: 10px 25px;
            border-radius: 4px;
            font-weight: 600;
            border: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
        }

        .btn-book-now:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
        }

        /* Hero Section */
        .hero-section {
            position: relative;
            height: 100vh;
            /* min-height: 600px; */
        }

        .owl-carousel .item {
            height: 100vh;
            /* min-height: 600px; */
            position: relative;
            background-size: cover;
            background-position: center;
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.25);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-content {
            text-align: center;
            color: white;
            z-index: 10;
            padding: 20px;
            position: relative;
            top: 100px;
        }

        .hero-content h1 {
            font-size: 4rem;
            color: white;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            animation: fadeInUp 1s ease;
        }

        .hero-content p {
            font-size: 1.5rem;
            margin-bottom: 30px;
            color: var(--light-gold);
            animation: fadeInUp 1.2s ease;
        }
.material-icons {
    font-family: 'Material Icons';
    font-weight: 200;
    font-style: normal;
    font-size: 86px;
}
        .hero-btn {
            background: var(--dark-gold);
            color: white;
            padding: 15px 40px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: 600;
            display: inline-block;
            transition: all 0.3s ease;
            animation: fadeInUp 1.4s ease;
            box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
        }

        .hero-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6);
            color: white;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Section Styles */
        .section-padding {
            padding: 40px 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 30px;
        }

        .section-title h2 {
            font-size: 3rem;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            width: 100px;
            height: 3px;
            background: var(--dark-gold);
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }

        .section-title p {
            color: var(--text-gray);
            font-size: 1.1rem;
            margin-top: 10px;
        }

        /* About Section */
        .about-section {
            background-color: var(--light-gray);
        }

        .about-image {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }

        .about-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .about-image:hover img {
            transform: scale(1.05);
        }

        .about-content h3 {
            color: var(--primary-gold);
            margin-bottom: 20px;
            font-size: 2rem;
        }

        .about-content p {
            color: var(--text-gray);
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .feature-box {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: var(--dark-gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .feature-text h5 {
            margin-bottom: 5px;
            font-size: 1.1rem;
        }

        .feature-text p {
            margin: 0;
            color: var(--text-gray);
            font-size: 0.9rem;
        }

        /* Rooms Section */
        .room-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            margin: 15px;
        }

        .room-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .room-image {
            position: relative;
            height: 250px;
            overflow: hidden;
        }

        .room-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .room-card:hover .room-image img {
            transform: scale(1.1);
        }

        .room-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--primary-gold);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
        }

        .room-content {
            padding: 25px;
        }

        .room-content h4 {
            margin-bottom: 15px;
            font-size: 1.5rem;
        }

        .room-content p {
            color: var(--text-gray);
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .room-features {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

        .room-feature {
            display: flex;
            align-items: center;
            color: var(--text-gray);
            font-size: 0.9rem;
        }

        .room-feature .material-icons {
            color: var(--primary-gold);
            font-size: 18px;
            margin-right: 5px;
        }

        .room-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

        .room-price {
            font-size: 1.8rem;
            color: var(--primary-gold);
            font-weight: 700;
        }

        .room-price span {
            font-size: 0.9rem;
            color: var(--text-gray);
            font-weight: 400;
        }

        .btn-book {
            background:var(--dark-gold);
            color: white;
            padding: 10px 25px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
        }

        .btn-book:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
            color: white;
        }

        /* Facilities Section */
        .facilities-section {
            background-color: var(--light-gray);
        }

        .facility-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
        }

        .facility-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }

        .facility-icon {
            width: 80px;
            height: 80px;
            /* background:  var(--dark-gold); */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-size: 36px;
            transition: all 0.3s ease;
        }

        .facility-card:hover .facility-icon {
            transform: rotateY(360deg);
        }

        .facility-card h4 {
            margin-bottom: 15px;
            font-size: 1.3rem;
        }

        .facility-card p {
            color: var(--text-gray);
            line-height: 1.6;
        }

        /* Gallery Section */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }

        .gallery-item {
            position: relative;
            height: 300px;
            overflow: hidden;
            border-radius: 10px;
            cursor: pointer;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #b8860b6b;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }

        .gallery-overlay .material-icons {
            color: white;
            font-size: 48px;
        }

        /* Traditional Food Section */
        .food-section {
            background-color: var(--light-gray);
        }

        .food-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            margin-bottom: 30px;
        }

        .food-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
        }

        .food-image {
            height: 200px;
            overflow: hidden;
            position: relative;
        }

        .food-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .food-card:hover .food-image img {
            transform: scale(1.1);
        }

        .food-number {
            position: absolute;
            top: 15px;
            left: 15px;
            background: var(--primary-gold);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 500;
            font-size: 1rem;
        }

        .food-content {
            padding: 20px;
        }

        .food-content h5 {
            margin-bottom: 10px;
            color: var(--dark-gray);
            font-size: 1.2rem;
        }

        .food-content p {
            color: var(--text-gray);
            line-height: 1.6;
            margin: 0;
            font-size: 0.95rem;
        }

        /* Attractions Section */
        .attraction-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
        }

        .attraction-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }

        .attraction-image {
            height: 250px;
            overflow: hidden;
        }

        .attraction-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .attraction-card:hover .attraction-image img {
            transform: scale(1.1);
        }

        .attraction-content {
            padding: 25px;
        }

        .attraction-content h4 {
            margin-bottom: 15px;
            font-size: 1.4rem;
        }

        .attraction-content p {
            color: var(--text-gray);
            line-height: 1.6;
        }

        /* Booking Section */
        .booking-section {
            background: var(--dark-gold);
            padding: 80px 0;
        }

        .booking-form {
            background: white;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
        }

        .booking-form h3 {
            margin-bottom: 30px;
            text-align: center;
            color: var(--primary-gold);
        }

        .form-label {
            font-weight: 600;
            color: var(--dark-gray);
            margin-bottom: 8px;
        }

        .form-control,
        .form-select {
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            padding: 12px 15px;
            transition: all 0.3s ease;
        }

        .form-control:focus,
        .form-select:focus {
            border-color: var(--primary-gold);
            box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
        }

        .btn-submit {
            background: var(--dark-gold);
            color: white;
            padding: 15px 40px;
            border-radius: 4px;
            font-weight: 600;
            border: none;
            width: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(212, 175, 55, 0.3);
        }

        .btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
        }

        /* Contact Section */
        .contact-section {
            background-color: var(--light-gray);
        }

        .contact-info {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
            height: 100%;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            background: var(--dark-gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .contact-details h5 {
            margin-bottom: 5px;
            font-size: 1.1rem;
        }

        .contact-details p {
            margin: 0;
            color: var(--text-gray);
        }

        .map-container {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
            height: 400px;
        }

        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        /* Footer */
        .footer {
            background: #000;
            color: white;
            padding: 60px 0 20px;
        }

        .footer h5 {
            color: var(--primary-gold);
            margin-bottom: 20px;
            font-size: 1.3rem;
        }

        .footer p,
        .footer a {
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.8;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer a:hover {
            color: var(--primary-gold);
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: 40px;
            padding-top: 20px;
            text-align: center;
        }

        .social-links {
            display: flex;
            gap: 15px;
        }

        .social-link {
            width: 40px;
            height: 40px;
            background: rgba(212, 175, 55, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-gold);
            transition: all 0.3s ease;
        }

        .social-link:hover {
            background: var(--primary-gold);
            color: white;
            transform: translateY(-3px);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2.5rem;
            }

            .hero-content p {
                font-size: 1.1rem;
            }

            .section-title h2 {
                font-size: 2rem;
            }

            .navbar-brand {
                font-size: 1.3rem;
            }

            .logo-icon {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
        }

        /* Swiper Custom Styles */
        .swiper {
            width: 100%;
            padding-bottom: 50px;
        }

        .swiper-pagination-bullet {
            background: var(--primary-gold);
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: var(--primary-gold);
        }

        /* Owl Carousel Custom */
        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background: var(--primary-gold);
        }

        .owl-theme .owl-nav [class*='owl-'] {
            background: var(--primary-gold);
            color: white;
        }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: var(--dark-gold);
        }
        /* FIX: Prevent mobile header overflow */
.header, .navbar, .mobile-header {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* FIX: Stop hamburger menu from pushing layout */
.menu-toggle {
    position: absolute;
    right: 15px !important;   /* instead of -2px / 0px / 20px */
    top: 15px !important;
    z-index: 9999;
}

/* Remove any horizontal overflow */
html, body {
    overflow-x: hidden !important;
}
  