.site-logo-wrap {
    min-height: 88px;
}

.site-logo {
    max-height: 70px;
    width: auto;
}

.site-logo-mobile {
    max-height: 56px;
}

.footer-logo-link {
    width: 100%;
    text-decoration: none;
    justify-content: center;
}

.footer-logo {
    max-height: 74px;
    width: auto;
    display: block;
}

.site-top-strip {
    background: #12192f;
    color: #ffffff;
}

.site-top-strip a,
.site-top-strip i {
    color: #ffffff;
}

.site-top-strip a {
    transition: color 0.2s ease;
}

.site-top-strip a:hover {
    color: #f5c76f;
}

.top-link {
    font-weight: 600;
}

.top-link:hover {
    color: #f5c76f;
}


.page-banner {
    background-position: center center;
    background-size: cover;
}

.page-banner .page-header-inner {
    background: linear-gradient(180deg, rgba(15, 23, 43, 0.14), rgba(15, 23, 43, 0.22));
}

.page-banner-title {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 16px;
    background: rgba(15, 23, 43, 0.28);
    backdrop-filter: blur(4px);
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.45);
}

.hero-slide {
    position: relative;
    background: #0f172b;
    overflow: hidden;
}

.hero-slide-image {
    width: 100%;
    height: auto;
    display: block;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 43, 0.03), rgba(15, 23, 43, 0.12) 56%, rgba(15, 23, 43, 0.38));
}

.hero-slide .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: transparent;
    padding: 2rem 6% 3rem;
    align-items: flex-end !important;
}

.hero-content-panel {
    background: linear-gradient(135deg, rgba(15, 23, 43, 0.48), rgba(15, 23, 43, 0.22));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    backdrop-filter: blur(1px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.hero-content-panel h1,
.hero-content-panel h6,
.hero-content-panel p {
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.42);
}

.hero-content-home {
    max-width: 560px;
    text-align: left;
    margin-bottom: 1rem;
}

.hero-content-home h1,
.hero-content-home p {
    max-width: none;
}

.hero-content-home p {
    font-size: 1.1rem;
}

.hero-actions {
    justify-content: flex-start;
}

.section-intro {
    max-width: 640px;
}

.about-panel,
.info-card,
.contact-card,
.amenity-card,
.room-card,
.testimonial-card,
.gallery-card,
.goshala-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 43, 0.08);
}

.about-panel,
.info-card,
.contact-card,
.goshala-card {
    padding: 2rem;
}

.about-side-image,
.room-cover,
.gallery-card img,
.goshala-image {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.about-side-image,
.goshala-image {
    min-height: 100%;
}

.info-card-icon,
.amenity-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(254, 161, 22, 0.14);
    color: #fea116;
    font-size: 1.25rem;
}

.room-card {
    overflow: hidden;
}

.room-cover {
    height: 260px;
}

.room-body {
    padding: 1.5rem;
}

.room-price {
    display: inline-block;
    background: #fea116;
    color: #fff;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.thumb-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-top: 1rem;
}

.thumb-strip img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0 10px 24px rgba(15, 23, 43, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, border-color 0.3s ease;
}

.thumb-strip:hover img {
    filter: brightness(0.82);
}

.thumb-strip img:hover {
    transform: translateY(-6px) scale(1.04);
    border-color: rgba(254, 161, 22, 0.65);
    box-shadow: 0 18px 34px rgba(15, 23, 43, 0.18);
    filter: brightness(1);
}

.amenity-card {
    padding: 1.5rem;
    text-align: center;
    height: 100%;
}

.amenity-card p {
    margin: 0.85rem 0 0;
    font-weight: 600;
}

.guest-testimonial-slider {
    position: relative;
    padding: 0 0 4rem;
    overflow: hidden;
}

.guest-testimonial-slider .carousel-inner {
    overflow: hidden;
}

