
    .room-content h4 {
        font-size: 20px !important;
    }

    .rooms-2 .rooms-grid .room-content .btn-view-details {
        font-size: 14px;
        padding: 13px;
    }

    .back {
        font-size: 25px;
    }

    /* Common Button Style */
    .btn-view-details {
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 30px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        color: #fff;
        letter-spacing: 1px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border: 2px solid transparent;
        cursor: pointer;
    }

    /* Back Button */
    .btn-view-details.back {
        /* background: linear-gradient(45deg, #eec71f, #eec71f); */
        background: #1f2e6c;
    }

    .btn-view-details.back:hover {
        background: linear-gradient(45deg, #eec71f, #eec71f);
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    /* Home Button */
    .btn-view-details.home {
        background: linear-gradient(45deg, #00c6ff, #0072ff);
    }

    .btn-view-details.home:hover {
        background: linear-gradient(45deg, #00c6ff, #00aaff);
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .btn-view-details.back:hover {
        color: #fff;
    }

    @media (max-width: 768px) {
        .logo img {
            max-width: 160px;
        }
    }

    /* start social media  */

    .button-us {
        font-weight: 800;
        text-transform: capitalize;
        border-radius: 7px;
        border: 2px solid transparent;
        font-size: 25px;
        display: flex;
        align-items: center;
        color: var(--white);
        z-index: 1;


    }

    .button-us img {
        margin-left: 8px;

    }


    /* Floating Buttons */
    .btn-floating {
        position: fixed;
        right: 25px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: none;
        z-index: 9999;
        color: white;
        transition: width 0.2s, padding 0.2s;
        background: #49df57;

    }

    .btn-floating:hover {
        width: auto;
        padding: 0 20px;
        cursor: pointer;
        border-radius: 25px;

    }

    .btn-floating span {
        font-size: 16px;
        margin-left: 5px;
        transition: opacity 0.2s;
        line-height: 0;
        opacity: 0;

        /* Hide by default */
    }

    .btn-floating:hover span {
        opacity: 1;
        border-radius: 25px;
        letter-spacing: normal;

        /* Show span text on hover */
    }



    /* Floating Buttons */
    .btn-floating {
        position: fixed;
        right: 13px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: none;
        z-index: 9999;
        color: white;
        transition: width 0.2s, padding 0.2s;
        background: #49df57;
        bottom: 80px;

    }

    .btn-floating:hover {
        width: auto;
        padding: 0 20px;
        cursor: pointer;
        border-radius: 25px;

    }

    .btn-floating span {
        font-size: 16px;
        margin-left: 5px;
        transition: opacity 0.2s;
        line-height: 0;
        opacity: 0;

        /* Hide by default */
    }

    .btn-floating:hover span {
        opacity: 1;
        border-radius: 25px;
        letter-spacing: normal;

        /* Show span text on hover */
    }

    /* Phone Button */
    .btn-floating.phone {
        display: flex;
        align-items: center;
        bottom: 380px;
        background-color: #fff;

    }

    .btn-floating.phone:hover {
        background-color: #f5c518;
    }

    .whatsapp_header img {
        background: rgb(43, 184, 38);
        background: linear-gradient(0deg, rgba(43, 184, 38, 1) 0%, rgba(97, 253, 125, 1) 100%) !important;
        border-radius: 50%;
    }


    .instagram_header img {
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5) !important;
        border-radius: 50%;
    }

    /* WhatsApp Button */
    .btn-floating.whatsapp:hover {
        background: rgb(43, 184, 38);
        background: linear-gradient(0deg, rgba(43, 184, 38, 1) 0%, rgba(97, 253, 125, 1) 100%);
        bottom: 80px;
    }

    .btn-floating.facebook {
        background-color: #0866ff;
        bottom: 200px;
    }

    .btn-floating.instagram {
        bottom: 260px;
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);

    }

    .btn-floating.twitter {
        background-color: #000000;
        bottom: 320px;
    }

    .btn-floating.linkedin {
        background-color: #0a66c2;
        bottom: 140px;
    }

    .btn-floating:hover img {
        margin-bottom: -3px;
        border-radius: 25px;
    }

    .btn-floating.whatsapp:hover {
        /* background-color: #1f7a12; */
        border-radius: 25px;
        display: flex;
        align-items: center;
        background: rgb(43, 184, 38);
        background: linear-gradient(0deg, rgba(43, 184, 38, 1) 0%, rgba(97, 253, 125, 1) 100%) !important;
    }

    .btn-floating .whatsapp {
        /* background: #49df57; */
        background: rgb(43, 184, 38);
        background: linear-gradient(0deg, rgba(43, 184, 38, 1) 0%, rgba(97, 253, 125, 1) 100%) !important;
    }

    /* Optional: Improve the visibility of images in floating buttons */
    .btn-floating:hover img {
        margin-bottom: 3px;
        /* Adjusts image position on hover */
    }



    .contact-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        transition: opacity 0.3s ease;
        z-index: 1000;
    }

    .phone-button,
    .facebook-button,
    .instagram-button,
    .linkedin-button,
    .twitter-button,
    .whatsapp-button {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease, visibility 0.5s ease;
        margin: 0 10px;
    }

    .phone-button.visible,
    .facebook-button.visible,
    .instagram-button.visible,
    .linkedin-button.visible,
    .twitter-button.visible,
    .whatsapp-button.visible {
        opacity: 1;
        /* Visible state */
        visibility: visible;
        /* Make interactive */
    }



    .room-features {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-size: 15px;
        color: #444;
    }

    .room-features .location i {
        color: #ff3131;
        margin-right: 5px;
    }

    .room-features .rating i {
        color: #ffc107;
        margin-left: 2px;
    }

    /* start custom css */
    .rooms-2 .rooms-grid .room-content .room-features span i {
        color: #eec71f;
    }

    .shooting {
        width: 268px;
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        color: #fff;
        transition: color 0.3s ease;
        text-transform: uppercase;
        margin-top: 8px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }



    .btn-link {
        display: inline-block;
        text-decoration: none;
    }

    .shooting {
        margin: 0;
        padding: 12px 0px;
        background: #1f2e6c;
        color: #fff;
        border-radius: 30px;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 700;
        transition: all 0.3s ease;
        text-align: center;
        width: 251px;

    }

    /* Hover effect */
    .btn-link:hover .shooting {
        background: #f0c040;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: unset;
    }

    .bg_white {
        background-color: #fff;
    }

    .rooms-2 .rooms-grid .room-content .btn-view-details {
        flex: 1;
        border: 2px solid #1f2e6c;
        background: #E6E6E6;
        color: #000;

    }

    .rooms-2 .rooms-grid .room-content .btn-view-details:hover {
        background: #ffc306;
        color: #1f2e6c;
    }

    .rooms-2 .load-more-section .btn-load-more {
        background: transparent;
        border: 2px solid #1f2e6c;
        color: #1f2e6c
    }

    .rooms-2 .load-more-section .btn-load-more:hover {
        background: #ffc306;
        color: #fff;
    }

    .rooms-2 .rooms-grid .room-card {
        background: #1f2e6c;
    }

    .rooms-2 .rooms-grid .room-content h4 {
        color: #fff;
    }

    .rooms-2 .rooms-grid .room-content .room-features span {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: #fff;
    }

    .rooms-2 .rooms-grid .room-content .room-features span i {
        color: #ffc306;
    }

    .scroll-top {
        background-color: #ffbd05;

    }

    .scroll-top:hover {
        background-color: #af840bff;
    }

    .footer .social-links a:hover {
        background: #ffc107
    }

    .footer .social-links a {
        color: #ffcc00;

    }



    @media (max-width: 768px) {
        .shooting {
            width: 100%;
            line-height: 40px;
            padding: 4px 20px;
        }

        .gap {
            gap: 10px;
        }
    }

    @media (min-width: 1366px) {
        .rooms-2 .rooms-grid .room-content .room-features span {
            font-size: 14px;
        }
    }

    @media (min-width: 1492px) {
        .rooms-2 .rooms-grid .room-content .room-features span {
            font-size: 17px;
        }
    }

    @media (min-width: 1600px) {
        .rooms-2 .rooms-grid .room-content .room-features span {
            font-size: 17px;
        }
    }

    @media (min-width: 1920px) {
        .rooms-2 .rooms-grid .room-content .room-features span {
            font-size: 17px;
        }
    }

