.form-group .control-label {
  max-width: 100%;
  padding-top: 7px;
  padding-bottom: 5px;
  justify-content: flex-start;
}


#num-adults,
  #num-children {
    width: 100px;
    height: 30px;
  }

table td {
  color: rgba(51, 51, 51, 1);
  background: rgba(255, 255, 255, 1);
  padding: 0px !important;
}

#guest-button{
  text-transform: capitalize !important;
}

#book_post{
  text-transform: capitalize !important;
}

 .discount {
    position: absolute;
    top: 5%;
    left: 10%; 
  }

.btn-discount {
  color: #fff;
  background-color: #ceae71 !important;
  border-color: #4cae4c;
  font-weight: bold;
  font-size: 14px;

}

.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(37,38,40,.1);
  background-color: #fff;
  padding: 10px 45px 20px;
  width: 40%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add shadow */
}

.btn-info.btn {
  color: #000 !important;
  background:#ceb072 !important;
  padding: 10px;
}
.btn-info.btn:hover {
 color: #000 !important; 
 background: #ceb072 !important;
}
.button-info {
  transform: scale(calc(100 / 100));
  transform-origin: center;
  width: auto;
  background: rgba(243, 176, 114, 0.90) !important;
 }


    .button-info:hover {
      color: #000 !important;  
      background: rgba(243, 176, 114, 0.90) !important;
    }

    .button-info:active {
      color: #000 !important;  
      background: rgba(243, 176, 114, 0.90) !important;
    }

    .button-info:focus {
      color: #000 !important;  
      background: rgba(243, 176, 114, 0.90) !important;
      outline: none;
    }

    .button-info:target {
      color: #000 !important;  
      background: rgba(243, 176, 114, 0.90) !important;
    }
.button-booking {
  transform: scale(calc(100 / 100));
  transform-origin: center;
  width: auto;
  background: rgba(206,176,114,1);
}

.button-booking:hover {
  color:#000 !important;  
  background: rgba(206,176,114,0.50) !important;
}


@media (min-width: 7680px) and (max-width: 7680px) {
  
.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(37,38,40,.1);
 background-color: #fff;
  padding: 10px 20px 20px;
  width: 700px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
}

@media (min-width: 3840px) and (max-width: 3840px) {
  
.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(37,38,40,.1);
 background-color: #fff;
  padding: 10px 35px 20px;
  width: 19% !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
}

@media (min-width: 1601px) and (max-width: 1680px) {
  
.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(37,38,40,.1);
 background-color: #fff;
  padding: 10px 20px 20px;
  width: 42% !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
}

@media (min-width: 1401px) and (max-width: 1600px) {
  
.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(37,38,40,.1);
 background-color: #fff;
  padding: 10px 20px 20px;
  width: 44% !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
}


@media (min-width: 1401px) and (max-width: 1440px) {
  
.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(37,38,40,.1);
 background-color: #fff;
  padding: 10px 20px 20px;
  width: 50% !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
}


@media (min-width: 1366px) and (max-width: 1400px) {
  
.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(37,38,40,.1);
 background-color: #fff;
  padding: 10px 20px 20px;
  width: 52% !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
}



@media (min-width: 1280px) and (max-width: 1365px) {
  
.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(37,38,40,.1);
  background-color: #fff;
  padding: 10px 20px 20px;
  width: 56% !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
}



@media (min-width: 1024px) and (max-width: 1279px) {
  
.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(37,38,40,.1);
  background-color: #fff;
  padding: 10px 20px 20px;
  width: 70% !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
}



@media (min-width: 768px) and (max-width: 1023px) {
  
.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(37,38,40,.1);
  background-color: rgba(255,255,255,0.5);
  padding: 10px 20px 20px;
  width: 94% !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  
.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(37,38,40,.1);
  background-color: rgba(255,255,255,0.5);
  padding: 10px 20px 20px;
  width: 94% !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
}


@media (min-width: 481px) and (max-width: 767px) {
  
.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(37,38,40,.1);
  background-color: rgba(255,255,255,0.1) !important;
  padding: 10px 20px 20px;
  width: 98%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
.button-info {
  transform: scale(calc(100 / 100));
  transform-origin: center;
  width: 100% !important;
  background: rgba(243,166,56,1)  !important;
}


.search-bucket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: inherit;
  border: none  !important;
  background-color: transparent;
  padding: 10px 20px;
  width: 100%;
  color: #fff !important;
}
  
}


button.btn.button-booking,
button.button-booking.btn {
  display: inline-block !important;
  width: 100% !important;
  text-transform: capitalize !important;
  background: rgba(206,176,114,1) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 15px 20px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: box-shadow 0.3s ease, transform 0.2s ease !important;
  box-shadow: none !important;
}

button.btn.button-booking:focus,
button.button-booking:focus,
button.btn.button-booking:hover,
button.button-booking:hover {
  background: rgba(206,176,114,1) !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2) !important;
}

button.btn.button-booking:active,
button.button-booking:active {
  background: rgba(206,176,114,1) !important;
  color: #fff !important;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
  transform: scale(0.98) !important;
}

button.btn.button-booking:disabled,
button.button-booking:disabled {
  background: rgba(206,176,114,0.5) !important;
  color: #ddd !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

button.btn.button-booking:focus {
  background: rgba(206,176,114,1) !important;
  color: #fff !important;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2) !important;
}

button.btn.button-booking:active {
  background: rgba(206,176,114,1) !important;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2) !important;
}