.testimonial-section {
    background: linear-gradient(180deg, #fff8ee 0%, #ffffff 100%);
}

.testimonial-section .section-intro {
    max-width: 760px;
}

.testimonial-card {
    padding: 2rem;
    position: relative;
    border: 1px solid rgba(15, 23, 43, 0.06);
    overflow: hidden;
}

.testimonial-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.testimonial-avatar {
    width: 78px;
    height: 78px;
    border-radius: 1rem;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 12px 24px rgba(15, 23, 43, 0.12);
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-quote {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(254, 161, 22, 0.16);
    color: #fea116;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

.testimonial-text {
    color: #666565;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.testimonial-author h5 {
    color: #0f172b;
}

.testimonial-author span {
    color: #fea116;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.85rem;
}

.testimonial-indicators {
    margin-bottom: 0;
    bottom: -0.75rem;
}

.testimonial-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d8dbe2;
    border: 0;
    opacity: 1;
}

.testimonial-indicators .active {
    background-color: #fea116;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.gallery-feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 0.85rem;
    box-shadow: 0 10px 30px rgba(15, 23, 43, 0.08);
    break-inside: avoid;
    margin-bottom: 1.25rem;
}

.gallery-feature-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.masonry-gallery {
    column-count: 3;
    column-gap: 1.25rem;
}

.masonry-gallery-item {
    display: inline-block;
    width: 100%;
}

.gallery-card {
    overflow: hidden;
}

.gallery-card img {
    height: 260px;
    display: block;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.gallery-card:hover img,
.gallery-feature-card:hover img {
    transform: scale(1.06);
    filter: saturate(1.05);
}

.contact-card iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 14px;
}

.contact-card-head {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.contact-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(254, 161, 22, 0.14);
    color: #fea116;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contact-card-text,
.contact-card-text a {
    color: #666565;
    font-size: 1rem;
    line-height: 1.7;
    word-break: break-word;
}

.contact-card-text a:hover {
    color: #fea116;
}

.enquiry-form .form-control,
.enquiry-form .form-select,
.enquiry-form textarea {
    min-height: 54px;
    border-radius: 10px;
}

.enquiry-form textarea {
    min-height: 130px;
}

.status-alert {
    border-radius: 12px;
}

.floating-contact {
    position: fixed;
    right: max(24px, env(safe-area-inset-right));
    bottom: 90px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1100;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.contact-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    font-size: 1.4rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    text-decoration: none;
}

.contact-icon:first-child {
    background: #1f66d1;
}

.contact-icon:last-child {
    background: #25d366;
}

.back-to-top {
    background: #fea116;
    border-color: #fea116;
    color: #fff;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    right: 24px;
    bottom: 24px;
    z-index: 1090;
}

.back-to-top:hover {
    background: #fea116;
    border-color: #fea116;
    color: #fff;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.8);
}

.footer .section-title::before,
.footer .section-title::after {
    display: none;
}

.footer-menu a:hover {
    color: #fea116;
}

.footer-contact-list p,
.footer-contact-list a {
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.7;
    word-break: break-word;
}

.footer-contact-list i {
    width: 18px;
}

.footer-call-icon {
    transform: scaleX(-1) rotate(-12deg);
}

.floating-call-icon {
    display: inline-block;
    transform: rotate(14deg) translateX(1px);
    font-size: 1.05rem;
    line-height: 1;
}

.footer-email-line,
.footer-email-line a {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 0.88rem;
}

.footer-email-line {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.footer-email-line i {
    flex: 0 0 18px;
    margin-right: 0 !important;
    margin-top: 0.2rem;
}

.footer-email-line a {
    flex: 1 1 auto;
    min-width: 0;
    letter-spacing: -0.01em;
}

.footer-links-list a {
    display: block;
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
    text-decoration: none;
    text-align: left;
}

.footer-links-list a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.footer-terms-col {
    margin-left: 0;
    text-align: left;
}

@media (min-width: 992px) {
    .footer-terms-col .footer-links-list {
        align-items: flex-start;
    }
}

@media (max-width: 991.98px) {
    .hero-slide {
        min-height: 0;
    }

    .hero-slide-image {
        min-height: 320px;
        object-fit: cover;
    }

    .hero-slide .carousel-caption {
        justify-content: center;
        padding: 2rem 1.25rem 3rem;
        align-items: flex-end !important;
    }

    .hero-content-home {
        max-width: 100%;
        text-align: center;
    }

    .hero-content-home h1,
    .hero-content-home p {
        max-width: none;
    }

    .hero-actions {
        justify-content: center;
    }

    .thumb-strip img {
        height: 72px;
    }

    .guest-testimonial-slider {
        padding: 0 0 4rem;
    }

    .masonry-gallery {
        column-count: 2;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .testimonial-card {
        padding: 1.5rem;
    }

    .masonry-gallery {
        column-count: 1;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .footer-email-line,
    .footer-email-line a {
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
        font-size: 0.82rem;
    }
}

.site-brand-copy {
    display: none;
}

.page-home {
    background: #fbfaf5;
    overflow-x: hidden;
}

.page-home .site-frame {
    max-width: none;
    background: #fbfaf5 !important;
    overflow-x: hidden;
}

.page-home .site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 50;
    background: transparent !important;
}

.page-home .site-header > .row {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    align-items: center;
    min-height: 84px;
}

.page-home .site-header .col-lg-3,
.page-home .site-header .col-lg-9 {
    background: transparent !important;
}

.page-home .site-header .col-lg-3 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.page-home .site-header .col-lg-9 {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
}

.page-home .site-top-strip {
    display: none !important;
}

.page-home .site-logo-wrap {
    min-height: 0;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

.page-home .site-logo {
    max-height: 44px;
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.28));
}

.page-home .site-brand-copy {
    display: flex;
    flex-direction: column;
    color: #fff;
    line-height: 1.05;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.page-home .site-brand-copy strong {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.page-home .site-brand-copy small {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.78);
    letter-spacing: 0;
}

.page-home .navbar {
    background: transparent !important;
    padding: 0 !important;
}

.page-home .navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-right: 21px;
    padding: 29px 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
}

.page-home .navbar-dark .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    height: 1px;
    background: #c99a4b;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.page-home .navbar-dark .navbar-nav .nav-link:hover::after,
.page-home .navbar-dark .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

.page-home .navbar .btn-primary {
    border-radius: 3px !important;
    padding: 13px 20px !important;
    background: #c99a4b;
    border-color: #c99a4b;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
}

.page-home .dropdown-menu {
    border: 0;
    border-radius: 6px;
    box-shadow: 0 18px 40px rgba(8, 21, 22, 0.18);
}

.home-main {
    min-height: 100vh;
    background: #fbfaf5;
    color: #38362f;
    overflow-x: hidden;
}

.home-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.home-hero {
    min-height: 690px;
    color: #fff;
    background: #10221d;
}

.home-hero .carousel-item {
    min-height: 690px;
}

.home-hero-slide {
    min-height: 690px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-hero-shade {
    min-height: inherit;
    display: flex;
    align-items: center;
    padding: 118px 0 52px;
    background:
        linear-gradient(90deg, rgba(8, 16, 18, 0.82) 0%, rgba(8, 16, 18, 0.48) 46%, rgba(8, 16, 18, 0.18) 100%),
        linear-gradient(180deg, rgba(8, 16, 18, 0.42) 0%, rgba(8, 16, 18, 0.1) 45%, rgba(8, 16, 18, 0.76) 100%);
}

.home-hero-control {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 25, 23, 0.36);
    color: #fff;
    transform: translateY(-50%);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.home-hero-control:hover {
    background: #c99a4b;
    border-color: #c99a4b;
}

.home-hero-control-prev {
    left: max(18px, calc((100% - 1220px) / 2));
}

.home-hero-control-next {
    right: max(18px, calc((100% - 1220px) / 2));
}

.home-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 4;
    display: inline-flex;
    gap: 9px;
    transform: translateX(-50%);
}

.home-hero-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.58);
}

.home-hero-dots button.active {
    background: #c99a4b;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 76px;
    align-items: center;
}

.home-hero-copy {
    max-width: 590px;
    min-width: 0;
}

.home-eyebrow {
    display: inline-block;
    color: #c99a4b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.home-hero h1,
.home-section h2,
.home-cta h2 {
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: 0;
}

.home-hero h1 {
    max-width: 560px;
    margin: 0 0 20px;
    color: #fff;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 700;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.35);
}

.home-hero p {
    max-width: 430px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.65;
}

.home-hero-actions,
.home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-btn-primary {
    background: #c99a4b;
    border-color: #c99a4b;
    color: #fff;
}

.home-btn-primary:hover {
    background: #b8863a;
    border-color: #b8863a;
    color: #fff;
}

.home-btn-outline {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.68);
    color: #fff;
}

.home-btn-outline:hover {
    background: #fff;
    color: #152820;
}

.home-btn-light {
    background: transparent;
    border-color: #c99a4b;
    color: #85662e;
}

.home-btn-light:hover {
    background: #c99a4b;
    color: #fff;
}

.home-btn-small {
    min-height: 36px;
    padding: 0 18px;
    font-size: 11px;
}

.home-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 34px;
}

.home-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 130px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}

