/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.contact-us-fname>input[type=text], input[type=email], input[type=tel], textarea {
    border-radius: 0px;
    border: 1px solid white;
    background-color: #ffffff ! IMPORTANT;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 23px;
}
.contact-us-submit-btn>.frm_submit>.frm_button_submit {
    margin-top: 50px;
    float: inline-end;
    border: 1px solid #D4A573;
    color: white;
    padding: 11px 60px;
    border-radius: 0px;
}
.contact-us-subject .frm_opt_container {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 23px;
}
.contact-email> input[type=email] {
    background-color: #ffffff !important;
}
/* OUTER FRAME */
.cs-hero-outer-border {
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    padding: 11px !important;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
input[type=email] {
    background: transparent !important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style {
    box-shadow: none !important;
}
.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    text-align: justify;
}
.frm_form_fields .frm_fields_container{
	    grid-template-columns: repeat(10, 1fr);
}
/* THE NEW VERTICAL LINES: Creating the "Box Outside" effect */
.cs-hero-outer-border::before,
.cs-hero-outer-border::after {
    content: "";
    position: absolute;
    top: 11px;    /* Aligns with the protruding horizontal lines */
    bottom: 11px; 
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 5;
}
.cs-hero-outer-border::before { left: -15px; }  /* Positioned at the very end of protrusion */
.cs-hero-outer-border::after { right: -15px; }

/* INNER FRAME */
.cs-hero-inner-border {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

/* THE HORIZONTAL LINES: Protruding -25px out */
.cs-hero-inner-border::before,
.cs-hero-inner-border::after {
    content: "";
    position: absolute;
    left: -25px; 
    right: -25px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
}
.cs-hero-inner-border::before { top: 0; }
.cs-hero-inner-border::after { bottom: 0; }

.cs-booking-flex-form {
	 font-family: 'Poppins';
    display: flex;
    width: 100%;
    margin: 0;
}

.cs-form-segment {
	 font-family: 'Poppins';
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.4) !important; 
    color: #ffffff;
    transition: background 0.3s ease;
    cursor: pointer;
}

/* HOVER EFFECT */


.cs-form-segment.no-border {
    border-right: none !important;
    justify-content: center;
}

.cs-form-segment label {
     font-family: 'Poppins';
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    white-space: nowrap;
}

.cs-data-display {
    display: flex;
    align-items: center;
}

.cs-date-val {
    font-family: 'Poppins';
    font-size: 12px;
    background-color: transparent;
    border: none !important;
    color: white;
    text-align: end;
    padding: 0px;
	font-weight: 600;
}

.cs-dropdown-icon {
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -3px;
    opacity: 0.8;
}
.cs-submit-btn:hover, .cs-submit-btn:focus{
	background: transparent !important;
}

.cs-submit-btn {
    background: transparent;
	 font-family: 'Poppins';
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.cs-submit-btn:hover {
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
}
/* GUEST DROPDOWN ADJUSTMENTS */
.cs-guest-dropdown {
    position: absolute;
    top: calc(100% + -1px);
    left: 60%;
    width: calc(42% + -240px);
    background: #001B20;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    display: none;
    z-index: 100;
	 font-family: 'Poppins';
}
.guest-picker-trigger:hover .cs-guest-dropdown { display: block; }

.cs-guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cs-guest-label { display: flex; flex-direction: column;  font-family: 'Poppins' !important;}
.main-label { font-family: serif; font-size: 12px; font-family: 'Poppins' !important; font-weight:600;}
.sub-label { font-size: 11px; opacity: 0.5; margin-top: 4px; font-family: 'Poppins' !important;}

.cs-counter { display: flex; align-items: center; gap: 5px; font-family: 'Poppins' !important; }
.ctrl-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: 0.2s;
	 font-family: 'Poppins';
	padding: 0px !important;
}
.child-age {
    width: 50%;
    display: inline;
    padding: 3px;
    font-size: 12px;
    align-content: space-between;
}
.ctrl-btn:hover,.ctrl-btn:focus { border-color: #fff !important;  font-family: 'Poppins';}
.count-num { font-family: 'Poppins' !important; font-size: 12px; min-width: 15px; text-align: center; font-weight:600;}
.cs-hero-outer-border:hover {
    background-color: #001B20;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: transparent !important;
    color: #fff;
    text-decoration: none;
}

.room-list .ue-list-item-text>ul {
    margin-left: -60px;
}
.room-amenaties-box #uc_list_elementor_da61d1c > .ue-list-item:nth-child(3) .ue-list-item-index {
    display: none;
}
.room-amenaties-box #uc_list_elementor_da61d1c > .ue-list-item:nth-child(4) .ue-list-item-index {
    display: none;
}


