.book-service-cta {
  --book-primary: #0188cf;
  --book-primary-dark: #016da6;
  --book-accent: #4aa485;
  --book-text: #ffffff;
  --book-muted: rgba(255, 255, 255, 0.78);
  --book-card: rgba(255, 255, 255, 0.13);
  --book-border: rgba(255, 255, 255, 0.22);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 58px 20px;
  font-family: 'Poppins', 'Inter', sans-serif;
  background: url('../../../../images/bg-srv.png') center center / cover no-repeat;
}

.book-service-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(110deg, rgba(6, 29, 48, 0.88) 0%, rgba(1, 68, 105, 0.78) 48%, rgba(2, 19, 34, 0.66) 100%),
    radial-gradient(circle at 18% 18%, rgba(74, 164, 133, 0.28), transparent 34%);
}

.book-service-cta::after {
  content: '';
  position: absolute;
  inset: auto -10% -45% 40%;
  z-index: -1;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 60%);
  pointer-events: none;
}

.book-service-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 34px;
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.book-service-cta__content {
  padding: 32px;
  color: var(--book-text);
  /* background: var(--book-card); */
  border: 1px solid var(--book-border);
  border-radius: 16px;
  /* box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2); */
  backdrop-filter: blur(12px);
}

.book-service-cta__label {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 3px;
  color: #dff8ff;
  text-transform: uppercase;
}

.book-service-cta h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  color: var(--book-text);
}

.book-service-cta p {
  max-width: 610px;
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--book-muted);
}

.book-service-cta__trust {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.book-service-cta__avatars {
  display: flex;
  flex-shrink: 0;
}

.book-service-cta__avatars span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-left: -10px;
  font-size: 12px;
  font-weight: 800;
  color: #07344f;
  background: #ffffff;
  border: 3px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.book-service-cta__avatars span:first-child {
  margin-left: 0;
}

.book-service-cta__avatars span:nth-child(2) {
  color: #ffffff;
  background: var(--book-accent);
}

.book-service-cta__avatars span:nth-child(3) {
  color: #ffffff;
  background: var(--book-primary);
}

.book-service-cta__trust strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--book-text);
}

.book-service-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.book-service-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-decoration: none;
  border-radius: 12px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.book-service-cta__btn:hover,
.book-service-cta__phone:hover {
  transform: translateY(-2px);
}

.book-service-cta__btn--primary {
  color: #ffffff;
  background: var(--book-primary);
  box-shadow: 0 16px 32px rgba(1, 136, 207, 0.32);
}

.book-service-cta__btn--primary:hover {
  color: #ffffff;
  background: var(--book-primary-dark);
  box-shadow: 0 20px 42px rgba(1, 136, 207, 0.42);
}

.book-service-cta__btn--secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.book-service-cta__btn--secondary:hover {
  color: #05334d;
  background: #ffffff;
}

.book-service-cta__phone {
  display: inline-flex;
  margin-top: 13px;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.24s ease, color 0.24s ease;
}

.book-service-cta__media {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
 
}
.elementor-kit-18 a{
  color: white !important;
}
.book-service-cta__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.22) 100%);
  pointer-events: none;
}

.book-service-cta__media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 0.5s ease;
}

.book-service-cta__media:hover img {
  transform: scale(1.045);
}

@media (max-width: 1024px) {
  .book-service-cta {
    padding: 54px 18px;
  }

  .book-service-cta__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .book-service-cta__media {
    min-height: 360px;
  }

  .book-service-cta__media img {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .book-service-cta {
    padding: 44px 14px;
  }

  .book-service-cta__content {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .book-service-cta__label {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .book-service-cta p {
    font-size: 13px;
    line-height: 1.7;
  }

  .book-service-cta__trust {
    align-items: flex-start;
  }

  .book-service-cta__actions {
    flex-direction: column;
  }

  .book-service-cta__btn {
    width: 100%;
  }

  .book-service-cta__media {
    min-height: 280px;
    border-radius: 14px;
  }

  .book-service-cta__media img {
    min-height: 280px;
  }
}