.home-stat i {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(201, 154, 75, 0.65);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d6ad63;
}

.home-stat strong {
    display: block;
    color: #fff;
    font-size: 14px;
}

.home-availability {
    width: 100%;
    max-width: 100%;
    padding: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.home-availability h2 {
    margin: 0 0 18px;
    color: #2d302a;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.home-availability label {
    display: block;
    margin-bottom: 13px;
    color: #6f6a5d;
    font-size: 11px;
    font-weight: 700;
}

.home-availability input,
.home-availability select {
    width: 100%;
    min-height: 42px;
    margin-top: 6px;
    padding: 0 12px;
    border: 1px solid #e4ded2;
    border-radius: 4px;
    background: #f7f5ef;
    color: #2f332d;
    font-size: 12px;
    font-weight: 700;
}

.home-availability button {
    width: 100%;
    min-height: 46px;
    margin-top: 4px;
    border: 0;
    border-radius: 4px;
    background: #263f38;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.home-section {
    padding: 58px 0;
}

.home-section-heading {
    text-align: center;
    margin: 0 auto 28px;
}

.home-section-heading h2,
.home-about-copy h2 {
    margin: 0;
    color: #312f2b;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 700;
}

.home-section-heading-light h2 {
    color: #fff;
}

.home-about-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 70px;
    align-items: center;
}