.rooms-detail-booking-wrapper {
  max-width:420px;
  margin:auto;
}

.rooms-detail-booking-form {
  display:flex;
  flex-direction:column;
  gap:18px;
}
.rooms-detail-field {
    position: relative;
}

.rooms-detail-field input,
.rooms-detail-field select {
    position: relative;
    z-index: 2; /* 👈 makes it clickable */
}

#rooms-detail-child-ages .rooms-detail-field + .rooms-detail-field {
    margin-top: 15px;
}

#rooms-detail-child-ages {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 9999;
}

#rooms-detail-child-ages select {
    display: block !important;
    visibility: visible !important;
	width: 100%;
}
.rooms-detail-value {
    pointer-events: none; /* 👈 prevents blocking clicks */
}
.rooms-detail-field {
  position:relative;
  border:1px solid #ffffff;
  padding:18px 20px;
  color:#fff;
  cursor:pointer;
}

.rooms-detail-field-promo {
  position:relative;
  border:1px solid #ffffff;
  padding:10px 20px;
  color:#fff;
  cursor:pointer;
}
input::-webkit-input-placeholder { color: #fff; }
input::-moz-placeholder { color: #fff; }
input:-ms-input-placeholder { color: #fff; }
input::placeholder { color: #fff; }
.rooms-detail-field-promo>.promo-code {
    background: transparent;
    color: white;
    border: none;
	padding-left: 0px;
}

.rooms-detail-field select,
.rooms-detail-field input {
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}

.rooms-detail-label {
  font-size:16px;
  color:#fff;
}

.rooms-detail-value {
  position:absolute;
  right:45px;
  top:50%;
  transform:translateY(-50%);
  color:#fff;
}

.rooms-detail-field::after {
  content:"▼";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  font-size:12px;
  color:#fff;
}

.rooms-detail-btn {
    padding: 18px;
    border: 1px solid #D4A573;
    background: transparent;
    color: #fff;
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
}
div#rooms-detail-child-ages {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 820px) {
	    .elementor-155 .elementor-element.elementor-element-b7be3dd .hfe-site-logo .hfe-site-logo-container img {
        width: 100%;
    }
  .she-header:not(.elementor-sticky) {
        padding-top: 10px!important;
		padding-bottom: 10px!important;
}
	.footer-form .vertical_radio {
    margin-top: -110px !important
}
	.elementor-14 .elementor-element.icon-box-umlzu .elementor-icon-box-description
 {
    width: 100% !important;
}
	.footer-form .frm_button_submit {
    z-index: 999999;
    position: relative;
}
	
}

@media (max-width: 480px) {
	
	.footer-form .frm_button_submit {
    z-index: 999999;
    position: relative;
}
	
.she-header:not(.elementor-sticky) {
     padding-top: 10px!important;
		padding-bottom: 10px!important;
}
	    .elementor-155 .elementor-element.elementor-element-b7be3dd .hfe-site-logo .hfe-site-logo-container img {
        width: 100%;
    }
	.footer-form .vertical_radio {
    margin-top: -110px !important
}
	
	.elementor-14 .elementor-element.icon-box-umlzu .elementor-icon-box-description
 {
    width: 100% !important;
}
	
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* Your tablet styles here */

   .cs-hero-outer-border {
    width: 96%;
}
	.cs-date-val {
    padding: 0.5rem 0rem !important;
		font-size: 8px;
}
	.cs-form-segment label {
    font-size: 8px;
}
	
	.cs-guest-dropdown {
    left: 60%;
    width: calc(55% + -240px);
    padding: 5px;

}
	.main-label {

    font-size: 8px;
}
	.cs-counter {
    gap: 2px;
}
	.ctrl-btn {
    width: 23px;
    height: 23px;

}
	.count-num {
    font-size: 8px;
}
	.cs-submit-btn {
    font-size: 8px;

}
	.cs-guest-row {
    margin-bottom: 0px;
}
	.cs-form-segment {
    padding: 0px 5px;
}
	.cs-dropdown-icon {
    width: 4px;
    height: 4px;
    margin-left: 5px;

}
	    .footer-form .vertical_radio {
        margin-top: -15px !important;
    }
	
}