 :root {
     --primary-color: #8B4513;
     --secondary-color: #D2B48C;
     --accent-color: #CD853F;
     --light-color: #FAF3E0;
     --dark-color: #3E2723;
 }

 body {
     font-family: 'Poppins', sans-serif;
     color: #333;
     line-height: 1.6;
 }

 h1,
 h2,
 h3,
 h4,
 h5 {
     font-family: 'Playfair Display', serif;
     font-weight: 600;
 }

 .navbar {
     background-color: rgba(255, 255, 255, 0.95);
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     padding: 15px 0;
     transition: all 0.3s ease;
 }

 .logo-img {
     height: 50px;
 }

 .navbar-brand {
     font-family: 'Playfair Display', serif;
     font-size: 1.8rem;
     font-weight: 700;
     color: var(--primary-color);
 }

 .nav-link {
     font-weight: 500;
     color: var(--dark-color) !important;
     margin: 0 10px;
     transition: color 0.3s;
 }

 .nav-link:hover {
     color: var(--primary-color) !important;
 }

 .hero-section {
     height: 100vh;
     background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
         url('../images/12.jpg') no-repeat center center/cover;
     display: flex;
     align-items: center;
     color: white;
     text-align: center;
 }

 .hero-content h1 {
     font-size: 3.5rem;
     margin-bottom: 20px;
     text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
 }

 .hero-content p {
     font-size: 1.2rem;
     margin-bottom: 30px;
     max-width: 700px;
     margin-left: auto;
     margin-right: auto;
 }

 .btn-primary {
     background-color: var(--primary-color);
     border: none;
     padding: 12px 30px;
     font-weight: 500;
     transition: all 0.3s;
 }

 .btn-primary:hover {
     background-color: var(--accent-color);
     transform: translateY(-3px);
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
 }

 .section-title {
     position: relative;
     margin-bottom: 50px;
     text-align: center;
 }

 .section-title:after {
     content: '';
     position: absolute;
     bottom: -15px;
     left: 50%;
     transform: translateX(-50%);
     width: 80px;
     height: 3px;
     background-color: var(--primary-color);
 }

 .about-section {
     padding: 100px 0;
     background-color: var(--light-color);
 }

 .room-card {
     border: none;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s;
     margin-bottom: 30px;
 }

 .room-card:hover {
     transform: translateY(-10px);
 }

 .room-card img {
     height: 250px;
     object-fit: cover;
 }

 .room-card .card-body {
     padding: 25px;
 }

 .amenity-item {
     text-align: center;
     padding: 20px;
     margin-bottom: 30px;
 }

 .amenity-icon {
     font-size: 2.5rem;
     color: var(--primary-color);
     margin-bottom: 15px;
 }

 .testimonial-section {
     padding: 100px 0;
     background-color: var(--light-color);
 }

 .testimonial-card {
     background: white;
     border-radius: 10px;
     padding: 30px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
     margin-bottom: 30px;
 }

 .testimonial-text {
     font-style: italic;
     margin-bottom: 20px;
 }

 .testimonial-author {
     font-weight: 600;
     color: var(--primary-color);
 }

 .contact-section {
     padding: 100px 0;
     background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
         url('https://images.unsplash.com/photo-1582719508461-905c673771fd?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80') no-repeat center center/cover;
     color: white;
 }

 .contact-info i {
     color: var(--secondary-color);
     margin-right: 10px;
 }

 footer {
     background-color: var(--dark-color);
     color: white;
     padding: 60px 0 30px;
 }

 .footer-links h5 {
     color: var(--secondary-color);
     margin-bottom: 20px;
 }

 .footer-links ul {
     list-style: none;
     padding: 0;
 }

 .footer-links li {
     margin-bottom: 10px;
 }

 .footer-links a {
     color: #ccc;
     text-decoration: none;
     transition: color 0.3s;
 }

 .footer-links a:hover {
     color: var(--secondary-color);
 }

 .copyright {
     text-align: center;
     padding-top: 30px;
     margin-top: 30px;
     border-top: 1px solid rgba(255, 255, 255, 0.1);
 }

 /* Modal Styles */
 .modal-header {
     background-color: var(--primary-color);
     color: white;
     border-bottom: none;
 }

 .modal-title {
     font-family: 'Playfair Display', serif;
     font-weight: 600;
 }

 .btn-close-white {
     filter: invert(1);
 }

 .modal-footer {
     border-top: none;
 }

 .form-label {
     font-weight: 500;
 }

 .form-control:focus {
     border-color: var(--primary-color);
     box-shadow: 0 0 0 0.25rem rgba(139, 69, 19, 0.25);
 }

 @media (max-width: 768px) {
     .hero-content h1 {
         font-size: 2.5rem;
     }

     .hero-content p {
         font-size: 1rem;
     }
 }

 /*css for about us page*/


 .page-header {
     background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
         url('https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80') no-repeat center center/cover;
     padding: 150px 0 80px;
     color: white;
     text-align: center;
     margin-top: 85px;
 }

 .page-header h1 {
     font-size: 3rem;
     margin-bottom: 20px;
 }

 .breadcrumb {
     background: transparent;
     justify-content: center;
 }

 .breadcrumb-item a {
     color: var(--secondary-color);
 }

 .amenities-intro {
     padding: 100px 0;
     background-color: var(--light-color);
 }

 .amenities-section {
     padding: 80px 0;
 }

 .amenity-card {
     background: white;
     border-radius: 10px;
     padding: 30px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
     height: 100%;
     text-align: center;
     transition: transform 0.3s;
     margin-bottom: 30px;
 }

 .amenity-card:hover {
     transform: translateY(-10px);
 }

 .amenity-icon {
     font-size: 2.5rem;
     color: var(--primary-color);
     margin-bottom: 20px;
     height: 80px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .amenity-card h4 {
     color: var(--primary-color);
     margin-bottom: 15px;
 }

 .amenity-feature {
     display: flex;
     align-items: flex-start;
     margin-bottom: 25px;
 }

 .feature-icon {
     color: var(--primary-color);
     font-size: 1.2rem;
     margin-right: 15px;
     margin-top: 5px;
     flex-shrink: 0;
 }

 .feature-content h5 {
     margin-bottom: 5px;
 }

 .kitchen-info {
     background-color: var(--light-color);
     padding: 30px;
     border-radius: 10px;
     margin-top: 30px;
 }

 .common-areas {
     padding: 80px 0;
     background-color: var(--light-color);
 }

 .area-card {
     background: white;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
     margin-bottom: 30px;
 }

 .area-img {
     height: 250px;
     object-fit: cover;
     width: 100%;
 }

 .area-content {
     padding: 25px;
 }

 .services-section {
     padding: 80px 0;
 }

 .service-item {
     display: flex;
     margin-bottom: 30px;
 }

 .service-icon {
     color: var(--primary-color);
     font-size: 1.5rem;
     margin-right: 20px;
     flex-shrink: 0;
 }

 .service-content h4 {
     margin-bottom: 10px;
 }

 .amenities-gallery {
     padding: 80px 0;
     background-color: var(--light-color);
 }

 .gallery-item {
     border-radius: 10px;
     overflow: hidden;
     margin-bottom: 30px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     position: relative;
 }

 .gallery-item img {
     width: 100%;
     height: 250px;
     object-fit: cover;
     transition: transform 0.5s;
 }

 .gallery-item:hover img {
     transform: scale(1.05);
 }

 .gallery-overlay {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
     color: white;
     padding: 20px;
     transform: translateY(100%);
     transition: transform 0.3s;
 }

 .gallery-item:hover .gallery-overlay {
     transform: translateY(0);
 }



 @media (max-width: 768px) {
     .page-header h1 {
         font-size: 2.5rem;
     }

     .amenity-card {
         padding: 20px;
     }
 }


 /*css for contact*/

 /*.contact-info {*/
 /*    background-color: var(--light-color);*/
 /*    padding: 40px;*/
 /*    border-radius: 10px;*/
 /*    height: 100%;*/
 /*    margin-bottom: 30px;*/
 /*}*/

 /*.contact-item {*/
 /*    display: flex;*/
 /*    margin-bottom: 30px;*/
 /*}*/

 /*.contact-icon {*/
 /*    color: var(--primary-color);*/
 /*    font-size: 1.5rem;*/
 /*    margin-right: 20px;*/
 /*    flex-shrink: 0;*/
 /*    width: 50px;*/
 /*    height: 50px;*/
 /*    background-color: white;*/
 /*    border-radius: 50%;*/
 /*    display: flex;*/
 /*    align-items: center;*/
 /*    justify-content: center;*/
 /*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);*/
 /*}*/

 /*.contact-content h4 {*/
 /*    margin-bottom: 5px;*/
 /*}*/

 /*.contact-form {*/
 /*    background: white;*/
 /*    border-radius: 10px;*/
 /*    padding: 40px;*/
 /*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
 /*}*/


 .map-section {
     padding: 80px 0;
     background-color: var(--light-color);
 }

 .map-container {
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .faq-section {
     padding: 80px 0;
 }

 .accordion-button {
     font-weight: 500;
     padding: 20px;
 }

 .accordion-button:not(.collapsed) {
     background-color: var(--light-color);
     color: var(--primary-color);
 }

 .accordion-button:focus {
     border-color: var(--primary-color);
     box-shadow: 0 0 0 0.2rem rgba(139, 69, 19, 0.25);
 }

 .quick-contact {
     padding: 80px 0;
     background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
         url('https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80') no-repeat center center/cover;
     color: white;
     text-align: center;
 }

 /*.quick-contact h2 {*/
 /*    margin-bottom: 30px;*/
 /*}*/

 /*.contact-method {*/
 /*    margin-bottom: 30px;*/
 /*}*/

 /*.contact-method i {*/
 /*    font-size: 2.5rem;*/
 /*    color: var(--secondary-color);*/
 /*    margin-bottom: 15px;*/
 /*}*/


 /*@media (max-width: 768px) {*/
 /*    .contact-form {*/
 /*        padding: 30px 20px;*/
 /*    }*/

 /*    .contact-info {*/
 /*        padding: 30px 20px;*/
 /*        margin-bottom: 30px;*/
 /*    }*/
 /*}*/

 .contact-area {
     padding: 100px 0;
 }


 .info-box {
     background-color: var(--light-color);
     padding: 40px;
     border-radius: 10px;
     height: 100%;
     margin-bottom: 30px;
 }

 .info-item {
     display: flex;
     margin-bottom: 30px;
 }

 .info-icon {
     color: var(--primary-color);
     font-size: 1.5rem;
     margin-right: 20px;
     flex-shrink: 0;
     width: 50px;
     height: 50px;
     background-color: white;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
 }

 .info-text h4 {
     margin-bottom: 5px;
 }

 .message-form {
     background: white;
     border-radius: 10px;
     padding: 40px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .map-area {
     padding: 80px 0;
     background-color: var(--light-color);
 }

 .map-box {
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .faq-area {
     padding: 80px 0;
 }

 .toggle-button {
     font-weight: 500;
     padding: 20px;
 }

 .toggle-button:not(.collapsed) {
     background-color: var(--light-color);
     color: var(--primary-color);
 }

 .toggle-button:focus {
     border-color: var(--primary-color);
     box-shadow: 0 0 0 0.2rem rgba(139, 69, 19, 0.25);
 }

 .quick-message {
     padding: 80px 0;
     background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
         url('https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80') no-repeat center center/cover;
     color: white;
     text-align: center;
 }

 .quick-message h2 {
     margin-bottom: 30px;
 }

 .message-method {
     margin-bottom: 30px;
 }

 .message-method i {
     font-size: 2.5rem;
     color: var(--secondary-color);
     margin-bottom: 15px;
 }

 @media (max-width: 768px) {
     .message-form {
         padding: 30px 20px;
     }

     .info-box {
         padding: 30px 20px;
         margin-bottom: 30px;
     }
 }


 /*css for gallery*/




 .gallery-section {
     padding: 100px 0;
 }

 .gallery-filters {
     margin-bottom: 40px;
     text-align: center;
 }

 .filter-btn {
     background: transparent;
     border: 2px solid var(--primary-color);
     color: var(--primary-color);
     padding: 8px 20px;
     margin: 0 5px 10px;
     border-radius: 30px;
     font-weight: 500;
     transition: all 0.3s;
 }

 .filter-btn:hover,
 .filter-btn.active {
     background-color: var(--primary-color);
     color: white;
 }

 .gallery-grid {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
     gap: 25px;
 }

 .gallery-item {
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     position: relative;
     cursor: pointer;
     transition: transform 0.3s;
 }

 .gallery-item:hover {
     transform: translateY(-10px);
 }

 .gallery-item img {
     width: 100%;
     height: 250px;
     object-fit: cover;
     transition: transform 0.5s;
 }

 .gallery-item:hover img {
     transform: scale(1.05);
 }

 .gallery-overlay {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
     color: white;
     padding: 20px;
     transform: translateY(100%);
     transition: transform 0.3s;
 }

 .gallery-item:hover .gallery-overlay {
     transform: translateY(0);
 }

 .gallery-category {
     display: inline-block;
     background-color: var(--primary-color);
     color: white;
     padding: 5px 15px;
     border-radius: 30px;
     font-size: 0.8rem;
     margin-bottom: 10px;
 }

 .video-section {
     padding: 80px 0;
     background-color: var(--light-color);
 }

 .video-container {
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .virtual-tour {
     padding: 80px 0;
 }

 .tour-card {
     background: white;
     border-radius: 10px;
     padding: 40px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     text-align: center;
     height: 100%;
 }

 .tour-icon {
     font-size: 3rem;
     color: var(--primary-color);
     margin-bottom: 20px;
 }

 .btn-whatsapp-pulse {
     background: #25d366;
     color: white;
     position: fixed;
     bottom: 20px;
     right: 20px;
     font-size: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 0;
     height: 0;
     padding: 35px;
     text-decoration: none;
     border-radius: 50%;
     animation-name: pulse;
     animation-duration: 1.5s;
     animation-timing-function: ease-out;
     animation-iteration-count: infinite;
 }

 @keyframes pulse {
     0% {
         box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
     }

     80% {
         box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
     }
 }

 .btn-whatsapp-pulse-border {
     bottom: 120px;
     right: 20px;
     animation-play-state: paused;
 }


 /* Lightbox Styles */
 .lightbox {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.9);
     z-index: 1000;
     justify-content: center;
     align-items: center;
 }

 .lightbox-content {
     max-width: 90%;
     max-height: 90%;
     position: relative;
 }

 .lightbox-img {
     max-width: 100%;
     max-height: 90vh;
     border-radius: 10px;
 }

 .lightbox-caption {
     color: white;
     text-align: center;
     margin-top: 15px;
     font-size: 1.2rem;
 }

 .lightbox-close {
     position: absolute;
     top: -40px;
     right: 0;
     color: white;
     font-size: 2rem;
     cursor: pointer;
     background: none;
     border: none;
 }

 .lightbox-nav {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     color: white;
     font-size: 2rem;
     background: none;
     border: none;
     cursor: pointer;
 }

 .lightbox-prev {
     left: -50px;
 }

 .lightbox-next {
     right: -50px;
 }

 @media (max-width: 768px) {

     .gallery-grid {
         grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
     }

     .lightbox-prev {
         left: 10px;
     }

     .lightbox-next {
         right: 10px;
     }
 }




 .room-section {
     padding: 100px 0;
 }


 .room-card:hover {
     transform: translateY(-10px);
 }

 .room-img {
     height: 600px;
     object-fit: cover;
     width: 100%;
 }

 .breadcrumb-item+.breadcrumb-item::before {
     float: left;
     padding-right: var(--bs-breadcrumb-item-padding-x);
     color: rgb(255 255 255 / 75%);
     content: var(--bs-breadcrumb-divider, "/");
 }

 .breadcrumb-item.active {
     color: #fff;
 }

 .room-details {
     padding: 40px;
 }

 .room-title {
     color: var(--primary-color);
     margin-bottom: 20px;
     font-size: 1.8rem;
 }

 .room-features {
     margin: 25px 0;
 }

 .room-features li {
     margin-bottom: 10px;
     display: flex;
     align-items: center;
 }

 .room-features i {
     color: var(--primary-color);
     margin-right: 10px;
     width: 20px;
 }

 .room-capacity {
     background-color: var(--light-color);
     padding: 15px;
     border-radius: 8px;
     margin: 25px 0;
 }

 .capacity-item {
     display: flex;
     justify-content: space-between;
     margin-bottom: 8px;
 }

 .floor-plan {
     padding: 80px 0;
     background-color: var(--light-color);
 }

 .floor-card {
     background: white;
     border-radius: 10px;
     padding: 30px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
     height: 100%;
     text-align: center;
 }

 .floor-icon {
     font-size: 3rem;
     color: var(--primary-color);
     margin-bottom: 20px;
 }

 .room-type-indicator {
     display: inline-block;
     width: 15px;
     height: 15px;
     border-radius: 50%;
     margin-right: 8px;
 }

 .single-room {
     background-color: var(--primary-color);
 }

 .double-room {
     background-color: var(--accent-color);
 }

 .booking-section {
     padding: 80px 0;
 }

 .booking-form {
     background: white;
     border-radius: 10px;
     padding: 40px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }



 @media (max-width: 768px) {

     .room-img {
         height: 300px;
     }
 }