@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;600;800;900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background: #f8f9fa;
}

.fw-bold{
  font-weight: 600 !important;
}

.form-container {
  background: #fff;
  max-width: 900px;
  margin: auto;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.section-box {
  border: 2px solid #ee6816;
  border-radius: 12px;
  padding: 25px;
  background: #fffef0;
}

.section-box h4 {
  color: #ee6816;
  font-weight: 600;
}

.brand-title {
  background: #ee6816;
  padding: 12px;
  text-align: center;
  border-radius: 8px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.brand-card {
  border: 2px solid #ddd;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brand-card:hover {
  border-color: #ee6816;
  transform: translateY(-3px);
}

.brand-card.selected {
  border-color: #ee6816;
  background: #fff8cf;
  box-shadow: 0 0 12px rgba(238, 104, 22, 0.35);
}

.brand-logo {
  width: 55px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 8px;
}

.btn-primary {
  background: #ee6816;
  border: none;
  color: #fff;
  font-weight: 600;
}

.btn-book {
  background: #ee6816;
  border: none;
  color: #fff;
  font-weight: 600;
}

.btn-book:hover {
  background: #ee6816 !important;
  color: #ffffff !important;
}

.btn-book:active{
  background-color: #ee6816 !important;
  color: #ffffff !important;
}

.btn-book:focus-visible {
background-color: #ee6816 !important;
  color: #ffffff !important;
}

.btn-primary:hover {
  background: #ee6816 !important;
  color: #ffffff !important;
}

.form-check-input:checked {
    background-color: #ee6816 !important;
    border-color: #ee6816 !important;
}

.form-select {
    border-color: #ee6816;
}

.form-select option:hover, 
.form-select option:focus {
    background: #ee6816 !important;
    color: #fff !important;
}

.form-check-input:focus {
    border-color: #f5bb98f8;
    outline: 0;
    box-shadow: 0 0 0 .25rem #f5bb98f8;
}

.form-select:focus {
    border-color: #ee6816;
    box-shadow: 0 0 0 0.2rem rgba(238, 104, 22, 0.25);
}

@media (max-width: 768px) {
  .form-container {
    padding: 6px;
  }

  .section-box {
    padding: 20px;
  }

  .brand-logo {
    width: 45px;
    height: 45px;
  }

  .service-header-bar {
    padding: 15px 4px !important;
  }

  .header-title{
    font-size: 18px !important;
  }
  .brand-logo { 
    height: 24px !important;
    font-size: 18px !important;
}

  .copyright-text {
    font-size: 14px !important;
    margin-bottom: 3px;
  }
}

.copyright-text a {
  text-decoration: none !important;
  color: #ee6816;
  font-weight: 600;
}

.brand-card {
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  transition: 0.3s;
}

.brand-card.active {
  border-color: #ee6816;
  background: #eef5ff;
}

.brand-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* Container Border Box */
.service-container-wrapper {
  border: 2px solid #ee6816;
  border-radius: 12px;
  background: #fffef0;
  /* padding-bottom: 30px; */
}

/* Header Bar Styling */
.service-header-bar {
  background-color: #f2f2f2;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.brand-logo {
  font-weight: 600;
  font-size: 24px;
  color: #111;
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand-logo i {
  color: #ee6816;
}

.header-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

/* Slider Wrapper Padding */
.slider-padding {
  padding: 20px 10px;
  /* padding: 40px 10px; */
}

/* Card Styling */
.pdi-card {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 12px;
  margin: 0 12px; 
  min-height: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.pdi-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

/* Ratings & Compare Row */
.meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.rating-stars {
  font-size: 14px;
  color: #e0e0e0;
}

.rating-stars .checked {
  color: #ffc400;
}

.rating-label {
  font-size: 14px;
  color: #555;
  margin-right: 5px;
}

.compare-label {
  font-size: 15px;
  color: #007bff;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Action Buttons */
.action-row {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 10px;
  /* margin-bottom: 25px; */
}

.btn-check-price {
  background-color: #ee6816;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
}

.btn-detail {
  background-color: #0056b3;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
}

/* Features List Styling */
.features-heading {
  color: #ee6816;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.feature-item {
  font-size: 12px;
  color: #333;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.3;
}

.feature-item i {
  color: #28a745;
  font-size: 16px;
  margin-top: 2px;
}

/* Custom Slick Navigation Arrows */
.slick-prev,
.slick-next {
  width: 45px;
  height: 45px;
  background-color: #ee6816 !important;
  border-radius: 50%;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: white;
  opacity: 1;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #d1550a !important;
}

.setFnt{
  font-size: 10px;
}

.form-control:focus 
 { 
    box-shadow: 0 0 0 0.2rem rgba(238, 104, 22, 0.25);
    border-color: #ee6816;
}

.form-control{
  border: 1px solid #ee6816;
}