/* Dedicated service pages */
.service-hero {
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding: 140px 0 70px;
  background: var(--kam-navy);
}

.service-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: serviceHeroZoom 18s ease-out forwards;
}

@keyframes serviceHeroZoom {
  to { transform: scale(1.12); }
}

.service-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,45,94,0.25) 0%, rgba(13,45,94,0.55) 45%, rgba(13,45,94,0.92) 100%);
}

.service-hero .container { position: relative; z-index: 2; color: #fff; }

.service-hero .breadcrumb-item a { color: rgba(255,255,255,0.75); text-decoration: none; }
.service-hero .breadcrumb-item.active { color: #fff; }
.service-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.45); }

.service-hero h1 {
  font-size: clamp(1.9rem, 4.2vw, 3.2rem);
  max-width: 820px;
  margin-bottom: 1rem;
}

.service-kicker {
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--kam-sky);
  margin-bottom: 0.75rem;
}

.brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.offer-item {
  background: #fff;
  border-radius: 16px;
  padding: 1.4rem 1.3rem;
  height: 100%;
  border: 1px solid rgba(27, 75, 158, 0.08);
  box-shadow: var(--kam-shadow);
  transition: var(--transition);
}

.offer-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--kam-shadow-lg);
}

.offer-item i {
  color: var(--kam-royal);
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
  display: inline-block;
}

.process-step {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 1.6rem 1.4rem 1.4rem;
  height: 100%;
  box-shadow: var(--kam-shadow);
}

.process-num {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  background: var(--kam-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.6rem;
}

.related-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--kam-shadow);
  height: 100%;
  transition: var(--transition);
}

.related-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--kam-shadow-lg);
  color: inherit;
}

.related-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.related-card .body { padding: 1.1rem 1.15rem 1.3rem; }

.service-visual-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--kam-shadow);
  height: 100%;
  transition: var(--transition);
  border: 1px solid rgba(27, 75, 158, 0.06);
}

.service-visual-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--kam-shadow-lg);
  color: inherit;
}

.service-visual-card .thumb {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.service-visual-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.service-visual-card:hover .thumb img { transform: scale(1.08); }

.service-visual-card .thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(13,45,94,0.55) 100%);
}

.service-visual-card .body { padding: 1.35rem 1.35rem 1.5rem; }

.service-visual-card h3 {
  font-size: 1.05rem;
  color: var(--kam-navy);
  margin-bottom: 0.5rem;
}

.service-link {
  color: var(--kam-royal);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dropdown-kam {
  background: var(--kam-navy);
  border: 1px solid rgba(74,144,217,0.3);
  border-radius: 12px;
  padding: 0.4rem;
  min-width: 280px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.28);
}

.dropdown-kam .dropdown-item {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.55rem 0.8rem;
  white-space: normal;
}

.dropdown-kam .dropdown-item:hover,
.dropdown-kam .dropdown-item:focus {
  background: rgba(74,144,217,0.22);
  color: var(--kam-sky);
}

.navbar-kam .nav-link.dropdown-toggle::after {
  margin-left: 0.35rem;
  vertical-align: 0.12em;
}

@media (min-width: 992px) {
  .navbar-kam .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .service-hero { min-height: 58vh; padding: 120px 0 48px; }
  .service-visual-card .thumb { height: 180px; }
}

/* Fleet carousel & gallery */
.fleet-section {
  padding: 90px 0;
  background: var(--kam-navy);
  position: relative;
  overflow: hidden;
}

.fleet-section .section-title .subtitle { color: var(--kam-sky); }
.fleet-section .section-title h2 { color: #fff; }
.fleet-section .section-title p { color: rgba(255,255,255,0.75); }
.fleet-section .divider { background: linear-gradient(90deg, var(--kam-sky), #fff); }

.fleet-carousel {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.fleet-carousel .carousel-item {
  height: 520px;
  background: #0a1f3d;
}

.fleet-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fleet-carousel .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 2rem 2rem;
  background: linear-gradient(180deg, transparent, rgba(13,45,94,0.92));
  text-align: left;
}

.fleet-carousel .carousel-caption h3 {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.fleet-carousel .carousel-caption p {
  margin: 0;
  opacity: 0.9;
  font-size: 0.95rem;
}

.fleet-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
}

.fleet-carousel .carousel-indicators .active {
  background-color: var(--kam-sky);
}

.fleet-carousel .carousel-control-prev,
.fleet-carousel .carousel-control-next {
  width: 56px;
  opacity: 1;
}

.fleet-carousel .carousel-control-prev-icon,
.fleet-carousel .carousel-control-next-icon {
  width: 2.2rem;
  height: 2.2rem;
  background-color: rgba(13,45,94,0.55);
  border-radius: 50%;
  background-size: 50%;
  border: 2px solid rgba(255,255,255,0.35);
}

.fleet-gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--kam-shadow);
  height: 240px;
  display: block;
}

.fleet-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.fleet-gallery-item:hover img {
  transform: scale(1.08);
}

.fleet-gallery-item.tall { height: 500px; }
.fleet-gallery-item.wide { height: 240px; }

.fleet-gallery-item .label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem 1rem;
  background: linear-gradient(180deg, transparent, rgba(13,45,94,0.85));
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

@media (max-width: 991px) {
  .fleet-carousel .carousel-item { height: 380px; }
  .fleet-gallery-item,
  .fleet-gallery-item.tall { height: 220px; }
}

@media (max-width: 575px) {
  .fleet-carousel .carousel-item { height: 280px; }
  .fleet-section { padding: 60px 0; }
}


.service-video-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--kam-shadow);
  background: #0D2D5E;
  aspect-ratio: 16 / 10;
}

.service-video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #0D2D5E;
}

.service-video-card .label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 1rem;
  background: linear-gradient(180deg, transparent, rgba(13,45,94,0.85));
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  pointer-events: none;
}
