/* =========================================================
   THE RANA RESORT
   GLOBAL RESPONSIVE SYSTEM
   ========================================================= */


/* =========================================================
   TABLET / SMALL DESKTOP
   ========================================================= */

@media (max-width: 1199px) {

    :root {
        --section-padding: 85px;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .section-heading h2 {
        font-size: 50px;
    }

    .inner-page-hero-content h1 {
        font-size: 58px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    :root {
        --section-padding: 75px;
    }

    body {
        font-size: 13px;
    }

    .section-heading h2 {
        font-size: 46px;
    }

    h1 {
        font-size: 58px;
    }

    h2 {
        font-size: 46px;
    }

    h3 {
        font-size: 31px;
    }

    .inner-page-hero {
        min-height: 390px;
    }

    .inner-page-hero-content {
        padding: 60px 0;
    }

    .inner-page-hero-content h1 {
        font-size: 54px;
    }

    .inner-page-cta {
        padding: 80px 0;
    }

    .inner-page-cta-content h2 {
        font-size: 50px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    :root {
        --section-padding: 65px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-padding {
        padding-top: var(--section-padding);
        padding-bottom: var(--section-padding);
    }


    /* Typography */

    .section-heading {
        max-width: 100%;
    }

    .section-heading h2 {
        font-size: 41px;
        line-height: 1.05;
    }

    .section-heading p {
        font-size: 13px;
        line-height: 1.8;
    }

    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 41px;
    }

    h3 {
        font-size: 29px;
    }


    /* Buttons */

    .btn-rana,
    .btn-rana-outline {
        min-height: 46px;
        padding: 11px 20px;
        font-size: 10px;
    }


    /* Inner Hero */

    .inner-page-hero {
        min-height: 350px;
    }

    .inner-page-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(7, 26, 44, 0.84),
                rgba(7, 26, 44, 0.58)
            );
    }

    .inner-page-hero-content {
        padding: 55px 0;
    }

    .inner-page-hero-content h1 {
        font-size: 45px;
        line-height: 1;
    }

    .inner-page-hero-content p {
        font-size: 13px;
    }


    /* CTA */

    .inner-page-cta {
        padding: 70px 0;
    }

    .inner-page-cta-content h2 {
        font-size: 43px;
        line-height: 1.05;
    }

    .inner-page-cta-content p {
        font-size: 13px;
    }


    /* Swiper */

    .swiper-button-prev,
    .swiper-button-next {
        width: 38px;
        height: 38px;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 11px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575px) {

    :root {
        --section-padding: 58px;
    }

    .section-eyebrow {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .section-heading h2 {
        font-size: 37px;
    }

    .inner-page-hero {
        min-height: 320px;
    }

    .inner-page-hero-content h1 {
        font-size: 40px;
    }

    .inner-page-cta-content h2 {
        font-size: 39px;
    }

}

/* =========================================================
   HOME — ABOUT RESPONSIVE
========================================================= */


/* =========================================================
   LARGE TABLET / SMALL DESKTOP
========================================================= */

@media (max-width: 1199px) {

    .about-home {
        padding: 65px 0;
    }

    .about-home-grid {
        gap: 45px;
    }

    .about-home-content {
        padding-left: 15px;
    }

    .about-home-content h2 {
        font-size: 44px;
    }

    .about-home-image-wrap {
        height: 320px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .about-home {
        padding: 65px 0;
    }

    .about-home-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .about-home-content {
        padding-left: 0;
    }

    .about-home-content h2 {
        font-size: 40px;
    }

    .about-home-content p {
        font-size: 12px;
        line-height: 1.75;
    }

    .about-home-image-wrap {
        height: 300px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .about-home {
        padding: 58px 0;
    }

    .about-home-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-home-content {
        padding-left: 0;
    }

    .about-home-content h2 {
        max-width: 520px;
        font-size: 42px;
        line-height: 1;
    }

    .about-home-content p {
        max-width: 600px;
        font-size: 13px;
        line-height: 1.8;
    }

    .about-home-image-wrap {
        height: 330px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .about-home {
        padding: 52px 0;
    }

    .about-home-grid {
        gap: 30px;
    }

    .about-home-content h2 {
        font-size: 38px;
    }

    .about-home-content p {
        font-size: 12px;
        line-height: 1.8;
    }

    .about-home-image-wrap {
        height: 280px;
    }

    .about-home-image-caption {
        padding: 9px 13px;
    }

    .about-home-image-caption span {
        font-size: 7px;
    }

    .about-home-image-caption strong {
        padding-left: 9px;
        font-size: 15px;
    }

    .about-home-image::after {
        right: -8px;
        bottom: -8px;
        width: 50px;
    }

}

/* =========================================================
   HOME — ROOMS RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .rooms-home {
        padding: 65px 0 70px;
    }

    .rooms-home-grid {
        gap: 15px;
    }

    .rooms-home-image {
        height: 190px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rooms-home-heading h2 {
        font-size: 44px;
    }

    .rooms-home-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rooms-home-card:last-child {
        grid-column: 1 / -1;
        max-width: calc(50% - 7.5px);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .rooms-home {
        padding: 58px 0 62px;
    }

    .rooms-home-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;

        margin-bottom: 25px;
    }

    .rooms-home-heading h2 {
        font-size: 41px;
    }

    .rooms-home-view-all {
        margin-bottom: 0;
    }

    .rooms-home-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .rooms-home-card:last-child {
        grid-column: auto;
        max-width: none;
    }

    .rooms-home-image {
        height: 230px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .rooms-home {
        padding: 52px 0 58px;
    }

    .rooms-home-heading h2 {
        font-size: 38px;
    }

    .rooms-home-image {
        height: 210px;
    }

}
/* =========================================================
   HOME — FACILITIES RESPONSIVE
========================================================= */


/* =========================================================
   LARGE TABLET / SMALL DESKTOP
========================================================= */

@media (max-width: 1199px) {

    .facilities-home {
        padding: 28px 0;
    }

    .facility-home-item {
        gap: 10px;
        padding: 13px 15px;
    }

    .facility-home-icon {
        width: 40px;
        height: 40px;
        font-size: 19px;
    }

    .facility-home-content h3 {
        font-size: 21px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .facilities-home-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .facility-home-item:nth-child(2) {
        border-right: 0;
    }

    .facility-home-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255,255,255,0.13);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .facilities-home {
        padding: 25px 0;
    }

    .facilities-home-heading {
        margin-bottom: 14px;
    }

    .facilities-home-grid {
        grid-template-columns: 1fr;
    }

    .facility-home-item {
        min-height: 70px;

        justify-content: flex-start;

        padding: 13px 18px;

        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.13);
    }

    .facility-home-item:nth-child(2) {
        border-right: 0;
    }

    .facility-home-item:last-child {
        border-bottom: 0;
    }

    .facility-home-icon {
        width: 42px;
        height: 42px;

        font-size: 19px;
    }

    .facility-home-content h3 {
        font-size: 22px;
    }

    .facility-home-content p {
        font-size: 9px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .facilities-home {
        padding: 23px 0;
    }

    .facility-home-item {
        padding: 12px 15px;
    }

    .facility-home-icon {
        width: 40px;
        height: 40px;
    }

    .facility-home-content h3 {
        font-size: 21px;
    }

}

/* =========================================================
   HOME — GALLERY RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .gallery-home {
        padding: 68px 0;
    }

    .gallery-home-grid {
        grid-template-rows: 165px 165px;
        gap: 10px;
    }

}


@media (max-width: 991px) {

    .gallery-home-heading h2 {
        font-size: 44px;
    }

    .gallery-home-grid {
        grid-template-columns: 1.2fr 1fr;

        grid-template-rows:
            210px
            210px
            210px;
    }

    .gallery-home-main {
        grid-row: span 2;
    }

}


@media (max-width: 767px) {

    .gallery-home {
        padding: 58px 0;
    }

    .gallery-home-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .gallery-home-heading h2 {
        font-size: 41px;
    }

    .gallery-home-grid {
        grid-template-columns: 1fr 1fr;

        grid-template-rows:
            220px
            150px
            150px;

        gap: 9px;
    }

    .gallery-home-main {
        grid-column: span 2;
        grid-row: span 1;
    }

    .gallery-home-overlay {
        opacity: 1;
    }

}


@media (max-width: 575px) {

    .gallery-home {
        padding: 52px 0;
    }

    .gallery-home-heading h2 {
        font-size: 38px;
    }

    .gallery-home-grid {
        grid-template-rows:
            200px
            135px
            135px;
    }

}

/* =========================================================
   TESTIMONIALS HOME - RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .testimonials-home {
        padding: 85px 0;
    }

    .testimonials-home-header {
        gap: 40px;
    }

    .testimonials-home-header h2 {
        font-size: 44px;
    }

    .testimonial-home-card {
        min-height: 330px;
        padding: 38px 35px 32px;
    }

    .testimonial-home-text {
        font-size: 21px;
    }

}


@media (max-width: 991px) {

    .testimonials-home {
        padding: 75px 0;
    }

    .testimonials-home-header {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 38px;
    }

    .testimonials-home-intro {
        max-width: 600px;
        margin-left: 0;
    }

    .testimonials-home-header h2 {
        font-size: 42px;
    }

    .testimonial-home-card {
        min-height: 320px;
    }

}


@media (max-width: 767px) {

    .testimonials-home {
        padding: 65px 0;
    }

    .testimonials-home-header {
        margin-bottom: 30px;
    }

    .testimonials-home-header h2 {
        font-size: 38px;
    }

    .testimonial-home-card {
        min-height: auto;
        padding: 35px 28px 28px;
    }

    .testimonial-home-quote {
        top: 22px;
        right: 22px;
        font-size: 45px;
    }

    .testimonial-home-stars {
        margin-bottom: 20px;
    }

    .testimonial-home-text {
        margin-bottom: 28px;
        font-size: 20px;
        line-height: 1.5;
    }

    .testimonials-home-controls {
        margin-top: 24px;
    }

    .testimonials-home-arrows button {
        width: 42px;
        height: 42px;
    }

}


@media (max-width: 575px) {

    .testimonials-home {
        padding: 55px 0;
    }

    .testimonials-home-header h2 {
        font-size: 34px;
    }

    .testimonials-home-intro p {
        font-size: 14px;
        line-height: 1.7;
    }

    .testimonial-home-card {
        padding: 30px 22px 24px;
    }

    .testimonial-home-quote {
        top: 18px;
        right: 18px;
        font-size: 40px;
    }

    .testimonial-home-text {
        font-size: 19px;
    }

    .testimonial-home-author {
        padding-top: 18px;
    }

    .testimonials-home-controls {
        align-items: center;
    }

}

/* =========================================================
   HOME FINAL CTA - RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .cta-home {
        padding: 38px 0;
    }

    .cta-home-inner {
        gap: 45px;
    }

    .cta-home h2 {
        font-size: 29px;
    }

}


@media (max-width: 991px) {

    .cta-home {
        padding: 35px 0;
    }

    .cta-home-inner {
        min-height: 115px;
        gap: 35px;
    }

    .cta-home h2 {
        font-size: 27px;
    }

    .cta-home-action .btn-rana {
        min-width: 125px;
    }

}


@media (max-width: 767px) {

    .cta-home {
        padding: 38px 0;
    }

    .cta-home-inner {
        min-height: auto;
        flex-direction: column;
        gap: 18px;
        text-align: center;
    }

    .cta-home-content {
        text-align: center;
    }

    .cta-home h2 {
        font-size: 28px;
    }

    .cta-home p {
        font-size: 12.5px;
    }

    .cta-home-action .btn-rana {
        min-width: 135px;
    }

}


@media (max-width: 575px) {

    .cta-home {
        padding: 32px 0;
    }

    .cta-home-inner {
        gap: 15px;
    }

    .cta-home h2 {
        font-size: 25px;
    }

    .cta-home .section-eyebrow {
        margin-bottom: 5px;
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .cta-home p {
        margin-top: 3px;
        font-size: 12px;
    }

}

/* =========================================================
   BOOKING ENQUIRY - RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .booking-enquiry {
        padding: 36px 0;
    }

    .booking-enquiry-inner {
        grid-template-columns: 0.72fr 1.28fr;
        gap: 35px;
    }

    .booking-enquiry-content h2 {
        font-size: 34px;
    }

    .booking-form-bottom {
        grid-template-columns:
            1fr
            1fr
            0.8fr
            0.8fr;
    }

    .booking-form-bottom .form-group:last-child {
        grid-column: 1 / -1;
    }

}


@media (max-width: 991px) {

    .booking-enquiry {
        padding: 45px 0;
    }

    .booking-enquiry-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .booking-enquiry-content {
        padding-left: 0;
        text-align: center;
    }

    .booking-enquiry-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .booking-form-top {
        grid-template-columns: 1fr 1fr;
    }

    .booking-form-bottom {
        grid-template-columns:
            1fr
            1fr
            1fr;
    }

    .booking-form-bottom .form-group:last-child {
        grid-column: auto;
    }

}


@media (max-width: 767px) {

    .booking-enquiry {
        padding: 42px 0;
    }

    .booking-enquiry::after {
        width: 240px;
        height: 105px;
    }

    .booking-enquiry-inner {
        gap: 25px;
    }

    .booking-enquiry-content h2 {
        font-size: 32px;
    }

    .booking-enquiry-content p {
        font-size: 13px;
        line-height: 1.65;
    }

    .booking-form-top {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .booking-form-bottom {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .booking-form-bottom .form-group:last-child {
        grid-column: 1 / -1;
    }

    .booking-form-message {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .booking-submit {
        width: 100%;
    }

}


@media (max-width: 575px) {

    .booking-enquiry {
        padding: 38px 0;
    }

    .booking-enquiry-content .section-eyebrow {
        font-size: 10px;
    }

    .booking-enquiry-content h2 {
        font-size: 29px;
    }

    .booking-enquiry-content p {
        font-size: 12.5px;
    }

    .booking-form-bottom {
        grid-template-columns: 1fr;
    }

    .booking-form-bottom .form-group:last-child {
        grid-column: auto;
    }

    .booking-enquiry-form input,
    .booking-enquiry-form select {
        height: 40px;
    }

    .booking-enquiry-form textarea {
        height: 65px;
        min-height: 65px;
    }

}

/* =========================================================
   TOPBAR + NAVBAR - RESPONSIVE
========================================================= */

/* ---------------------------------------------------------
   TABLET / SMALL LAPTOP
--------------------------------------------------------- */

@media (max-width: 1199px) {

    .rana-topbar-inner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .rana-navbar-inner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .rana-nav {
        gap: 24px;
    }

    .rana-nav a {
        font-size: 12px;
    }

    .rana-logo img {
        max-width: 145px;
    }

}


/* ---------------------------------------------------------
   TABLET
--------------------------------------------------------- */

@media (max-width: 991px) {

    /* TOPBAR */

    .rana-topbar {
        min-height: 32px;
    }

    .rana-topbar-inner {
        min-height: 32px;
        padding: 0 20px;
    }

    .rana-topbar-left {
        gap: 18px;
    }

    .rana-topbar-item {
        font-size: 10px;
    }

    .rana-topbar-right {
        gap: 7px;
    }

    .rana-topbar-social {
        width: 24px;
        height: 24px;
    }


    /* NAVBAR */

    .rana-navbar {
        min-height: 68px;
    }

    .rana-navbar-inner {
        min-height: 68px;
        padding: 0 20px;
    }

    .rana-logo img {
        max-width: 140px;
    }

    /* Hide desktop navigation */

    .rana-nav,
    .rana-nav-cta {
        display: none;
    }

    /* Mobile toggle */

    .rana-menu-toggle {
        display: flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;

        padding: 0;
        border: 1px solid var(--border);
        background: var(--white);
        color: var(--navy);
        cursor: pointer;
    }

    .rana-menu-toggle span {
        display: block;
        width: 19px;
        height: 1.5px;
        background: var(--navy);
        transition: var(--transition);
    }

    /* Mobile navigation */

    .rana-mobile-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;

        padding: 12px 20px 20px;

        background: var(--white);
        border-top: 1px solid var(--border-light);
        box-shadow: var(--shadow-md);
    }

    .rana-mobile-nav.active {
        display: block;
    }

    .rana-mobile-nav a {
        display: flex;
        align-items: center;

        min-height: 45px;
        padding: 0 5px;

        border-bottom: 1px solid var(--border-light);

        font-size: 13px;
        font-weight: 500;
        color: var(--navy);
        text-decoration: none;
    }

    .rana-mobile-nav a:hover {
        color: var(--gold);
    }

    .rana-mobile-nav .rana-mobile-cta {
        display: flex;
        align-items: center;
        justify-content: center;

        margin-top: 15px;
        min-height: 44px;

        border: 1px solid var(--gold);
        background: var(--gold);
        color: var(--navy-dark);
    }

}


/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 767px) {

    /* TOPBAR */

    .rana-topbar {
        min-height: 30px;
    }

    .rana-topbar-inner {
        min-height: 30px;
        padding: 0 15px;
    }

    .rana-topbar-left {
        width: 100%;
        justify-content: center;
        gap: 12px;
    }

    .rana-topbar-item {
        font-size: 9px;
        white-space: nowrap;
    }

    /* Hide email on smaller devices */

    .rana-topbar-item.email-item {
        display: none;
    }

    .rana-topbar-right {
        display: none;
    }


    /* NAVBAR */

    .rana-navbar {
        min-height: 64px;
    }

    .rana-navbar-inner {
        min-height: 64px;
        padding: 0 15px;
    }

    .rana-logo img {
        max-width: 125px;
    }

    .rana-menu-toggle {
        width: 40px;
        height: 40px;
    }

    .rana-mobile-nav {
        padding-left: 15px;
        padding-right: 15px;
    }

}


/* ---------------------------------------------------------
   SMALL MOBILE
--------------------------------------------------------- */

@media (max-width: 575px) {

    .rana-topbar-inner {
        padding: 0 12px;
    }

    .rana-topbar-left {
        gap: 10px;
    }

    .rana-topbar-item {
        font-size: 8px;
    }

    /* Keep only location + phone */

    .rana-topbar-item.whatsapp-item {
        display: none;
    }

    .rana-topbar-item.location-item {
        display: flex;
    }

    .rana-topbar-item.phone-item {
        display: flex;
    }


    .rana-navbar {
        min-height: 62px;
    }

    .rana-navbar-inner {
        min-height: 62px;
        padding: 0 12px;
    }

    .rana-logo img {
        max-width: 118px;
    }

    .rana-menu-toggle {
        width: 38px;
        height: 38px;
    }

    .rana-mobile-nav {
        padding: 10px 12px 16px;
    }

    .rana-mobile-nav a {
        min-height: 43px;
        font-size: 12px;
    }

}

/* =========================================================
   ABOUT PAGE - RESPONSIVE
========================================================= */


/* ---------------------------------------------------------
   1199px
--------------------------------------------------------- */

@media (max-width: 1199px) {

    .about-page-hero {
        min-height: 400px;
    }

    .about-page-hero-content h1 {
        font-size: 52px;
    }

    .about-page-intro-grid {
        gap: 50px;
    }

    .about-page-intro-content h2 {
        font-size: 44px;
    }

    .about-page-image-frame {
        height: 430px;
    }

    .about-page-approach-grid {
        gap: 50px;
    }

    .about-page-approach-image {
        height: 450px;
    }

    .about-page-approach-content h2 {
        font-size: 42px;
    }

    .about-page-bir-header h2 {
        font-size: 44px;
    }

    .about-page-story-grid {
        gap: 50px;
    }

}


/* ---------------------------------------------------------
   991px
--------------------------------------------------------- */

@media (max-width: 991px) {

    .about-page-hero {
        min-height: 370px;
    }

    .about-page-hero-content {
        padding: 45px 0;
    }

    .about-page-hero-content h1 {
        font-size: 48px;
    }


    /* INTRO */

    .about-page-intro {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .about-page-intro-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .about-page-intro-content h2 {
        font-size: 40px;
    }

    .about-page-image-frame {
        height: 390px;
    }

    .about-page-image-note {
        right: -10px;
    }


    /* APPROACH */

    .about-page-approach {
        padding: 75px 0;
    }

    .about-page-approach-grid {
        gap: 35px;
    }

    .about-page-approach-image {
        height: 410px;
    }

    .about-page-approach-content h2 {
        font-size: 38px;
    }


    /* BIR */

    .about-page-bir-header {
        margin-bottom: 38px;
    }

    .about-page-bir-header h2 {
        font-size: 40px;
    }

    .about-bir-item {
        padding: 30px 25px;
    }


    /* STORY */

    .about-page-story {
        padding: 75px 0;
    }

    .about-page-story-grid {
        gap: 35px;
    }

    .about-page-story-content h2 {
        font-size: 39px;
    }

    .about-page-story-image {
        height: 330px;
    }


    /* CTA */

    .inner-page-cta-content h2 {
        font-size: 40px;
    }

}


/* ---------------------------------------------------------
   767px
--------------------------------------------------------- */

@media (max-width: 767px) {

    .about-page-hero {
        min-height: 330px;
    }

    .about-page-hero-content {
        max-width: 540px;
        padding: 40px 0;
    }

    .about-page-hero-content h1 {
        font-size: 42px;
    }

    .about-page-hero-content p {
        font-size: 13px;
        line-height: 1.7;
    }


    /* INTRO */

    .about-page-intro {
        padding-top: 60px;
        padding-bottom: 65px;
    }

    .about-page-intro-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-page-intro-content {
        padding-right: 0;
    }

    .about-page-intro-content h2 {
        font-size: 38px;
    }

    .about-page-intro-content p {
        font-size: 13px;
    }

    .about-page-intro-content .about-lead {
        font-size: 16px;
    }

    .about-page-image-frame {
        height: 400px;
    }

    .about-page-image-note {
        right: 15px;
        bottom: -18px;
    }


    /* APPROACH */

    .about-page-approach {
        padding: 60px 0;
    }

    .about-page-approach-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-page-approach-image {
        height: 390px;
    }

    .about-page-approach-content h2 {
        font-size: 37px;
    }

    .about-page-approach-content > p {
        font-size: 13px;
    }


    /* BIR */

    .about-page-bir {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-page-bir-header {
        margin-bottom: 32px;
    }

    .about-page-bir-header h2 {
        font-size: 38px;
    }

    .about-page-bir-header p {
        font-size: 13px;
    }

    .about-page-bir-grid {
        grid-template-columns: 1fr;
    }

    .about-bir-item {
        min-height: auto;
        padding: 28px 25px;
    }


    /* STORY */

    .about-page-story {
        padding: 60px 0;
    }

    .about-page-story-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-page-story-content {
        order: 1;
    }

    .about-page-story-image {
        order: 2;
        height: 320px;
    }

    .about-page-story-content h2 {
        font-size: 37px;
    }


    /* CTA */

    .inner-page-cta {
        padding: 70px 0;
    }

    .inner-page-cta-content h2 {
        font-size: 36px;
    }

}


/* ---------------------------------------------------------
   575px
--------------------------------------------------------- */

@media (max-width: 575px) {

    .about-page-hero {
        min-height: 290px;
    }

    .about-page-hero-content {
        padding: 35px 0;
    }

    .about-page-hero-content h1 {
        margin-top: 11px;
        font-size: 35px;
    }

    .about-page-hero-content p {
        font-size: 12px;
    }


    /* INTRO */

    .about-page-intro {
        padding-top: 50px;
        padding-bottom: 55px;
    }

    .about-page-intro-grid {
        gap: 38px;
    }

    .about-page-intro-content h2 {
        font-size: 34px;
    }

    .about-page-intro-content .about-lead {
        font-size: 15px;
    }

    .about-page-intro-content p {
        font-size: 12.5px;
        line-height: 1.75;
    }

    .about-page-image-frame {
        height: 320px;
    }

    .about-page-image-note {
        right: 10px;
        bottom: -16px;
        min-width: 145px;
        padding: 13px 17px;
    }

    .about-page-image-note strong {
        font-size: 19px;
    }


    /* APPROACH */

    .about-page-approach {
        padding: 50px 0;
    }

    .about-page-approach-grid {
        gap: 32px;
    }

    .about-page-approach-image {
        height: 300px;
    }

    .about-page-approach-content h2 {
        font-size: 33px;
    }

    .about-value {
        gap: 12px;
        padding: 14px 0;
    }

    .about-value-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 15px;
    }


    /* BIR */

    .about-page-bir {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-page-bir-header h2 {
        font-size: 34px;
    }

    .about-bir-item {
        padding: 25px 20px;
    }

    .about-bir-number {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .about-bir-item h3 {
        font-size: 23px;
    }

    .about-bir-item p {
        font-size: 12px;
    }


    /* STORY */

    .about-page-story {
        padding: 50px 0;
    }

    .about-page-story-content h2 {
        font-size: 33px;
    }

    .about-page-story-content p {
        font-size: 12.5px;
    }

    .about-page-story-image {
        height: 270px;
    }


    /* CTA */

    .inner-page-cta {
        padding: 60px 0;
    }

    .inner-page-cta-content h2 {
        font-size: 31px;
    }

    .inner-page-cta-content p {
        font-size: 12px;
    }

}

/* =========================================================
   ROOMS PAGE - RESPONSIVE
========================================================= */


/* ---------------------------------------------------------
   1199px
--------------------------------------------------------- */

@media (max-width: 1199px) {

    .rooms-page-hero {
        min-height: 400px;
    }

    .rooms-page-hero-content h1 {
        font-size: 52px;
    }

    .rooms-page-intro-content h2 {
        font-size: 44px;
    }

    .rooms-page-item {
        padding: 75px 0;
    }

    .rooms-page-item-grid {
        gap: 50px;
    }

    .rooms-page-item-image {
        height: 420px;
    }

    .rooms-page-item-content h2 {
        font-size: 44px;
    }

}


/* ---------------------------------------------------------
   991px
--------------------------------------------------------- */

@media (max-width: 991px) {

    .rooms-page-hero {
        min-height: 370px;
    }

    .rooms-page-hero-content {
        padding: 45px 0;
    }

    .rooms-page-hero-content h1 {
        font-size: 48px;
    }


    /* INTRO */

    .rooms-page-intro {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .rooms-page-intro-content h2 {
        font-size: 40px;
    }


    /* ROOM */

    .rooms-page-item {
        padding: 65px 0;
    }

    .rooms-page-item-grid,
    .rooms-page-item-reverse {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .rooms-page-item-image {
        height: 370px;
    }

    .rooms-page-item-content h2 {
        font-size: 40px;
    }

    .rooms-page-item-lead {
        font-size: 17px !important;
    }

    .rooms-page-item-content > p {
        font-size: 13px;
        line-height: 1.75;
    }

    .rooms-page-features {
        grid-template-columns: 1fr;
        margin-top: 22px;
        margin-bottom: 25px;
    }

    .rooms-page-features > div {
        min-height: 45px;
        padding: 8px 0;
    }

    .rooms-page-features > div + div {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid var(--border);
    }


    /* ENQUIRY */

    .rooms-page-enquiry {
        padding: 50px 0;
    }

    .rooms-page-enquiry h2 {
        font-size: 34px;
    }

}


/* ---------------------------------------------------------
   767px
--------------------------------------------------------- */

@media (max-width: 767px) {

    .rooms-page-hero {
        min-height: 330px;
    }

    .rooms-page-hero-content {
        padding: 40px 0;
    }

    .rooms-page-hero-content h1 {
        font-size: 42px;
    }

    .rooms-page-hero-content p {
        font-size: 13px;
        line-height: 1.7;
    }


    /* INTRO */

    .rooms-page-intro {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .rooms-page-intro-content h2 {
        font-size: 38px;
    }

    .rooms-page-intro-content p {
        font-size: 13px;
    }


    /* ROOM */

    .rooms-page-item {
        padding: 55px 0;
    }

    .rooms-page-item-grid,
    .rooms-page-item-reverse {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .rooms-page-item-reverse .rooms-page-item-image,
    .rooms-page-item-reverse .rooms-page-item-content {
        order: initial;
    }

    .rooms-page-item-image {
        height: 380px;
    }

    .rooms-page-item-content {
        max-width: none;
    }

    .rooms-page-item-content h2 {
        font-size: 38px;
    }

    .rooms-page-item-lead {
        font-size: 17px !important;
    }


    /* ENQUIRY */

    .rooms-page-enquiry {
        padding: 45px 0;
    }

    .rooms-page-enquiry-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
    }

    .rooms-page-enquiry h2 {
        font-size: 32px;
    }

}


/* ---------------------------------------------------------
   575px
--------------------------------------------------------- */

@media (max-width: 575px) {

    .rooms-page-hero {
        min-height: 290px;
    }

    .rooms-page-hero-content {
        padding: 35px 0;
    }

    .rooms-page-hero-content h1 {
        margin-top: 11px;
        font-size: 35px;
    }

    .rooms-page-hero-content p {
        font-size: 12px;
    }


    /* INTRO */

    .rooms-page-intro {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .rooms-page-intro-content h2 {
        font-size: 34px;
    }

    .rooms-page-intro-content p {
        font-size: 12.5px;
        line-height: 1.75;
    }


    /* ROOM */

    .rooms-page-item {
        padding: 48px 0;
    }

    .rooms-page-item-grid,
    .rooms-page-item-reverse {
        gap: 28px;
    }

    .rooms-page-item-image {
        height: 285px;
    }

    .rooms-page-item-number {
        min-width: 58px;
        padding: 10px 15px;
        font-size: 22px;
    }

    .rooms-page-item-content h2 {
        font-size: 34px;
    }

    .rooms-page-item-lead {
        font-size: 16px !important;
    }

    .rooms-page-item-content > p {
        font-size: 12.5px;
    }

    .rooms-page-features {
        margin-top: 20px;
        margin-bottom: 23px;
    }

    .rooms-page-features span {
        font-size: 10px;
    }


    /* ENQUIRY */

    .rooms-page-enquiry {
        padding: 40px 0;
    }

    .rooms-page-enquiry-inner {
        gap: 20px;
    }

    .rooms-page-enquiry h2 {
        font-size: 29px;
    }

    .rooms-page-enquiry p {
        font-size: 12px;
    }

    .rooms-page-enquiry .btn-rana {
        width: 100%;
        justify-content: center;
    }

}

/* =========================================================
   FACILITIES PAGE - RESPONSIVE
========================================================= */


/* ---------------------------------------------------------
   1199px
--------------------------------------------------------- */

@media (max-width: 1199px) {

    .facilities-page-hero {
        min-height: 400px;
    }

    .facilities-page-hero-content h1 {
        font-size: 52px;
    }

    .facilities-page-intro-content h2 {
        font-size: 44px;
    }

    .facility-page-image {
        height: 285px;
    }

    .facility-page-content {
        padding: 25px 27px 28px;
    }

    .facilities-page-experience {
        min-height: 360px;
    }

    .facilities-page-experience-content h2 {
        font-size: 46px;
    }

}


/* ---------------------------------------------------------
   991px
--------------------------------------------------------- */

@media (max-width: 991px) {

    .facilities-page-hero {
        min-height: 370px;
    }

    .facilities-page-hero-content {
        padding: 45px 0;
    }

    .facilities-page-hero-content h1 {
        font-size: 48px;
    }


    /* INTRO */

    .facilities-page-intro {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .facilities-page-intro-content {
        margin-bottom: 40px;
    }

    .facilities-page-intro-content h2 {
        font-size: 40px;
    }


    /* FACILITY GRID */

    .facilities-page-grid {
        gap: 22px;
    }

    .facility-page-image {
        height: 260px;
    }

    .facility-page-content {
        padding: 23px 23px 25px;
    }

    .facility-page-content h3 {
        font-size: 26px;
    }

    .facility-page-content p {
        font-size: 12.5px;
    }


    /* EXPERIENCE */

    .facilities-page-experience {
        min-height: 340px;
    }

    .facilities-page-experience-content h2 {
        font-size: 42px;
    }


    /* HIGHLIGHTS */

    .facilities-page-highlights {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .facilities-page-highlights-header h2 {
        font-size: 40px;
    }

    .facilities-page-highlights-grid {
        grid-template-columns: 1fr 1fr;
    }

    .facility-highlight {
        min-height: 200px;
    }

    .facility-highlight:nth-child(2) {
        border-right: 0;
    }

    .facility-highlight:nth-child(-n + 2) {
        border-bottom: 1px solid var(--border);
    }

}


/* ---------------------------------------------------------
   767px
--------------------------------------------------------- */

@media (max-width: 767px) {

    .facilities-page-hero {
        min-height: 330px;
    }

    .facilities-page-hero-content {
        padding: 40px 0;
    }

    .facilities-page-hero-content h1 {
        font-size: 42px;
    }

    .facilities-page-hero-content p {
        font-size: 13px;
        line-height: 1.7;
    }


    /* INTRO */

    .facilities-page-intro {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .facilities-page-intro-content {
        margin-bottom: 32px;
    }

    .facilities-page-intro-content h2 {
        font-size: 38px;
    }

    .facilities-page-intro-content p {
        font-size: 13px;
    }


    /* GRID */

    .facilities-page-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .facility-page-image {
        height: 330px;
    }

    .facility-page-content {
        padding: 25px 25px 27px;
    }

    .facility-page-content h3 {
        font-size: 28px;
    }

    .facility-page-content p {
        font-size: 13px;
    }


    /* EXPERIENCE */

    .facilities-page-experience {
        min-height: 320px;
    }

    .facilities-page-experience-content {
        max-width: 550px;
    }

    .facilities-page-experience-content h2 {
        font-size: 38px;
    }

    .facilities-page-experience-content p {
        font-size: 13px;
    }


    /* HIGHLIGHTS */

    .facilities-page-highlights {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .facilities-page-highlights-header {
        margin-bottom: 32px;
    }

    .facilities-page-highlights-header h2 {
        font-size: 37px;
    }

    .facilities-page-highlights-grid {
        grid-template-columns: 1fr;
    }

    .facility-highlight {
        min-height: auto;
        padding: 27px 22px;
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .facility-highlight:nth-child(2) {
        border-bottom: 1px solid var(--border);
    }

    .facility-highlight:last-child {
        border-bottom: 0;
    }

}


/* ---------------------------------------------------------
   575px
--------------------------------------------------------- */

@media (max-width: 575px) {

    .facilities-page-hero {
        min-height: 290px;
    }

    .facilities-page-hero-content {
        padding: 35px 0;
    }

    .facilities-page-hero-content h1 {
        margin-top: 11px;
        font-size: 35px;
    }

    .facilities-page-hero-content p {
        font-size: 12px;
    }


    /* INTRO */

    .facilities-page-intro {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .facilities-page-intro-content h2 {
        font-size: 34px;
    }

    .facilities-page-intro-content p {
        font-size: 12.5px;
        line-height: 1.75;
    }


    /* FACILITY CARDS */

    .facilities-page-grid {
        gap: 20px;
    }

    .facility-page-image {
        height: 255px;
    }

    .facility-page-number {
        min-width: 55px;
        padding: 9px 14px;
        font-size: 21px;
    }

    .facility-page-content {
        padding: 22px 20px 24px;
    }

    .facility-page-icon {
        width: 39px;
        height: 39px;
        margin-bottom: 13px;
        font-size: 15px;
    }

    .facility-page-content h3 {
        font-size: 25px;
    }

    .facility-page-content p {
        font-size: 12px;
        line-height: 1.75;
    }


    /* EXPERIENCE */

    .facilities-page-experience {
        min-height: 290px;
    }

    .facilities-page-experience-content h2 {
        font-size: 33px;
    }

    .facilities-page-experience-content p {
        font-size: 12px;
        line-height: 1.7;
    }


    /* HIGHLIGHTS */

    .facilities-page-highlights {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .facilities-page-highlights-header h2 {
        font-size: 33px;
    }

    .facility-highlight {
        padding: 23px 18px;
    }

    .facility-highlight-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
    }

    .facility-highlight h3 {
        font-size: 23px;
    }

    .facility-highlight p {
        font-size: 12px;
    }

}

/* =========================================================
   GALLERY PAGE - RESPONSIVE
========================================================= */


/* ---------------------------------------------------------
   1199px
--------------------------------------------------------- */

@media (max-width: 1199px) {

    .gallery-page-hero {
        min-height: 400px;
    }

    .gallery-page-hero-content h1 {
        font-size: 52px;
    }

    .gallery-page-intro-content h2 {
        font-size: 44px;
    }

    .gallery-page-grid {
        grid-auto-rows: 220px;
        gap: 10px;
    }

}


/* ---------------------------------------------------------
   991px
--------------------------------------------------------- */

@media (max-width: 991px) {

    .gallery-page-hero {
        min-height: 370px;
    }

    .gallery-page-hero-content {
        padding: 45px 0;
    }

    .gallery-page-hero-content h1 {
        font-size: 48px;
    }


    /* INTRO */

    .gallery-page-intro {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .gallery-page-intro-content {
        margin-bottom: 38px;
    }

    .gallery-page-intro-content h2 {
        font-size: 40px;
    }


    /* GRID */

    .gallery-page-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 240px;
        gap: 10px;
    }

    .gallery-page-item-large {
        grid-column: 1 / -1;
        grid-row: span 1;
        height: 330px;
    }


    /* LIGHTBOX */

    .gallery-lightbox .modal-dialog {
        margin: 20px;
    }

    .gallery-lightbox-image-wrap {
        height: 65vh;
    }

}


/* ---------------------------------------------------------
   767px
--------------------------------------------------------- */

@media (max-width: 767px) {

    .gallery-page-hero {
        min-height: 330px;
    }

    .gallery-page-hero-content {
        padding: 40px 0;
    }

    .gallery-page-hero-content h1 {
        font-size: 42px;
    }

    .gallery-page-hero-content p {
        font-size: 13px;
        line-height: 1.7;
    }


    /* INTRO */

    .gallery-page-intro {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .gallery-page-intro-content {
        margin-bottom: 30px;
    }

    .gallery-page-intro-content h2 {
        font-size: 38px;
    }

    .gallery-page-intro-content p {
        font-size: 13px;
    }


    /* GRID */

    .gallery-page-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 190px;
        gap: 8px;
    }

    .gallery-page-item-large {
        height: 260px;
    }

    .gallery-page-overlay {
        padding: 13px 14px;
    }

    .gallery-page-overlay span {
        font-size: 8px;
    }

    .gallery-page-overlay i {
        width: 27px;
        height: 27px;
        font-size: 10px;
    }


    /* LIGHTBOX */

    .gallery-lightbox .modal-dialog {
        margin: 10px;
    }

    .gallery-lightbox-image-wrap {
        height: 55vh;
    }

    .gallery-lightbox-close {
        top: 10px;
        right: 10px;

        width: 34px;
        height: 34px;
    }


    /* CTA */

    .inner-page-cta {
        padding: 70px 0;
    }

    .inner-page-cta-content h2 {
        font-size: 36px;
    }

}


/* ---------------------------------------------------------
   575px
--------------------------------------------------------- */

@media (max-width: 575px) {

    .gallery-page-hero {
        min-height: 290px;
    }

    .gallery-page-hero-content {
        padding: 35px 0;
    }

    .gallery-page-hero-content h1 {
        margin-top: 11px;
        font-size: 35px;
    }

    .gallery-page-hero-content p {
        font-size: 12px;
    }


    /* INTRO */

    .gallery-page-intro {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .gallery-page-intro-content h2 {
        font-size: 34px;
    }

    .gallery-page-intro-content p {
        font-size: 12.5px;
        line-height: 1.75;
    }


    /* GRID */

    .gallery-page-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
        gap: 8px;
    }

    .gallery-page-item-large {
        grid-column: auto;
        height: 280px;
    }

    .gallery-page-overlay {
        padding: 13px 15px;
    }


    /* LIGHTBOX */

    .gallery-lightbox-image-wrap {
        height: 48vh;
    }

    .gallery-lightbox-caption {
        padding: 11px 15px;
    }


    /* CTA */

    .inner-page-cta {
        padding: 60px 0;
    }

    .inner-page-cta-content h2 {
        font-size: 31px;
    }

    .inner-page-cta-content p {
        font-size: 12px;
    }

}

/* =========================================================
   CONTACT PAGE — RESPONSIVE OVERRIDES
========================================================= */

@media (max-width: 1199px) {

    .contact-page-grid {
        gap: 15px;
    }

    .contact-page-card {
        padding: 25px 22px;
    }

}


@media (max-width: 991px) {

    .contact-page-hero-content {
        max-width: 580px;
    }

    .contact-page-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-booking-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .contact-booking-content {
        max-width: 680px;
    }

}


@media (max-width: 767px) {

    .contact-page-hero-content {
        padding: 42px 0;
    }

    .contact-page-grid {
        grid-template-columns: 1fr;
    }

    .contact-booking-section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 575px) {

    .contact-page-hero-content h1 {
        font-size: 41px;
    }

    .contact-page-card {
        padding: 21px 18px;
    }

    .contact-booking-form-wrap {
        padding: 20px 16px;
    }

}

/* =========================================================
   ROOM DETAILS PAGE - RESPONSIVE
========================================================= */


/* =========================================================
   LARGE TABLET / SMALL DESKTOP
========================================================= */

@media (max-width: 1199px) {

    .room-details-banner {
        min-height: 390px;
    }

    .room-details-image {
        height: 500px;
    }

    .room-enquiry-card {
        padding: 32px 28px 28px;
    }

    .room-enquiry-top h3 {
        font-size: 38px;
    }

    .room-feature-item {
        padding: 21px;
    }

    .room-experience-item {
        padding: 30px 20px;
    }

    .related-room-image {
        height: 290px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    /* ---------- Banner ---------- */

    .room-details-banner {
        min-height: 360px;
    }

    .room-details-banner .inner-page-banner-content {
        padding: 70px 0;
    }

    .room-details-banner h1 {
        font-size: 58px;
    }


    /* ---------- Main Content ---------- */

    .room-details-image {
        height: 520px;
    }

    .room-details-heading {
        padding-top: 42px;
    }


    /* ---------- Enquiry ---------- */

    .room-enquiry-wrap {
        position: relative;
        top: auto;
        margin-top: 10px;
    }

    .room-enquiry-card {
        padding: 38px 35px 32px;
    }

    .room-enquiry-top h3 {
        font-size: 42px;
    }


    /* ---------- Features ---------- */

    .room-features-block {
        margin-top: 52px;
        padding-top: 45px;
    }


    /* ---------- Gallery ---------- */

    .room-gallery-block {
        margin-top: 55px;
        padding-top: 45px;
    }

    .room-gallery-large {
        height: 430px;
    }

    .room-gallery-image {
        height: 220px;
    }


    /* ---------- Experience ---------- */

    .room-experience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .room-experience-item {
        min-height: 220px;
    }


    /* ---------- Related Rooms ---------- */

    .related-room-image {
        height: 300px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    /* ---------- Banner ---------- */

    .room-details-banner {
        min-height: 320px;
    }

    .room-details-banner .inner-page-banner-content {
        padding: 60px 0;
    }

    .room-details-banner h1 {
        font-size: 48px;
        line-height: 1;
        margin-bottom: 17px;
    }

    .breadcrumb-wrap {
        gap: 7px;
        font-size: 12px;
    }


    /* ---------- Main Image ---------- */

    .room-details-image {
        height: 390px;
    }

    .room-details-heading {
        padding-top: 38px;
    }

    .room-details-heading h2 {
        font-size: 44px;
    }

    .room-details-lead {
        margin-top: 19px;
        font-size: 16px;
        line-height: 1.7;
    }

    .room-details-description {
        margin-top: 25px;
    }

    .room-details-description p {
        font-size: 14px;
        line-height: 1.8;
    }


    /* ---------- Features ---------- */

    .room-features-block {
        margin-top: 45px;
        padding-top: 40px;
    }

    .room-section-heading h3 {
        font-size: 38px;
    }

    .room-feature-grid {
        grid-template-columns: 1fr;
        margin-top: 27px;
    }

    .room-feature-item {
        min-height: auto;
        padding: 20px;
    }


    /* ---------- Gallery ---------- */

    .room-gallery-block {
        margin-top: 48px;
        padding-top: 40px;
    }

    .room-gallery-block .room-section-heading {
        margin-bottom: 25px;
    }

    .room-gallery-large,
    .room-gallery-image {
        height: 260px;
    }


    /* ---------- Enquiry Card ---------- */

    .room-enquiry-wrap {
        margin-top: 5px;
    }

    .room-enquiry-card {
        padding: 30px 23px 25px;
    }

    .room-enquiry-top {
        padding-bottom: 21px;
    }

    .room-enquiry-top h3 {
        font-size: 38px;
    }

    .room-enquiry-top p {
        font-size: 13px;
        line-height: 1.7;
    }

    .room-enquiry-form {
        padding-top: 23px;
    }

    .room-enquiry-form input,
    .room-enquiry-form select {
        height: 46px;
    }

    .room-enquiry-form textarea {
        min-height: 95px;
    }

    .room-direct-contact {
        padding: 17px 18px;
    }


    /* ---------- Experience ---------- */

    .room-experience-section .section-heading {
        margin-bottom: 35px;
    }

    .room-experience-section .section-heading h2 {
        font-size: 44px;
    }

    .room-experience-grid {
        grid-template-columns: 1fr;
    }

    .room-experience-item {
        min-height: auto;
        padding: 28px 22px;
    }


    /* ---------- Related Rooms ---------- */

    .related-rooms .section-heading {
        margin-bottom: 30px;
    }

    .related-rooms .section-heading h2 {
        font-size: 44px;
    }

    .related-room-image {
        height: 270px;
    }

    .related-room-content {
        padding: 24px 23px 26px;
    }

    .related-room-content h3 {
        font-size: 31px;
    }


    /* ---------- Final CTA ---------- */

    .room-details-cta {
        min-height: 420px;
    }

    .room-details-cta-content {
        padding: 70px 0;
    }

    .room-details-cta-content h2 {
        font-size: 48px;
    }

    .room-details-cta-content p {
        font-size: 14px;
        margin: 18px 0 25px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    /* ---------- Banner ---------- */

    .room-details-banner {
        min-height: 285px;
    }

    .room-details-banner .inner-page-banner-content {
        padding: 50px 0;
    }

    .room-details-banner .eyebrow {
        font-size: 10px;
        letter-spacing: 2.5px;
    }

    .room-details-banner h1 {
        font-size: 42px;
    }


    /* ---------- Main ---------- */

    .room-details-image {
        height: 320px;
    }

    .room-details-heading h2 {
        font-size: 39px;
    }

    .room-details-lead {
        font-size: 15px;
    }


    /* ---------- Features ---------- */

    .room-feature-item {
        gap: 13px;
        padding: 18px;
    }

    .room-feature-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 16px;
    }


    /* ---------- Gallery ---------- */

    .room-gallery-large,
    .room-gallery-image {
        height: 230px;
    }


    /* ---------- Enquiry ---------- */

    .room-enquiry-card {
        padding: 27px 18px 22px;
    }

    .room-enquiry-top h3 {
        font-size: 35px;
    }

    .room-enquiry-form .row {
        --bs-gutter-x: 0.75rem;
    }

    .room-enquiry-form input,
    .room-enquiry-form select {
        font-size: 12px;
    }

    .room-enquiry-submit {
        min-height: 52px;
    }


    /* ---------- Experience ---------- */

    .room-experience-section .section-heading h2 {
        font-size: 40px;
    }


    /* ---------- Related ---------- */

    .related-room-image {
        height: 240px;
    }

    .related-rooms .section-heading h2 {
        font-size: 40px;
    }


    /* ---------- CTA ---------- */

    .room-details-cta {
        min-height: 390px;
    }

    .room-details-cta-content {
        padding: 60px 0;
    }

    .room-details-cta-content h2 {
        font-size: 42px;
    }

}