/* ttb_booking_search_shortcode css */
.bss-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 25px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
    width: 100%;
}

.bss-booking-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.bss-booking-form .form-group select {
    font-family: "Exo 2", Sans-serif;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    background-image: none;
}

.bss-booking-form .form-group {
    flex: 1;
    min-width: 150px;
    text-align: left;
    position: relative;
}

.bss-booking-form .form-group label {
    font-family: "Exo 2", Sans-serif;
    display: block;
    font-size: 0.9em;
    color: #555;
    margin-bottom: 5px;
}

.bss-booking-form .form-group input[type="text"],
.bss-booking-form .form-group input[type="number"] {
    font-family: "Exo 2", Sans-serif;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
    color: #333;
}

.bss-booking-form .date-picker-wrapper {
    display: flex;
    gap: 5px;
    position: relative;
}

.bss-booking-form .date-picker-wrapper input {
    flex: 1;
}

.bss-booking-form .date-picker-wrapper .dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
}

.bss-booking-form .search-button {
    font-family: "Exo 2", Sans-serif;
    background-color: #02529c;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-end;
    min-width: 120px;
}

.bss-booking-form .search-button:hover {
    background-color: #0056b3;
}

.bss-booking-form .search-button:active {
    background-color: #0056b3;
}


/* ttb_booking_search_page */
.bsp_cont {
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bsp-header h1 {
    font-size: 2.5em;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}



/* ttb_travia_listing_shortcode */
.tls-container {
    display: flex;
    gap: 30px;
    margin: 0 auto;
    padding: 20px;
}

.tls-search-sidebar {
    flex: 0 0 350px;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.tls-results-container {
    flex: 1;
}

.tls-search-box {
    background-color: #3575b0 !important;
    color: #fff !important;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tls-search-box h3 {
    font-family: "Exo 2", Sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}

.tls-form-group {
    margin-bottom: 20px;
}

.tls-form-group label {
    font-family: "Exo 2", Sans-serif;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: white;
}

.tls-form-group select,
.tls-form-group input[type="text"] {
    font-family: "Exo 2", Sans-serif;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
    color: black;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.tls-form-group select {
    background-repeat: no-repeat;
    background-position: right 8px top 50%;
    background-size: 20px auto;
}

.tls-form-group input[type="text"].daterange {
    cursor: pointer;
}

/* Search Button */
.tbf-search-button {
    font-family: "Exo 2", Sans-serif;
    width: 100% !important;
    padding: 12px 20px !important;
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 20px !important;
    font-weight: 600;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    margin-top: 10px !important;
}

.tshs-add-to-cart-button i {
    display: none;
}

.tls-error-message {
    font-family: "Exo 2", Sans-serif;
    background: #ffe6e6;
    border: 1px solid #ffb3b3;
    color: #cc0000;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    min-width: 400px;
    margin-left: 40px;
    font-size: 15px;
    font-weight: 500;
}

.tls-error-message h4 {
    color: #cc0000;
    margin-top: 0;
    margin-bottom: 10px;
}

.tls-error-list {
    list-style: disc inside;
    padding: 0;
    margin-top: 10px;
}

.tls-error-list li {
    margin-bottom: 5px;
}

.tbf-welcome-message {
    background: #e6f7ff;
    border: 1px solid #b3e0ff;
    color: #0056b3;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.tls-hotel-cards-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tls-hotel-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid #eaeaea;
    position: relative;
    animation: fadeInUp 0.4s ease forwards;
    opacity: 0;
}

.tls-hotel-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    border-color: #d0d0d0;
}

.tls-card-image {
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 4px;
}

.tls-card-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
    padding: 0;
}

.tls-hotel-card:hover .tls-card-image img {
    transform: scale(1.03);
}

.tls-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
}

.tls-card-content {
    flex: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.tbf-card-main-content {
    flex: 1;
}

.tls-hotel-name {
    font-family: "Exo 2", Sans-serif;
    font-size: 22px;
    color: #222;
    margin: 0 0 8px 0;
    font-weight: 600;
    line-height: 1.3;
}

.tls-hotel-location {
    font-family: "Exo 2", Sans-serif;
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.tls-hotel-location:before {
    content: "📍";
    margin-right: 6px;
    font-size: 14px;
}

.tls-hotel-price-info {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px dashed #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tls-price-container {
    display: flex;
    flex-direction: column;
}

.tls-price,
.tls-price-not {
    font-family: "Exo 2", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--e-global-color-primary);
    margin-bottom: 3px;
}

.tls-price-not {
    color: red;
}

.tbf-room-count {
    font-size: 14px;
    color: #888;
}

.tbf-view-button {
    font-family: "Exo 2", Sans-serif;
    padding: 10px 25px;
    background-color: var(--e-global-color-primary);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    min-width: 120px;
}

.tbf-view-button:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0, 102, 204, 0.3);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply animation with delays */
.tls-hotel-card:nth-child(1) {
    animation-delay: 0.1s;
}

.tls-hotel-card:nth-child(2) {
    animation-delay: 0.2s;
}

.tls-hotel-card:nth-child(3) {
    animation-delay: 0.3s;
}

