/*
 Theme Name:   Divi Child
 Description:  Divi child theme
 Version:      1.0.0
 Author:       Skyno Digital
 Template:     Divi
*/


.short_boooking_form .book_room_wrap .wpforms-form {
    flex-wrap: wrap !important;
    width: 100% !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.short_boooking_form .book_room_wrap .wpforms-field {
    width: 100%!important;
}
.short_boooking_form .book_room_wrap .wpforms-submit-container {
    width: 100% !important;
    margin-top: 10px !important;
}
.short_boooking_form .book_room_wrap .wpforms-submit {
    border-radius: 6px !important;
    padding: 19px !important;
}
.short_boooking_form .wpforms-form {
    display: flex;
    background: #fff;
    padding: 24px 22px;
    border-radius: 6px;
    width: 95%;
    margin: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.short_boooking_form .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
}
.short_boooking_form .wpforms-field {
    width: 25%!important;
    border: 1px solid #e7dfdf!important;
    padding: 6px 8px !important;
}
.short_boooking_form .wpforms-field-label {
    font-size: 14px!important;
    color: #888!important;
    font-weight: 400!important;
    margin-bottom: 6px !important;
}
.short_boooking_form .wpforms-field-large {
    border: none !important;
}
.short_boooking_form .wpforms-submit-container {
    width: 120px !important;
    margin: 0 !important;
}
.short_boooking_form .wpforms-submit {
    background: #000!important;
    WIDTH: 100%!important;
    height: 100%!important;
    font-size: 14px!important;
    border-radius: 0 6px 6px 0 !important;
}
.short_boooking_form .wpforms-field-large {
    padding: 0!important;
    color: #000!important;
    font-size: 17px!important;
    height: auto !important;
    min-height: auto !important;
    line-height: 1.3 !important;
}
.sub_title {
    font-size: 60px  !important;
}
.entry_title {
    font-size: 34px !important;
}
.booking_form .wpforms-container {
    background: #000!important;
    padding: 40px!important;
    MARGIN: 0px!important;
    border-radius: 20px !important;
}
.booking_form .wpforms-field-label {
    color: #fff !important;
}
.booking_form .wpforms-field-label-inline {
    color: #fff !important;
}
.booking_form .wpforms-submit {
    width: 100%!important;
    color: #000 !important;
    background: #faf3f0 !important;
}
.booking-label {
    text-align: left !important;
}
.booking-bar {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    padding: 24px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: auto;
    width: 95%;
}

.booking-bar .booking-field {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    flex: 1;
    border: 1px solid #ddd;
    padding: 1px 12px 6px;
    margin-left: -1px;
}

.booking-label {
    color: #888;
    margin-bottom: 0px;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-left: 3px;
}

.booking-select {
    padding: 0;
    border-radius: 4px;
    min-width: 150px;
    font-size: 16px;
    background: #fff;
    border: 0;
    cursor: pointer;
    line-height: 1.2;
    font-family: 'Source Serif Pro';
}

.booking-arrow {
    font-size: 20px;
    color: #bbb;
    margin: 0 15px;
    display: flex;
    align-items: center;
}

.booking-button {
    padding: 12px 24px;
    background-color: #1b1b1b;
    color: white;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.booking-button:hover {
    background-color: #333;
}

.hero_banner_section .hero_image .et_pb_image_wrap {
    position: relative;
    padding-bottom: 35%;
    width: 100%;
    display: block;
}

.hero_banner_section .hero_image .et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.events-section .events-grid {
    display: flex;
    gap: 25px;
}

.events-section .event-card {
    background-color: #1a1a1a;
    flex: 1;
    border-radius: 5px;
    overflow: hidden;
}

.events-section .event-image {
    width: 100%;
    position: relative;
    padding-bottom: 56%;
}

.events-section .event-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-section .event-content {
    padding: 20px;
}

.event-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #fff;
}

.event-meta {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 0.5rem;
}

.event-meta span {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.event-meta span::before {
    content: '';
    margin-right: 0.3rem;
}

.event-meta span.time::before {
    content: '';
}

.event-link {
    font-size: 0.9rem;
    color: #ddd;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.event-link:hover {
    border-color: #fff;
}

.see-all-btn {
    margin-top: 2rem;
    text-align: center;
}

.see-all-btn a,
.btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    background: transparent;
    cursor: pointer;
    text-decoration: none !important;
}

.see-all-btn a:hover,
.btn:hover {
    background-color: #fff;
    color: #000;
}

.hotel_facilities_section .et_pb_blurb .et_pb_main_blurb_image {
    margin: 0 !important;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.hotel_facilities_section .et_pb_blurb .et_pb_blurb_container {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.hotel_facilities_section .et_pb_blurb .et_pb_blurb_container .et_pb_module_header {
    padding: 0;
}

.room-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.room-card {
    background-color: #1a1a1a;
    border: 1px solid #333;
    flex: 1;
    border-radius: 5px !important;
    overflow: hidden;
}

.room-card img {
    width: 100%;
    height: auto;
    display: block;
}

.room-card h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 12px;
    color: #fff;
    padding: 0;
}

.room-card .room-details .room-meta {
    padding: 0;
    list-style-type: none;
    margin: 0 0 10px;
    font-size: 15px;
    color: #b4b4b4;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.room-card .room-details .room-meta li {
    margin: 0 10px 5px 0;
    line-height: 1.3;
}

.room-card .room-details .room-meta li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #b4b4b4;
    border-radius: 100px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
}

.room-card a {
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.3;
}

.room-grid .room_image a {
    display: block;
}

.room-price {
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    color: #fff;
}

.room-price span {
    font-size: 12px;
    display: inline-block;
    line-height: 1.4;
}

.room-price .price {
    font-size: 18px;
    font-weight: bold;
}

.et_pb_row,
.container {
    width: 95%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}

.et_pb_section {
    background: transparent;
}

div#top-header {
    background: #faf3f0 !important;
}

