.hotel-rr-hero-section {
    padding: 50px 10px;
}

.hotel-rr-hero-mini-heading {
    background-color: #FEF2F2;
    color: #ff0000;
    font-weight: 600;
    padding: 5px 12px;
    padding-left: 35px;
    border-radius: 30px;
    font-size: 12px;
    width: max-content;
    margin-bottom: 15px;
}

.hotel-rr-hero-mini-heading-text {
    display: block;
    position: relative;
}

.hotel-rr-hero-mini-heading-text::before {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #ff0000;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.hotel-rr-h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.3;
}

.hotel-rr-h1-span {
    color: #ff0000;
    text-decoration: underline;
}

.hotel-rr-hero-points {
    display: flex;
    gap: 35px;
    padding-top: 25px;
    border-top: 1px solid #e5e7eb;
}

.hotel-rr-hero-points-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hotel-rr-hero-points-box span {
    color: #9ca3af;
    font-weight: 600;
    font-size: 14px;
}

.hotel-rr-hero-points-box i {
    color: #ff0000;
}

.hotel-rr-hero-image {
    width: 100%;
}

@media (max-width: 1400px) {
    .hotel-rr-h1 {
        font-size: 42px;
    }

    .hotel-rr-hero-points {
        gap: 20px;
    }

    .hotel-rr-hero-points-box span {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .hotel-rr-hero-section {
        padding-top: 0;
    }

    .hotel-rr-h1 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .hotel-rr-h1 {
        font-size: 32px;
    }

    .hotel-rr-hero-points {
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    .hotel-rr-hero-section {
        padding: 25px 5px;
        padding-top: 0;
    }

    .hotel-rr-h1 {
        margin-top: 10px;
    }
}

.hotel-rr-main .row {
    margin: 0 auto !important;
}

/* --- Typography & Colors --- */


.hotel-rr-bg-red {
    background-color: #e70000;
}

.hotel-rr-text-white {
    color: #ffffff;
}

.hotel-rr-text-secondary {
    color: #6c757d;
}

.hotel-rr-font-bold {
    font-weight: 700;
}

.hotel-rr-font-black {
    font-weight: 900;
}

.hotel-rr-uppercase {
    text-transform: uppercase;
}

.hotel-rr-italic {
    font-style: italic;
}

/* --- Spacing & Sizing --- */
.hotel-rr-section-padding {
    padding: 80px 0;
}

.hotel-rr-mb-10 {
    margin-bottom: 10px;
}

.hotel-rr-mb-20 {
    margin-bottom: 20px;
}

.hotel-rr-mb-30 {
    margin-bottom: 30px;
}

.hotel-rr-mb-50 {
    margin-bottom: 50px;
}

/* --- Layout Utilities --- */
.hotel-rr-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel-rr-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotel-rr-flex-align-center {
    display: flex;
    align-items: center;
}

.hotel-rr-flex-column {
    display: flex;
    flex-direction: column;
}

.hotel-rr-text-center {
    text-align: center;
}

.hotel-rr-text-end {
    text-align: right;
}

/* --- Section Styling --- */
.hotel-rr-bg-light {
    background-color: #fcfcfc;
}

.hotel-rr-bg-dark {
    background-color: #202224;
}

.hotel-rr-border-y {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* --- Introduction --- */
.hotel-rr-intro-border {
    border-left: 3px solid #e70000;
    padding-left: 20px;
}

.hotel-rr-intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6c757d;
}

/* .hotel-rr-badge-dark {
    background-color: #e70000;
    color: white;
    padding: 2px 8px;
    font-size: 0.9em;
} */

/* --- Cards --- */
.key-highlights-main-image-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-highlights-main-image {
    width: 100%;
    max-width: 800px;
}

.hotel-rr-feature-box-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.hotel-rr-feature-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hotel-rr-feature-box h3 {
    font-size: 40px;
    color: #ff0000;
    font-weight: 600;
}

.hotel-rr-feature-box h5 {
    font-size: 24px;
    color: #6c757d;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hotel-rr-feature-box-parent {
        gap: 15px;
    }

    .hotel-rr-feature-box h3 {
        font-size: 30px;
    }

    .hotel-rr-feature-box h5 {
        font-size: 20px;
    }
}

.hotel-rr-feature-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    border-top: 4px solid #e70000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    height: 100%;
    min-width: 225px;
    transition: all 0.3s;
}

.hotel-rr-feature-card:hover {
    box-shadow: 0 10px 30px rgba(231, 0, 0, 0.1);
}

