/*
Theme Name:   MyTravel Child
Theme URI:    https://mytravel.madrasthemes.com/
Author:       MadrasThemes
Author URI:   https://madrasthemes.com/
Description:  Clean and Modern Bookstore WooCommerce Theme
Version:      1.0.22
Tested up to: 5.8
Requires PHP: 7.4
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Template:     mytravel
Text Domain:  mytravel-child
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*/
.u-header__navbar-brand-text-white .u-header__navbar-brand-text, .u-header__navbar-brand-text-white .u-header__navbar-brand-text:focus, .u-header__navbar-brand-text-white .u-header__navbar-brand-text:hover{
    display:none!important;
}
.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display:none!important;
}

   
   .entry-header.bg-img-hero {
    position: relative;
}

.entry-header.bg-img-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* dark level */
    z-index: 1;
}

/* text upar rahe */
.entry-header.bg-img-hero .container {
    position: relative;
    z-index: 2;
}
.justify-content-xl-between{
display:none !important;}
.site-info.border-top.space-1 {
    display: none !important;
}
.space-bottom-2.space-top-1 {
    display: none !important;
}
@media (max-width: 767px) {
  .row {
    position: relative;
    width: 100%;
  }
}

/* hotel popup */
/* =========================
   MOBILE BOOKING POPUPS
========================= */

@media (max-width: 767px) {

  /* availability popup */
  .hotel-availability-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 99999;
    display: none;
  }

  .hotel-availability-popup .popup-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    max-height: 90vh;
    overflow-y: auto;
    padding: 15px;
  }

  /* room popup */
  .hotel-room-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 99999;
    display: none;
  }

  .hotel-room-popup .popup-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    max-height: 90vh;
    overflow-y: auto;
    padding: 15px;
  }

  .availability-close,
  .room-popup-close {
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
  }

  /* bottom button */
  .availability-open-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0d6efd;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    z-index: 9999;
  }

}
/* cab form contact form 7 */
.cab-booking-form {
    max-width: 800px;
    margin: 30px auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

.cab-booking-form label {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    color: #222;
}

.cab-booking-form input,
.cab-booking-form textarea,
.cab-booking-form select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

.cab-booking-form input:focus,
.cab-booking-form textarea:focus,
.cab-booking-form select:focus {
    border-color: #ff8c00;
}

.cab-booking-form textarea {
    min-height: 100px;
    resize: none;
}

.form-row {
    display: relative !important;
    gap: 20px;
    margin-bottom: 18px;
}

.form-row label {
    width: 100%;
}

.cab-submit {
    background: #ff8c00;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    transition: 0.3s;
}

.cab-submit:hover {
    background: #e67600;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
        gap: 12px;
    }
}