.hero_banner_section h1 {
    font-size: 70px;
}

.common_title {
    font-size: 60px !important;
    padding: 0;
    margin: 0 0 15px;
}

.large_images .et_pb_image_wrap,
.small_images .et_pb_image_wrap {
    padding-bottom: 150%;
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.small_images .et_pb_image_wrap {
    padding-bottom: 50%;
}

.large_images .et_pb_image_wrap img,
.small_images .et_pb_image_wrap img {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    left: 0;
}

.small_images.et_pb_module.et_pb_image {
    margin-bottom: 40px !important;
}

.small_images.et_pb_module.et_pb_image:last-child {
    margin-bottom: 0 !important;
}

.small_images .et_pb_image_wrap {
    padding-bottom: calc(75% - 20px);
}

.room-grid .room_image {
    padding-bottom: 56%;
    position: relative;
    width: 100%;
}

.room-grid .room_image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.room-card .room-details {
    padding: 20px;
}

#main-header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#main-header .container::after {
    display: none !important;
}

.btn.btn_dark {
    border-color: #000;
    color: #000;
}

#main-header .logo_container {
    position: relative;
    height: auto;
    width: 180px;
}

#main-header .logo_container .logo_helper {
    display: none !important;
}

#main-header div#et-top-navigation {
    padding-left: 0 !important;
}

#main-header .book_btn {
    width: 180px;
    text-align: right;
}

#top-header .container div#et-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 !important;
}

#top-header .container {
    padding: 0 !important;
}

div#top-header {
    padding: 10px 0;
}

.internal_common_banner .et_pb_module {
    text-align: center;
}

.sub_title {
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.1;
}


.entry_title {
    padding: 0;
    margin: 0 0 15px;
}

#main-footer .footer-widget .et_pb_widget .title {
    padding: 0;
    margin: 0 0 22px;
    color: #fff;
    font-size: 24px;
}

