/* tarrif Pages */

.body {
  font-family: "Lato", sans-serif;
}
.cta-section {
  background: #c0ded9 !important;
  padding: 50px 20px;
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.cta-text {
  max-width: 600px;
}

.cta-text h2 {
  font-size: 36px;
  font-weight: bold;
  color: #0d0d0d;
}

.cta-text .phone {
  font-size: 22px;
  color: black;
  margin: 10px 0;
}

.cta-text .description {
  color: #444;
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-btn {
  background-color: #0cabe3 !important;
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.contact-btn:hover {
  background-color: #cc001f;
}

.cta-image img {
  max-width: 100%;
  width: 450px;
  border: none;
  outline: none;
}
.listing-item {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.listing-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.listing-img img {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.btn-order {
  background-color: #f14d5d;
  color: white;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
}

.listing-price h6 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.custom-breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 16px;
}

.breadcrumb-wrapper {
  margin-top: 50px;
  padding-left: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">>";
  color: #6c757d;
  padding: 0 8px;
  font-weight: bold;
}

.custom-breadcrumb .breadcrumb-item a {
  color: #007bff;
  text-decoration: none;
}

.custom-breadcrumb .breadcrumb-item.active {
  color: #6c757d;
  font-weight: 600;
}
.call-box {
  width: 100%;
  /* background-color: #333 !important;  */
  color: #fff;
  padding: 25px 30px;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.call-box i {
  font-size: 36px;
  margin-bottom: 5px;
}

.call-box span {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #ffe600;
}

.section-title {
  margin-top: 0;
  color: #007bff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.self-drivess {
  margin-top: 20px;
}

.horizontal-line {
  margin-left: 120px;
  width: 82%;
  border-top: 2px solid #007bff;
  margin-bottom: 15px;
}
body {
  font-family: "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
}

.how-it-works {
  background: linear-gradient(135deg, #f0f8ff, #e6f0ff);
  padding: 40px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.how-it-works h2 {
  font-size: 36px;
  font-weight: 700;
  color: #004080;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.step {
  background: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.step:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.step img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.step h4 {
  font-size: 20px;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 12px;
}

.step p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

@media (max-width: 576px) {
  .how-it-works h2 {
    font-size: 28px;
  }
  .step {
    padding: 20px 15px;
  }
  .step img {
    width: 50px;
    height: 50px;
  }
}
.call-box {
  background: #c62828;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
}

.call-box i {
  font-size: 1.5em;
  margin-right: 10px;
}

.call-box span {
  font-weight: bold;
}

@media (max-width: 768px) {
  .step {
    width: 90%;
  }
}

/* how-it-works page */

.services-work .row {
  display: flex;
  flex-wrap: wrap;
}

.services-work .col-lg-4 {
  display: flex;
}

.services-group {
  flex: 1;

  flex-direction: column;
  /* Removed justify-content: space-between */
}

.services-content {
  margin-top: auto; /* Pushes content section to bottom naturally */
}

.services-content p {
  margin-bottom: 0;
}

/* terms and condition page */

/* login */
/* ========== Wrapper ========== */
/* General Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Wrapper */

/* car listing */

/* search_var */

.group-img-var {
  text-align: left;
}

.title_var_01 {
  color: #0d6efd;
  font-weight: bold;
  margin-top: 10px;
}

/* For wider date inputs */
.wide-input {
  width: 220px; /* Adjust as per your layout */
}

/* For smaller search button */
.small-search-btn {
  padding: 6px 15px;
  font-size: 14px;
  width: auto; /* or specify fixed width like 100px */
}
