/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

.header-rmsearch-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header-rmsearch-hide-xs {
    background-image: url("../img/black-opacity-5.png");
}

.header-rmsearch-show-xs {
    background-color: var(--on-primary);
    top: 0;
}

.header-rmsearch-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.header-rmsearch-primary {
    display: table-cell;
    vertical-align: middle;
}

.header-rmsearch-inner-wrapper {
    margin-top: 30px;
    margin-bottom: 15px;
}

#make_booking_btn {
    background-color: var(--primary-base);
    width: 155px;
    height: 50px;
    color: var(--on-primary);
}

.service-landing-mobile-search {
    background-color: var(--primary-base);
    width: 155px;
    height: 50px;
    color: var(--on-primary);
}

#make_booking_btn_div {
    margin-top: 20px;
    text-align: center;
}

#service_make_booking_btn_div {
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    #service_make_booking_btn_div {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
    #service_make_booking_btn_div > div {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: center;
    }
    /* Fancybox Overrides */
    .fancybox-wrap {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        opacity: 1 !important;
        overflow: visible !important;
    }
    .fancybox-skin {
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
    .fancybox-inner {
        overflow: visible !important;
        width: 100% !important;
    }
    .fancybox-overlay {
        background: rgba(0, 0, 0, 0.4) !important;
    }
    .fancybox-close {
        display: none !important;
    }
    /* Layout Resets */
    .header-rmsearch-primary .container {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        max-width: none !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        min-height: 100vh;
        /* Full viewport height */
        pointer-events: auto;
        /* Allow clicks to be captured for close event */
    }
    .header-rmsearch-primary {
        display: block;
        width: 100%;
    }
    /* The Card Style */
    .header-rmsearch-inner-wrapper {
        width: 288px !important;
        max-width: 288px !important;
        background: var(--on-primary);
        border-radius: 16px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        margin: auto;
        pointer-events: auto;
        /* Re-enable clicks on card */
    }
    /* Reset form-group in search wrapper for mobile */
    #search_form_fields_wrapper .form-group {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
    /* Grid Reset */
    .header-rmsearch-wrapper #search_hotel_block_form .grid {
        grid-template-columns: 1fr;
        column-gap: 0px;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 16px 16px 16px;
    }
    /* Header/Title */
    .search_rooms_header {
        display: block !important;
        margin-top: 0;
        padding: 0;
        text-align: left;
        color: #333;
        margin-bottom: 15px;
        border-bottom: 1px solid #d5d5d5;
    }
    .search_rooms_header p {
        margin: 0;
        padding: 16px;
        font-size: 23px;
        font-weight: 600;
    }
    .search_rooms_header hr {
        display: block !important;
        border: 0 !important;
        border-top: 1px solid var(--on-primary) !important;
        /* Subtle gray divider */
        width: auto !important;
        /* Allow it to stretch */
        margin: 0 0 15px 0;
        float: none !important;
    }
    /* Inputs */
    #search_hotel_block_form .header-rmsearch-input {
        border: 1px solid #d1d5db !important;
        border-radius: 10px;
        height: 45px;
        min-height: 45px;
        margin-bottom: 12px;
        box-shadow: none;
        padding-left: 40px;
        padding-right: 36px;
        color: #374151;
        width: 100%;
    }
    #search_hotel_block_form .header-rmsearch-input::placeholder {
        color: #9ca3af;
        opacity: 1;
    }
    /* Input Icons */
    #search_hotel_block_form .input-location {
        background-image:
            url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-7.163 8-12a8 8 0 10-16 0c0 4.837 8 12 8 12z' stroke='%239CA3AF' stroke-width='2'/%3E%3Ccircle cx='12' cy='10' r='3' stroke='%239CA3AF' stroke-width='2'/%3E%3C/svg%3E"),
            url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15l4 4 4-4M8 9l4-4 4 4' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position:
            12px center,
            right 12px center !important;
        background-size:
            16px 16px,
            16px 16px !important;
        background-color: var(--on-primary) !important;
        display: flex;
        align-items: center;
    }
    #search_hotel_block_form .input-date {
        background-image:
            url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='5' width='18' height='16' rx='2' stroke='%239CA3AF' stroke-width='2'/%3E%3Cpath d='M3 9h18' stroke='%239CA3AF' stroke-width='2'/%3E%3Cpath d='M7 3v4M17 3v4' stroke='%239CA3AF' stroke-width='2'/%3E%3C/svg%3E"),
            url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15l4 4 4-4M8 9l4-4 4 4' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position:
            12px center,
            right 12px center !important;
        background-size:
            16px 16px,
            16px 16px !important;
        background-color: var(--on-primary) !important;
        display: flex;
        align-items: center;
    }
    #search_hotel_block_form #guest_occupancy {
        background-image:
            url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 21C20 16.5817 16.4183 13 12 13C7.58172 13 4 16.5817 4 21' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='7' r='4' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
            url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15l4 4 4-4M8 9l4-4 4 4' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position:
            12px center,
            right 12px center !important;
        background-size:
            16px 16px,
            16px 16px !important;
        background-color: var(--on-primary) !important;
        text-align: left;
        display: flex;
        align-items: center;
    }
    /* Buttons */
    #search_hotel_block_form #search_room_submit {
        background-color: var(--primary-base);
        border-radius: 10px;
        height: 45px !important;
        min-height: 45px !important;
        line-height: 45px !important;
        width: 100%;
        color: var(--on-primary);
        border: none;
        text-transform: capitalize;
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #make_booking_btn {
        width: 100%;
        background-color: var(--primary-base) !important;
        border-radius: 10px;
        height: 45px;
        margin-top: 10px;
    }
    .service-landing-mobile-search {
        width: 155px;
        background-color: var(--primary-base) !important;
        border-radius: 10px;
        height: 45px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    /* Occupancy Dropdown (Mobile Sheet) */
    .header-rmsearch-wrapper .dropdown {
        position: relative;
        /* Ensure parent is relative for absolute positioning */
    }
    .header-rmsearch-wrapper #search_occupancy_wrapper {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        z-index: 9999999 !important;
        width: 100% !important;
        max-height: 50vh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        border-radius: 16px;
        background: var(--on-primary);
    }
    #occupancy_inner_wrapper {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        flex: 1;
        min-height: 0;
        scrollbar-width: thin;
        position: relative;
        width: 100%;
    }
    #occupancy_inner_wrapper::-webkit-scrollbar {
        width: 6px;
        background: transparent;
    }
    #occupancy_inner_wrapper::-webkit-scrollbar-track {
        background: transparent;
    }
    #occupancy_inner_wrapper::-webkit-scrollbar-thumb {
        background-color: #bfbfbf;
        border-radius: 4px;
        border: 1px solid transparent;
        background-clip: content-box;
    }
    #occupancy_inner_wrapper .occupancy_info_block {
        width: 100%;
    }
    #occupancy_inner_wrapper .occupancy_info_block .row {
        width: 90%;
        margin: 0 auto;
    }
}