#main-footer .footer-widget .et_pb_widget ul.menu {
    column-count: 2;
}

#main-footer div#footer-widgets {
    display: flex;
}

div#footer-bottom {
    padding: 0 !important;
}

#main-footer #footer-bottom .container {
    padding: 20px 0;
    border-top: 1px solid rgb(255 255 255 / 35%);
}

#footer-bottom #footer-info {
    padding: 0 !important;
    width: 100%;
    text-align: center;
}

.logos_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    justify-content: center;
}

.logos_row:last-child {
    margin-bottom: 0px;
}

.logos_row .et_pb_column {
    background: rgb(255 255 255 / 80%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 120px;
    max-height: 120px;
    border-radius: 5px;
}

.logos_row .et_pb_column.et_pb_column_empty {
    display: none;
}

.logos_row .et_pb_image {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.logos_row .et_pb_column .et_pb_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logos_row .et_pb_column .et_pb_image_wrap {
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.error_404_wrapper {
    text-align: center;
    padding: 100px 0 !important;
    font-size: 20px;
}

.error_404_wrapper h1 {
    font-size: 250px;
    line-height: 150px;
    padding: 0;
    margin: 0 0 25px;
    color: #474747;
}

.error_404_wrapper .btn_wrap {
    margin: 30px 0 0;
}

.error_404_wrapper h2 {
    font-size: 40px;
    padding: 0;
    margin: 0 0 20px;
}

#main-content .container:before {
    display: none !important;
}

.book_room_wrap {
    background-color: #fff;
    padding: 24px;
    border-radius: 6px;
}

.book_room_wrap .booking-bar {
    width: 100%;
    background: transparent;
    box-shadow: none !important;
    padding: 0;
    margin: 15px 0 0;
}

.book_room_wrap h5 {
    font-size: 36px;
    padding: 0;
    line-height: 1.2;
}

.book_room_wrap h5 span {
    font-size: 20px;
    letter-spacing: 1px;
}

.book_room_wrap .pr_st {
    font-size: 85%;
    line-height: 1.2;
}

.room_details .booking-bar .booking-button {
    padding: 20px 20px;
}

.key_features {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.key_features:last-child {
    margin-bottom: 0px !important;
}

.room_details .et_pb_blurb_content {
    text-align: left !important;
}

.key_features:after {
    display: none !important;
}

.key_features .et_pb_column.et_pb_column_inner {
    flex: 1;
    margin: 0 !important;
}

.key_features .et_pb_main_blurb_image .et_pb_image_wrap img {
    max-width: 35px;
    border-radius: 0;
}

.room_details .et_pb_main_blurb_image .et_pb_image_wrap {
    padding: 10px !important;
    border: 1px solid;
    border-radius: 5px !important;
}

#main-header .container {
    align-items: center;
}

.phone_number {
    font-size: 20px;
    font-weight: 600;
}

.restaurant_gallery_section .et_pb_gallery_item {
    margin: 0 15px 30px !important;
    width: 22% !important;
}

.get_in_touch_section .wpforms-container {
    background: #000 !important;
    padding: 40px !important;
    MARGIN: 0px !important;
}

.get_in_touch_section .wpforms-field-label {
    color: #fff !important;
}

.get_in_touch_section .wpforms-field-sublabel {
    color: #fff !important;
}

.get_in_touch_section .wpforms-submit {
    width: 100% !important;
    background: #fff !important;
    color: #000 !important;
}

.room_details .et_pb_main_blurb_image {
    margin-bottom: 15px !important;
}

.room_details .et_pb_module_header {
    line-height: 1.3;
    font-size: 20px !important;
    font-weight: 600;
    padding-bottom: 5px !important;
}

.booking-bar h5 {
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.room_details .et_pb_blurb_description {
    line-height: 1.3;
    font-size: 15px;
}

.get_in_touch_section .et_pb_with_border {
    padding: 0 !important;
    border: none !important;
}

.room_details .booking-bar .booking-field {
    width: 100% !important;
}

.room_details .booking-bar .booking-button {
    margin-top: 10px !important;
    width: 100%;
    border-radius: 5px !important;
}

.rooms_occupancy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.et_pb_toggle.et_pb_accordion_item .et_pb_toggle_title {
    font-size: 22px !important;
    color: #000 !important;
}

.et_pb_toggle_close {
    background-color: #faf3f0;
    padding: 20px;
}

.et_pb_toggle_content {
    padding-top: 10px !important;
}

.et_pb_toggle {
    margin-bottom: 10px !important;
}

.et_pb_toggle_open {
    padding: 30px;
    background-color: #faf3f0;
    z-index: 1;
}

.privacy-policy h2 {
    font-size: 40px !important;
}

.favorites_section .et_pb_row .et_pb_column_2,
.favorites_section .et_pb_row .et_pb_column_3 {
    padding-top: 0px !important;
}

.restaurant_open_hours h4 {
    text-align: center !important;
    font-size: 30px !important;
    color: #fff !important;
}

.restaurant_open_hours p {
    text-align: center;
    font-size: 20px !important;
    color: #fff !important;
}

.order_reservation_section .btn.btn.book_table {
    margin-left: 20px !important;
}

.order_reservation_section .et_pb_row {
    background: #000;
    padding: 50px 60px;
    width: 100% !important;
}

.order_reservation_section .common_title {
    color: #fff !important;
}

.order_reservation_section h3 {
    color: #fff !important;
}

.privacy-policy h3 {
    font-size: 30px !important;
}

.privacy-policy h4 {
    font-size: 25px !important;
}

.Terms-Condition h2 {
    font-size: 40px !important;
}

.Terms-Condition h3 {
    font-size: 30px !important;
}

.amenities_features .et_pb_main_blurb_image {
    position: relative;
    padding-bottom: 100% !important;
    display: block;
}

.see-all-btn a,
.btn {
    border-radius: 5px !important;
}

.amenities_features .et_pb_main_blurb_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px !important;
    object-fit: cover;
}

.amenities_features h4 {
    font-size: 20px;
    text-align: center;
}

.amenities_features .et_pb_blurb_description {
    text-align: center;
    line-height: 1.4;
}

.rooms_occupancy_title .occupancy {
    font-size: 35px;
    line-height: 1.5;
}

#main-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#footer-widgets {
    width: 100%;
}

#footer-widgets .footer-widget li:before {
    display: none !important;
}