.tls-hotel-card:nth-child(4) {
    animation-delay: 0.4s;
}

.tls-hotel-card:nth-child(5) {
    animation-delay: 0.5s;
}

@media (max-width: 992px) {
    .tls-container {
        flex-direction: column;
        gap: 20px;
    }

    .tls-search-sidebar {
        position: static;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {

    .bss-booking-form {
        flex-direction: column;
        align-items: stretch;
    }

    .bss-booking-form .form-group {
        min-width: unset;
    }

    .bss-booking-form .search-button {
        width: 100%;
        margin-top: 15px;
    }

    .tls-hotel-card {
        flex-direction: column;
        padding: 20px;
    }

    .tls-card-image {
        flex: none;
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .tls-card-image img {
        padding: 0;
    }

    .tls-card-content {
        width: 100%;
        padding: 0;
    }

    .tls-hotel-price-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .tbf-view-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .bsp-header h1 {
        font-size: 2em;
    }

    .bss-wrapper {
        padding: 20px 15px;
    }
}

/* single shrotcode css */

/* .tshs-hotel-single-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
} */

.tshs-back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.tshs-back-link:hover {
    text-decoration: underline;
}

.tshs-hotel-details-grid {
    display: grid;
    grid-template-columns: 600px 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .tshs-hotel-details-grid {
        grid-template-columns: 1fr;
    }

    .tshs-hotel-gallery-col {
        width: auto;
    }
}

.tshs-main-image {
    margin-bottom: 15px;
    background-color: #f0f0f0;
    /* Background for placeholder/empty space */
    border-radius: 8px;
    overflow: hidden;
    /* Ensures image doesn't bleed out */
    /* Fixed aspect ratio for main image */
    position: relative;
    width: 100%;
    padding-top: 75%;
    /* 4:3 Aspect Ratio (e.g., 600px width, 450px height) */
}

.tshs-main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Changed to 'contain' to avoid cropping */
    display: block;
}

.tshs-thumbnails {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    white-space: nowrap;
}

.tshs-thumbnails::-webkit-scrollbar {
    height: 8px;
}

.tshs-thumbnails::-webkit-scrollbar-track {
    background: transparent;
}

.tshs-thumbnails::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.tshs-thumbnail {
    flex: 0 0 100px;
    height: 70px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color 0.3s ease;
    overflow: hidden;
    background-color: #f9f9f9;
    /* Background for thumbnail placeholder */
}

.tshs-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: opacity 0.3s;
    display: block;
}

.tshs-thumbnail.active,
.tshs-thumbnail:hover {
    border-color: #0066cc;
}

.tshs-hotel-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.tshs-hotel-header h1 {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: var(--e-global-color-primary);
    font-family: "Exo 2", Sans-serif;
}

.tshs-hotel-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: #666;
    font-size: 16px;
}

.tshs-hotel-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Exo 2", Sans-serif;
}

.tshs-description,
.tshs-amenities {
    margin-bottom: 20px;
}

.tshs-description h2,
.tshs-amenities h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: var(--e-global-color-primary);
    font-family: "Exo 2", Sans-serif;
}

.tshs-rooms h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--e-global-color-primary);
    font-family: "Exo 2", Sans-serif;
    font-weight: 600;
    font-size: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-align: center;
}

.tshs-description p {
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
    font-family: "Exo 2", Sans-serif;
}

.tshs-read-more,
.tshs-read-more-room {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
}

.tshs-read-more:hover,
.tshs-read-more-room:hover {
    text-decoration: underline;
}


.tshs-amenities-list {
    /* list-style: none; */
    /* padding: 0; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

/* .tshs-amenities-list li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
} */

.tshs-amenities-list li {
    color: var(--e-global-color-primary);
    font-family: "Exo 2", Sans-serif;
    /* padding-left: 25px; */
    position: relative;
}

.tshs-rooms {
    margin-top: 40px;
}

.tshs-room-card-wrap {
    position: relative;
    border-radius: 8px;
    /* Added box-shadow here */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    padding: 20px;
}

.tshs-room-card {
    display: flex;
    overflow: hidden;
    /* Add shadow to transition */
    align-items: flex-start;
    column-gap: 20px;
    margin-bottom: 20px;
    /* Align items to the top for better balance */
}

.tshs-room-card-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    /* Slightly larger shadow on hover */
}

@media (max-width: 768px) {
    .tshs-room-card {
        flex-direction: column;
    }
}

.tshs-room-gallery-wrap {
    flex: 0 0 400px;
    /* Fixed width for the entire room gallery section */
    min-width: 400px;
    /* Ensure it doesn't shrink below this */
    max-width: 400px;
    /* Ensure it doesn't grow above this */
}

@media (max-width: 768px) {
    .tshs-room-gallery-wrap {
        flex: 0 0 auto;
        width: 100%;
        min-width: unset;
        /* Remove fixed width on small screens */
        max-width: unset;
        /* Remove fixed width on small screens */
        border-right: none;
        border-bottom: 1px solid #eee;
    }
}

.tshs-room-main-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 75%;
    /* 4:3 Aspect Ratio (e.g., 400px width, 300px height) */
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f0f0f0;
    /* Background for placeholder/empty space */
}

