.breadcrumb-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    z-index: 1;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.breadcrumb-content {
    padding: 2rem;
}

.breadcrumb-title {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.breadcrumb {
    --bs-breadcrumb-divider: "";
    font-size: 1.1rem;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-divider {
    margin: 0 0.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-item a {
    transition: all 0.3s ease;
    color: white;
}

.breadcrumb-item a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.breadcrumb-item.active span {
    font-weight: 500;
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .breadcrumb-hero {
        height: 250px;
    }

    .breadcrumb-title {
        font-size: 2rem;
    }

    .breadcrumb {
        font-size: 1rem;
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .breadcrumb-divider {
        margin: 0 0.3rem;
    }
}

/* contact form section */
.cab-booking-section {
    background-color: #f8f9fa;
}

.booking-form-wrapper,
.contact-info-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.booking-form-wrapper:hover,
.contact-info-wrapper:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.contact-method {
    transition: transform 0.2s;
}

.contact-method:hover {
    transform: translateX(5px);
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .booking-form-wrapper,
    .contact-info-wrapper {
        padding: 1.5rem !important;
    }
}

/* booking types */
.service-type-card {
    transition: transform 0.3s ease;
}

.service-type-card:hover {
    transform: translateY(-5px);
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .service-type-card {
        padding: 1.25rem !important;
    }

    .icon-wrapper {
        width: 45px;
        height: 45px;
        padding: 0.75rem !important;
    }
}

/*  */
.vehicle-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.vehicle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.object-fit-cover {
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .vehicle-image {
        height: 150px !important;
    }
}


/* editor-content-wrapper */
.editor-content-wrapper {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding: 1rem;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.7;
  color: #333;
}

.editor-content-wrapper h1,
.editor-content-wrapper h2,
.editor-content-wrapper h3,
.editor-content-wrapper h4,
.editor-content-wrapper h5,
.editor-content-wrapper h6 {
  font-weight: bold;
  margin: 1rem 0 0.5rem;
}

.editor-content-wrapper p {
  margin-bottom: 1rem;
}

.editor-content-wrapper ul,
.editor-content-wrapper ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.editor-content-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem 0;
}

.editor-content-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.editor-content-wrapper table,
.editor-content-wrapper th,
.editor-content-wrapper td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.editor-content-wrapper blockquote {
  border-left: 4px solid #ccc;
  margin: 1rem 0;
  padding-left: 1rem;
  color: #555;
  font-style: italic;
}

@media (max-width: 768px) {
  .editor-content-wrapper {
    padding: 0.75rem;
  }

  .editor-content-wrapper table,
  .editor-content-wrapper th,
  .editor-content-wrapper td {
    font-size: 14px;
  }
}
