        :root {
            --solinom-base: #229CE2;
            --solinom-base-rgb: 34, 156, 226;
        }

        .room-details__sidebar__top__title {
            color: #229CE2;
        }

        .solinom-btn--base {
            background-color: #229CE2;
            border-color: #229CE2;
        }

        .solinom-btn--base:hover {
            background-color: #1a7db8;
            border-color: #1a7db8;
        }

        .room-details__amenities__item i.icon-mark {
            color: #229CE2;
        }

        .call-btn {
            background-color: #229CE2;
            border-color: #229CE2;
            color: #fff;
            display: block;
            text-align: center;
            padding: 15px 20px;
            border-radius: 5px;
            margin-top: 15px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }

        .call-btn:hover {
            background-color: #1a7db8;
            border-color: #1a7db8;
            color: #fff;
        }

        .book-btn {
            background-color: #229CE2;
            border-color: #229CE2;
            color: #fff;
            display: block;
            text-align: center;
            padding: 15px 20px;
            border-radius: 5px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }

        .book-btn:hover {
            background-color: #1a7db8;
            border-color: #1a7db8;
            color: #fff;
        }

    .gallery-top__card {
        height: 320px;
        overflow: hidden;
        border-radius: 8px;
    }
    .gallery-top__card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    /* Responsive height */
    @media (max-width: 991px) {
        .gallery-top__card {
            height: 260px;
        }
    }
    @media (max-width: 575px) {
        .gallery-top__card {
            height: 220px;
        }
    }

     /* ============================================
       FOOTER — responsive for all devices
       ============================================ */

    .main-footer {
        background: #0e1a2b;
    }

    .main-footer__top {
        padding: 70px 0 50px;
    }

    /* ---- Widget titles ---- */
    .footer-widget__title {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 10px;
    }
    .footer-widget__title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 2px;
        background: #229CE2;
    }

    /* ---- About text ---- */
    .footer-widget__text {
        color: rgba(255, 255, 255, 0.75);
        font-size: 14px;
        line-height: 1.7;
        text-align: justify;
        margin-bottom: 20px;
    }

    /* ---- Newsletter form ---- */
    .footer-widget__newsletter {
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .footer-widget__newsletter input {
        flex: 1;
        min-width: 0;
        background: transparent;
        border: none;
        color: #fff;
        padding: 12px 15px;
        font-size: 14px;
        outline: none;
    }
    .footer-widget__newsletter input::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }
    .footer-widget__newsletter button {
        flex-shrink: 0;
        background: #229CE2;
        color: #fff;
        border: none;
        padding: 0 18px;
        height: 46px;
        cursor: pointer;
        transition: background 0.3s ease;
    }
    .footer-widget__newsletter button:hover {
        background: #1a7db8;
    }

    /* ---- Social icons ---- */
    .footer-widget__social {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .footer-widget__social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        transition: all 0.3s ease;
    }
    .footer-widget__social a:hover {
        background: #229CE2;
        transform: translateY(-3px);
    }

    /* ---- Links list ---- */
    .footer-widget__links li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.75);
        font-size: 14px;
        transition: all 0.3s ease;
    }
    .footer-widget__links li i {
        font-size: 8px;
        color: #229CE2;
        margin-right: 10px;
        flex-shrink: 0;
    }
    .footer-widget__links li a {
        color: rgba(255, 255, 255, 0.75);
        transition: all 0.3s ease;
        word-break: break-word;
    }
    .footer-widget__links li:hover a {
        color: #229CE2;
        padding-left: 3px;
    }

    /* ---- Contact info ---- */
    .footer-widget__info li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 15px;
        color: rgba(255, 255, 255, 0.75);
        font-size: 14px;
    }
    .footer-widget__info__item {
        flex-shrink: 0;
        width: 38px;
        height: 38px;
        background: rgba(34, 156, 226, 0.15);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-widget__info__item i {
        color: #229CE2;
        font-size: 16px;
    }
    .footer-widget__info__text {
        color: rgba(255, 255, 255, 0.75);
        line-height: 1.5;
        transition: color 0.3s ease;
        padding-top: 8px;
        word-break: break-word;
        flex: 1;
    }
    .footer-widget__info__text:hover {
        color: #229CE2;
    }

    /* ---- Review app buttons ---- */
    .footer-widget__app {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .footer-widget__app__item--text {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        padding: 10px 16px;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        line-height: 1;
    }
    .footer-widget__app__item--text i {
        color: #229CE2;
        font-size: 16px;
    }
    .footer-widget__app__item--text:hover {
        background: #229CE2;
        color: #fff;
    }
    .footer-widget__app__item--text:hover i {
        color: #fff;
    }

    /* ---- Bottom bar ---- */
    .main-footer__bottom {
        background: rgba(0, 0, 0, 0.25);
        padding: 18px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .main-footer__copyright {
        color: rgba(255, 255, 255, 0.65);
        font-size: 13px;
        text-align: center;
        margin: 0;
        line-height: 1.6;
        word-break: break-word;
    }
    .main-footer__copyright a {
        color: #229CE2;
        transition: color 0.3s ease;
    }
    .main-footer__copyright a:hover {
        color: #fff;
    }

    /* ============================================
       RESPONSIVE BREAKPOINTS
       ============================================ */

    /* Large desktop (≥1200px) — default, no change needed */
    /* Layout: About (4) | Links (3) | Contact (5) in one row */

    /* Laptop (992px–1199px) */
    @media (max-width: 1199px) {
        .main-footer__top {
            padding: 60px 0 45px;
        }
    }

    /* Tablet (768px–991px) — About+Links side by side, Contact full below */
    @media (max-width: 991px) {
        .main-footer__top {
            padding: 50px 0 40px;
        }
        .footer-widget {
            margin-bottom: 40px;
        }
        .footer-widget--contact {
            margin-bottom: 0;
        }
    }

    /* Mobile (576px–767px) — everything stacks, full width */
    @media (max-width: 767px) {
        .main-footer__top {
            padding: 45px 0 30px;
        }
        .footer-widget {
            margin-bottom: 35px;
        }
        .footer-widget--contact {
            margin-bottom: 0;
        }
        .footer-widget__title {
            font-size: 18px;
            margin-bottom: 16px;
        }
        .footer-widget__text {
            font-size: 13px;
            text-align: left;
        }
        .footer-widget__links li,
        .footer-widget__info li {
            font-size: 13px;
        }
        .footer-widget__info__item {
            width: 34px;
            height: 34px;
        }
        .footer-widget__social a {
            width: 34px;
            height: 34px;
        }
        .footer-widget__app {
            gap: 8px;
        }
        .footer-widget__app__item--text {
            font-size: 12px;
            padding: 8px 13px;
        }
    }

    /* Small mobile (<576px) — all widgets FULL WIDTH, no hiding */
    @media (max-width: 575px) {
        .main-footer__top {
            padding: 40px 0 25px;
        }
        .footer-widget {
            margin-bottom: 30px;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
        .footer-widget--contact {
            margin-bottom: 0;
        }
        .footer-widget__title {
            font-size: 16px;
            margin-bottom: 14px;
        }
        .footer-widget__text,
        .footer-widget__links li,
        .footer-widget__info li {
            font-size: 13px;
        }
        .footer-widget__newsletter input {
            padding: 10px 12px;
            font-size: 13px;
        }
        .footer-widget__newsletter button {
            height: 42px;
            padding: 0 14px;
        }
        .footer-widget__info__item {
            width: 32px;
            height: 32px;
        }
        .footer-widget__info__item i {
            font-size: 14px;
        }
        .footer-widget__social a {
            width: 32px;
            height: 32px;
        }
        .footer-widget__app {
            gap: 8px;
        }
        .footer-widget__app__item--text {
            font-size: 12px;
            padding: 8px 12px;
        }
        .main-footer__copyright {
            font-size: 12px;
            line-height: 1.7;
        }
    }

    /* Very small (≤375px) — extra safety */
    @media (max-width: 375px) {
        .footer-widget__title {
            font-size: 15px;
        }
        .footer-widget__text,
        .footer-widget__links li,
        .footer-widget__info li {
            font-size: 16px;
        }
        .footer-widget__app__item--text {
            font-size: 11px;
            padding: 7px 10px;
        }
        .main-footer__copyright {
            font-size: 13px;
        }
    }