/* ==========================================================================
   HOTEL BODHI TREE - ABOUT SECTION CUSTOM UNIQUE (CLEAN NO-IMPORTANT)
   ========================================================================== */

.hbt-about-section-main {
    padding: 100px 0 40px 0;
    background-color: #ffffff;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden;
}

.hbt-about-container-fluid {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* Flex wrapper for precise side-by-side shifting */
.hbt-about-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.hbt-about-grid-wrapper * {
    box-sizing: border-box;
}

.hbt-about-img-column,
.hbt-about-text-column {
    flex: 1 1 500px;
}

/* Image container and visual layout shifts */
.hbt-about-img-box {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
}

.hbt-about-img-asset {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    display: block;
}

/* Floating Gold Badge */
.hbt-about-experience-badge {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: linear-gradient(135deg, #bfa37a 0%, #9c7a57 100%);
    color: #ffffff;
    padding: 24px 30px;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(156, 122, 87, 0.4);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 2;
}

.hbt-about-badge-big-number {
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    font-family: Georgia, serif;
}

.hbt-about-badge-small-label {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

/* Content Column Elements */
.hbt-about-eyebrow-text {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #9c7a57;
    margin-bottom: 16px;
}

.hbt-about-main-heading {
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.hbt-about-italic-highlight {
    font-style: italic;
    color: #bfa37a;
}

.hbt-about-gold-divider {
    width: 80px;
    height: 4px;
    background-color: #bfa37a;
    margin-bottom: 30px;
}

.hbt-about-lead-paragraph {
    line-height: 1.75;
    color: #444444;
    margin-bottom: 35px;
}

.hbt-about-lead-paragraph strong {
    font-weight: 700;
    color: #000000;
}

/* Premium Checklist Items Alignment */
.hbt-about-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.hbt-about-list-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.hbt-about-check-icon-box {
    background-color: rgba(191, 163, 122, 0.2);
    color: #9c7a57;
    font-weight: 900;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hbt-about-item-text {
    color: #222222;
    font-weight: 500;
    line-height: 1.5;
}

/* Call-to-Action Group Shifting */
.hbt-about-action-btn-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.hbt-about-btn-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hbt-about-btn-gold {
    background-color: #bfa37a;
    color: #ffffff;
    border: 1px solid #bfa37a;
}

.hbt-about-btn-gold:hover {
    background-color: #9c7a57;
    border-color: #9c7a57;
    box-shadow: 0 8px 20px rgba(156, 122, 87, 0.3);
}

.hbt-about-btn-outline {
    background-color: transparent;
    color: #1a1a1a;
    border: 2px solid #dcdcdc;
}

.hbt-about-btn-outline:hover {
    border-color: #1a1a1a;
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Bottom Stats Row */
.hbt-about-stats-row-box {
    display: flex;
    gap: 40px;
    border-top: 2px solid #f0f0f0;
    padding-top: 35px;
    flex-wrap: wrap;
}

.hbt-about-individual-stat {
    flex: 1;
    min-width: 140px;
}

.hbt-about-stat-number-text {
    display: block;
    font-weight: 800;
    color: #9c7a57;
    font-family: Georgia, serif;
    margin-bottom: 6px;
}

.hbt-about-stat-label-text {
    display: block;
    color: #555555;
    font-weight: 600;
}

/* Responsive Structural Adjustments */
@media (max-width: 768px) {
    .hbt-about-section-main {
        padding: 60px 0;
    }

    .hbt-about-grid-wrapper {
        gap: 40px;
    }

    .hbt-about-img-box {
        padding-right: 0;
        padding-bottom: 0;
    }

    .hbt-about-experience-badge {
        display: none !important;
        position: relative;
        margin-top: 20px;
        display: inline-flex;
        float: right;
        bottom: 0;
        right: 0;
    }

    .hbt-about-img-asset {
    height: 350px;
    }
}



/* ==========================================================================
   HOTEL BODHI TREE - WHY SECTION CUSTOM UNIQUE STYLING
   ========================================================================== */

.hbt-why-section-main {
    padding: 50px 0;
    background: #faf8f4;
    position: relative;
    overflow: hidden;
}

.hbt-why-section-main::before {
    content: "";
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    background: rgba(191, 163, 122, .08);
    border-radius: 50%;
    filter: blur(120px);
}

.hbt-why-header-wrapper {
    text-align: center;
    max-width: 850px;
    margin: auto auto 70px;
}

.hbt-why-eyebrow {
    display: inline-block;
    color: #b48a58;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hbt-why-main-heading {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
    margin-bottom: 20px;
}

.hbt-why-gold-divider {
    width: 90px;
    height: 4px;
    border-radius: 50px;
    margin: 0 auto 25px;
    background: linear-gradient(90deg,
            #b48a58,
            #d8bf8b,
            #b48a58);
}

.hbt-why-lead-text {
    max-width: 760px;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    color: #666;
}

.hbt-why-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
}

.hbt-why-feature-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(191, 163, 122, .15);
    transition: .45s ease;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, .04);
}

.hbt-why-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,
            #b48a58,
            #d8bf8b);
    transform: scaleX(0);
    transition: .4s ease;
}

.hbt-why-feature-card:hover::before {
    transform: scaleX(1);
}

.hbt-why-feature-card:hover {
    transform: translateY(-12px);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, .08);
}

.hbt-card-number {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 48px;
    font-weight: 800;
    color: rgba(180, 138, 88, .08);
    line-height: 1;
}

.hbt-why-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    background: rgba(180, 138, 88, .08);
    border: 1px solid rgba(180, 138, 88, .15);
    margin-bottom: 25px;
    transition: .4s ease;
}

.hbt-why-feature-card:hover .hbt-why-icon-box {
    background: linear-gradient(135deg,
            #b48a58,
            #d8bf8b);
    transform: scale(1.08);
}

.hbt-why-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 15px;
}

.hbt-why-card-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

@media(max-width:768px) {

    .hbt-why-section-main {
        padding: 80px 0;
    }

    .hbt-why-main-heading {
        font-size: 34px;
    }

    .hbt-why-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hbt-why-feature-card {
        padding: 30px;
    }

    .hbt-card-number {
        font-size: 38px;
    }
}















/* =========================================================
   PREMIUM ROOM SECTION
========================================================= */

.btx-room-section {
    padding: 80px 20px;
    background: #f4efe5;
}

.btx-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.btx-section-head {
    text-align: center;
    margin-bottom: 45px;
}

.btx-section-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 18px;

    background: #ffffff;
    border: 1px solid #e6dcc9;
    border-radius: 50px;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #8a6d46;

    margin-bottom: 18px;
}