/****reset store******/
button.reset-data {
  display: inline-block !important; /* Inline-block for better size control */
  width: auto !important; /* Allow the button width to adjust automatically */
  text-transform: capitalize !important; /* Capitalize text */
  background: rgba(206, 176, 114, 1) !important; /* Set the background color */
  color: #fff !important; /* White text */
  border: none !important; /* Remove border */
  border-radius: 4px !important; /* Smooth corners */
  padding: 5px 10px !important; /* Smaller padding for compact size */
  font-size: 12px !important; /* Smaller font size */
  font-weight: bold !important; /* Bold text */
  text-align: center !important; /* Center text */
  cursor: pointer !important; /* Pointer cursor */
  transition: box-shadow 0.3s ease, transform 0.2s ease !important; /* Smooth effects */
  box-shadow: none !important; /* No shadow */
}

button.reset-data:focus,
button.reset-data:hover {
  background: rgba(206, 176, 114, 1) !important; /* Keep the same background on hover */
  color: #fff !important;
  outline: none !important;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
}

button.reset-data:active {
  background: rgba(206, 176, 114, 1) !important;
  color: #fff !important;
  transform: scale(0.98) !important;
}

button.reset-data:disabled {
  background: rgba(206, 176, 114, 0.5) !important;
  color: #ddd !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

.hoverclass {
  color: #899097 !important;
  text-decoration: none  !important;
}                                                                                                                                                                                  <!--Css Extra-->

  .reviews-section * {
            box-sizing: border-box;
        }

        .reviews-section {
            font-family: 'Montserrat', sans-serif;
            background-color: #f9f7f2; /* Off-white background */
            color: #333;
            padding: 60px 20px; /* Reduced slightly for better proportion */
            width: 100%;
        }

        .reviews-wrapper {
            /* CHANGED: Set to 95% to make it full width */
            max-width: 95%; 
            width: 100%;
            margin: 0 auto;
        }

        /* Grid layout */
        .reviews-grid {
            display: grid;
            /* 4 columns on large screens */
            grid-template-columns: repeat(4, 1fr); 
            gap: 20px; /* Slightly tighter gap for full width */
            margin-bottom: 0; /* Removed bottom margin as title is gone */
        }

        /* Card Styling */
        .review-card {
            background: white;
            padding: 30px 20px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(206, 176, 114, 0.1); 
            text-align: center;
            border-top: 5px solid transparent; 
            transition: transform 0.3s ease, box-shadow 0.3s ease, border-top 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%; 
        }

        .review-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(206, 176, 114, 0.25);
            border-top: 5px solid #ceb072;
        }

        /* Quote Icon */
        .quote-icon {
            width: 30px;
            height: 30px;
            fill: #e6dcc3;
            margin-bottom: 15px;
        }

        /* Star Container */
        .star-rating {
            display: flex;
            gap: 3px;
            margin-bottom: 15px;
        }

        .star-rating svg {
            width: 18px;
            height: 18px;
            fill: #ceb072; /* Gold Stars */
        }

        /* Review Text */
        .review-text {
            font-size: 14px; 
            line-height: 1.6;
            color: #555;
            font-style: italic;
            margin: 0;
        }

        /* --- MOBILE & TABLET FIXES --- */
        
        /* Large Tablets / Small Laptops */
        @media (max-width: 1200px) {
            .reviews-grid { 
                grid-template-columns: repeat(3, 1fr); 
            }
        }

        /* Tablets */
        @media (max-width: 900px) {
            .reviews-grid { 
                grid-template-columns: repeat(2, 1fr); 
                gap: 15px;
            }
            .reviews-section {
                padding: 50px 20px;
            }
        }
        
        /* Mobile Devices */
        @media (max-width: 600px) {
             .reviews-grid { 
                 grid-template-columns: 1fr; /* Stack in 1 column */
             }
             
             .reviews-wrapper {
                 max-width: 100%; /* Use full width on mobile */
             }

             .reviews-section {
                 padding: 40px 15px; /* Less padding on mobile */
             }
             
             .review-card {
                 padding: 25px 20px; /* Slightly less internal padding */
             }
        }



/*** filter ***/

.mobile-filter-bar {
    background: #fff;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 10;
}

.filter-input {
    background: #f8f8f8;
    border-radius: 30px;
    padding: 14px 18px;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

.filter-input i:first-child {
    margin-right: 10px;
    color: #d0b171;
}

.filter-input i:last-child {
    margin-left: auto;
    color: #d0b171;
}

.filter-text {
    flex: 1;
}

.mobile-category-panel {
    background: #fff;
    margin-top: 12px;
    padding: 18px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 8px 22px rgba(0,0,0,.15);
}

.cat-check {
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #555;
    cursor: pointer;
}

.cat-check input {
    display: none;
}

/* Radio style */
.fake-checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: -4px;
    position: relative;
    background: #fff;
}

.cat-check input:checked + .fake-checkbox {
    background: #d0b171;
    border-color: #d0b171;
}

.cat-check input:checked + .fake-checkbox:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}

@media (min-width: 992px) {
    .mobile-filter-bar {
        max-width: 720px;
        margin: 20px auto;
        border-radius: 6px;
    }

    .stores-section {
        max-width: 900px;
        margin: 0 auto;
    }
}