/*
.hotel-rr-icon-large {
    font-size: 1.5rem;
    color: #e70000;
    margin-bottom: 15px;
} */

/* --- States Section --- */
.top-states-by-number-of-hotels .hotel-rr-state-card-row {
    margin-top: 20px !important;
}

.hotel-rr-section-header {
    margin-bottom: 40px;
}

.hotel-rr-display-header {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.hotel-rr-bg-text {
    color: #e70000;
    font-weight: 900;
    font-size: 4rem;
    opacity: 0.1;
}

.hotel-rr-state-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    height: 100%;
}

.hotel-rr-state-icon {
    font-size: 3rem;
    color: #ccc;
    opacity: 0.3;
}

.hotel-rr-state-value {
    font-size: 2.5rem;
}

/* --- City & Progress --- */
.hotel-rr-city-desc {
    max-width: 600px;
    margin: 0 auto;
}

.city-level-granularity-left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.hotel-rr-hub-title {
    font-size: 1.2rem;
}

.hotel-rr-progress-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.85rem;
    font-weight: 700;
}

.hotel-rr-progress-wrapper {
    background: #f1f1f1;
    height: 12px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}

.hotel-rr-progress-fill {
    height: 100%;
    width: 0%;
    background: #e70000;
    border-radius: 20px;
    transition: width 1.5s ease-out;
}

.hotel-rr-progress-fill-dark {
    background: #202224;
}

.hotel-rr-toggle-btn {
    background: white;
    border: 1px solid #eee;
    padding: 2px 8px;
    font-size: 0.7rem;
    font-weight: 700;
    cursor: pointer;
}