.btx-section-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;

    color: #181818;

    margin-bottom: 14px;
}

.btx-section-body {
    max-width: 720px;
    margin: 0 auto;

    font-size: 16px;
    line-height: 1.8;

    color: #666;
}

/* =========================================================
   GRID
========================================================= */

.btx-rooms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* =========================================================
   CARD
========================================================= */

.btx-room-card {
    background: #ffffff;
    border-radius: 20px;

    overflow: hidden;

    border: 1px solid #e9dfd0;

    transition: 0.35s ease;

    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.btx-room-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

/* =========================================================
   IMAGE
========================================================= */

.btx-room-image-wrap {
    position: relative;
    overflow: hidden;

    height: 220px;
}

.btx-room-img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: 0.5s ease;
}

.btx-room-card:hover .btx-room-img {
    transform: scale(1.06);
}

/* =========================================================
   CONTENT
========================================================= */

.btx-room-info {
    padding: 22px;
}

.btx-room-name {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;

    color: #151515;

    margin-bottom: 10px;
}

.btx-room-price {
    font-size: 24px;
    font-weight: 700;

    color: #bc8d45;

    margin-bottom: 18px;
}

/* =========================================================
   FEATURES
========================================================= */

.btx-room-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.btx-room-features li {
    position: relative;

    padding-left: 24px;
    margin-bottom: 10px;

    font-size: 14px;
    line-height: 1.6;

    color: #555;
}