/* .fancybox-inner #search_hotel_block_form {
  grid-template-columns: 1fr;
} */

.module-service-landing .header-desc-container,
.module-service-landing .header-desc-wrapper,
.module-service-landing .header-desc-primary,
.module-wktourpackages-packagelanding .pkg-header-container,
.module-wktourpackages-packagelanding .pkg-header-wrapper,
.module-wktourpackages-packagelanding .pkg-header-primary {
    position: relative !important;
    padding: 30px 0 20px 0 !important;
    background: none !important;
    background-image: none !important;
    text-align: left !important;
}

.module-service-landing .header-desc-container {
    padding-bottom: 40px !important;
    margin-left: -30px !important;
}

.module-service-landing .header-desc-inner-wrapper {
    max-width: 1140px !important;
}

.module-service-landing .header-desc-container,
.module-wktourpackages-packagelanding .pkg-header-container {
    padding-bottom: 40px !important;
}

.module-service-landing .header-desc-primary,
.module-wktourpackages-packagelanding .pkg-header-primary {
    padding: 0 !important;
}

.module-service-landing .header-desc-primary,
.module-wktourpackages-packagelanding .pkg-header-primary {
    color: #1e293b !important;
    display: block !important;
}

.module-service-landing .header-hotel-name,
.module-wktourpackages-packagelanding .pkg-header-heading {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin: 0 0 12px;
    line-height: 1.2 !important;
}

.module-service-landing .header-hotel-desc,
.module-wktourpackages-packagelanding .pkg-header-desc {
    font-size: 16px !important;
    color: #334155 !important;
    margin-bottom: 16px !important;
    max-width: 900px !important;
    line-height: 1.5 !important;
}

