@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

:root {
    --primary-color: #c19b76;
    /* Accent Gold/Brown */
    --secondary-color: #204C26;
    /* Forest Green */
    --accent-color: #c19b76;
    --text-dark: #1c1c1c;
    --text-light: #878787;
    --bg-light: #f9f9f9;
    --white: #ffffff;
    --font-heading: 'Quicksand', sans-serif;
    --font-body: 'Roboto', sans-serif;
}

body {
    font-family: var(--font-body);
    color: var(--text-light);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--text-dark);
    font-weight: 400;
}

.hero-content h1 {
    font-family: "Gilda Display", serif;
    ;
}

/* Top Bar */
.top-bar {
    background-color: var(--secondary-color);
    color: var(--white);
    font-size: 0.8rem;
    padding: 8px 0;
}

.top-bar a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-bar a:hover {
    color: var(--primary-color);
}

.top-bar .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin-right: 10px;
}

.tourism-badge {
    height: 35px;
    margin-left: 10px;
}

.tourism-badge {
    width: 200px;
    max-width: 100%;
    height: auto;
}

.navbar-nav {
    gap: 20px;
}

.nav-item a {
    border-right: 1px solid black;
    padding-right: 20px;
    display: flex;
    align-items: center;
    height: 20px;
}

.nav-item:last-child a {
    border-right: none;
}

.nav-item:last-child a {
    border-right: none;
    padding-right: 0;
}

.main-logo {
    max-width: 250px;
}

/* Navbar */
.navbar {
    background-color: var(--white) !important;
    transition: all 0.3s ease;
    border-bottom: 1px solid #000000;
    z-index: 1000;
}