.btx-room-features li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 0;

    color: #bc8d45;
    font-weight: 700;
}

/* =========================================================
   BUTTON
========================================================= */

.btx-room-book {
    width: 100%;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #111111;
    color: #ffffff;

    border-radius: 12px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    transition: 0.3s ease;
}

.btx-room-book:hover {
    background: #bc8d45;
    color: #ffffff;
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:991px) {

    .btx-rooms-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .btx-section-title {
        font-size: 34px;
    }

    .btx-room-image-wrap {
        height: 200px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px) {

    .btx-room-section {
        padding: 60px 15px;
    }

    .btx-rooms-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .btx-section-title {
        font-size: 28px;
    }

    .btx-section-body {
        font-size: 15px;
    }

    .btx-room-image-wrap {
        height: 220px;
    }

    .btx-room-info {
        padding: 18px;
    }

    .btx-room-name {
        font-size: 20px;
    }

    .btx-room-price {
        font-size: 22px;
    }

    .btx-room-features li {
        font-size: 13px;
    }
}











/* =========================================================
   PREMIUM AMENITIES SECTION
========================================================= */

.bta-amenities-section {
    padding: 90px 20px;
    background:
        linear-gradient(135deg,
            #111111 0%,
            #1a1a1a 50%,
            #202020 100%);

    position: relative;
    overflow: hidden;
}

/* subtle glow */
.bta-amenities-section::before {
    content: "";

    position: absolute;
    top: -120px;
    right: -120px;

    width: 320px;
    height: 320px;

    background: rgba(201, 168, 76, 0.08);

    border-radius: 50%;

    filter: blur(80px);
}

/* =========================================================
   CONTAINER
========================================================= */

.bta-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;

    position: relative;
    z-index: 2;
}

/* =========================================================
   HEADER
========================================================= */

.bta-heading {
    text-align: center;
    margin-bottom: 50px;
}

.bta-section-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 18px;

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(201, 168, 76, 0.20);

    color: #c9a84c;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    margin-bottom: 18px;

    backdrop-filter: blur(10px);
}

.bta-section-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;

    color: #ffffff;

    margin-bottom: 16px;
}

.bta-section-body {
    max-width: 760px;
    margin: 0 auto;

    font-size: 16px;
    line-height: 1.8;

    color: rgba(255, 255, 255, 0.68);
}

/* =========================================================
   GRID
========================================================= */

.bta-amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* =========================================================
   CARD
========================================================= */

.bta-amenity-card {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 22px 20px;

    border-radius: 18px;

    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.03));

    border: 1px solid rgba(255, 255, 255, 0.08);

    transition: 0.35s ease;

    backdrop-filter: blur(12px);

    min-height: 86px;
}

.bta-amenity-card:hover {
    transform: translateY(-6px);

    border-color: rgba(201, 168, 76, 0.35);

    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.09),
            rgba(255, 255, 255, 0.05));

    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
}

/* =========================================================
   ICON
========================================================= */

.bta-amenity-icon {
    width: 52px;
    height: 52px;

    min-width: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: rgba(201, 168, 76, 0.12);

    border: 1px solid rgba(201, 168, 76, 0.18);

    font-size: 24px;
}

/* =========================================================
   TEXT
========================================================= */

.bta-amenity-name {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;

    color: #ffffff;
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:991px) {

    .bta-amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bta-section-title {
        font-size: 34px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px) {

    .bta-amenities-section {
        padding: 65px 15px;
    }

    .bta-amenities-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bta-section-title {
        font-size: 28px;
    }

    .bta-section-body {
        font-size: 15px;
    }

    .bta-amenity-card {
        padding: 18px 16px;
        min-height: auto;
    }

    .bta-amenity-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;

        font-size: 21px;
    }

    .bta-amenity-name {
        font-size: 14px;
    }
}
















