/* White House Syona Resort, Mussoorie - Main Stylesheet */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Glida:wght@300;400;600&family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Custom Properties - Mussoorie Mountain Color Palette */
:root {
  /* Primary Colors */
  --mountain-green: #2d5a2d;
  --forest-green: #1e3a1e;
  --misty-blue: #6b8fa3;
  --sky-blue: #87ceeb;

  /* Secondary Colors */
  --earthy-brown: #8b6914;
  --warm-brown: #a0522d;
  --cream: #f5f5dc;
  --white: #ffffff;

  /* Accent Colors */
  --gold: #d4af37;
  --light-green: #90ee90;
  --mist-grey: #f0f8ff;

  /* Typography */
  --heading-font: "Cinzel", serif;
  --body-font: "Montserrat", sans-serif;

  /* Spacing */
  --section-padding: 80px 0;
  --container-padding: 0 15px;
}

        #stylized .btn {
            background: #006641;
            width: 90%;
            font-size: 16px;
            color: #fff;
            font-weight: 500;
            cursor: pointer;
            height: 40px;
            border: none;
            border-radius: 4px;

        }

        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;

        }

        /* Background */
        .booking-section {
            background: linear-gradient(135deg, #e8f5e9, #ffffff);
            padding: 40px 20px;
        }

        /* Form Wrapper */
        .booking-form {
            display: flex;
            align-items: center;
            justify-content: space-between;
           
            background: #fff;
            padding: 20px 25px;
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            flex-wrap: wrap;
        }

        /* Inputs */
        .booking-form input {
            flex: 1;
width:100%;
            padding: 10px 12px;
            font-size: 15px;
            border: 1px solid #ddd;
            border-radius: 10px;
            outline: none;
            transition: 0.3s;
        }

        .booking-form input:focus {
            border-color: #2e6b3f;
            box-shadow: 0 0 8px rgba(46, 107, 63, 0.2);
        }

        /* Button */
        .btn-booking {
            background: linear-gradient(90deg, #2e6b3f, #218838);
            color: #fff;
            padding: 10px 12px;
            border: none;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: 0.3s ease-in-out;
            width:100%;
        }

        .btn-booking:hover {
            transform: scale(1.05);
            background: linear-gradient(90deg, #218838, #1e7e34);
        }

        /* Payment Section */
        .payment-icons {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }

        .payment-icons img {
            height: 28px;
        }

        .pay-label {
            font-weight: 600;
            font-size: 14px;
            color: #444;
            margin-right: 5px;
        }

        /* Mobile */
        @media (max-width: 768px) {
            .booking-form {
                flex-direction: column;
                text-align: center;
                gap: 20px;
            }

            .btn-book, .btn-read {
                width: 100%;
            }

            .booking-form input {
                width: 100%
            }
        }
    
        .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;
            }
        }
 
/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

  .video-section {
    position: relative;
    
    text-align: center;
}

.video {
    display: block;
    max-width: 100%;  /* prevent overflow on smaller screens */
    height: auto;     /* keep original aspect ratio */
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* dark overlay for text contrast */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

        .room-card img {
            height: 230px;
            object-fit: cover;
            border-top-left-radius: .5rem;
            border-top-right-radius: .5rem;
        }

        .price-badge {
            position: absolute;
            top: .75rem;
            right: .75rem;
            background: #f7c600;
            color: #000;
            font-weight: 600;
            padding: .35rem .75rem;
            border-radius: 1rem;
            font-size: .9rem;
        }

        .facility-icons .material-icons {
            font-size: 1.6rem;
            color: #2e6b3f;
            /* theme color */
            margin-right: .75rem;
            cursor: pointer;
        }

        .btn-book {
            background-color: #2e6b3f;
            color: #fff;
        }

        .btn-read {
            background-color: #6c757d;
            color: #fff;
        }

        .btn-book:hover,
        .btn-read:hover {
            opacity: 0.9;
            color: #fff;
            background:green;
        }
        .mussoorie-carousel .card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.mussoorie-carousel .card:hover {
  transform: translateY(-6px);
}
.mussoorie-carousel .card-title {
  font-family: 'Glida', serif;  /* Use Google Fonts Glida if loaded */
}

   
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  line-height: 1.6;
  color: var(--forest-green);
  background-color: var(--white);
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.2;
}

h1 {
  font-size: 3.5rem;
  color: var(--mountain-green);
}

h2 {
  font-size: 2.5rem;
  color: var(--mountain-green);
  font-weight: 400;
}

h3 {
  font-size: 2rem;
  color: var(--forest-green);
}

h4 {
  font-size: 1.5rem;
  color: var(--forest-green);
}

h5 {
  font-size: 1.25rem;
  color: var(--forest-green);
}

h6 {
  font-size: 1rem;
  color: var(--forest-green);
}

p {
  margin-bottom: 1rem;
  color: var(--forest-green);
}

a {
  color: var(--misty-blue);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--mountain-green);
}