.home-about-copy p {
    margin: 20px 0 18px;
    color: #666256;
    line-height: 1.8;
}

.home-signature {
    display: inline-block;
    color: #ba8b42;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
    font-style: italic;
}

.home-photo-collage {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    grid-template-rows: 150px 150px;
    gap: 10px;
}

.home-photo-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(37, 41, 34, 0.12);
}

.home-photo-collage img:first-child {
    grid-row: span 2;
}

.home-rooms {
    padding-top: 24px;
}

.home-room-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.home-room-card,
.home-place-card,
.home-testimonial-card {
    overflow: hidden;
    border: 1px solid rgba(55, 47, 35, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(34, 38, 31, 0.08);
}

.home-room-image {
    position: relative;
    height: 154px;
    overflow: hidden;
}

.home-room-image img,
.home-place-card img,
.home-beauty-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-room-image span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    background: #c99a4b;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-room-body {
    padding: 15px;
}

.home-room-body h3,
.home-place-card h3 {
    margin: 0 0 10px;
    color: #302e29;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 17px;
    line-height: 1.25;
}

.home-room-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
    color: #777165;
    font-size: 11px;
}

.home-room-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.home-room-meta i,
.home-place-card i {
    color: #c99a4b;
}

.home-room-body p {
    margin: 0 0 12px;
    color: #787267;
    font-size: 12px;
}

.home-room-body p strong {
    color: #2f302b;
    font-size: 17px;
}

.home-room-body a {
    color: #af7e34;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.home-center {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.home-amenities-band {
    padding: 48px 0;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(14, 34, 30, 0.94), rgba(14, 34, 30, 0.94)),
        url("../img/Optimised/17.jpeg") center center / cover no-repeat;
}