/* =========================================================
   BTL LOCATION SECTION - PREMIUM CARD STYLE
========================================================= */

.btl-location-section {
    padding: 90px 20px;
    background: #f8f8f8;
    position: relative;
}

.btl-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* =========================================================
   HEADER
========================================================= */

.btl-heading {
    text-align: center;
    margin-bottom: 50px;
}

.btl-section-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 20px;
    margin-bottom: 18px;

    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 50px;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #777;
}

.btl-section-title {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;

    color: #111;

    margin: 0 0 18px;
}

.btl-section-body {
    max-width: 820px;
    margin: 0 auto;

    font-size: 16px;
    line-height: 1.8;

    color: #666;
}

/* =========================================================
   GRID
========================================================= */

.btl-nearby-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}

/* =========================================================
   CARD
========================================================= */

.btl-nearby-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;

    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 20px;

    padding: 24px 22px;

    transition: all 0.3s ease;

    position: relative;
    overflow: hidden;

    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.04);
}

/* hover */
.btl-nearby-card:hover {
    transform: translateY(-6px);

    border-color: #dcdcdc;

    box-shadow:
        0 16px 34px rgba(0, 0, 0, 0.08);
}

/* top glow line */
.btl-nearby-card::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(90deg,
            #d6d6d6,
            #ffffff,
            #d6d6d6);
}

/* =========================================================
   ICON
========================================================= */

.btl-nearby-icon {
    min-width: 58px;
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: #f5f5f5;
    border: 1px solid #ececec;

    font-size: 28px;

    flex-shrink: 0;
}

/* =========================================================
   INFO
========================================================= */

.btl-nearby-info {
    display: flex;
    flex-direction: column;
}

.btl-nearby-info strong {
    font-size: 18px;
    font-weight: 700;

    line-height: 1.4;

    color: #111;

    margin-bottom: 6px;
}

.btl-nearby-info span {
    font-size: 14px;
    line-height: 1.7;

    color: #777;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px) {

    .btl-location-section {
        padding: 75px 18px;
    }

    .btl-section-title {
        font-size: 34px;
    }

    .btl-nearby-grid {
        gap: 18px;
    }
}

@media(max-width:767px) {

    .btl-location-section {
        padding: 65px 15px;
    }

    .btl-section-title {
        font-size: 28px;
    }

    .btl-section-body {
        font-size: 15px;
        line-height: 1.7;
    }

    .btl-nearby-card {
        padding: 20px 18px;
        border-radius: 18px;
    }

    .btl-nearby-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;

        font-size: 24px;
    }

    .btl-nearby-info strong {
        font-size: 16px;
    }

    .btl-nearby-info span {
        font-size: 13px;
    }
}

@media(max-width:480px) {

    .btl-section-label {
        font-size: 11px;
        padding: 7px 16px;
    }

    .btl-section-title {
        font-size: 24px;
    }

    .btl-nearby-grid {
        grid-template-columns: 1fr;
    }

    .btl-nearby-card {
        gap: 14px;
    }
}















/* ==========================================================
   HOTEL BODHI TREE - TOURIST ATTRACTIONS SECTION
   ========================================================== */

