/*
Theme Name: Hotel Prime
Theme URI:
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: Designed for hotels, resorts, and vacation rentals, this theme offers modern layouts to showcase rooms, amenities, and services. It includes booking forms, availability calendars, and gallery sections for a seamless user experience. Fully responsive and customizable, it ensures easy navigation across devices while supporting online reservations, helping hospitality businesses present their brand professionally and attract more guests.
Template: hotel-26
Version: 1.0
Tested up to: 6.9
Requires PHP: 5.6
Requires at least: 4.7
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hotel-prime
Slug: hotel-prime
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio, editor-style, grid-layout, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
.screen-reader-text:focus {
	clip: auto;
}

/* Header */
.header.header-three .navbar-area {
    border-top: 1px solid color-mix(in oklab, var(--sp-white) 20%, transparent);
    border-bottom: 1px solid color-mix(in oklab, var(--sp-white) 20%, transparent);
}

@media only screen and (max-width: 767px) {
    .booking-section.style1 form {
        color: var(--sp-white);
    }
}
@media only screen and (max-width: 575px) {
    .header.header-three .booking-section.style1 .hb-form-table {
        display: flex;
    }
}

/* Slider */
.theme-slider div.theme-content {
    margin: 150px auto 50px;
}

/* Pricing */
.pricing-section {
    background-image: url(assets/images/bg-shape.png);
}

/* Testimonial */
.testimonial-section {
    background-attachment: fixed;
}

.comment-respond .comment-form>p label {
    display: inline-block;
}