.module-service-landing .header-rmsearch-container {
    position: relative;
    z-index: 10;
    margin-top: -4px !important;
    background: none !important;
    background-image: none !important;
}

.module-service-landing #service_make_booking_btn_div,
.module-service-landing #xs_room_search {
    display: none !important;
}

.module-wktourpackages-packagelanding .landing_search_container {
    position: relative;
    z-index: 10;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.module-wktourpackages-packagelanding .pkg-header-container {
    padding: 16px 0 12px 0 !important;
}

.module-wktourpackages-packagelanding .pkg-header-wrapper,
.module-wktourpackages-packagelanding .pkg-header-primary {
    padding: 16px 0 12px 0 !important;
}

.module-wktourpackages-packagelanding .pkg-header-inner-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.module-service-landing .header-rmsearch-wrapper {
    background: none !important;
    background-color: transparent !important;
}

.module-wktourpackages-packagelanding .landing_search_wrapper {
    background-color: transparent !important;
}

.module-service-landing .header-rmsearch-inner-wrapper {
    background-color: #0c2b42 !important;
    border-radius: 12px !important;
    padding: 14px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    max-width: 1170px !important;
    /* Match the cart/content width more closely on desktop. */
    margin: 0 auto !important;
}

.module-wktourpackages-packagelanding .landing_search_wrapper > div.container {
    background-color: transparent !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-shadow: none !important;
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

@media (min-width: 768px) {
    .module-wktourpackages-packagelanding
        .landing_search_wrapper
        > div.container {
        width: auto !important;
        max-width: 1200px !important;
    }
    .module-wktourpackages-packagelanding .header-rmsearch-inner-wrapper {
        width: 100% !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
    }
}

@media (min-width: 992px) {
    .module-wktourpackages-packagelanding
        .landing_search_wrapper
        > div.container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1200px) {
    .module-wktourpackages-packagelanding
        .landing_search_wrapper
        > div.container {
        max-width: 1200px !important;
    }
}

.module-service-landing #search_form_fields_wrapper .form-group,
.module-wktourpackages-packagelanding #search_form_fields_wrapper .form-group {
    margin-bottom: 0 !important;
    padding: 0 !important;
    /* Ensure no padding on the wrapper */
}

.module-service-landing #search_hotel_block_form .header-rmsearch-input,
.module-wktourpackages-packagelanding
    #category_search_wrapper
    .header-rmsearch-input {
    background-color: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    height: 45px !important;
    min-height: 45px !important;
    margin-bottom: 0 !important;
    padding-left: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 45px !important;
    font-size: 14px !important;
    color: #1e293b !important;
    box-sizing: border-box !important;
}

.module-service-landing #search_hotel_block_form .input-location,
.module-wktourpackages-packagelanding #category_search_wrapper .input-location {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 12px center !important;
}

.module-service-landing #search_hotel_block_form .input-date,
.module-wktourpackages-packagelanding #category_search_wrapper .input-date {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 12px center !important;
    display: flex;
    align-items: center;
}

.module-service-landing #search_hotel_block_form #search_room_submit,
.module-wktourpackages-packagelanding
    #category_search_wrapper
    #search_room_submit {
    background-color: var(--primary-base);
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    height: 45px !important;
    min-height: 45px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    width: 222px !important;
    max-width: 222px !important;
    min-width: 222px !important;
    flex: 0 0 222px !important;
    transition: background-color 0.2s !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: none !important;
}

.module-service-landing #search_hotel_block_form #search_room_submit span,
.module-wktourpackages-packagelanding
    #category_search_wrapper
    #search_room_submit
    span {
    text-transform: none !important;
    font-weight: 400 !important;
    font-size: 13px;
}

.module-service-landing #search_hotel_block_form #search_room_submit:hover,
.module-wktourpackages-packagelanding
    #category_search_wrapper
    #search_room_submit:hover {
    background-color: #179988 !important;
}