.bh-section--cream {
    padding: 50px 0;
    background: linear-gradient(180deg, #faf8f4 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.bh-section--cream::before {
    content: "";
    position: absolute;
    top: -250px;
    right: -250px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(191, 163, 122, .08);
    filter: blur(120px);
}

.bh-container {
    max-width: 1320px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Header */

.bh-eyebrow {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(180, 138, 88, .12);
    color: #b48a58;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.bh-h2 {
    font-size: 52px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
}

.bh-rule {
    width: 90px;
    height: 4px;
    border-radius: 50px;
    background: linear-gradient(90deg,
            #b48a58,
            #d8bf8b,
            #b48a58);
    margin: 0 0 25px;
}

.bh-lead {
    max-width: 850px;
    font-size: 18px;
    line-height: 1.9;
    color: #666;
}

/* Table Wrapper */

.table-outer {
    margin-top: 50px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(191, 163, 122, .15);
    box-shadow:
        0 15px 40px rgba(0, 0, 0, .05);
}

/* Table */

.bh-table {
    width: 100%;
    border-collapse: collapse;
}

.bh-table thead {
    background: linear-gradient(135deg,
            #b48a58,
            #d8bf8b);
}

.bh-table thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 22px;
    text-align: left;
    letter-spacing: .5px;
}

.bh-table tbody tr {
    transition: .3s ease;
    border-bottom: 1px solid #f1f1f1;
}

.bh-table tbody tr:hover {
    background: #fcfaf7;
}

.bh-table tbody td {
    padding: 20px 22px;
    font-size: 15px;
    color: #555;
    vertical-align: middle;
}

/* First Column Highlight */

.bh-table tbody td:first-child {
    font-weight: 700;
    color: #111;
}

/* Distance Badge */

.td-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(180, 138, 88, .12);
    color: #b48a58;
    font-weight: 700;
    font-size: 13px;
}

/* Travel Desk CTA */

.bh-travel-note {
    margin-top: 25px;
    padding: 18px 25px;
    background: #fff;
    border-radius: 16px;
    border-left: 4px solid #b48a58;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    color: #555;
    font-size: 15px;
}

.bh-travel-note a {
    color: #b48a58;
    font-weight: 700;
    text-decoration: none;
}

/* Responsive */

@media(max-width:991px) {

    .bh-h2 {
        font-size: 40px;
    }

}

@media(max-width:768px) {

    .bh-section--cream {
        padding: 80px 0;
    }

    .bh-h2 {
        font-size: 32px;
    }

    .bh-lead {
        font-size: 16px;
    }

    .table-outer {
        overflow-x: auto;
        border-radius: 18px;
    }

    .bh-table {
        min-width: 850px;
    }

    .bh-table th,
    .bh-table td {
        padding: 16px;
        font-size: 14px;
    }

}






















/* =========================================================
   PREMIUM REVIEWS SECTION
========================================================= */

.bt-review-section {
    padding: 60px 20px;
    background: #f4efe5;
    position: relative;
    overflow: hidden;
}

.bt-review-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.bt-review-heading {
    text-align: center;
    margin-bottom: 55px;
}

.bt-review-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 20px;
    margin-bottom: 18px;

    background: #ffffff;
    border: 1px solid #e6dccb;
    border-radius: 50px;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #8a6b43;
}

.bt-review-title {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;

    color: #111;

    margin: 0 0 18px;
}

.bt-review-subtitle {
    max-width: 760px;
    margin: 0 auto;

    font-size: 16px;
    line-height: 1.8;

    color: #666;
}

/* =========================================================
   REVIEWS GRID
========================================================= */

.bt-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

/* =========================================================
   REVIEW CARD
========================================================= */

.bt-review-card {
    background: #ffffff;

    border-radius: 24px;
    border: 1px solid #e8dfcf;

    padding: 34px 30px;

    position: relative;
    overflow: hidden;

    transition: all 0.35s ease;

    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.04);
}

/* hover */
.bt-review-card:hover {
    transform: translateY(-8px);

    border-color: #d7c3a1;

    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.10);
}

/* top line */
.bt-review-card::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(90deg,
            #c49b55,
            #e8d0a5,
            #c49b55);
}

/* =========================================================
   STARS
========================================================= */

.bt-review-stars {
    font-size: 20px;
    letter-spacing: 3px;

    color: #d4a64f;

    margin-bottom: 22px;
}

/* =========================================================
   REVIEW TEXT
========================================================= */

