@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */



.cs_main_header {
    padding: 6px 0px;
}



label.cs_white_color1 {
    color: #2c2c2c !important;
    font-size: 14px;
}




.overlayyyy {
    position: relative; 
}



.overlayyyy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 64%);
    z-index: 2;
}




.cs_hero_bg {
    z-index: 1;
}

.cs_zindex_3 {
    position: relative;
    z-index: 3;
}


.cs_gray_bg{
  padding: 70px 0px;
}




.custom-paddding{
  padding: 70px 0px;
}





header.entry-header.alignwide {
    display: none;
}






p.cs_section_subtitle {
    color: #aa8453 !important;
}


.cs_iconbox_icon i {
    color: #aa8453;
    font-size: 40px;
}



.whatsapp_float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.whatsapp_float:hover {
  background-color: #20b954;
  transform: scale(1.1);
}


/* #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
  font-family: 'Libre Caslon Display', serif !important;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu a.mega-menu-link {
  font-family: 'Libre Caslon Display', serif !important;
} */






.room-section-main{
padding:80px 0;
background:#f8f8f8;
}

.room-slider-main{
overflow:hidden;
border-radius:6px;
}

.room-slider-img{
height:420px;
object-fit:cover;
}

.room-content-main{
padding-left:40px;
}

.room-title {
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 38px;
}

.room-subtext{
font-size:16px;
color:#555;
margin-bottom:30px;
line-height:28px;
}

.room-features-main{
margin-top:20px;
}

.room-feature-box {
    text-align: center;
    padding: 10px 5px;
    background-color: #e7e7e7;
    margin-bottom: 10px;
    border-radius: 10px;
}



.room-feature-box i {
    font-size: 28px;
    margin-bottom: 5px;
    display: block;
    color: #aa8453;
}




.room-feature-box p{
font-size:14px;
margin:0;
font-weight:500;
}


/* Responsive */

@media(max-width:991px){

.room-content-main{
padding-left:0;
margin-top:30px;
}

.room-slider-img{
height:320px;
}

}



.restaurant-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.restaurant-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.restaurant-content {
  padding: 20px;
}

.restaurant-content h4 {
  font-size: 20px;
  margin: 10px 0;
}

.restaurant-content p {
  font-size: 14px;
  color: #666;
}

.offer-badge {
  background: red;
  color: #fff;
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 600;
}

.offer-badge.gray {
  background: #333;
}

.restaurant-card:hover {
  transform: translateY(-5px);
}




/* Section */
.cs-contact-section {
  padding: 80px 20px;
  background: #f8f9fa;

}

/* Container */
.cs-container {
  max-width: 1200px;
  margin: auto;
}

/* Row spacing */
.cs-row {
  row-gap: 30px;
}

/* Form */
.cs-contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

.cs-form-group {
  margin-bottom: 15px;
}
.cs-form-group input, .cs-form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #e5e5e5;
}


.cs-form-group input:focus,
.cs-form-group textarea:focus {
  border-color: #e60023;
  outline: none;
}

.cs-btn-submit {
    background: #92804b;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.cs-btn-submit:hover {
  background: #c4001d;
}

/* Contact Info */
.cs-contact-info {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

/* Icons */
.cs-info-box {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}



.cs-info-icon {
    width: 45px;
    height: 45px;
    background: #92804b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}



.cs-info-box h4 {
  margin: 0;
  font-size: 18px;
}

.cs-info-box p {
  margin: 5px 0 0;
}

.cs-info-box a {
    color: #020202;
    text-decoration: none;
}

/* Mobile Fix */
@media (max-width: 767px) {
  .cs-contact-form,
  .cs-contact-info {
    padding: 20px;
  }
}




.cs-form-group {
  margin-bottom: 15px;
}

.cs-btn-submit {
    padding: 10px 25px;
    background: #92804b;
    color: #fff;
    border: none;
    transition: 0.3s;
}

.cs-btn-submit:hover {
  background: #000;
}



.cs_recent_info.jkll {
    margin-left: 15px;
}



.cs_recent_info.jkll h4 {
    font-size: 18px;

}






a.cs_btn.cs_style_2.cs_medium.cs_radius_5.cs_fs_15.jkllllllll {
    background-color: #ba8453 !important;
    color: white !important; 
    border: none;
}

.asi-booking-form {
    background: #c29f5f;
    padding: 25px;
    margin: auto;
    border-radius: 45px;
    margin-top: -15px;
    position: relative;
    z-index: 99;
}


.asi-booking-form label {
    color: #000000 !important;
    text-transform: uppercase;
}



.form-group{margin-bottom: 15px;}




.btn-book {
    width: 100%;
    padding: 12px;
    background: #9c8253;
    color: #fff;
    border: none;
    border-radius: 25px;



    label {
    color: white;
}



    font-size: 18px;
    cursor: pointer;
}

.btn-book:hover {
    background: #333;
}

 
    

#btnGo {
    width: 100%;
    line-height: 2;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 21px;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    background-color: rgb(255 255 255);
}

            #btnGo:hover, #btnGo:hover {
                border: 1px solid #333;
                background-color: #fff;
            }

        .Title {
            padding: 11px 4px;
            clear: both;
            margin: 1% 6.5% 5% 0%;
            border-bottom: 3px solid #9c8253;
            background-color: rgba(169, 169, 169, 0.4);
            text-align: center;
            font-size: 20px;
        }
.req{color:#ff0000;}
    



.btnnnnn {
    padding: 32px 0px 0px 0px;
}


.roomss {
    padding: 20px 40px;
}


/* @media (max-width: 767px) {
.cs_main_header_right a {
    display: none !important;
}

span.cs_menu_toggle {
    display: none;
}
} */


@media (max-width: 767px) {

.cs_btn.cs_style_1 {
    border: none;
    padding: 10px 20px !important;
    outline: none;
    color: #fff;
    background-color: var(--accent);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 22px;
}
}




@media (max-width: 991px) {
  .cs_main_header_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .cs_main_header_left,
  .cs_main_header_center,
  .cs_main_header_right {
    display: flex;
    align-items: center;
    flex: 1;
  }

  .cs_main_header_center {
    justify-content: center;
    flex: ;
  }

  .cs_main_header_right {
    justify-content: flex-end;
  }

  /* prevent menu from breaking layout */
  .cs_main_header_center ul {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }
}