@media (max-width: 767px) {
    .module-service-landing .header-desc-container,
    .module-wktourpackages-packagelanding .pkg-header-container {
        padding: 30px 15px !important;
        text-align: left !important;
    }
    .module-service-landing .header-hotel-name,
    .module-wktourpackages-packagelanding .pkg-header-heading {
        font-size: 32px !important;
    }
    .module-service-landing .header-hotel-desc,
    .module-wktourpackages-packagelanding .pkg-header-desc {
        font-size: 16px !important;
    }
    .module-service-landing .header-desc-container {
        padding: 14px 0 0 !important;
    }
    .module-service-landing .header-hotel-name {
        margin-bottom: 8px !important;
        font-size: 30px !important;
        line-height: 1.1 !important;
    }
    .module-service-landing .header-hotel-desc {
        margin-bottom: 8px !important;
        font-size: 15px !important;
        line-height: 1.35 !important;
        max-width: 100% !important;
    }
    .module-service-landing .header-rmsearch-container,
    .module-wktourpackages-packagelanding .landing_search_container {
        margin-top: 0 !important;
    }
    .module-service-landing .header-rmsearch-inner-wrapper,
    .module-wktourpackages-packagelanding
        .landing_search_wrapper
        > div.container {
        width: 90% !important;
        max-width: none !important;
        padding: 15px !important;
    }
    .module-wktourpackages-packagelanding
        .landing_search_wrapper
        > div.container {
        width: 100% !important;
        padding: 0 !important;
    }
    .module-service-landing #search_form_fields_wrapper,
    .module-wktourpackages-packagelanding #search_form_fields_wrapper {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    .module-service-landing #search_hotel_block_form .search_room_submit_block {
        grid-column: 1 / -1 !important;
    }
    .module-service-landing #search_hotel_block_form .header-rmsearch-input,
    .module-wktourpackages-packagelanding
        #search_hotel_block_form
        .header-rmsearch-input {
        margin-bottom: 0 !important;
        height: 45px;
        min-height: 45px;
    }
    .module-service-landing #service_make_booking_btn_div,
    .module-wktourpackages-packagelanding #service_make_booking_btn_div {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
    .module-service-landing #service_make_booking_btn_div > div,
    .module-wktourpackages-packagelanding #service_make_booking_btn_div > div {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: center;
    }
    /* Fancybox Overrides - Only for Service/Tour */
    .module-service-landing .fancybox-wrap,
    .module-wktourpackages-packagelanding .fancybox-wrap {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        opacity: 1 !important;
        overflow: visible !important;
    }
    /* Layout Resets - Only for Service/Tour */
    .module-service-landing .header-rmsearch-primary .container,
    .module-wktourpackages-packagelanding .header-rmsearch-primary .container {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        max-width: none !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        min-height: 100vh;
        /* Full viewport height */
        pointer-events: auto;
        /* Allow clicks to be captured for close event */
    }
    /* The Card Style - Only for Service/Tour */
    .module-service-landing .header-rmsearch-inner-wrapper,
    .module-wktourpackages-packagelanding .header-rmsearch-inner-wrapper {
        width: 288px !important;
        max-width: 288px !important;
        background: var(--on-primary);
        border-radius: 16px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        margin: auto;
        pointer-events: auto;
        /* Re-enable clicks on card */
    }
    /* Grid Reset - Only for Service/Tour */
    .module-service-landing
        .header-rmsearch-wrapper
        #search_hotel_block_form
        .grid,
    .module-wktourpackages-packagelanding
        .header-rmsearch-wrapper
        #search_hotel_block_form
        .grid {
        grid-template-columns: 1fr;
        column-gap: 0px;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 16px 16px 16px;
    }
    /* Header/Title - Only for Service/Tour */
    .module-service-landing .search_rooms_header,
    .module-wktourpackages-packagelanding .search_rooms_header {
        display: block !important;
        margin-top: 0;
        padding: 0;
        text-align: left;
        color: #333;
        margin-bottom: 15px;
        border-bottom: 1px solid #d5d5d5;
    }
    .module-service-landing .search_rooms_header p,
    .module-wktourpackages-packagelanding .search_rooms_header p {
        margin: 0;
        padding: 16px;
        font-size: 23px;
        font-weight: 600;
    }
    /* Inputs - Only for Service/Tour */
    .module-service-landing #search_hotel_block_form .header-rmsearch-input,
    .module-wktourpackages-packagelanding
        #search_hotel_block_form
        .header-rmsearch-input {
        border: 1px solid #d1d5db !important;
        border-radius: 10px;
        height: 44px;
        min-height: 44px;
        margin-bottom: 12px;
        box-shadow: none;
        padding-left: 40px;
        padding-right: 36px;
        color: #374151;
        width: 100%;
    }
    .module-service-landing #search_hotel_block_form .input-location,
    .module-wktourpackages-packagelanding
        #search_hotel_block_form
        .input-location {
        background-image:
            url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-7.163 8-12a8 8 0 10-16 0c0 4.837 8 12 8 12z' stroke='%239CA3AF' stroke-width='2'/%3E%3Ccircle cx='12' cy='10' r='3' stroke='%239CA3AF' stroke-width='2'/%3E%3C/svg%3E"),
            url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15l4 4 4-4M8 9l4-4 4 4' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/svg%3E") !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position:
            12px center,
            right 12px center !important;
        background-size:
            16px 16px,
            16px 16px !important;
        background-color: var(--on-primary) !important;
        display: flex;
        align-items: center;
    }
    .module-service-landing #search_hotel_block_form .input-date,
    .module-wktourpackages-packagelanding #search_hotel_block_form .input-date {
        background-image:
            url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='5' width='18' height='16' rx='2' stroke='%239CA3AF' stroke-width='2'/%3E%3Cpath d='M3 9h18' stroke='%239CA3AF' stroke-width='2'/%3E%3Cpath d='M7 3v4M17 3v4' stroke='%239CA3AF' stroke-width='2'/%3E%3C/svg%3E"),
            url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15l4 4 4-4M8 9l4-4 4 4' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/svg%3E") !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position:
            12px center,
            right 12px center !important;
        background-size:
            16px 16px,
            16px 16px !important;
        background-color: var(--on-primary) !important;
        display: flex;
        align-items: center;
    }
    /* Buttons - Only for Service/Tour */
    .module-service-landing #search_hotel_block_form #search_room_submit,
    .module-wktourpackages-packagelanding
        #search_hotel_block_form
        #search_room_submit {
        background-color: var(--primary-base);
        border-radius: 10px;
        height: 45px !important;
        /* Increased to match other inputs on mobile too */
        min-height: 45px !important;
        line-height: 45px !important;
        width: 100%;
        color: var(--on-primary);
        border: none;
        text-transform: none !important;
        /* Changed from capitalize */
        font-weight: 400 !important;
        /* Added to match desktop */
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .module-service-landing #make_booking_btn,
    .module-wktourpackages-packagelanding #make_booking_btn {
        width: 100%;
        background-color: var(--primary-base) !important;
        border-radius: 10px;
        height: 45px;
        margin-top: 10px;
    }
}