.bt-review-text {
    font-size: 16px;
    line-height: 1.9;

    color: #555;

    margin-bottom: 28px;

    position: relative;
}

/* quote icon */
.bt-review-text::before {
    content: "“";

    position: absolute;
    top: -18px;
    left: -10px;

    font-size: 60px;
    line-height: 1;

    color: rgba(196, 155, 85, 0.12);

    font-family: serif;
}

/* =========================================================
   REVIEWER
========================================================= */

.bt-review-user {
    border-top: 1px solid #f0e7d9;
    padding-top: 18px;
}

.bt-review-name {
    display: block;

    font-size: 17px;
    font-weight: 700;

    color: #111;

    margin-bottom: 4px;
}

.bt-review-location {
    font-size: 14px;
    color: #777;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px) {

    .bt-review-section {
        padding: 75px 18px;
    }

    .bt-review-title {
        font-size: 34px;
    }

    .bt-reviews-grid {
        gap: 22px;
    }
}

@media(max-width:767px) {

    .bt-review-section {
        padding: 65px 15px;
    }

    .bt-review-heading {
        margin-bottom: 40px;
    }

    .bt-review-title {
        font-size: 28px;
    }

    .bt-review-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .bt-reviews-grid {
        grid-template-columns: 1fr;
    }

    .bt-review-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .bt-review-stars {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .bt-review-text {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 22px;
    }

    .bt-review-name {
        font-size: 16px;
    }

    .bt-review-location {
        font-size: 13px;
    }
}

@media(max-width:480px) {

    .bt-review-label {
        font-size: 11px;
        padding: 7px 16px;
    }

    .bt-review-title {
        font-size: 24px;
    }

    .bt-review-card {
        padding: 24px 18px;
    }

    .bt-review-text::before {
        font-size: 48px;
        top: -12px;
        left: -6px;
    }
}















/* =========================================================
   PREMIUM FAQ SECTION
========================================================= */

.bt-faq-section {
    padding: 100px 20px;
    background: #f8f6f2;
    overflow: hidden;
}

.bt-faq-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* =========================================================
   WRAPPER
========================================================= */

.bt-faq-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

/* =========================================================
   LABEL
========================================================= */

.bt-faq-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 18px;
    margin-bottom: 18px;

    background: #ffffff;
    border: 1px solid #e8dfcf;
    border-radius: 50px;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #8a6b43;
}

/* =========================================================
   TITLE
========================================================= */

.bt-faq-title {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;

    color: #111;

    margin: 0 0 35px;
}

/* =========================================================
   FAQ LIST
========================================================= */

.bt-faq-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* =========================================================
   FAQ ITEM
========================================================= */

.bt-faq-item {
    background: #ffffff;

    border: 1px solid #ece4d7;
    border-radius: 20px;

    overflow: hidden;

    transition: all 0.3s ease;

    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.04);
}

.bt-faq-item:hover {
    transform: translateY(-4px);

    border-color: #d8c3a0;

    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.08);
}

/* =========================================================
   QUESTION
========================================================= */

.bt-faq-q {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 24px 26px;

    background: none;
    border: none;

    cursor: pointer;

    text-align: left;

    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;

    color: #111;
}

.bt-faq-arrow {
    min-width: 34px;
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f4efe5;

    color: #8a6b43;

    font-size: 18px;
    font-weight: 700;

    transition: all 0.3s ease;
}

/* =========================================================
   ANSWER
========================================================= */

.bt-faq-a {
    display: none;

    padding: 0 26px 24px;

    font-size: 15px;
    line-height: 1.9;

    color: #666;
}

/* active state */
.bt-faq-item.active .bt-faq-a {
    display: block;
}

.bt-faq-item.active .bt-faq-arrow {
    transform: rotate(45deg);
}

/* =========================================================
   IMAGE
========================================================= */

