/* <style> */
        /* NEW LANDING PAGE  */
/* ============= Scoped Styling for Business Class Deals Section ============= */
.m-top-10{
  margin-top: 10px;
}
.business-class-deals .deals-header {
  background: #2d3e50;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
}
.business-class-deals .deals-header i {
  color: #ffcc00;
  margin-right: 8px;
}
.business-class-deals .deals-subtext {
  font-size: 14px;
  color: #f4f4f4;
}
.business-class-deals .deals-body {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.business-class-deals .deals-note {
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
}
.business-class-deals .deals-title {
  margin-top: 25px;
  font-weight: 600;
  color: #2d3e50;
  border-left: 4px solid #2d3e50;
  padding-left: 8px;
}
.business-class-deals .deals-table > thead > tr > th {
  background: #f4f4f4;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.business-class-deals .deals-table > tbody > tr > td {
  font-size: 14px;
  vertical-align: middle;
}
.business-class-deals .deal-logo {
  height: 25px;
  margin-right: 6px;
  vertical-align: middle;
  border-radius: 3px;
}
.business-class-deals .text-danger {
  color: #e74c3c !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .business-class-deals .deals-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .business-class-deals .deals-title {
    font-size: 15px;
  }
  .business-class-deals .deals-table td,
  .business-class-deals .deals-table th {
    font-size: 13px;
  }
}


/* For Detail in Landing page  */
/* ===== Scoped Styles for City Guides Section ===== */
.business-class-deals .city-guides {
  margin-top: 30px;
  padding: 25px 30px;
  background: #fff;
  border-radius: 10px;
  line-height: 1.6;
  color: #333;
}

.business-class-deals .city-guides .guides-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 4px solid #2d3e50;
  padding-left: 10px;
  color: #2d3e50;
}

.business-class-deals .city-guides .guide-item {
  margin-bottom: 22px;
}

.business-class-deals .city-guides .guide-item h5 {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}

.business-class-deals .city-guides .guide-item p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

.business-class-deals .city-guides strong {
  color: #2d3e50;
  font-weight: 600;
}

/* Optional hover tone for polish */
.business-class-deals .city-guides .guide-item:hover {
  background: #f9f9f9;
  border-radius: 6px;
  transition: background 0.3s ease;
  padding: 8px 10px;
}


/* Experience section Landing page  */
/* ===== Scoped Styles: Business Class Experience Section ===== */
.business-class-deals .experience-section {
  margin-top: 25px;
  padding: 25px 30px;
  background: #fff;
  border-radius: 10px;
  color: #333;
  line-height: 1.6;
}

.business-class-deals .experience-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  border-left: 4px solid #2d3e50;
  padding-left: 10px;
  color: #2d3e50;
}

.business-class-deals .experience-subheading {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin-bottom: 15px;
}

.business-class-deals .experience-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 25px;
}

.business-class-deals .experience-list li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

.business-class-deals .experience-section p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.business-class-deals .experience-section strong {
  color: #2d3e50;
  font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .business-class-deals .experience-section {
    padding: 20px;
  }
  .business-class-deals .experience-heading {
    font-size: 18px;
  }
  .business-class-deals .experience-list li {
    font-size: 13px;
  }
}
    /* </style> */


/* Horizontal Search  */
/* ===========================
   Horizontal Search Section (Final Refined Version)
   =========================== */

.h-search-container {
  background: linear-gradient(135deg, #f9fafc 0%, #ffffff 100%);
  border: 1px solid #eee;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  margin-top: -40px;
  margin-bottom: 24px;
  position: relative;
  z-index: 10;
  transition: box-shadow 0.3s ease;
}

.h-search-container:hover {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
}

/* ===== Layout & Structure ===== */
.h-search form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 15px;
}

.h-search .form-block {
  margin-bottom: 10px;
}

.h-search label.form-label {
  font-weight: 600;
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
  display: block;
  text-transform: capitalize;
}

/* ===== Input & Select Styles ===== */
.h-search select,
.h-search input.form-control {
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 40px;
  font-size: 13px;
  padding: 6px 10px;
  width: 100%;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}

.h-search select:focus,
.h-search input.form-control:focus {
  border-color: #a51c3c;
  box-shadow: 0 0 5px rgba(201, 48, 44, 0.3);
  outline: none;
}

.h-search select:hover,
.h-search input:hover {
  background-color: #fafafa;
}

/* ===== Datepicker / Calendar Icon ===== */
.h-search .input-group-addon {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 6px 6px 0;
  color: #777;
}

.h-search .input-group .form-control {
  border-right: none;
  border-radius: 6px 0 0 6px;
  height: 40px;
}

