/* 
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 */

header#masthead {
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 0;
}
.header-btn a.elementor-button {
    background: url(https://gentlemensatlas.com/wp-content/uploads/2025/09/Frame-13-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 182px;
    height: 37px;
}
.header-btn a.elementor-button:hover {
    background-image: linear-gradient(90deg, #625400 0%, #66430C 100%);
}
.btn-testmnal a.elementor-button span.elementor-button-content-wrapper span.elementor-button-icon svg {
    width: 105.93408203125px;
}
.reservation-form input.wpcf7-form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: 0 0rem 1rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.28px;
    text-transform: capitalize;
    outline: none !important;
    margin-bottom: 28px;
}
.reservation-form input::placeholder{
	color: #fff;
	opacity: 1;
}
.reservation-form input.wpcf7-form-control.wpcf7-submit {
    border: none;
    padding: 0;
    margin: 16px 22px 0 0;
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: capitalize;
    position: relative;
}
.reservation-form span.wpcf7-spinner {
    position: absolute;
}
.requet-form .colom {
    margin-bottom: 25px;
}
.input-control, .input-control-date  {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #FFFFFF1A !important;
    padding: 0 !important;
    border-radius: 0 !important;
    padding-bottom: 20px !important;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.input-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
select.input-control {
    color: #777777 !important;
}
.colom p label {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 25px;
}
.colom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}
textarea.input-control {
    height: 130px;
}
input.input-control-btn {
    background: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    padding-right: 128px !important;
    background: url(https://gentlemensatlas.com/wp-content/uploads/2025/09/Group-37.svg) transparent !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
}
.input-control-date.input-control {
    padding-left: 40px !important;
}
.input-control-date.input-control {
    padding-left: 40px !important;
    background: url(https://gentlemensatlas.com/wp-content/uploads/2025/10/Group-111.svg) !important;
    background-repeat: no-repeat !important;
    background-position: left center;
}
.wpcf7-list-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ABABAB;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
span.wpcf7-list-item.first.last {
    margin: 0;
}
/* Hover + focus effects */
.wpcf7-list-item input[type="checkbox"]:hover {
  border-color: #fff;
}

/* Checked state */
.wpcf7-list-item input[type="checkbox"]:checked {
  border-color: #fff;
  background-color: #fff;
}

.wpcf7-list-item input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Label spacing fix */
.wpcf7-list-item-label {
  cursor: pointer;
}
.checkbox-colom span.wpcf7-list-item label {
    display: flex;
    gap: 15px;
    align-items: center;
}
@media (max-width: 575px) {
	.colom-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
}
}