#footer-widgets .footer-widget li {
    padding-left: 0 !important;
}

.footer_social_icons {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
}

.footer_social_icons li {
    margin: 0 20px 0 0 !important;
}

#main-footer .footer-widget .et_pb_widget {
    width: 100%;
}

.events-section .events-grid {
    flex-wrap: wrap;
}

.footer_social_icons img {
    width: 30px;
}

.footer-widget .wp-block-image img {
    filter: invert(1);
}

.room_details .et_pb_column_single {
    padding: 0 !important;
    position: sticky;
    top: 130px;
}

.rooms_gallery_wrap .et_pb_module.et_pb_image .et_pb_image_wrap {
    border-radius: 5px;
    padding-bottom: 64%;
    position: relative;
    width: 100%;
}

.rooms_gallery_wrap .et_pb_module.et_pb_image .et_pb_image_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rooms_gallery_wrap .et_pb_module.et_pb_image.vertical_image .et_pb_image_wrap {
    padding-bottom: 136%;
}

/************ mobile responsive *************/

/****** mobile menu css ******/
#main-header .et_mobile_menu li ul.hide {
    display: none !important;
}

#mobile_menu .menu-item-has-children {
    position: relative;
}

#mobile_menu .menu-item-has-children>a {
    background: transparent;
}