.tshs-room-main-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Changed to 'contain' to avoid cropping */
    display: block;
}

.tshs-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    z-index: 10;
    transition: background-color 0.3s;
}

.tshs-gallery-arrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.tshs-gallery-arrow.prev-arrow {
    left: 10px;
}

.tshs-gallery-arrow.next-arrow {
    right: 10px;
}

.tshs-room-thumbnails {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    white-space: nowrap;
}

.tshs-room-thumbnails::-webkit-scrollbar {
    height: 6px;
}

.tshs-room-thumbnails::-webkit-scrollbar-track {
    background: transparent;
}

.tshs-room-thumbnails::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

.tshs-room-thumbnail {
    flex: 0 0 80px;
    height: 60px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color 0.3s ease;
    overflow: hidden;
    background-color: #f9f9f9;
    /* Background for thumbnail placeholder */
}

.tshs-room-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    display: block;
}

.tshs-room-thumbnail.active,
.tshs-room-thumbnail:hover {
    border-color: #0066cc;
}

.tshs-room-content {
    flex: 1;
    /* Allow content to take remaining space */
    min-width: 0;
    /* Allow content to shrink if needed */
    display: flex;
    flex-direction: column;
    /* Stack content vertically */
    justify-content: space-between;
    /* Push button to the bottom */
}

.tshs-room-content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    color: var(--e-global-color-primary);
    font-family: "Exo 2", Sans-serif;
}

.tshs-room-price {
    color: var(--e-global-color-primary);
    font-family: "Exo 2", Sans-serif;
}

.tshs-room-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 15px;
}

.tshs-room-description {
    margin-bottom: 10px;
}


.tshs-room-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.tshs-room-details p {
    margin: 0;
    background-color: #f8f8f8;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    color: #444;
    font-family: "Exo 2", Sans-serif;
}

.tshs-room-details p strong {
    color: #222;
}

.tshs-room-amenities {
    /* Adjustments for better layout of amenities */
    width: 100%;
    /* Ensure it takes full width of content column */
    box-sizing: border-box;
    /* Include padding/border in width calculation */
    margin-bottom: 20px;
    /* Space before the button */
}

.tshs-room-amenities h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--e-global-color-primary);
    font-family: "Exo 2", Sans-serif;
    font-weight: 600;
}

.tshs-room-amenities-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    /* Slightly reduce min width for amenities */
    gap: 10px;
    flex-grow: 1;
    /* Allow list to grow and fill space */
}

.tshs-room-amenities-list li {
    color: var(--e-global-color-primary);
    font-family: "Exo 2", Sans-serif;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    white-space: normal;
    /* Allow text to wrap within list item */
    word-break: break-word;
    font-weight: 400;
    /* Break long words if necessary */
}

.tshs-room-amenities-list li:before {
    content: "•";
    position: absolute;
    left: 5px;
    color: #888;
}

/* Add to Cart Button Styling */
.tshs-add-to-cart-button {
    display: inline-block;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: auto;
    /* Allow button to size based on content */
    align-self: flex-start;
    background-color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    /* Align to the start within the flex column */
}

.tshs-add-to-cart-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.tshs-add-to-cart-button:active {
    background-color: #004085;
    transform: translateY(0);
}

.tshs-not_availble_btn {
    display: inline-block;
    background-color: #cdc5bd;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: auto;
    /* Allow button to size based on content */
    align-self: flex-start;
    /* Align to the start within the flex column */
    cursor: no-drop;
}

.tshs-not_availble_btn:hover {
    background-color: #cdc5bd;
    transform: translateY(-2px);
}

.tshs-not_availble_btn:active {
    background-color: #cdc5bd;
    transform: translateY(0);
}

/* Error messages */
.tshs-error-message {
    background-color: #ffe0e0;
    color: #d8000c;
    border: 1px solid #d8000c;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
    max-width: 600px;
}

/* Custom styling for arrows (optional, Slick theme provides some) */
/* Hide default arrows */

.hotel-slider .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 500px;
  overflow: hidden;
}

.hotel-slider .slick-slide img {
  height: 100%;
  width: auto;
}

.slick-prev-single, .slick-next-single {
    padding: 5px 0 0 0 !important;
    font-size: 0 !important;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

/* Custom Icons with Font Awesome (or Unicode) */
.slick-prev-single::before, .slick-next-single::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 35px;
  color: #fff;
}

.slick-prev-single::before {
  content: '←';
}
.slick-next-single::before {
  content: '→';
}

.slick-prev-single {
  left: 15px;
}

.slick-next-single {
  right: 15px;
}

.slick-prev-single:hover, .slick-next-single:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.room-slider .slick-prev-single, .room-slider .slick-next-single {
    width: 40px !important;
    height: 40px !important;
}
.room-slider .slick-prev-single::before, .room-slider .slick-next-single::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 25px;
  color: #fff;
}

.room-slider .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 265px;
  overflow: hidden;
}

.room-slider .slick-slide img {
  height: 100%;
  width: auto;
}
.hotel_logo_image{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.hotel_logo_image_wrap{
    width: 100%;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}