/* Layout Components */
.container-fluid {
  padding: var(--container-padding);
}

.section-padding {
  padding: var(--section-padding);
}

/* Header & Navigation */
.navbar {
     background-color: rgb(255 255 255);
    /* backdrop-filter: blur(10px); */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s 
ease;
    padding: 0;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%235c1f0e' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-toggler:hover {
  text-decoration: none;
  background-color: #fcd968;
}


.navbar-brand {
  font-family: var(--heading-font);
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff !important;
  width: 200px;
}
.navbar-brand img{width: 200px;}
.navbar-nav .nav-link {
  font-family: var(--body-font);
  font-weight: 500;
 
  margin: 0 15px;
  transition: color 0.3s ease;
}
@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1.5rem;
    width: 140px;
  }
   .navbar-brand img{
    width: 140px;
  }
}
.nav-link {
  
    color: #141212;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #5c1f0e !important;
  font-weight:500;
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Buttons */
.btn-primary {
  background-color: var(--mountain-green);
  border-color: var(--mountain-green);
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  /* letter-spacing: 1px; */
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: var(--forest-green);
  border-color: var(--forest-green);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(45, 90, 45, 0.3);
}

.btn-outline-primary {
  color: var(--mountain-green);
  border-color: var(--mountain-green);
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: var(--mountain-green);
  border-color: var(--mountain-green);
  color: var(--white);
}

.btn-gold {
  background-color: var(--gold);
  border-color: var(--gold);
  color: var(--white);
  border-radius: 30px;
  padding: 8px 20px;
  /* font-weight: 600; */
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  font-size: 1rem;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: var(--earthy-brown);
  border-color: var(--earthy-brown);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--white);
  /* max-width: 800px; */
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.hero-title {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-content h1 {
  color: #fff
}

.hero-content p {
  color: #fff
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Swiper Styles */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--white);
  background: rgba(45, 90, 45, 0.7);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-pagination-bullet {
  background: var(--white);
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: var(--gold);
  opacity: 1;
}

/* Card Components */
.card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-img-top {
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card:hover .card-img-top {
  transform: scale(1.05);
}

.card-body {
  padding: 2rem;
}

.room-carousel .card-body {
  padding: 2rem;
  height: 230px;
  margin-bottom: 15px;
}

.room-carousel .item {
  margin-bottom: 10px;
}

.card-title {
  color: var(--mountain-green);
  font-family: var(--heading-font);
  font-weight: 400;
  margin-bottom: 1rem;
}

.card-text {
  color: var(--forest-green);
  line-height: 1.6;
}

/* Room Cards */
.room-card {
  position: relative;
  overflow: hidden;
}

.room-price {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--gold);
  color: var(--white);
  padding: 10px 15px;
  border-radius: 20px;
  font-weight: 600;
  z-index: 2;
}

.room-amenities {
  list-style: none;
  padding: 0;
  margin: 0;
}

.room-amenities li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  color: var(--forest-green);
}

.room-amenities li i {
  color: var(--mountain-green);
  margin-right: 10px;
  font-size: 1.2rem;
}

/* Facility Icons */
.facility-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: transform 0.3s ease;
  border: 3px solid #2d5a2d;
}