.home-amenity-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 16px;
    border-top: 1px solid rgba(201, 154, 75, 0.35);
    padding-top: 24px;
}

.home-amenity {
    min-height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-amenity i {
    color: #c99a4b;
    font-size: 24px;
}

.home-gallery-strip {
    padding-bottom: 38px;
}

.home-beauty-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.home-beauty-grid img {
    height: 128px;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(34, 38, 31, 0.08);
}

.home-places {
    padding-top: 18px;
}

.home-place-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.home-place-card img {
    height: 118px;
}

.home-place-card div {
    padding: 12px;
}

.home-place-card h3 {
    min-height: 42px;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 800;
}

.home-place-card span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #787267;
    font-size: 11px;
}

.home-testimonials {
    padding-top: 20px;
}

.home-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
}

.home-testimonial-slider .carousel-inner {
    overflow: hidden;
}

.home-testimonial-slider .carousel-item {
    padding: 4px 2px 8px;
}

.home-testimonial-card {
    padding: 24px;
}

.home-testimonial-card > i {
    color: #c99a4b;
    font-size: 30px;
    margin-bottom: 14px;
}

.home-testimonial-card p {
    min-height: 116px;
    margin: 0 0 18px;
    color: #5f5b52;
    font-size: 13px;
    line-height: 1.7;
}

.home-testimonial-person {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    gap: 10px;
    align-items: center;
}

.home-testimonial-person img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.home-testimonial-person strong {
    color: #302e29;
    font-size: 12px;
}

.home-testimonial-person span {
    color: #c99a4b;
    font-size: 10px;
    white-space: nowrap;
}

.home-testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
}

.home-slider-btn {
    width: 38px;
    height: 38px;
    border: 1px solid #d7bd88;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #9d7330;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-slider-btn:hover {
    background: #c99a4b;
    border-color: #c99a4b;
    color: #fff;
}

.home-testimonial-dots {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.home-testimonial-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d9d0bf;
}

.home-testimonial-dots button.active {
    background: #c99a4b;
}

.home-cta {
    color: #fff;
    background-position: center center;
    background-size: cover;
}

.home-cta-content {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 32px 0;
}

.home-cta-content > div,
.home-room-card,
.home-place-card,
.home-testimonial-card {
    min-width: 0;
}

.home-cta {
    position: relative;
}

.home-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(19, 34, 38, 0.92), rgba(19, 34, 38, 0.55));
}

.home-cta-content {
    position: relative;
    z-index: 1;
}

.home-cta h2 {
    max-width: 430px;
    margin: 0 0 8px;
    color: #fff;
    font-size: 32px;
    line-height: 1.15;
}

.home-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.page-home .footer {
    margin-top: 0 !important;
    background: #10221d !important;
}

.page-home .footer .bg-primary {
    background: transparent !important;
    padding: 0 !important;
}

.page-home .footer-logo-link {
    justify-content: flex-start;
}

.page-home .footer-logo {
    max-height: 62px;
}