.bt-faq-image-wrap {
    position: relative;

    border-radius: 28px;
    overflow: hidden;

    height: 100%;

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.12);
}

.bt-faq-image {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}

/* overlay */
.bt-faq-image-wrap::after {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.18),
            rgba(0, 0, 0, 0.02));
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px) {

    .bt-faq-section {
        padding: 80px 18px;
    }

    .bt-faq-wrapper {
        grid-template-columns: 1fr;
    }

    .bt-faq-title {
        font-size: 34px;
    }

    .bt-faq-right {
        order: -1;
    }

    .bt-faq-image-wrap {
        height: 420px;
    }
}

@media(max-width:767px) {

    .bt-faq-section {
        padding: 65px 15px;
    }

    .bt-faq-title {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .bt-faq-q {
        padding: 20px 18px;

        font-size: 15px;
        line-height: 1.6;
    }

    .bt-faq-a {
        padding: 0 18px 20px;

        font-size: 14px;
        line-height: 1.8;
    }

    .bt-faq-arrow {
        width: 30px;
        height: 30px;
        min-width: 30px;

        font-size: 16px;
    }

    .bt-faq-image-wrap {
        height: 300px;
        border-radius: 22px;
    }
}

@media(max-width:480px) {

    .bt-faq-title {
        font-size: 24px;
    }

    .bt-faq-label {
        font-size: 11px;
        padding: 7px 15px;
    }

    .bt-faq-list {
        gap: 14px;
    }

    .bt-faq-item {
        border-radius: 18px;
    }
}














/* ==========================================================
   HOTEL BODHI TREE - PREMIUM ABOUT SECTION
   ========================================================== */

.bh-section--white {
    padding: 60px 0;
    background: linear-gradient(180deg,
            #ffffff 0%,
            #faf8f4 100%);
    position: relative;
    overflow: hidden;
}

.bh-section--white::before {
    content: "";
    position: absolute;
    top: -250px;
    right: -250px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(191, 163, 122, .08);
    filter: blur(120px);
}

.bh-container {
    max-width: 1320px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Header */

.bh-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(180, 138, 88, .12);
    color: #b48a58;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bh-h2 {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
    margin-top: 20px;
}

.bh-rule {
    width: 90px;
    height: 4px;
    border-radius: 50px;
    background: linear-gradient(90deg,
            #b48a58,
            #d8bf8b,
            #b48a58);
}

/* Grid */

.prose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    margin-top: 30px;
}

/* Cards */

.prose-block {
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid rgba(191, 163, 122, .15);
    box-shadow:
        0 15px 40px rgba(0, 0, 0, .04);
    transition: .45s ease;
    overflow: hidden;
}

.prose-block:hover {
    transform: translateY(-10px);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, .08);
}

.prose-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,
            #b48a58,
            #d8bf8b);
    transform: scaleX(0);
    transition: .4s ease;
}

.prose-block:hover::before {
    transform: scaleX(1);
}

/* Number */

.prose-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 60px;
    font-weight: 800;
    color: rgba(180, 138, 88, .08);
    line-height: 1;
}

/* Heading */

.prose-block h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
    line-height: 1.4;
    padding-right: 50px;
}

/* Paragraph */

.prose-block p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: #666;
}

/* Responsive */

@media(max-width:991px) {

    .bh-h2 {
        font-size: 42px;
    }

    .prose-grid {
        grid-template-columns: 1fr;
    }

}

@media(max-width:767px) {

    .bh-section--white {
        padding: 80px 0;
    }

    .bh-h2 {
        font-size: 32px;
    }

    .prose-block {
        padding: 30px;
        border-radius: 18px;
    }

    .prose-block h3 {
        font-size: 22px;
    }

    .prose-block p {
        font-size: 15px;
    }

    .prose-number {
        font-size: 45px;
    }

}



.mmmmmmmmmmm th {
    padding-left: 30px !important;
}

.mmmmmmmmmmm td {
    padding-left: 30px !important;
}