.rockford-intro {
        padding: 80px 0;
    }

    .rockford-intro-label {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .rockford-intro-label::before {
        content: "";
        width: 40px;
        height: 1px;
        background: #b0833b;
    }

    .rockford-intro h1 {
        font-size: clamp(36px, 4vw, 40px);
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .rockford-intro-content {
        font-size: 17px;
        line-height: 1.9;
        margin-bottom: 0;
    }

    .rockford-intro-image {
        position: relative;
        height: 100%;
        min-height: 450px;
        overflow: hidden;
    }

    .rockford-intro-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .rockford-intro-image::after {
        content: "";
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: 80px;
        height: 80px;
        border-left: 2px solid #b0833b;
        border-bottom: 2px solid #b0833b;
        pointer-events: none;
    }

    @media (max-width: 991px) {
        .rockford-intro {
            padding: 80px 0;
        }

        .rockford-intro-image {
            min-height: 400px;
        }
    }

    @media (max-width: 767px) {
        .rockford-intro {
            padding: 60px 0;
        }

        .rockford-intro h1 {
            font-size: 36px;
        }

        .rockford-intro-content {
            font-size: 16px;
            line-height: 1.8;
        }

        .rockford-intro-image {
            min-height: 300px;
        }
    }
    
    
/* =========================================
   COMMON ROCKFORD SECTION HEADING
========================================= */

.rockford-section-heading {
    max-width: 850px;
    margin: 0 auto 50px;
}

.rockford-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rockford-section-kicker::before,
.rockford-section-kicker::after {
    content: "";
    width: 35px;
    height: 1px;
    background: #b0833b;
}

.rockford-section-title {
    margin: 0 0 10px;

    font-size: clamp(34px, 4vw, 40px);
    line-height: 1.2;
}

.rockford-section-description {
    max-width: 760px;
    margin: 0 auto;

    font-size: 17px;
    line-height: 1.8;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .rockford-section-heading {
        margin-bottom: 40px;
    }

    .rockford-section-title {
        font-size: 30px;
    }

    .rockford-section-description {
        font-size: 16px;
        line-height: 1.75;
    }

}
    
    
     /* =========================================
       ROCKFORD - WHY STANDS OUT
    ========================================= */

    .rockford-mh-standout-section {
        padding: 80px 0;
        background: #f7f5f1;
    }

    

    /* Feature Cards */

    .rockford-mh-feature-card {
        position: relative;
        height: 100%;
        padding: 35px 30px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.07);
        transition: all 0.35s ease;
        overflow: hidden;
    }

    .rockford-mh-feature-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #b0833b;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s ease;
    }

    .rockford-mh-feature-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    }

    .rockford-mh-feature-card:hover::before {
        transform: scaleX(1);
    }

    .rockford-mh-feature-number {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        margin-bottom: 25px;
        border: 1px solid rgba(176, 131, 59, 0.45);
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        border-radius:50%;
        background:#b0833b;
    }

    .rockford-mh-feature-text {
        margin: 0;
        line-height: 1.7;
    }


    /* Last wide card */

    .rockford-mh-feature-card-wide {
        padding: 40px;
    }

    .rockford-mh-feature-card-wide .rockford-mh-feature-number {
        margin-bottom: 20px;
    }


    /* Responsive */

    @media (max-width: 991px) {

        .rockford-mh-standout-section {
            padding: 80px 0;
        }

        .rockford-mh-standout-heading {
            margin-bottom: 45px;
        }
    }

    @media (max-width: 767px) {

        .rockford-mh-standout-section {
            padding: 60px 0;
        }

        .rockford-mh-standout-title {
            font-size: 30px;
        }

        .rockford-mh-standout-intro {
            font-size: 16px;
        }

        .rockford-mh-feature-card {
            padding: 30px 25px;
        }

        .rockford-mh-feature-card-wide {
            padding: 30px 25px;
        }
    }
    
    
     /* =========================================
       ROCKFORD - ROOMS SECTION
    ========================================= */

    .rockford-mh-rooms-section {
        padding: 80px 0;
        background: #ffffff;
    }

   
    /* =========================================
       ROOM CARD
    ========================================= */

    .rockford-mh-room-card {
        height: 100%;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.08);
        overflow: hidden;
        transition: all 0.35s ease;
    }

    .rockford-mh-room-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
    }

    .rockford-mh-room-image-wrap {
        position: relative;
        overflow: hidden;
    }

    .rockford-mh-room-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s ease;
    }

    .rockford-mh-room-card:hover .rockford-mh-room-image {
        transform: scale(1.05);
    }

    


    /* =========================================
       ROOM CONTENT
    ========================================= */

    .rockford-mh-room-content {
        padding: 28px 28px 30px;
    }

    .rockford-mh-room-name {
        margin-bottom: 14px;
        font-size: 23px;
        line-height: 1.3;
    }

    .rockford-mh-room-description {
        margin-bottom: 25px;
        line-height: 1.7;
    }


    /* =========================================
       BUTTONS
    ========================================= */

    .rockford-mh-room-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .rockford-mh-room-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 0 19px;
        border: 1px solid #b0833b;
        background: #b0833b;
        color: #fff;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .rockford-mh-room-btn:hover {
        background: #fff;
        color: #b0833b;
        border-color: #b0833b;
    }

    .rockford-mh-room-btn-outline {
        background: transparent;
        color: #b0833b;
    }

    .rockford-mh-room-btn-outline:hover {
        background: #b0833b;
        color: #fff;
    }


    /* =========================================
       BOTTOM CTA
    ========================================= */

    .rockford-mh-rooms-bottom {
        margin-top: 55px;
        text-align: center;
    }

    .rockford-mh-rooms-bottom-text {
        margin-bottom: 20px;
        font-size: 16px;
    }


    /* =========================================
       RESPONSIVE
    ========================================= */

    @media (max-width: 991px) {

        .rockford-mh-rooms-section {
            padding: 80px 0;
        }

        .rockford-mh-room-image-wrap {
            height: 250px;
        }

        
    }

    @media (max-width: 767px) {

        .rockford-mh-rooms-section {
            padding: 60px 0;
        }

        .rockford-mh-rooms-title {
            font-size: 30px;
        }

        .rockford-mh-rooms-intro {
            font-size: 16px;
        }

        .rockford-mh-room-image-wrap {
            height: 240px;
        }

        .rockford-mh-room-content {
            padding: 25px 22px 25px;
        }

        .rockford-mh-room-buttons {
            flex-direction: column;
        }

        .rockford-mh-room-btn {
            width: 100%;
        }
    }
    
    
    
     /* =========================================
       ROCKFORD - AMENITIES
    ========================================= */

    .rockford-mh-amenities-section {
        padding: 80px 0;
        background: #f7f5f1;
    }

    
    .rockford-mh-amenities-section .single-facility {
    background: transparent;
    padding: 30px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    border: 1px solid #b18848;
    min-height:211px;
    border-radius:2px;
    
}

