.categories-area h4,
.categories-area h5 {
 font-family: Arial, Helvetica, sans-serif;
}

.section-padding {
  padding: 80px 0;
}

/* # Left Sidebar & Form */
.left-sidebar-card {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.left-sidebar-card .card-title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.transport-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.transport-list li {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.transport-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.transport-list li a {
  color: #0a2540;
  font-weight: 500;
  display: block;
}

.transport-list li.active {
  position: relative;
}

.transport-list li.active a {
  color: #f25a2e;
}

.transport-list li.active i {
  color: #f25a2e;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact-form-wrapper .subtitle {
  font-size: 0.9rem;
  color: rgb(255, 247, 247);
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.contact-form-wrapper .form-title {
  font-size: 1.75rem;
  color: white !important;
}

.input-form input,
.input-form textarea,
.select-items select {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #f7fafd;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.input-form input:focus,
.input-form textarea:focus,
.select-items select:focus {
  outline: none;
  border-color: #f25a2e;
  background-color: #fff;
}

.select-items {
  position: relative;
}

/* Style select to look like the image */
.select-items select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 8px 10px;
}

.submit-btn {
  background-color: #f25a2e;
  color: #fff;
  border: none;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: #0a2540;
}

/* # Main Content Area */
.main-content img {
  border: 1px solid #e8e8e8;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.content-section p {
  color: #5d616d;
}

.section-subtitle {
  color: #0a2540;
  font-weight: 600;
  margin-bottom: 20px;
}

/* # Included Services */
.service-box {
  border: 1px solid #e8e8e8;
  background-color: white;
  padding: 16px;
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.service-box:hover {
  border-color: #f25a2e;
  transform: translateY(-5px);
}

.service-box h5 {
  font-weight: 600 !important;
}


.service-box h6 {
  color: #0a2540;
  font-weight: 600;
  margin-bottom: 5px;
}

/* # Common Questions (Accordion) */
.common-questions .card {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  background-color: transparent;
  border-radius: 0;
}
.common-questions .card:last-child {
  border-bottom: none;
}
.common-questions .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}

.common-questions .btn-link {
  width: 100%;
  text-align: left;
  color: #0a2540;
  font-weight: 600;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
}

.common-questions .btn-link i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 1rem;
}
.common-questions .btn-link[aria-expanded="true"] i {
  transform: translateY(-50%) rotate(45deg);
}

.common-questions .que {
  border: 1px solid #e8e8e8 !important;
  background-color: white;
  padding: 24px 16px;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  -moz-user-select: none;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}

.common-questions .btn-link[aria-expanded="true"] .que {
  background: #e8e8e8 !important;
}

.common-questions .card-body {
  padding: 0 0 20px 0;
  font-size: 15px;
}

/* # Quality & Performance */
.feature-icon {
  font-size: 40px;
  color: #f25a2e;
  margin-bottom: 15px;
}
.feature-box h6 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.feature-box p {
  font-size: 0.9rem;
  color: #5d616d;
}

/* # Responsive Design */
@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
  h2 {
    font-size: 1.8rem;
  }
}

.select-items .nice-select {
  width: 100% !important;
}

.request-quote {
  background-color: #f25a2e !important;
}

.card-body{
  font-family: "Barlow", sans-serif !important;
}