@media (max-width: 1199.98px) {
    .page-home .navbar-dark .navbar-nav .nav-link {
        margin-right: 14px;
        font-size: 10px;
    }

    .home-hero-grid {
        gap: 44px;
    }

    .home-room-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-amenity-grid,
    .home-place-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .page-home .site-header {
        background: rgba(16, 34, 29, 0.96) !important;
    }

    .page-home .site-header > .row {
        width: 100%;
        min-height: 0;
    }

    .page-home .site-header .col-lg-9 {
        width: 100%;
    }

    .page-home .navbar {
        padding: 12px 20px !important;
    }

    .page-home .navbar-brand {
        display: flex !important;
        align-items: center;
        gap: 10px;
        min-width: 0;
    }

    .page-home .navbar-collapse {
        margin-top: 12px;
        padding: 12px 0 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .page-home .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
        font-size: 12px;
    }

    .page-home .navbar-dark .navbar-nav .nav-link::after {
        display: none;
    }

    .home-hero {
        min-height: auto;
    }

    .home-hero-shade {
        padding: 150px 0 54px;
    }

    .home-hero-grid,
    .home-about-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-hero h1 {
        font-size: 48px;
    }

    .home-availability {
        max-width: 420px;
    }

    .home-beauty-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-testimonial-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-testimonial-card p {
        min-height: 0;
    }

    .home-cta-content {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .home-container {
        width: min(100% - 28px, 640px);
    }

    .site-header .navbar,
    .page-home .navbar {
        padding: 12px 14px !important;
    }

    .home-hero-shade {
        padding-top: 132px;
        background:
            linear-gradient(180deg, rgba(8, 16, 18, 0.86) 0%, rgba(8, 16, 18, 0.54) 45%, rgba(8, 16, 18, 0.86) 100%);
    }

    .home-hero h1 {
        font-size: 38px;
    }

    .home-hero p {
        font-size: 16px;
    }

    .home-stats {
        gap: 14px;
    }

    .home-stat {
        min-width: 0;
        width: 100%;
    }

    .home-section {
        padding: 44px 0;
    }

    .home-section-heading h2,
    .home-about-copy h2,
    .home-cta h2 {
        font-size: 28px;
    }

    .home-photo-collage {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 170px);
    }

    .home-photo-collage img:first-child {
        grid-row: auto;
    }

    .home-room-grid,
    .home-amenity-grid,
    .home-place-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-beauty-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-testimonial-person {
        grid-template-columns: 38px 1fr;
    }

    .home-testimonial-person span {
        grid-column: 2;
        white-space: normal;
    }

    .home-testimonial-controls {
        flex-wrap: wrap;
    }
}

@media (max-width: 479.98px) {
    .home-hero h1 {
        font-size: 34px;
    }

    .home-hero-actions,
    .home-cta-actions {
        width: 100%;
    }

    .home-btn {
        width: 100%;
    }

    .home-room-grid,
    .home-amenity-grid,
    .home-place-grid,
    .home-beauty-grid {
        grid-template-columns: 1fr;
    }

    .home-beauty-grid img {
        height: 160px;
    }
}

/* Shared header/footer layout for every page. */
.site-frame {
    max-width: none;
}

.site-header {
    position: relative;
    z-index: 50;
    background: linear-gradient(105deg, #10231f 0%, #16253b 52%, #5a5e78 100%) !important;
}

.page-home .site-header {
    position: absolute;
    inset: 0 0 auto;
}

.site-header > .row,
.page-home .site-header > .row {
    width: min(1220px, calc(100% - 48px));
    min-height: 98px;
    margin: 0 auto;
    align-items: center;
}

.site-header .col-lg-3,
.site-header .col-lg-9,
.page-home .site-header .col-lg-3,
.page-home .site-header .col-lg-9 {
    background: transparent !important;
}

.site-header .col-lg-3,
.page-home .site-header .col-lg-3 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.site-header .col-lg-9,
.page-home .site-header .col-lg-9 {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    margin-left: clamp(42px, 5vw, 86px);
}

.site-top-strip,
.page-home .site-top-strip {
    display: none !important;
}

.site-logo-wrap,
.page-home .site-logo-wrap {
    min-height: 0;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    justify-content: flex-start !important;
}

.site-logo,
.page-home .site-logo {
    max-height: 50px;
    width: auto;
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.25));
}

.site-brand-copy,
.page-home .site-brand-copy {
    display: flex;
    flex-direction: column;
    color: #fff;
    line-height: 1.15;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
    max-width: 190px;
}

.site-brand-copy strong,
.page-home .site-brand-copy strong {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.site-brand-copy small,
.page-home .site-brand-copy small {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 0;
    margin-top: 2px;
}

.site-header .navbar,
.page-home .navbar {
    background: transparent !important;
    padding: 0 !important;
}

.site-header .navbar-collapse,
.page-home .navbar-collapse {
    justify-content: space-between !important;
    gap: 24px;
}

.site-header .navbar-nav,
.page-home .navbar-nav {
    align-items: center;
    gap: 22px;
    margin-left: 0 !important;
    margin-right: auto;
}

.site-header .navbar-dark .navbar-nav .nav-link,
.page-home .navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-right: 0;
    padding: 38px 0 34px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
}