.rockford-mh-amenities-section .single-facility span{
    font-size: 45px;
    color: #b0833b;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

.rockford-mh-amenities-section .single-facility img{
    width: 50px;
}

.rockford-mh-amenities-section .single-facility h5 {
    font-size: 22px;
    margin-bottom: 5px;
}

.rockford-mh-amenities-section .single-facility p {
    margin: 0;
    line-height: 28px;
}

.rockford-mh-amenities-section .single-facility .facility-shape {
    position: absolute;
    opacity: .07;
    z-index: -1;
    bottom: 15px;
    left: 120px;
}

.rockford-mh-amenities-section .single-facility .facility-shape span{
    margin-bottom:0;
}


.rockford-mh-amenities-section .single-facility .facility-shape span img {
    width: 100px;
}



/* =========================================
       ROCKFORD - LOCATION
    ========================================= */

    .rockford-mh-location-section {
        padding: 80px 0;
        background: #ffffff;
    }

    .rockford-mh-location-row {
        align-items: stretch;
    }

    /* =========================================
       LOCATION CONTENT
    ========================================= */

    .rockford-mh-location-content {
        height: 100%;
        padding: 55px 50px 55px 0;
    }

    .rockford-mh-location-kicker {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .rockford-mh-location-kicker::before {
        content: "";
        width: 42px;
        height: 1px;
        background: #b0833b;
    }

    .rockford-mh-location-title {
        margin-bottom: 25px;
        font-size: clamp(34px, 4vw, 40px);
        line-height: 1.2;
    }

    .rockford-mh-location-text {
        margin-bottom: 0;
        line-height: 1.85;
    }


    /* =========================================
       MAP / IMAGE AREA
    ========================================= */

    .rockford-mh-location-visual {
        position: relative;
        min-height: 520px;
        height: 100%;
        overflow: hidden;
        background: #eee;
    }

    .rockford-mh-location-visual img {
        width: 100%;
        height: 100%;
        min-height: 520px;
        object-fit: cover;
        display: block;
    }

    .rockford-mh-location-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: flex-end;
        padding: 30px;
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 45%,
            rgba(0, 0, 0, 0.65) 100%
        );
    }

    .rockford-mh-location-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 13px 18px;
        background: #b0833b;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }


    /* =========================================
       ATTRACTIONS
    ========================================= */

    .rockford-mh-attractions-wrapper {
        margin-top: 80px;
    }

    .rockford-mh-attractions-heading {
        margin-bottom: 35px;
    }

    .rockford-mh-attractions-title {
        margin-bottom: 0;
        font-size: 30px;
        line-height: 1.3;
    }

    .rockford-mh-attraction-card {
        height: 100%;
        padding: 30px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        background: #fff;
        transition: all 0.35s ease;
    }

    .rockford-mh-attraction-card:hover {
        transform: translateY(-5px);
        border-color: rgba(176, 131, 59, 0.45);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
    }

    .rockford-mh-attraction-number {
        display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.5px;
    background: #b0833b;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    }

    .rockford-mh-attraction-name {
        margin-bottom: 12px;
        font-size: 21px;
        line-height: 1.3;
    }

    .rockford-mh-attraction-description {
        margin: 0;
        line-height: 1.7;
    }


    /* =========================================
       DIRECTIONS BUTTON
    ========================================= */

    .rockford-mh-location-action {
        margin-top: 35px;
    }

    .rockford-mh-directions-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        padding: 0 26px;
        border: 1px solid #b0833b;
        background: #b0833b;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s ease;
        letter-spacing:1px;
    }
    
    .rockford-mh-directions-btn i{
        margin-right:10px;
    }

    .rockford-mh-directions-btn:hover {
        background: transparent;
        color: #b0833b;
    }


    /* =========================================
       RESPONSIVE
    ========================================= */

    @media (max-width: 991px) {

        .rockford-mh-location-section {
            padding: 80px 0;
        }

        .rockford-mh-location-content {
            padding: 0;
        }

        .rockford-mh-location-visual {
            min-height: 420px;
        }

        .rockford-mh-location-visual img {
            min-height: 420px;
        }

        .rockford-mh-attractions-wrapper {
            margin-top: 65px;
        }
    }

    @media (max-width: 767px) {

        .rockford-mh-location-section {
            padding: 60px 0;
        }

        .rockford-mh-location-title {
            font-size: 30px;
        }

        .rockford-mh-location-text {
            font-size: 16px;
        }

        .rockford-mh-location-visual {
            min-height: 320px;
        }

        .rockford-mh-location-visual img {
            min-height: 320px;
        }

        .rockford-mh-location-overlay {
            padding: 20px;
        }

        .rockford-mh-attractions-wrapper {
            margin-top: 50px;
        }

        .rockford-mh-attractions-title {
            font-size: 27px;
        }
    }
    
    
    /* =========================================
       ROCKFORD - CLOSING CTA
    ========================================= */

    .rockford-mh-closing-cta {
        position: relative;
        padding: 80px 0;
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.72),
                rgba(0, 0, 0, 0.48)
            ),
            url("../images/about/1.jpg") center center / cover no-repeat;
        overflow: hidden;
    }

    .rockford-mh-closing-cta-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

    .rockford-mh-closing-cta-kicker {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .rockford-mh-closing-cta-kicker::before,
    .rockford-mh-closing-cta-kicker::after {
        content: "";
        width: 35px;
        height: 1px;
        background: #b0833b;
    }

    .rockford-mh-closing-cta-title {
        margin-bottom: 25px;
        color: #fff;
        font-size: clamp(36px, 4.5vw, 40px);
        line-height: 1.15;
    }

    .rockford-mh-closing-cta-text {
        max-width: 820px;
        margin: 0 auto 35px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 17px;
        line-height: 1.85;
    }

    .rockford-mh-closing-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 0 32px;
        background: #b0833b;
        border: 1px solid #b0833b;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
    }

    .rockford-mh-closing-cta-btn:hover {
        background: #fff;
        border-color: #fff;
        color: #222;
    }

    @media (max-width: 767px) {

        .rockford-mh-closing-cta {
            padding: 75px 0;
        }

        .rockford-mh-closing-cta-title {
            font-size: 36px;
        }

        .rockford-mh-closing-cta-text {
            font-size: 16px;
            line-height: 1.75;
        }

        .rockford-mh-closing-cta-btn {
            width: 100%;
        }
    }
