/* Guadiana Comercial - custom overrides on top of the Trucker template */

/* More breathing room around the "Cross-Border Trucking You Can Count On" section */
.trucker__about-area_home-2 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
  top: 0 !important;
}

@media (max-width: 767px) {
  .trucker__about-area_home-2 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

/* Keep the real fleet photo nicely framed regardless of source size */
.trucker__about-area_home-2 .trucker__about-left-site img {
  width: 100%;
  max-width: 560px;
  height: 480px;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .trucker__about-area_home-2 .trucker__about-left-site img {
    height: auto;
    max-width: 100%;
  }
}

/* Dark overlay on the hero photo so the white headline/subtitle stay readable */
.trucker__hero-area-home-2 .trucker__hero-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.68) 100%);
  z-index: 1;
}

/* Force reliable vertical centering of the hero text block (the template's
   absolute-position/top:45% approach doesn't render consistently) */
.trucker__hero-area-home-2 .trucker__hero-item {
  display: flex;
  align-items: center;
}

.trucker__hero-area-home-2 .trucker__hero-item .trucker__container {
  width: 100%;
}

.trucker__hero-area-home-2 .trucker__hero-item .trucker__hero-content-wrapper {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  z-index: 5 !important;
}

.trucker__hero-area-home-2 .trucker__hero-item .trucker__hero-item-shep {
  position: relative;
  z-index: 2;
}

.trucker__hero-area-home-2 .trucker__hero-btn {
  margin-top: 8px;
}

/* Give the About page's "665x629" content photo the same clean framing */
.trucker__about-area-home-1 .trucker__about-left-site img {
  width: 100%;
  max-width: 560px;
  height: 480px;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .trucker__about-area-home-1 .trucker__about-left-site img {
    height: auto;
    max-width: 100%;
  }
}

/* "How to Get a Quote" step cards were unstyled (white text on white background) */
.trucker__pricing-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.trucker__pricing-item {
  background: #062E39;
  border-radius: 14px;
  padding: 45px 32px;
  flex: 1 1 300px;
  max-width: 360px;
  text-align: center;
}

.trucker__quote-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #2A9D8F;
  margin-bottom: 18px;
}

.trucker__pricing-item h4 {
  margin-bottom: 10px;
}

/* Real client logo sizing (source files are large/wide) */
.trucker__header-menu .trucker__logo img,
.trucker__menu-header .trucker__logo img {
  width: auto;
  height: 48px;
  max-width: 260px;
  object-fit: contain;
}

.trucker__footer-logo img {
  width: auto;
  height: 56px;
  max-width: 280px;
  object-fit: contain;
}

.trucker__loader_logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 480px) {
  .trucker__header-menu .trucker__logo img,
  .trucker__menu-header .trucker__logo img {
    height: 38px;
    max-width: 190px;
  }
}
