


/*    label {
      font-weight: bold;
      color: #555;
    }*/

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="date"],
    textarea,
    select {
      width: 100%;
      padding: 10px;
      margin-top: 5px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-sizing: border-box;
    }

    .name-group {
      display: flex;
      gap: 15px;
      margin-bottom: 15px;
    }

    .name-field {
      flex: 1;
    }

    .guest-room-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 20px;
    }

    .counter {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .counter button {
      width: 30px;
      height: 30px;
      border: none;
      background-color: #007BFF;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      font-size: 18px;
    }

    .counter button:hover {
      background-color: #0056b3;
    }

    .counter input {
      width: 50px;
      text-align: center;
      border: 1px solid #ccc;
      border-radius: 5px;
      height: 30px;
    }

    input[type="submit"] {
      background-color: #007BFF;
      color: white;
      border: none;
      padding: 12px 20px;
      border-radius: 5px;
      cursor: pointer;
      width: 100%;
      font-size: 16px;
    }

    input[type="submit"]:hover {
      background-color: #0056b3;
    }

    .date-group {
      display: flex;
      gap: 15px;
      margin-bottom: 20px;
    }

    .date-field {
      flex: 1;
    }
   

  ==============RESERVATION=======================
   .gwata-reservation {
  background: #f7f5f1;
  padding: 90px 0
}
.gwata-reservation h2 {
  color: #1b3323;
  font-size: 44px;
  line-height: 1.1;
  margin: 15px 0
}
.kicker {
  color: #553915;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px
}
.gwata-reservation aside>p {
  color: #69736a;
  line-height: 1.8
}
.perks {
  border-top: 1px solid #ddd8ce;
  margin-top: 28px
}
.perks p {
  color: #737b73;
  font-size: 13px
}
.perks b {
  color: #263a29;
  display: block
}
.reservation-payment {
  border-top: 1px solid #ddd8ce;
  margin-top: 24px;
  padding-top: 18px
}
.reservation-payment>span {
  color: #553915;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase
}
.reservation-payment>div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px
}
.reservation-payment b {
  background: #fff;
  border: 1px solid #ded7cb;
  border-radius: 4px;
  color: #553915;
  font-size: 10px;
  padding: 6px 7px
}
.booking {
  background: #fff;
  border: 1px solid #e7e2d9;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(48,43,30,.09);
  overflow: hidden
}
.booking-head {
  align-items: center;
  background: #1d482b;
  color: #fff;
  display: flex;
  gap: 15px;
  padding: 25px 30px
}
.booking-head>i {
  background: rgba(255,255,255,.14);
  border-radius: 9px;
  padding: 15px
}
.booking small {
  color: #d2c6ac;
  text-transform: uppercase
}
.booking h3 {
  color: #fff;
  margin: 3px 0
}
.booking-section {
  border-bottom: 1px solid #eeeae3;
  padding: 27px 30px
}
.booking h4 {
  color: #263a29;
  font-size: 14px
}
.booking h4 span {
  background: #553915;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  padding: 5px 7px
}
.reservation-grid {
  display: grid;
  gap: 16px
}
.reservation-grid.reservation-two {
  grid-template-columns: repeat(2,1fr)
}
.reservation-grid.reservation-three {
  grid-template-columns: repeat(3,1fr)
}
.reservation-grid label {
  color: #455047;
  font-size: 12px;
  font-weight: 700
}
.reservation-grid input,.reservation-grid select,.reservation-grid textarea {
  background: #fbfaf8;
  border: 1px solid #dfddd7;
  border-radius: 7px;
  box-sizing: border-box;
  margin-top: 7px;
  min-height: 44px;
  padding: 10px;
  width: 100%
}
.reservation-counters {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3,1fr);
  margin-top: 17px
}
.reservation-counters div {
  background: #f7f7f4;
  border: 1px solid #ebe8e1;
  border-radius: 8px;
  padding: 10px
}
.reservation-counters button {
  background: #fff;
  border: 1px solid #dcd8d0;
  border-radius: 5px;
  color: #553915;
  height: 28px;
  width: 28px
}
.reservation-counters input {
  background: transparent;
  border: 0;
  text-align: center;
  width: 25px
}
.booking-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 24px 30px
}
.booking-footer p {
  color: #788078;
  font-size: 12px;
  margin: 0
}
.booking-footer button {
  background: #553915;
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  padding: 14px 18px
}
@media(max-width:575px) {
  .gwata-reservation {
  padding: 55px 0
}
.grid.two,.grid.three,.reservation-counters {
  grid-template-columns: 1fr
}
.booking header,.booking section,.booking-footer {
  padding-left: 20px;
  padding-right: 20px
}
.booking-footer {
  align-items: flex-start;
  flex-direction: column
}
.booking-footer button {
  width: 100%
}

}