.module-service-landing .header-rmsearch-inner-wrapper {
    margin-left: -20px !important;
    width: calc(100% + 20px) !important;
}

.module-service-landing .header-rmsearch-inner-wrapper {
    margin-left: 2px !important;
}

@media (max-width: 480px) {
    .module-service-landing .service-hero-banner {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 0 !important;
    }
    .module-service-landing .header-desc-container {
        padding: 30px 22px 8px 28px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .module-service-landing .header-desc-wrapper,
    .module-service-landing .header-desc-primary {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .module-service-landing .header-desc-inner-wrapper {
        margin: 0 !important;
        padding: 0 !important;
        max-width: 100% !important;
        margin-bottom: 0 !important;
    }
    .module-service-landing .header-hotel-name {
        margin-bottom: 8px !important;
        margin-left: 4px !important;
        line-height: 1.24 !important;
        font-size: 32px;
        font-weight: 700 !important;
        max-width: 360px !important;
        overflow-wrap: anywhere !important;
    }
    .module-service-landing .header-hotel-desc {
        margin-bottom: 8px !important;
        margin-top: 16px !important;
        margin-left: 2px !important;
        font-size: 16px !important;
        line-height: 1.45 !important;
        max-width: 100% !important;
    }
    .module-service-landing .header-rmsearch-container {
        padding: 0 0 12px !important;
    }
    .module-service-landing .header-rmsearch-wrapper {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        background: none !important;
    }
    .module-service-landing .header-rmsearch-primary {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }
    .module-service-landing .header-rmsearch-primary .container {
        width: 100% !important;
        max-width: none !important;
        min-height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
    }
    .module-service-landing .header-rmsearch-inner-wrapper {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        margin: 10px 8px 8px 17px !important;
        padding: 16px 16px 18px !important;
        border-radius: 14px !important;
        background-color: #0c2b42 !important;
        box-shadow: 0 10px 24px rgba(12, 43, 66, 0.28) !important;
        box-sizing: border-box !important;
    }
    .module-service-landing .search_rooms_header {
        display: none !important;
    }
    .module-service-landing #search_hotel_block_form {
        width: 100% !important;
    }
    .module-service-landing #search_form_fields_wrapper {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        row-gap: 12px !important;
        column-gap: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }
    .module-service-landing #search_hotel_block_form .form-group {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .module-service-landing #search_hotel_block_form .header-rmsearch-input {
        height: 46px !important;
        min-height: 46px !important;
        margin-bottom: 0 !important;
        background-color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 8px !important;
        color: #111827 !important;
        box-shadow: none !important;
        padding-left: 40px !important;
        padding-right: 34px !important;
        box-sizing: border-box !important;
    }
    .module-service-landing
        #search_hotel_block_form
        .header-rmsearch-input::placeholder {
        color: #9ca3af !important;
        opacity: 1 !important;
    }
    .module-service-landing #search_hotel_block_form .input-location,
    .module-service-landing #search_hotel_block_form .input-date,
    .module-service-landing #search_hotel_block_form #guest_occupancy {
        background-position:
            12px center,
            right 12px center !important;
        background-size:
            15px 15px,
            15px 15px !important;
    }
    .module-service-landing #search_hotel_block_form #search_room_submit {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
        align-self: stretch !important;
        height: 44px !important;
        min-height: 44px !important;
        margin-top: 2px !important;
        border-radius: 8px !important;
        background-color: var(--primary-base) !important;
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 44px !important;
        display: flex !important;
        justify-content: center !important;
    }
    .module-service-landing #search_hotel_block_form #search_room_submit span {
        font-size: 16px !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
    }
    .module-wktourpackages-packagelanding .header-rmsearch-container {
        padding: 0 0 18px !important;
    }
    .module-wktourpackages-packagelanding .header-rmsearch-primary .container {
        width: 100% !important;
        max-width: none !important;
        min-height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
    }
    .module-wktourpackages-packagelanding .header-rmsearch-inner-wrapper {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        margin: 12px auto 0 !important;
        padding: 16px 16px 18px !important;
        border-radius: 14px !important;
        background-color: #0c2b42 !important;
        box-shadow: 0 10px 24px rgba(12, 43, 66, 0.28) !important;
        box-sizing: border-box !important;
    }
    .module-wktourpackages-packagelanding #category_search_wrapper,
    .module-wktourpackages-packagelanding #category_search_wrapper form {
        width: 100% !important;
    }
    .module-wktourpackages-packagelanding #search_form_fields_wrapper {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        row-gap: 14px !important;
        column-gap: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }
    .module-wktourpackages-packagelanding #search_hotel_block_form .form-group {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .module-wktourpackages-packagelanding
        #search_hotel_block_form
        .pkg-search-input,
    .module-wktourpackages-packagelanding
        #search_hotel_block_form
        .header-rmsearch-input,
    .module-wktourpackages-packagelanding #search_hotel_block_form .input-date {
        height: 46px !important;
        min-height: 46px !important;
        margin-bottom: 0 !important;
        background-color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 8px !important;
        color: #111827 !important;
        box-shadow: none !important;
        padding-left: 40px !important;
        padding-right: 34px !important;
        box-sizing: border-box !important;
    }
    .module-wktourpackages-packagelanding
        #search_hotel_block_form
        .pkg-search-input::placeholder {
        color: #9ca3af !important;
        opacity: 1 !important;
    }
    .module-wktourpackages-packagelanding
        #search_hotel_block_form
        .input-location,
    .module-wktourpackages-packagelanding #search_hotel_block_form .input-date,
    .module-wktourpackages-packagelanding
        #search_hotel_block_form
        #guest_occupancy {
        background-position:
            12px center,
            right 12px center !important;
        background-size:
            15px 15px,
            15px 15px !important;
    }
    .module-wktourpackages-packagelanding
        #search_hotel_block_form
        #search_room_submit {
        width: 100% !important;
        height: 44px !important;
        min-height: 44px !important;
        margin-top: 2px !important;
        border-radius: 8px !important;
        background-color: var(--primary-base) !important;
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 44px !important;
    }
    .module-wktourpackages-packagelanding
        #search_hotel_block_form
        #search_room_submit
        span {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
}