#mobile_menu .menu-item-has-children>a+span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}

span.menu-closed:before {
    display: block;
    color: inherit;
    font-size: 16px;
    font-family: ETmodules;
    content: '\35';
}

span.menu-closed.menu-open:before {
    content: '\33';
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

.et_mobile_menu {
    border: 0 !important;
    margin: 0 !important;
    display: block !important;
    height: auto !important;
    padding: 96px 0 70px !important;
    left: auto;
    transition: .4s all ease-in-out;
    width: 300px;
    right: -330px;
    top: 0px !important;
    position: fixed;
    z-index: 99;
    bottom: 0;
    overflow: auto;
    background: #ffffff !important;
    box-shadow: -3px 0px 10px rgb(0 0 0 / 53%);
    -moz-box-shadow: -3px 0px 10px rgb(0 0 0 / 53%);
    -webkit-box-shadow: -3px 0px 10px rgb(0 0 0 / 53%);
}

ul#mobile_menu:before {
    content: '';
    position: fixed;
    right: 0;
    height: 96px;
    background: #fff;
    width: 0;
    top: 0;
    z-index: 99;
}

.mobile_nav.opened ul#mobile_menu:before {
    width: 300px;
    transition: .5s all ease-in-out;
}

.mobile_nav.opened .et_mobile_menu {
    right: 0;
    left: auto;
}

.et_mobile_menu li a {
    padding: 12px 20px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    border: 0;
}

.et_mobile_menu .header_btn {
    position: fixed;
    width: 300px;
    text-align: center;
    bottom: -100%;
    transition: .4s all;
    right: 0;
    z-index: 9;
    padding: 15px;
}

.mobile_nav.opened .et_mobile_menu .header_btn {
    bottom: 0;
}

header#main-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar {
    z-index: 999 !important;
    transition: .4s all;
    padding-bottom: 0 !important;
}

.mobile_menu_bar:before {
    font-size: 40px !important;
    color: #000;
}

.brochure_filters_wrap .color_wrap {
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.brochure_filters_wrap .color_wrap .color_select_wrap {
    padding: 0 0 0 12px;
}

.header_right_menu .dealer_login_m a {
    background-image: url(/wp-content/uploads/2024/12/icon-user.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 26px;
}

#main-header .header_right_menu ul li a:hover {
    color: #000;
}

.et_mobile_menu li.current-menu-item a {
    color: #000;
}

/****** mobile menu css ******/

@media(max-width:1130px) {

    .see-all-btn a,
    .btn {
        padding: 9px 15px;
    }
}

@media (max-width: 1100px) {
    #main-header .logo_container {
        width: 150px;
    }

    #main-header .book_btn {
        width: 150px;
    }

    #top-menu li {
        padding-right: 14px !important;
    }

    #top-menu li:last-child {
        padding-right: 0px !important;
    }

    .room-grid {
        gap: 15px;
    }

    .room-price {
        padding: 12px 15px;
    }

    .room-card .room-details {
        padding: 20px 15px;
    }
}

@media(max-width:1080px) {

    .see-all-btn a,
    .btn {
        padding: 8px 11px;
        font-size: 0.8rem !important;
    }
}

@media(max-width:1024px) {

    .common_title {
        font-size: 50px !important;
    }

    .privacy-policy h2 {
        font-size: 35px !important;
        line-height: 1.2 !important;
    }

    .hero_banner_section h1 {
        font-size: 60px;
    }

    .see-all-btn a,
    .btn {
        font-size: 0.7rem !important;
    }

    .Terms-Condition h2 {
        font-size: 35px !important;
        line-height: 1.2 !important;
    }

}