.site-header .navbar-dark .navbar-nav .nav-link::before,
.page-home .navbar-dark .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    height: 1px;
    background: #d5a24d;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.page-home .navbar-dark .navbar-nav .nav-link::after {
    display: none;
}

.site-header .navbar-dark .navbar-nav .dropdown-toggle::after,
.page-home .navbar-dark .navbar-nav .dropdown-toggle::after {
    display: inline-block !important;
    position: static;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: 2px;
    content: "";
    background: transparent;
    border-top: 5px solid currentColor;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    transform: none;
}

.site-header .navbar-dark .navbar-nav .nav-link:hover::before,
.site-header .navbar-dark .navbar-nav .nav-link.active::before,
.page-home .navbar-dark .navbar-nav .nav-link:hover::before,
.page-home .navbar-dark .navbar-nav .nav-link.active::before {
    transform: scaleX(1);
}

.site-header .navbar-dark .navbar-nav .nav-link:hover,
.site-header .navbar-dark .navbar-nav .nav-link.active,
.page-home .navbar-dark .navbar-nav .nav-link:hover,
.page-home .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.site-header .navbar .btn-primary,
.page-home .navbar .btn-primary {
    border-radius: 4px !important;
    padding: 16px 22px !important;
    background: #d5a24d;
    border-color: #d5a24d;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.site-header .header-actions,
.page-home .header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.site-header .nav-language-control,
.page-home .nav-language-control {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.translate-hidden-host {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skiptranslate,
iframe.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

.site-header .translate-toggle,
.page-home .translate-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 6px;
    border: 2px solid rgba(213, 162, 77, 0.75);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    box-shadow: none;
}

.site-header .translate-toggle:hover,
.site-header .translate-toggle:focus,
.page-home .translate-toggle:hover,
.page-home .translate-toggle:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: none;
    border-color: rgba(213, 162, 77, 0.95);
}

.site-header .translate-toggle i,
.page-home .translate-toggle i {
    font-size: 16px;
}

.site-header .translate-toggle .translate-toggle-icon,
.page-home .translate-toggle .translate-toggle-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.site-header .translate-dropdown,
.page-home .translate-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: none;
    width: 250px;
    padding: 12px;
    border: 1px solid rgba(213, 162, 77, 0.22);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(8, 21, 22, 0.18);
    z-index: 1100;
}

.site-header .nav-language-control.is-open .translate-dropdown,
.page-home .nav-language-control.is-open .translate-dropdown {
    display: block;
}