.navbar.scrolled {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.brand-text {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-left: 10px;
}

.nav-link {
    color: var(--text-dark) !important;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 15px;
    position: relative;
    transition: color 0.3s ease;
    display: inline-block;
}

.nav-item:not(:last-child) .nav-link::after {
    content: '|';
    position: absolute;
    right: -16px;
    color: #e0e0e0;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color) !important;
}

.book-now-link {
    display: flex;
    align-items: center;
}

/* Welcome Header */
.welcome-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Hero Section */
/* .hero-section {
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
    transform: translateY(-50px);
}

.hero-subtitle {
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--font-heading);
}

.hero-title {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--white);
}

.hero-btn {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    letter-spacing: 2px;
    padding: 10px 30px;
    border-radius: 0;
    border-width: 2px;
    background: transparent;
}

.hero-btn:hover {
    background: var(--white);
    color: var(--text-dark);
} */

.hero-section {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

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

.hero-subtitle {
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.hero-title {
    color: #ffffff !important;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-btn {
    margin-top: 25px;
    padding: 12px 35px;
    border-radius: 0;
    letter-spacing: 2px;
}

/* .booking-bar-wrapper {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 10;
} */

/* .booking-bar {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
} */

.custom-date {
    height: 50px;
}

.btn-book-submit {
    height: 50px;
    background: #000;
    color: #fff;
    border: none;
}

.btn-book-submit,
.btn-book-submit:hover,
.btn-book-submit:focus,
.btn-book-submit:active {
    background-color: #c98c4f;
    color: #fff !important;
    border-color: #c19b76;
    text-decoration: none;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.custom-arrow {
    background: rgba(0, 0, 0, 0.7);
    padding: 12px 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
}

@media(max-width:768px) {

    .hero-title {
        font-size: 42px;
    }

    .booking-bar-wrapper {
        bottom: -80px;
        /* max-width: 450px; */
    }

}

/* Booking Bar */
.booking-bar-wrapper {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.booking-bar {
    background-color: rgba(28, 28, 28, 0.95);
    padding: 20px;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
}

.booking-bar .form-label {
    color: var(--white) !important;
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.custom-date {
    background-color: var(--white);
    border: none;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 0.9rem;
    color: var(--text-dark);
    height: 44px;
}

.btn-book-submit {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: 700;
    letter-spacing: 1px;
    height: 44px;
}

/* Extra space below slider */
#heroCarousel {
    margin-bottom: 100px;
}

/* Common Sections */
.section-padding {
    padding: 100px 0;
}

.section-subtitle {
    color: #aaaaaa;
    font-size: 0.75rem;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.hr-line {
    width: 50px;
    color: #000;
}

.section-title {
    font-size: 3rem;
    line-height: 1.2;
    color: var(--text-dark);
}

/* Collage */
.image-collage {
    position: relative;
    height: 500px;
}

.img-1 {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
    /* z-index: 1; */
}

/* .img-2 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 60%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 2;
}

.img-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 3;
} */

.btn-primary-custom {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 0;
    padding: 12px 30px;
    font-family: var(--font-heading);
    font-size: 0.85rem;
    letter-spacing: 2px;
}

/* Room Cards */
.room-card {
    background: var(--white);
    border: none;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
}

.room-img-wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.room-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.room-badge {
    color: var(--white);
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.room-details {
    padding: 25px 20px;
}

.room-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.room-meta {
    margin-bottom: 15px;
    font-size: 0.75rem;
    color: #999;
}

.room-meta span {
    margin-right: 15px;
    display: inline-block;
}

.room-desc {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Footer Hero */
.footer-hero-section {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
}

.footer-hero-section h2 {
    font-size: 55px;
}

.footer-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.footer-hero-content {
    position: relative;
    z-index: 2;
}

.tracking-widest {
    letter-spacing: 4px;
}

/* Main Footer */
.footer-section {
    background: #1c1c1c !important;
    padding-bottom: 20px;
}

.footer {
    padding-top: 70px;
    padding-bottom: 50px;
    color: #fff;
}

.footer h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}

.footer-links a {
    color: #878787;
    text-decoration: none;
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links a {
    text-decoration: none;

}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.footer-bottom {
    margin-top: 40px;
}

.footer p {
    color: #999;
    line-height: 1.8;
}

.social-icon-footer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #555;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    transition: 0.3s;
}

.footer-social a {
    text-decoration: none;
}

.social-icon-footer:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
}

.tourism-badge-footer {
    height: 65px;
    object-fit: contain;
}

.footer-social i {
    color: rgb(135, 135, 135);
    font-size: 32px;
    transition: 0.3s ease;
}

.social-facebook,
.social-instagram {
    transition: 0.3s ease;
}

.social-facebook:hover {
    color: #1877F2 !important;
}

.social-instagram:hover {
    color: #d63f92 !important;
}

/* Mobile */
@media(max-width:768px) {

    .footer {
        text-align: center;
    }

    .footer-links {
        margin-bottom: 30px;
    }

    .footer-bottom {
        text-align: center;
    }

    .tourism-badge-footer {
        margin-top: 15px;
    }

}

/* Page Header */
.page-header {
    height: 40vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 110px; */
    /* Offset for top bar and navbar */
}

.page-title {
    position: relative;
    z-index: 2;
    color: var(--white);
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

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

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

/* Contact Form */
.contact-info-box {
    background: var(--white);
    padding: 40px;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.contact-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.form-control {
    border-radius: 0;
    border: 1px solid #e0e0e0;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(193, 155, 118, 0.25);
}

@media (max-width: 1600px) {
    .nav-item:not(:last-child) .nav-link::after {
        display: none;
    }

    .booking-bar-wrapper {
        top: 95%;
    }
}

@media (max-width: 1300px) {
    .nav-item:not(:last-child) .nav-link::after {
        display: none;
    }

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

    .booking-bar-wrapper {
        top: 90%;
    }

    .image-collage {
        height: 350px;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .nav-item:not(:last-child) .nav-link::after {
        display: none;
    }

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

    .booking-bar-wrapper {
        top: 85%;
    }

    .image-collage {
        height: 350px;
        margin-top: 30px;
    }

    .nav-item a {
        border-right: none;
        padding-right: 10px;
        height: auto;
    }

    .navbar-nav {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;

    }
}

@media (min-width: 568px) and (max-width: 767px) {

    .hero-title {
        font-size: 38px;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .booking-bar-wrapper {
        bottom: -120px;
        padding: 0 20px;
    }

    .booking-bar {
        max-width: 100%;
        padding: 18px;
    }

    .form-align>div {
        width: 33%;
    }

    #heroCarousel {
        margin-bottom: 160px;
    }

    .btn-book-submit,
    .custom-date {
        height: 44px;
        font-size: 14px;
    }

}







.about-section {
    padding: 100px 0;
}

.main-title {
    font-size: 58px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.about-text {
    font-size: 17px;
    line-height: 2;
    color: #444;
    margin-bottom: 35px;
}

.about-image img {
    width: 100%;
    border: 10px solid #fff;
}

.section-title {
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    /* margin-top: 100px; */
    /* margin-bottom: 60px; */
}

.section-line {
    width: 60px;
    height: 1px;
    background: #999;
    margin: 15px auto 0;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
}

.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 22px 10px;
}

.accordion-body {
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

/* @media(max-width:768px) {

    .main-title {
        font-size: 40px;
        text-align: center;
    }

    .section-title {
        font-size: 38px;
    }

    .about-section {
        padding: 70px 0;
    }

} */


/* about section */
.about-page-title {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #fff;
}

.rooms-page-footer-title {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
}

.accordion-header button {
    font-weight: bold;
    color: #666;
}

.contact-section {
    padding: 80px 0;
}

.contact-title {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #111;
}

.contact-table {
    width: 100%;
}

.contact-table tr {
    border-bottom: 1px solid #ddd;
}

.contact-table td {
    padding: 18px 5px;
    color: #777;
    vertical-align: top;
}

/* Left Side Labels */
.contact-table td:first-child {
    width: 180px;
    color: #111;
    font-weight: 500;
    text-align: left;
}

/* Right Side Content */
.contact-table td:last-child {
    text-align: right;
    line-height: 1.8;
}

.map-box iframe {
    width: 100%;
    height: 420px;
    border: 0;
}

@media(max-width:768px) {

    .contact-title {
        font-size: 38px;
    }

    .contact-table td {
        font-size: 16px;
        padding: 15px 5px;
    }

    .contact-table td:first-child {
        width: 120px;
    }

    .map-box {
        margin-top: 40px;
    }

}

.Cancellation-Policy h1 {
    margin-bottom: 30px;
    font-weight: bold;
}

.Cancellation-Policy span {
    margin: 10px 0;
    display: block;
    color: #000;
    font-size: 14px;
    /* letter-spacing: 1px; */
}

@media (max-width: 568px) {

    .booking-bar {
        max-width: 320px;
        padding: 12px;
    }

    .custom-date,
    .btn-book-submit {
        height: 38px;
        font-size: 13px;
        padding: 6px 10px;
    }

    .booking-bar-wrapper {
        top: 83%;
    }

    .booking-bar .form-label {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .form-align {
        display: flex;
        flex-wrap: wrap;
    }

    .form-align .col-md-4:nth-child(1),
    .form-align .col-md-4:nth-child(2) {
        width: 50%;
    }

    .form-align .col-md-4:nth-child(3) {
        width: 100%;
        margin-top: 8px;
    }

}