/* ===========================
   Scoped Dropdown Styling (h-drop-wrap)
   =========================== */

.h-search .h-drop-wrap,
.h-search .h-drop-wrap-s-3 {
  position: relative;
  display: block;
  width: 100%;
}

.h-search .h-drop-wrap select,
.h-search .h-drop-wrap-s-3 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 40px;
  padding: 8px 35px 8px 12px;
  width: 100%;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}

/* Dropdown hover & focus */
.h-search .h-drop-wrap select:focus,
.h-search .h-drop-wrap-s-3 select:focus {
  border-color: #a51c3c;
  box-shadow: 0 0 4px rgba(201, 48, 44, 0.25);
  outline: none;
}

.h-search .h-drop-wrap select:hover,
.h-search .h-drop-wrap-s-3 select:hover {
  background-color: #fdfdfd;
}

/* Custom dropdown arrow */
.h-search .h-drop-wrap::after,
.h-search .h-drop-wrap-s-3::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  font-size: 14px;
  pointer-events: none;
  transition: color 0.3s ease;
}
.h-search .h-drop-wrap:hover::after,
.h-search .h-drop-wrap-s-3:hover::after {
  color: #a51c3c;
}

/* Inner wrapper consistency */
.h-search .h-input-style-1 {
  position: relative;
  display: block;
  width: 100%;
}

/* ===== Submit Button ===== */
.h-search input[type="submit"].c-button {
  background: linear-gradient(135deg, #a51c3c 0%, #b52622 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 4px 42px;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  top: 3px;
}

.h-search input[type="submit"].c-button:hover {
  background: linear-gradient(135deg, #1d2d41 0%, #1e3146 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
  color: white !important;
}

/* Button alignment */
.h-search .text-right {
  flex: 1 1 auto;
  text-align: right;
  align-self: flex-end;
  margin-left: auto;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 991px) {
  .h-search form {
    flex-direction: column;
    align-items: stretch;
  }
  .h-search .col-md-2 {
    width: 100%;
    max-width: 100%;
  }
  .h-search .text-right {
    text-align: center;
    margin-left: 0;
  }
  .h-search input[type="submit"].c-button {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .h-search label.form-label {
    font-size: 12px;
  }
}
/* ===========================
   Fix: Chosen Dropdowns Border in Horizontal Search
   =========================== */

.h-search .chosen-container {
  width: 100% !important;
  font-size: 13px;
}

.h-search .chosen-container-single .chosen-single {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff !important;
  box-shadow: none !important;
  color: #333 !important;
  padding: 8px 35px 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}

.h-search .chosen-container-single .chosen-single span {
  line-height: normal;
  font-size: 13px;
}

.h-search .chosen-container-single .chosen-single div {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.h-search .chosen-container-single .chosen-single div b {
  background-position-y: 7px !important; /* Aligns arrow nicely */
}

/* Hover and focus effects */
.h-search .chosen-container-single .chosen-single:hover {
  background-color: #fafafa !important;
  border-color: #a51c3c;
}

.h-search .chosen-container-active .chosen-single {
  border-color: #a51c3c !important;
  box-shadow: 0 0 5px rgba(201, 48, 44, 0.3);
}

/* Dropdown panel */
.h-search .chosen-drop {
  border-radius: 0 0 6px 6px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.h-search .chosen-results li.highlighted {
  background-color: #a51c3c !important;
  color: #fff !important;
}

/* Ensure arrow visibility */
.h-search .chosen-container-single .chosen-single div b {
  border-top-color: #777 !important;
}
.h-search .chosen-container-active .chosen-single div b {
  border-top-color: #a51c3c !important;
}



/* ===========================
   Enquiry Form (Left Sidebar)
   =========================== */

.enquiry-box {
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  padding: 25px 20px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.enquiry-box:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.enquiry-box .sidebar-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #2d3e50;
  border-bottom: 2px solid #a51c3c;
  display: inline-block;
  padding-bottom: 6px;
}

.quote-form .form-block {
  margin-bottom: 15px;
}

.quote-form label.form-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.quote-form .form-control {
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 38px;
  padding: 8px 12px;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
}

.quote-form .form-control:focus {
  border-color: #a51c3c;
  box-shadow: 0 0 5px rgba(201, 48, 44, 0.3);
  outline: none;
}

.quote-form .form-control::placeholder {
  color: #999;
}

.quote-form button.c-button {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  padding: 0;
  border-radius: 6px;
  text-transform: uppercase;
}

.quote-form button.c-button:hover {
  background: #1e3146;
  transform: translateY(-1px);
  color: white !important;
}