/* --- Image Map Styling --- */
.hotel-rr-map-image-wrapper {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.hotel-rr-map-image-wrapper img {
    width: 100%;
}

.hotel-rr-static-map {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

/* --- Dark Map Section --- */
.hotel-rr-map-dark-section {
    background-color: #202224;
    color: #ffffff;
    padding: 100px 0;
}

.hotel-rr-map-label-deco {
    width: 50px;
    height: 4px;
    background: #e70000;
}

.hotel-rr-map-subtitle {
    font-size: 0.8rem;
    letter-spacing: 2px;
}

.hotel-rr-map-title {
    font-size: 2rem;
    line-height: 1.2;
    color: #ffffff;
}

.hotel-rr-list-unstyled {
    list-style: none;
    padding: 0;
}

.hotel-rr-map-list-gap {
    gap: 10px;
}

/* --- Insights --- */
.hotel-rr-insight-number {
    font-size: 4rem;
    font-weight: 900;
    color: #e70000;
    opacity: 0.1;
    line-height: 1;
    margin-right: 20px;
}

/* --- Animations --- */
.hotel-rr-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.hotel-rr-fade-up.hotel-rr-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Table */
.hotel-rr-table-heading {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}

.hotel-rr-table-wrapper {
    width: 100%;
    /* max-width: 1000px; */
    overflow-x: auto;
    /* Vital for mobile responsiveness */
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
    margin-bottom: 30px;
}

/* --- 3. Table Structure --- */
.hotel-rr-custom-table {
    width: 100%;
    border-collapse: collapse;
    /* Removes gaps between cells */
    text-align: left;
    min-width: 600px;
    /* Ensures table doesn't squish too much */
}

/* --- 4. Header Styling --- */
.hotel-rr-custom-table thead {
    background-color: #f3f4f6;
    border-bottom: 2px solid #e5e7eb;
}

.hotel-rr-custom-table th {
    padding: 16px 24px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    position: sticky;
    top: 0;
}

/* The red accent line on the first column header */
.hotel-rr-custom-table th:first-child {
    border-left: 4px solid #ff0000;
}

/* --- 5. Body & Row Styling --- */
.hotel-rr-custom-table td {
    padding: 20px 24px;
    font-size: 0.95rem;
    color: #202224;
    border-bottom: 1px solid #e5e7eb;
}

.hotel-rr-custom-table tr:last-child td {
    border-bottom: none;
}

/* Zebra Striping */
.hotel-rr-custom-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

/* Hover Effect */
.hotel-rr-custom-table tbody tr:hover {
    background-color: #fff1f1;
    /* Light red tint on hover */
    transition: background-color 0.2s ease;
}

/* --- 6. Specific Cell Typography --- */
.hotel-rr-font-bold {
    font-weight: 700;
}

.hotel-rr-text-red {
    color: #ff0000;
    font-weight: 600;
}

.hotel-rr-text-green {
    color: #16a34a;
    font-weight: 700;
    font-size: 0.9em;
}

.hotel-rr-text-red-indicator {
    color: #ff0000;
    font-weight: 700;
    font-size: 0.9em;
}

/* --- 7. Mobile Optimization (Optional) --- */
@media (max-width: 640px) {

    .hotel-rr-custom-table th,
    .hotel-rr-custom-table td {
        padding: 12px 16px;
    }
}

.geospatial-intelligence ul.hotel-rr-list-unstyled li {
    text-align: left;
}

/* CTA */
.hotel-rr-call-to-action {
    padding: 50px 0;
    background-color: #202224;
}

.hotel-rr-call-to-action-inner {
    width: 90%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 0 auto;
}

.hotel-rr-call-to-action h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.hotel-rr-call-to-action p {
    color: #9399A6;
    font-size: 20px;
    text-align: center;
}

/* Internal Link */
.hotel-rr-main a {
    color: #ff0000;
    font-weight: 600;
}

.hotel-rr-main a:hover {
    text-decoration: none;
}

/* --- Responsive Queries --- */
@media (max-width: 1400px) {
    .hotel-rr-bg-text {
        font-size: 2.5rem;
    }

    .hotel-rr-section-padding {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    /* .hotel-rr-section-padding {
        padding: 50px 0;
    } */

    .hotel-rr-display-header {
        font-size: 1.5rem;
    }

    .hotel-rr-bg-text {
        display: none;
    }

    .hotel-rr-map-title {
        font-size: 1.7rem;
    }

    .hotel-rr-text-end {
        text-align: center;
    }

    .hotel-rr-static-map {
        height: 350px;
    }

    .hotel-rr-map-dark-section {
        padding: 50px 0;
    }

    .hotel-rr-insight-number {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .hotel-rr-flex-align-center {
        flex-direction: column;
        text-align: center;
    }

    .hotel-rr-map-dark-section .hotel-rr-list-unstyled .hotel-rr-flex-align-center {
        flex-direction: row;
    }

    .strategic-data-insights.hotel-rr-section-padding {
        padding-bottom: 0;
    }

    .strategic-data-insights .hotel-rr-flex-align-center {
        text-align: left;
        align-items: start;
        margin-bottom: 25px;
    }

    .hotel-rr-static-map {
        height: 300px;
    }

    .hotel-rr-state-value {
        font-size: 2rem;
    }

    .hotel-rr-insight-number {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .hotel-rr-map-label-deco {
        width: 35px;
    }

    .geospatial-intelligence .hotel-rr-mb-30 {
        margin-bottom: 15px;
    }

    .geospatial-intelligence .hotel-rr-flex-align-center.hotel-rr-mb-30.hotel-rr-map-list-gap {
        flex-direction: row;
    }

    .hotel-rr-text-center {
        text-align: left;
    }

    .hotel-rr-display-header {
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .hotel-rr-map-dark-section {
        padding: 30px 0;
    }

    .hotel-rr-section-padding {
        padding: 30px 0;
    }
}


/* ------------------------- */
.city-level-granularity .largest-hotel-chains-parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.largest-hotel-chains-card {
    background-color: #ffffff;
    width: 100%;
    padding: 32px;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.largest-hotel-chains-card:hover {
    border-color: #ff0000;
}

/* Title */
.largest-hotel-chains-card-title {
    font-size: 20px;
    /* text-xl */
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
    /* mb-4 */
}

.largest-hotel-chains-card-body p.hotel-rr-text-secondary {
    margin-bottom: 0;
}

/* Properties Count Section */
.largest-hotel-chains-card-properties {
    margin-bottom: 16px;
}

.largest-hotel-chains-card-count {
    display: block;
    font-size: 36px;
    /* text-4xl */
    font-weight: 700;
    color: #ff0000;
    /* Primary Brand Color */
    line-height: 1;
}

.largest-hotel-chains-card-subtext {
    font-size: 12px;
    /* text-xs */
    color: #6B7280;
    /* text-gray-500 */
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 0;
}

/* Grid Section for States/Cities */
.largest-hotel-chains-card-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-top: 1px solid #F9FAFB;
    /* gray-50 */
    border-bottom: 1px solid #F9FAFB;
    /* gray-50 */
}

.largest-hotel-chains-card-stat-item p:first-child {
    font-size: 12px;
    color: #9CA3AF;
    /* text-gray-400 */
    text-transform: uppercase;
    margin: 0 0 2px 0;
}

.largest-hotel-chains-card-stat-item p:last-child {
    font-weight: 700;
    margin: 0;
    font-size: 18px;
}

/* ------------------ */
.hotel-rr-largest-hotel-chain-box-container {
            border: 1px solid #eeeeee;
            /* border-left: 4px solid #ed2224; */
            border-radius: 12px;
            display: flex;
            padding: 24px;
            /* background-color: #fffafa;  */
            /* max-width: 900px; */
            margin: 20px auto;
            align-items: center;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        /* Left Section: Info */
        .hotel-rr-largest-hotel-chain-box-info {
            flex: 5;
            padding-right: 20px;
            border-right: 1px solid #eeeeee;
        }

        .hotel-rr-largest-hotel-chain-box-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 8px;
        }

        .hotel-rr-largest-hotel-chain-box-title {
            margin: 0;
            font-size: 22px;
            font-weight: bold;
            color: #302f2f;
        }

        .hotel-rr-largest-hotel-chain-box-tag {
            border: 1px solid #ed2224;
            color: #ed2224;
            font-size: 10px;
            font-weight: bold;
            text-transform: uppercase;
            padding: 2px 6px;
            border-radius: 4px;
        }

        .hotel-rr-largest-hotel-chain-box-desc {
            margin: 0;
            font-size: 14px;
            color: #666666;
            line-height: 1.4;
        }

        /* Middle Section: Metrics */
        .hotel-rr-largest-hotel-chain-box-metrics {
            flex: 3;
            padding: 0 24px;
            border-right: 1px solid #eeeeee;
        }

        .hotel-rr-largest-hotel-chain-box-count {
            display: block;
            font-size: 28px;
            font-weight: 700;
            color: #ed2224;
        }

        .hotel-rr-largest-hotel-chain-box-label {
            font-size: 11px;
            color: #999999;
            text-transform: uppercase;
            font-weight: bold;
        }

        .hotel-rr-largest-hotel-chain-box-city-data {
            margin-top: 10px;
            font-size: 14px;
            color: #302f2f;
        }

        .hotel-rr-largest-hotel-chain-box-sub-label {
            color: #999999;
        }

        /* Right Section: Progress */
        .hotel-rr-largest-hotel-chain-box-progress-area {
            flex: 3;
            padding-left: 24px;
        }

        .hotel-rr-largest-hotel-chain-box-progress-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 8px;
        }

        .hotel-rr-largest-hotel-chain-box-progress-label {
            font-size: 11px;
            color: #999999;
            text-transform: uppercase;
            font-weight: bold;
        }

        .hotel-rr-largest-hotel-chain-box-percentage {
            font-size: 14px;
            font-weight: bold;
            color: #ed2224;
        }

        .hotel-rr-largest-hotel-chain-box-bar-bg {
            background-color: #f3f4f6;
            height: 8px;
            border-radius: 4px;
            width: 100%;
        }

        .hotel-rr-largest-hotel-chain-box-bar-fill {
            background-color: #ed2224;
            height: 100%;
            border-radius: 4px;
            /* width: 23%;  */
        }

        /* Responsive adjustment */
        @media (max-width: 992px) {
            .hotel-rr-largest-hotel-chain-box-container {
                flex-direction: column;
                align-items: flex-start;
            }
            .hotel-rr-largest-hotel-chain-box-info,
            .hotel-rr-largest-hotel-chain-box-metrics {
                border-right: none;
                border-bottom: 1px solid #eeeeee;
                padding: 16px 0;
                width: 100%;
            }
            .hotel-rr-largest-hotel-chain-box-progress-area {
                padding-left: 0;
                padding-top: 16px;
                width: 100%;
            }
        }



@media (max-width: 992px) {
    .city-level-granularity .largest-hotel-chains-parent {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .city-level-granularity .largest-hotel-chains-parent {
        grid-template-columns: repeat(1, 1fr);
    }
}



/* ----- */
.hotel-rr-table-btn {
    padding: 10px 18px;
    border-radius: 100px;
    background-color: #ff0000;
    font-weight: 400 !important;
    color: #ffffff !important;
    text-decoration: none;
}

.hotel-rr-largest-hotel-chain-box-logo-image {
    width: 100px;
    height: auto;
    margin-right: 50px;
}
/* --------------- */
.hotel-rr-chart-main-parent {
    margin-bottom: 50px;
}
.hotel-rr-chart-main-parent img {
    width: 100%;
}
@media (max-width: 768px) {
    .hotel-rr-chart-main-parent {
        margin-bottom: 20px;
    }
    .hotel-rr-largest-hotel-chain-box-logo-image {
        margin-right: 0;
    }
}