.site-header .translate-help,
.page-home .translate-help {
    margin: 0 0 8px;
    color: #8e6423;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-header .translate-search,
.page-home .translate-search {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    padding: 0 12px;
    border: 1px solid rgba(16, 34, 29, 0.14);
    border-radius: 10px;
    background: #fbf8f1;
    color: #16253b;
    font-size: 13px;
}

.site-header .translate-search:focus,
.page-home .translate-search:focus {
    border-color: rgba(213, 162, 77, 0.72);
    outline: none;
}

.site-header .translate-results,
.page-home .translate-results {
    max-height: 220px;
    overflow-y: auto;
}

.site-header .translate-option,
.page-home .translate-option {
    display: block;
    width: 100%;
    margin: 0 0 6px;
    padding: 10px 12px;
    border: 1px solid rgba(16, 34, 29, 0.08);
    border-radius: 10px;
    background: #ffffff;
    color: #16253b;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.site-header .translate-option:last-child,
.page-home .translate-option:last-child {
    margin-bottom: 0;
}

.site-header .translate-option:hover,
.site-header .translate-option:focus,
.page-home .translate-option:hover,
.page-home .translate-option:focus {
    border-color: rgba(213, 162, 77, 0.54);
    background: #fff7e7;
    color: #10231f;
    outline: none;
}

.site-header .dropdown-menu,
.page-home .dropdown-menu {
    border: 0;
    border-radius: 6px !important;
    box-shadow: 0 18px 40px rgba(8, 21, 22, 0.18);
}

.footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: #10221d !important;
}

.footer > .container.py-5 {
    padding-top: 44px !important;
    padding-bottom: 30px !important;
}

.footer .copyright {
    padding: 18px 0 !important;
}

.footer .copyright .row {
    row-gap: 0;
}

.footer .copyright .col-md-8,
.footer .copyright .col-md-4 {
    padding-top: 0;
    padding-bottom: 0;
}

.room-card {
    overflow: hidden;
}

.room-cover {
    transition: transform 0.35s ease, filter 0.35s ease;
}

.room-card:hover .room-cover {
    transform: scale(1.05);
    filter: saturate(1.03);
}

.footer .bg-primary {
    background: transparent !important;
    padding: 0 !important;
}

.footer-logo-link {
    justify-content: flex-start !important;
}

.footer-logo {
    max-height: 62px;
}

@media (max-width: 1199.98px) {
    .site-header > .row,
    .page-home .site-header > .row {
        width: min(100% - 32px, 1120px);
    }

    .site-header .col-lg-9,
    .page-home .site-header .col-lg-9 {
        margin-left: 34px;
    }

    .site-header .navbar-nav,
    .page-home .navbar-nav {
        gap: 16px;
    }

    .site-header .navbar-dark .navbar-nav .nav-link,
    .page-home .navbar-dark .navbar-nav .nav-link {
        font-size: 11px;
    }
}

@media (max-width: 991.98px) {
    .site-header,
    .page-home .site-header {
        position: relative;
        background: rgba(16, 34, 29, 0.98) !important;
    }

    .page-home .site-header {
        position: absolute;
    }

    .site-header > .row,
    .page-home .site-header > .row {
        width: 100%;
        min-height: 0;
    }

    .site-header .col-lg-9,
    .page-home .site-header .col-lg-9 {
        width: 100%;
        margin-left: 0;
    }

    .site-header .navbar,
    .page-home .navbar {
        padding: 12px 20px !important;
    }

    .site-header .navbar-brand,
    .page-home .navbar-brand {
        display: flex !important;
        align-items: center;
        gap: 10px;
        min-width: 0;
    }

    .site-logo,
    .page-home .site-logo {
        max-height: 46px;
    }

    .site-brand-copy,
    .page-home .site-brand-copy {
        max-width: 150px;
    }

    .site-brand-copy strong,
    .page-home .site-brand-copy strong {
        font-size: 10px;
        line-height: 1.2;
    }

    .site-brand-copy small,
    .page-home .site-brand-copy small {
        font-size: 8px;
    }

    .site-header .navbar-collapse,
    .page-home .navbar-collapse {
        margin-top: 12px;
        padding: 12px 0 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .site-header .navbar-nav,
    .page-home .navbar-nav {
        display: block;
        margin-right: 0;
    }

    .site-header .header-actions,
    .page-home .header-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-top: 8px;
    }

    .site-header .nav-language-control,
    .page-home .nav-language-control {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-header .translate-dropdown,
    .page-home .translate-dropdown {
        position: static;
        width: min(250px, calc(100vw - 64px));
        margin-top: 10px;
    }

    .site-header .navbar-dark .navbar-nav .nav-link,
    .page-home .navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 12px;
    }

    .site-header .navbar-dark .navbar-nav .nav-link::before,
    .page-home .navbar-dark .navbar-nav .nav-link::before {
        display: none;
    }

    .back-to-top {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 767.98px) {
    .home-hero-control {
        width: 36px;
        height: 36px;
        top: auto;
        bottom: 72px;
        transform: none;
    }

    .home-hero-control-prev {
        left: 16px;
    }

    .home-hero-control-next {
        right: 16px;
    }

    .floating-contact {
        display: flex !important;
        position: fixed !important;
        right: max(12px, env(safe-area-inset-right));
        bottom: max(74px, calc(12px + env(safe-area-inset-bottom)));
        gap: 10px;
        z-index: 1100 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .contact-icon {
        width: 52px;
        height: 52px;
        font-size: 1.3rem;
    }

    .back-to-top {
        position: fixed !important;
        z-index: 1090 !important;
    }
}