.special-event .facility-icon,
.vimis .facility-icon {
  margin: 0 !important;
}

.special-event .facility-icon,
.vimis h4 {
  margin-right: 10px !important;
}

.facility-icon:hover {
  transform: scale(1.1) rotate(5deg);
}

.facility-icon i {
  font-size: 2rem;
  color: #2d5a2d;

}

.facility-item {
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 15px;
  transition: background-color 0.3s ease;
}

.facility-item:hover {
  background-color: var(--mist-grey);
}

.facility-title {
  font-family: var(--heading-font);
  color: var(--mountain-green);
  margin-bottom: 1rem;
}

/* Gallery */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(45, 90, 45, 0.8), rgba(107, 143, 163, 0.6));
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  color: var(--white);
  font-size: 3rem;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: var(--white);
  font-size: 3rem;
  cursor: pointer;
  z-index: 10000;
}

/* Contact Form */
.contact-form {
  background: var(--mist-grey);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 2rem;
}

.form-control {
  border: 2px solid var(--cream);
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: var(--mountain-green);
  box-shadow: 0 0 0 0.2rem rgba(45, 90, 45, 0.25);
}

.form-label {
  font-weight: 600;
  color: var(--forest-green);
  margin-bottom: 0.5rem;
}

/* Contact Info */
.contact-info {
  background: var(--white);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--mountain-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}

.contact-icon i {
  color: var(--white);
  font-size: 1.5rem;
}

.contact-details h5 {
  color: var(--mountain-green);
  margin-bottom: 0.5rem;
}

.contact-details p {
  color: var(--forest-green);
  margin: 0;
}

/* Map Container */
.map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* Footer */
.footer {
  background: linear-gradient(135deg, var(--forest-green), var(--mountain-green));
  color: var(--white);
  padding: 4rem 0 2rem;
  /* margin-top: 5rem; */
}
.footer img {
    width: 260px;
    margin-bottom: 20px;
    text-align: center;
}

.footer h5 {
  color: var(--gold);
  margin-bottom: 1.5rem;
  font-family: var(--heading-font);
}

.footer p,
.footer li {
  color: var(--cream);
  opacity: 0.9;
}

.footer a {
  color: var(--cream);
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--gold);
}

.footer-social {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: var(--gold);
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 3rem;
  padding-top: 2rem;
  text-align: center;
}
.material-icons {
  
    vertical-align: middle;
}
/* Testimonial Slider */
.testimonial-card {
  background: var(--white);
  border-radius: 20px;
  padding: 3rem;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  margin: 1rem;
}

.testimonial-avatar {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.5rem;
  border: 4px solid var(--gold);
  background: #2d5a2d;
  color: #fff;
  line-height: 80px;
  font-size: 40px;
  font-family: var(--heading-font);
}

.testimonial-text {
  font-style: italic;
  color: var(--forest-green);
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
}

.testimonial-author {
  color: var(--mountain-green);
  font-weight: 600;
  font-family: var(--heading-font);
}

.testimonial-rating {
  color: var(--gold);
  margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  :root {
    --section-padding: 40px 0;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .contact-form,
  .contact-info {
    padding: 2rem;
  }

  .testimonial-card {
    padding: 2rem;
  }

  .gallery-item img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .navbar-brand {
    font-size: 1.5rem;
  }

  .btn-primary,
  .btn-outline-primary,
  .btn-gold {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .facility-icon {
    width: 60px;
    height: 60px;
  }

  .facility-icon i {
    font-size: 1.5rem;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Focus styles for accessibility */
.btn:focus,
.form-control:focus,
.nav-link:focus {
  outline: 2px solid var(--misty-blue);
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  :root {
    --mountain-green: #000000;
    --forest-green: #000000;
    --misty-blue: #0000ff;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}