@media (max-width: 980px) {
    .et_header_style_left #logo {
        max-width: 100% !important;
    }

    #main-header .container {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }

    #main-header .logo_container {
        position: absolute;
        left: 0;
    }

    #main-header .book_btn {
        width: auto;
        margin-right: 20px;
    }

    #main-header .book_btn .btn {
        padding: 6px 20px;
    }

    #main-header div#et-top-navigation {
        padding: 10px 0 !important;
    }

    .et_fixed_nav #top-header {
        position: relative;
        top: 0 !important;
        z-index: 1;
    }

    .hero_banner_section .hero_image .et_pb_image_wrap {
        padding-bottom: 60%;
    }

    .large_images .et_pb_image_wrap,
    .small_images .et_pb_image_wrap {
        padding-bottom: 60% !important;
        width: 100%;
        position: relative;
    }

    .small_images.et_pb_module.et_pb_image {
        margin-bottom: 30px !important;
    }

    .et_pb_row,
    .container {
        width: 90%;
    }

    .et_fixed_nav #main-header {
        position: fixed !important;
        top: 0 !important;
    }

    #main-footer div#footer-widgets {
        flex-wrap: wrap;
    }

    div#page-container {
        padding-top: 94px !important;
    }

    .room-price {
        padding: 9px 15px;
        flex-wrap: wrap;
    }

    .room-price .btn {
        margin: 6px 0;
    }

    .events-section .events-grid {
        gap: 15px;
    }

    .events-section .event-content {
        padding: 15px;
    }

    .event-meta {
        flex-wrap: wrap;
    }

    .common_title {
        font-size: 40px !important;

    }
    .sub_title {
         font-size: 40px!important;
    }
	.entry_title {
         font-size: 30px!important;
    }

    .hotel_facilities_section .et_pb_blurb_content {
        margin-top: 30px !important;
    }

    .hotel_facilities_section .et_pb_row {
        margin-bottom: 0px !important;
    }

    .hero_banner_section h1 {
        font-size: 55px;
    }

    .privacy-policy h2 {
        font-size: 30px !important;
    }

    .privacy-policy h3 {
        font-size: 27px !important;
    }

    .privacy-policy h4 {
        font-size: 23px !important;
    }

    .Terms-Condition h2 {
        font-size: 30px !important;
    }

    .Terms-Condition h3 {
        font-size: 27px !important;
    }

    .room_details.et_section_specialty>.et_pb_row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .room_details .et_pb_column_single {
        position: static;
        margin: 0 0 40px !important;
    }
}

@media (max-width:810px) {
    .hero_banner_section h1 {
        font-size: 45px;
    }
}

@media (max-width: 768px) {
    .booking-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .booking-select {
        width: 100%;
    }

    .booking-button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hero_banner_section .hero_image .et_pb_image_wrap {
        padding-bottom: 80%;
    }

    .entry_title {
        font-size: 24px !important;
    }

    .sub_title {
        font-size: 30px !important;
    }
    .short_boooking_form .wpforms-form {
        flex-wrap: wrap;
    }
    .short_boooking_form .wpforms-field {
           width: 100%!important;
    }
    .short_boooking_form .wpforms-submit {
         border-radius: 6px !important;
         padding: 19px !important;
    }
    .short_boooking_form .wpforms-submit-container {
        width: 100% !important;
        margin-top: 15px !important;
    }
    .common_title {
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }
    .menu_tab_section .et_pb_tab_active {
        background-color: #000 !important;
    }
}

@media (max-width: 680px) {
    .room-card {
        flex: none;
        width: 100%;
    }

    .events-section .event-card {
        flex: none;
        width: 100%;
    }
}

@media (max-width:670px) {
    .hero_banner_section h1 {
        font-size: 40px;
        line-height: 1.3;
    }

    
}

@media (max-width:580px){
    .common_title {
        font-size: 27px !important;
    }
    .sub_title {
        font-size: 27px!important;
    }
    .entry_title {
        font-size: 24px!important;
    }
}

@media (max-width:440px) {
    .hero_banner_section h1 {
        font-size: 35px;
        line-height: 1.3;
    }
}