@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body {
  font-family: 'Roboto', sans-serif !important ;
}

:root {
    --primary-color: #7E141A !important;
    --secondary-color: rgb(190, 152, 116);
    --input-border-color: #D7CFC8;
    --primary-color-hover: rgb(46, 25, 19);
    --btn-text-color-hover: rgb(14, 13, 13);
    --heading-font: 'Roboto', sans-serif !important;
    --primary-font: 'Roboto', sans-serif !important;
}




.slider-area { 
  height: 100vh !important;
}

.booking-area.homepage.p-relative {
    position: relative; 
    width: 100%;
    max-width: 1200px;  
    margin: 0 auto;  
    padding: 30px 20px; 
    bottom: 100px; 
    box-sizing: border-box;
}
.booking-area.homepage.p-relative .form-booking .mb-30{
  margin:0; 
}



.contact-field.p-relative.c-name.form-guests-and-rooms-wrapper{
  margin-top: -0px;
}
.contact-field .input-quantity input[type="number"] {
  margin-bottom: 0px !important;
}
.contact-form.mt-30.form-booking {
  background: rgba(255, 255, 255, 0.08); /* subtle transparent white */
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); /* soft 3D shadow */
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.3s ease;
  padding: 13px 30px;
  padding-bottom: 0px;
}

.contact-form.mt-30.form-booking:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}


label[for="availability-form-end-date"] {
  display: none; /* or block, inline, etc. */
}
label[for="availability-form-start-date"] {
  display: none; /* or block, inline, etc. */
 
}
.form-guests-and-rooms-wrapper > label:first-of-type {
  display:none;
}
.text-truncate{
   border-radius: 20px;
   padding: 20px;
   border: 1px solid #ccc;
   outline: none;
}
.slider-btn .btn.ss-btn {
  border-radius: 20px;
  
}
.contact-form.mt-30.form-booking .row.align-items-center .col-lg-3.col-md-6 .slider-btn {
	margin-bottom: 30px;
	margin-top: 0;
}

@media (max-width: 992px) {
    .booking-area .contact-form {
    margin-top: -380px;
    }
  
  .booking-area input, .booking-area .custom-select {
       margin-top: 15px;
       margin-bottom: 5px;
   }
  
  
  .booking-area .text-truncate {
       margin-top: 30px;
       margin-bottom: 5px;
   }
  
  .custom-dropdown.dropdown-menu.p-3{
    width: auto !important; 
  }
  
  .inputs-filed input{
    width: 50px !important;
  }
  
}

.contact-field.p-relative.c-name.form-guests-and-rooms-wrapper {
    margin-top: -15px;
  
}
.booking-area.homepage .contact-form .btn {
    margin-top: 15px;
}
.form-booking input,
.form-booking select {
  border-radius: 20px; /* You can adjust the curve value */
  padding: 20px;
  border: 1px solid #ccc;
  outline: none;
   
}
.green.mb-30{
 display:none;
}
.custom-dropdown.dropdown-menu.p-3{
  height: 245px; 
  width: 425px;
}
.input-quantity {
  column-gap: 5px;
}
.custom-dropdown.dropdown-menu.p-3 label{
  margin-bottom: -11px !important;
}
.slider-btn.mt-15{
  margin-bottom: 30px;
}

/* 100% zoom (typical desktop) */
@media (min-width: 1200px) {
  .row.align-items-center .col-lg-2.col-md-6.mb-30 {
    margin-bottom: 0px;
  }
}
/* 90% zoom */
@media (min-width: 1500px) {
  .row.align-items-center .col-lg-2.col-md-6.mb-30 {
    margin-bottom: 15px;
  }

}
.widget-social a {
  background: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 2px 2px 11px 0 var(--primary-color) !important;
  color: #fff !important;
  padding: 0 !important;
}
/* gallary css */
.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.grid-item {
  width: 48%;
}

/* odd divs (1st, 3rd, 5th...) -> left side */
.grid-item:nth-child(odd) {
  float: left;
}

/* even divs (2nd, 4th, 6th...) -> right side */
.grid-item:nth-child(even) {
  float: right;
}


@media (max-width: 992px) {
  
  .services-content {
    padding: 70px 0px 15px !important;
    }

    .single-services .day-book li {
        width: 100% !important;
    }
}