/**
 * PetAeron sitewide responsive fixes.
 * Does not change desktop design — only prevents overflow and improves fit on smaller screens.
 */

/* ---- Speed / CLS: reserve space before images and late CSS paint ---- */
header .elementor-widget-image img,
header .jkit-nav-logo img,
.elementor-location-header img.attachment-full {
  width: 180px;
  max-width: min(180px, 55vw);
  height: auto;
  aspect-ratio: 1633 / 412;
}

.menu-item-has-children > a {
  position: relative;
}

.menu-item-has-children > a > i {
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.25em;
  vertical-align: middle;
}

.material-symbols-outlined {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 24px;
  line-height: 1;
  overflow: hidden;
}

.elementor-background-video-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.elementor-background-video-hosted {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px), (prefers-reduced-motion: reduce) {
  .elementor-background-video-container,
  .elementor-background-video-hosted,
  html.pa-lite .elementor-background-video-container {
    display: none !important;
  }

  .elementor-section[data-settings*="background_video"] > .elementor-background-overlay {
    opacity: 0.4 !important;
  }
}

.elementor-location-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}

/* ---- Base: never force horizontal scroll ---- */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
  max-width: 100%;
}

body {
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
}

/* ---- Paw cursor from images/2026/04/red-paws.webp (sitewide, 32px) ---- */
html,
body,
a,
button,
.elementor-button,
.pa-btn,
summary,
label,
[role="button"],
.ekit-btn-wraper .elementskit-btn {
  cursor: url("/wp-content/themes/hello-theme-child-master/assets/paw-cursor.png?v=175") 16 16, auto;
}

a:hover,
button:hover,
.elementor-button:hover,
.pa-btn:hover,
summary:hover,
[role="button"]:hover,
.ekit-btn-wraper .elementskit-btn:hover {
  cursor: url("/wp-content/themes/hello-theme-child-master/assets/paw-cursor.png?v=175") 16 16, pointer;
}

input,
textarea,
select,
[contenteditable="true"] {
  cursor: text;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
picture,
video,
canvas,
svg,
iframe,
embed,
object {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

iframe {
  width: 100% !important;
  max-width: 100%;
}

table {
  max-width: 100%;
}

.wp-block-table,
.elementor-widget-table,
.table-responsive,
figure.wp-block-table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Flex/grid children can shrink instead of blowing past the viewport */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget,
.e-con,
.e-con-inner,
.elementor-widget-wrap,
.elementor-row {
  max-width: 100%;
  min-width: 0;
}

.elementor-widget-container {
  max-width: 100%;
}

/* Forms fill available width on narrow screens */
.elementor-field-group,
.elementor-field-textual,
.elementor-field,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="search"],
textarea,
select {
  max-width: 100%;
}

/* Long unbroken strings (URLs, emails) wrap */
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.elementor-icon-list-text,
a {
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

/* ---- Tablet (≤1024px) ---- */
@media (max-width: 1024px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .e-con-boxed > .e-con-inner {
    max-width: 100%;
  }

  /* Keep logos readable but contained */
  header .elementor-widget-image img,
  header .elementor-widget-theme-site-logo img,
  .site-logo img {
    max-width: min(220px, 55vw);
    height: auto;
  }

  /* Soften oversized desktop type on tablets without redesigning */
  .elementor-heading-title {
    max-width: 100%;
  }
}

/* ---- Mobile (≤767px) ---- */
@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container,
  .e-con-boxed > .e-con-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  header .elementor-widget-image img,
  header .elementor-widget-theme-site-logo img,
  .site-logo img {
    max-width: min(160px, 50vw);
  }

  /* Stack common multi-column rows that Elementor may leave side-by-side */
  .elementor-row {
    flex-wrap: wrap;
  }

  .elementor .elementor-col-50,
  .elementor .elementor-col-33,
  .elementor .elementor-col-25,
  .elementor .elementor-col-66,
  .elementor .elementor-col-20 {
    width: 100%;
  }

  /* Buttons / CTAs should not overflow */
  .elementor-button,
  .elementor-button-link,
  a.elementor-button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .elementor-button-wrapper {
    max-width: 100%;
  }

  /* Prevent iOS zoom-on-focus while keeping fields usable */
  .elementor-field-textual,
  input.elementor-field,
  textarea.elementor-field,
  select.elementor-field {
    font-size: 16px !important;
  }

  /* Map / video embeds */
  .elementor-widget-google_maps iframe,
  .elementor-video iframe,
  .elementor-custom-embed iframe {
    min-height: 220px;
  }

  /* Mega / off-canvas menus: keep within screen */
  .jkit-nav-menu,
  .jkit-menu-wrapper,
  .elementor-nav-menu--dropdown,
  .jeg-elementor-kit.jkit-nav-menu {
    max-width: 100vw;
  }

  /* Fixed / sticky bars shouldn't create sideways scroll */
  .elementor-sticky,
  .elementor-sticky--active {
    max-width: 100vw;
    left: 0 !important;
    right: 0 !important;
  }

  /* Scale very large heading sizes down fluidly on phones */
  h1.elementor-heading-title,
  .elementor-widget-heading h1.elementor-heading-title {
    font-size: clamp(1.5rem, 7vw, 2.4rem) !important;
    line-height: 1.25 !important;
  }

  h2.elementor-heading-title,
  .elementor-widget-heading h2.elementor-heading-title {
    font-size: clamp(1.25rem, 5.5vw, 2rem) !important;
    line-height: 1.3 !important;
  }
}

/* ---- Small phones (≤480px) ---- */
@media (max-width: 480px) {
  .elementor-section.elementor-section-boxed > .elementor-container,
  .e-con-boxed > .e-con-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  header .elementor-widget-image img,
  header .elementor-widget-theme-site-logo img {
    max-width: min(140px, 48vw);
  }

  .elementor-icon-list-items,
  .elementor-social-icons-wrapper {
    flex-wrap: wrap;
  }
}

/* ---- Domestic page: professional in-content navigation & prose ---- */
.petaeron-page-nav {
  margin: 1.75rem 0 0.5rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.petaeron-page-nav__label {
  margin: 0 0 0.65rem;
  font-family: Quicksand, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999b9c;
}

.petaeron-page-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.petaeron-page-nav__list li {
  margin: 0;
}

.petaeron-page-nav__list a {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(28, 30, 41, 0.12);
  border-radius: 2px;
  color: #1c1e29;
  font-family: Quicksand, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.petaeron-page-nav__list a:hover,
.petaeron-page-nav__list a:focus {
  border-color: #fd3f30;
  color: #fd3f30;
  background: #ffece6;
}

.elementor-4414 .petaeron-prose {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.elementor-4414 .petaeron-prose p {
  margin: 0 0 1rem;
  color: #454647;
  font-size: 16px;
  line-height: 1.7;
}

.elementor-4414 .petaeron-prose a {
  color: #fd3f30;
  text-decoration: none;
  font-weight: 600;
}

.elementor-4414 .petaeron-prose a:hover {
  text-decoration: underline;
}

/* ---- Domestic page: hero fills remaining viewport (no white gap) ---- */
.elementor-4414 .elementor-element.elementor-element-37d7d5c {
  --pa-header-offset: 76px;
  min-height: calc(100dvh - var(--pa-header-offset)) !important;
  max-height: calc(100dvh - var(--pa-header-offset)) !important;
  height: calc(100dvh - var(--pa-header-offset)) !important;
  box-sizing: border-box !important;
  justify-content: center !important;
  overflow: hidden;
}

.elementor-4414 .elementor-element.elementor-element-37d7d5c > .e-con-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  text-align: center;
}

/* Center hero title, subcopy, and CTA */
.elementor-4414 .elementor-element.elementor-element-37d7d5c .elementor-element-6bafb5c,
.elementor-4414 .elementor-element.elementor-element-37d7d5c .elementor-element-eb8051a,
.elementor-4414 .elementor-element.elementor-element-37d7d5c .elementor-element-7cf716b1 {
  width: 100% !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  --container-widget-width: 100% !important;
  text-align: center !important;
}

.elementor-4414 .elementor-element.elementor-element-37d7d5c .elementskit-section-title-wraper,
.elementor-4414 .elementor-element.elementor-element-37d7d5c .ekit-heading--title,
.elementor-4414 .elementor-element.elementor-element-37d7d5c .ekit-heading__description,
.elementor-4414 .elementor-element.elementor-element-37d7d5c .ekit-heading__description p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.elementor-4414 .elementor-element.elementor-element-37d7d5c .ekit-btn-wraper,
.elementor-4414 .elementor-element.elementor-element-37d7d5c .elementor-widget-container {
  display: flex;
  justify-content: center;
  text-align: center;
}

@supports not (height: 100dvh) {
  .elementor-4414 .elementor-element.elementor-element-37d7d5c {
    min-height: calc(100vh - var(--pa-header-offset)) !important;
    max-height: calc(100vh - var(--pa-header-offset)) !important;
    height: calc(100vh - var(--pa-header-offset)) !important;
  }
}

@media (max-width: 767px) {
  .elementor-4414 .elementor-element.elementor-element-37d7d5c {
    --pa-header-offset: 64px;
  }
}

/* ---- Shared full-bleed page hero (Bangalore + reusable) ---- */
.pa-page-hero {
  --pa-header-offset: 76px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100dvh - var(--pa-header-offset));
  max-height: calc(100dvh - var(--pa-header-offset));
  height: calc(100dvh - var(--pa-header-offset));
  padding: 2rem 1.25rem;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #1c1e29;
  background-image: linear-gradient(90deg, rgba(28, 30, 41, 0.55) 0%, rgba(28, 30, 41, 0.28) 45%, rgba(28, 30, 41, 0.18) 100%), url("https://petaeron.com/wp-content/uploads/2026/07/Hero-Image.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.pa-page-hero:has(.pa-page-hero__media) {
  background-image: none;
}

.pa-page-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
}

/* Pune hero: keep the dog at the couple's feet in frame */
.pa-page-hero--pune .pa-page-hero__media {
  object-position: center 78%;
}

@media (min-width: 768px) {
  .pa-page-hero--pune .pa-page-hero__media {
    object-position: center 72%;
  }
}

@media (min-width: 1200px) {
  .pa-page-hero--pune .pa-page-hero__media {
    object-position: center 68%;
  }
}

/* New Delhi hero: 75vh height and keep the dog at the couple's feet in frame */
.pa-page-hero--newdelhi {
  min-height: calc(75dvh - var(--pa-header-offset));
  max-height: calc(75dvh - var(--pa-header-offset));
  height: calc(75dvh - var(--pa-header-offset));
}

.pa-page-hero--newdelhi .pa-page-hero__media {
  object-position: center 88%;
}

@media (min-width: 768px) {
  .pa-page-hero--newdelhi .pa-page-hero__media {
    object-position: center 82%;
  }
}

@media (min-width: 1200px) {
  .pa-page-hero--newdelhi .pa-page-hero__media {
    object-position: center 76%;
  }
}

@supports not (height: 100dvh) {
  .pa-page-hero--newdelhi {
    min-height: calc(75vh - var(--pa-header-offset));
    max-height: calc(75vh - var(--pa-header-offset));
    height: calc(75vh - var(--pa-header-offset));
  }
}

.pa-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(28, 30, 41, 0.58) 0%, rgba(28, 30, 41, 0.3) 45%, rgba(28, 30, 41, 0.18) 100%);
}

.pa-page-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.pa-page-hero h1 {
  margin: 0 0 0.9rem;
  color: #ffffff !important;
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.pa-page-hero p {
  margin: 0 auto 1.45rem;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.65;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

.pa-page-hero .pa-btn {
  margin-top: 0.15rem;
}

.pa-page-hero__eyebrow {
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

/* On-this-page TOC */
.pa-toc {
  margin: 0 0 4.5rem;
  padding: 1.5rem 1.4rem 1.35rem;
  border: 1px solid rgba(28, 30, 41, 0.1);
  border-radius: 14px;
  background: #fff;
  text-align: left;
}

.pa-toc .pa-eyebrow {
  margin-bottom: 0.75rem;
}

.pa-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem 1.25rem;
}

@media (min-width: 768px) {
  .pa-toc__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pa-toc__list a {
  display: block;
  padding: 0.35rem 0;
  color: #1c1e29;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.45;
  border-bottom: 1px solid rgba(28, 30, 41, 0.06);
}

.pa-toc__list a:hover {
  color: #fd3f30;
}

@supports not (height: 100dvh) {
  .pa-page-hero {
    min-height: calc(100vh - var(--pa-header-offset));
    max-height: calc(100vh - var(--pa-header-offset));
    height: calc(100vh - var(--pa-header-offset));
  }
}

@media (max-width: 767px) {
  .pa-page-hero {
    --pa-header-offset: 64px;
    padding: 1.5rem 1rem;
  }
}

/* ---- Domestic page: professional section system ---- */
.elementor-4414 .elementor-element-domestic-body,
.elementor-element-domestic-body {
  display: flex;
  padding: 72px 0 0;
  background: #f7f8fa;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
}

.elementor-4414 .elementor-element-domestic-body > .e-con-inner,
.elementor-element-domestic-body > .e-con-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Keep page content centered; footer stays full-bleed */
.elementor-element-domestic-body > .e-con-inner > .petaeron-domestic-content,
.elementor-4414 .elementor-element-domestic-body > .e-con-inner > .petaeron-domestic-content {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 96px;
}

/* ---- Sitewide footer: always full width ---- */
footer.elementor-location-footer,
.elementor-location-footer {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

.elementor-location-footer.elementor-144,
.elementor-144.elementor-location-footer {
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-location-footer > .e-con-boxed,
.elementor-location-footer .elementor-element-ac6ebb6.e-con-boxed,
.elementor-144 .elementor-element.elementor-element-ac6ebb6.e-con-boxed {
  --content-width: 100%;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.elementor-location-footer > .e-con-boxed > .e-con-inner,
.elementor-location-footer .elementor-element-ac6ebb6 > .e-con-inner,
.elementor-144 .elementor-element.elementor-element-ac6ebb6 > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.petaeron-domestic-content {
  color: #5b6472;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.petaeron-domestic-content h2 {
  margin: 0 0 0.85rem;
  color: #1c1e29;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}

.petaeron-domestic-content h3 {
  margin: 0 0 0.4rem;
  color: #1c1e29;
  font-size: 1.05rem;
  font-weight: 700;
}

.petaeron-domestic-content p {
  margin: 0 0 0.9rem;
}

.petaeron-domestic-content a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.petaeron-domestic-content a:hover {
  color: #fd3f30;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.petaeron-domestic-content a.pa-btn,
.petaeron-domestic-content .pa-btn {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.petaeron-domestic-content .pa-city-links a {
  color: #1c1e29;
  font-weight: 600;
  text-decoration: none;
}

.petaeron-domestic-content .pa-city-links a:hover {
  color: #fd3f30;
  border-color: #fd3f30;
  text-decoration: none;
}

.pa-eyebrow {
  margin: 0 0 0.55rem;
  color: #fd3f30;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pa-accent {
  display: block;
  width: 48px;
  height: 4px;
  margin: 0 auto 1rem;
  background: #fd3f30;
  border-radius: 2px;
}

.pa-lead {
  display: block;
  max-width: 720px;
  margin: 0 auto 1.75rem;
  text-align: center !important;
  color: #6b7280;
}

.petaeron-domestic-content .pa-lead,
.petaeron-domestic-content .pa-help > .pa-lead,
.petaeron-domestic-content section > p.pa-lead {
  display: block;
  width: 100%;
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* About PetAeron intro (before domestic service intro) */
/* Table of contents */
.pa-toc {
  max-width: 720px;
  margin: 0 auto 1.75rem;
  padding: 1rem 1.15rem;
  background: #ffffff;
  border: 1px solid rgba(28, 30, 41, 0.08);
  border-radius: 12px;
  text-align: left;
}

.pa-toc__label {
  margin: 0 0 0.55rem;
  color: #1c1e29;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pa-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

@media (min-width: 700px) {
  .pa-toc ul {
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem 1.25rem;
  }
}

.pa-toc a {
  color: #5b6472;
  font-size: 0.95rem;
  text-decoration: none;
}

.pa-toc a:hover {
  color: #fd3f30;
  text-decoration: underline;
}

.pa-media-row {
  display: grid;
  gap: 1rem;
  margin: 1rem auto 1.5rem;
  max-width: 920px;
}

@media (min-width: 768px) {
  .pa-media-row {
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem;
  }
}

.pa-media-card {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(28, 30, 41, 0.06);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(28, 30, 41, 0.05);
}

.pa-media-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.pa-media-card figcaption {
  padding: 0.75rem 1rem 1rem;
  color: #6b7280;
  font-size: 0.9rem;
  text-align: center;
}

.pa-prepare-rows {
  display: grid;
  gap: 2rem;
  margin: 1.5rem auto 0;
  max-width: 920px;
}

.pa-prepare-rows .pa-prepare-row {
  margin: 0;
}

.pa-content-block .pa-prepare-rows .pa-soft-card {
  text-align: left;
}

.pa-prepare-rows .pa-why__media.pa-media-card img {
  height: auto;
  max-height: 360px;
}

.pa-prepare-rows .pa-why__copy h3 {
  margin-top: 0;
}

.pa-video {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 1rem auto 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background: #1c1e29;
  box-shadow: 0 10px 28px rgba(28, 30, 41, 0.12);
}

.pa-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pa-about-intro {
  max-width: 920px;
  margin: 0 auto 5rem;
  text-align: center;
}

.pa-about-intro h2 {
  text-align: center;
}

.pa-about-intro p {
  max-width: 820px;
  margin: 0 auto 0.9rem;
  text-align: left;
  text-align: justify;
  color: #5b6472;
}

.pa-about-intro p:last-child {
  margin-bottom: 0;
}

/* Intro: centered heading + two large paw watermarks */
.pa-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto 5.5rem;
  padding: 3rem 2rem 3.25rem;
  border-radius: 20px;
  border: 1px solid rgba(28, 30, 41, 0.04);
  background: linear-gradient(160deg, #fbfaf9 0%, #f5f3f1 48%, #f8f6f4 100%);
  box-shadow: 0 18px 40px rgba(28, 30, 41, 0.04);
}

.pa-intro::before,
.pa-intro::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: url("/wp-content/themes/hello-theme-child-master/assets/pa-paw-single.svg") center / contain no-repeat;
}

.pa-intro::before {
  left: 2%;
  top: 50%;
  width: min(300px, 44vw);
  height: min(300px, 44vw);
  opacity: 0.42;
  transform: translateY(-50%) rotate(-18deg);
}

.pa-intro::after {
  right: 2%;
  top: 50%;
  width: min(300px, 44vw);
  height: min(300px, 44vw);
  opacity: 0.42;
  transform: translateY(-50%) rotate(18deg);
}

.pa-intro h2,
.pa-intro p {
  position: relative;
  z-index: 1;
}

.pa-intro h2 {
  text-align: center;
  margin-bottom: 1.25rem;
}

.pa-intro p {
  text-align: left;
  text-align: justify;
}

@media (max-width: 767px) {
  .pa-intro {
    padding: 2.25rem 1.25rem 2.5rem;
  }

  .pa-intro::before,
  .pa-intro::after {
    width: 180px;
    height: 180px;
    opacity: 0.35;
  }
}

/* How PetAeron handles the full procedure */
.pa-procedure {
  margin: 0 0 5.5rem;
  text-align: center;
}

.pa-procedure__list {
  list-style: none;
  margin: 0.5rem auto 0;
  padding: 0;
  max-width: 820px;
  text-align: left;
}

.pa-procedure__list li {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  align-items: start;
  margin: 0;
  padding: 1.25rem 0 1.35rem;
  border-bottom: 1px solid rgba(28, 30, 41, 0.1);
}

.pa-procedure__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pa-procedure__num {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffece6;
  color: #fd3f30;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pa-procedure__list h3 {
  margin: 0.15rem 0 0.4rem;
}

.pa-procedure__list p {
  margin: 0;
  color: #6b7280;
}

/* Flowchart-style process (pa-procedure--flow): center line + left/right cards */
.pa-procedure--flow .pa-flow {
  list-style: none;
  margin: 2rem auto 0;
  padding: 0.25rem 0 0.5rem;
  max-width: 980px;
  position: relative;
  display: block;
}

.pa-procedure--flow .pa-flow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, rgba(253, 63, 48, 0.2), #fd3f30 12%, #fd3f30 88%, rgba(253, 63, 48, 0.2));
  transform: translateX(-50%);
  z-index: 0;
}

.pa-flow__step {
  position: relative;
  z-index: 1;
  width: calc(50% - 2rem);
  margin: 0 0 1.75rem;
  padding: 1.25rem 1.35rem 1.35rem;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(28, 30, 41, 0.12);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(28, 30, 41, 0.06);
  list-style: none;
}

.pa-flow__step--left {
  margin-right: calc(50% + 2rem);
  margin-left: 0;
}

.pa-flow__step--right {
  margin-left: calc(50% + 2rem);
  margin-right: 0;
}

.pa-flow__step:last-child {
  margin-bottom: 0;
}

.pa-flow__step::before {
  content: "";
  position: absolute;
  top: 1.55rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fd3f30;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #fd3f30;
  z-index: 2;
}

.pa-flow__step--left::before {
  right: -2rem;
  transform: translateX(50%);
}

.pa-flow__step--right::before {
  left: -2rem;
  transform: translateX(-50%);
}

.pa-flow__step::after {
  content: "";
  position: absolute;
  top: 1.85rem;
  height: 2px;
  width: 2rem;
  background: #fd3f30;
  z-index: 1;
}

.pa-flow__step--left::after {
  right: -2rem;
}

.pa-flow__step--right::after {
  left: -2rem;
}

.pa-flow__num {
  display: inline-grid;
  place-items: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.45rem;
  margin-bottom: 0.65rem;
  border-radius: 999px;
  background: #ffece6;
  color: #fd3f30;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pa-flow__step h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: #1c1e29;
}

.pa-flow__step p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.55;
}

.pa-flow__connector {
  display: none;
}

@media (max-width: 767px) {
  .pa-procedure--flow .pa-flow {
    padding-left: 1.75rem;
  }

  .pa-procedure--flow .pa-flow::before {
    left: 0.45rem;
    transform: none;
  }

  .pa-flow__step,
  .pa-flow__step--left,
  .pa-flow__step--right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pa-flow__step::before,
  .pa-flow__step--left::before,
  .pa-flow__step--right::before {
    left: -1.75rem;
    right: auto;
    transform: translateX(-50%);
  }

  .pa-flow__step::after,
  .pa-flow__step--left::after,
  .pa-flow__step--right::after {
    left: -1.75rem;
    right: auto;
    width: 1.3rem;
  }
}

/* About Service: overlapping media + copy */
.pa-about {
  display: grid;
  gap: 2.25rem;
  align-items: center;
  margin: 0 0 5.5rem;
  text-align: left;
}

@media (min-width: 900px) {
  .pa-about {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.25rem;
  }
}

.pa-about__media {
  position: relative;
}

.pa-about__main {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 0 0 8px #fd3f30;
}

.pa-about__main img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pa-coverage-map {
  max-width: 760px;
  width: min(100%, 760px);
  margin: 0.75rem auto 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pa-coverage-map img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 400px;
  margin: 0 auto;
  object-fit: contain;
}

.pa-feature-image {
  max-width: 640px;
  width: min(100%, 640px);
  margin: 1rem auto 1.5rem;
}

.pa-feature-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 360px;
  aspect-ratio: auto;
  object-fit: contain;
}

.pa-about__copy .pa-pill {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.45rem 1rem;
  background: #fd3f30;
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pa-about__copy h2 {
  margin-bottom: 1rem;
  text-align: left;
}

.pa-about__copy p {
  margin: 0 0 1.5rem;
  color: #6b7280;
  text-align: left;
}

.pa-about__copy .pa-btn {
  border-radius: 10px;
}

@media (max-width: 899px) {
  .pa-about__media {
    max-width: 520px;
    margin: 0 auto;
  }
}

/* How we help + feature cards */
.pa-help,
.pa-cities,
.pa-services,
.pa-content-block,
.pa-cta {
  margin: 0 0 5.5rem;
  text-align: center;
}

.pa-content-block .pa-why-grid {
  text-align: left;
}

.pa-content-block .pa-note,
.pa-content-block .pa-soft-card {
  text-align: center;
}

.pa-split-copy {
  display: grid;
  gap: 1.25rem;
  margin: 0.5rem auto 0;
  max-width: 920px;
}

@media (min-width: 800px) {
  .pa-split-copy {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.pa-check-list {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}

.pa-check-list li {
  position: relative;
  margin: 0 0 0.65rem;
  padding-left: 1.35rem;
  color: #5b6472;
  line-height: 1.55;
}

.pa-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #fd3f30;
  font-weight: 700;
}

/* Documents section panels */
.pa-docs__grid {
  display: grid;
  gap: 1.15rem;
  margin: 0.75rem auto 2rem;
  max-width: 980px;
  text-align: left;
}

@media (min-width: 800px) {
  .pa-docs__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem;
  }
}

.pa-docs__panel {
  padding: 1.35rem 1.25rem 1.15rem;
  background: #ffffff;
  border: 1px solid rgba(28, 30, 41, 0.07);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(28, 30, 41, 0.06);
}

.pa-docs__panel-head {
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(28, 30, 41, 0.08);
  text-align: left;
}

.pa-docs__badge {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.22rem 0.55rem;
  background: #fd3f30;
  color: #fff;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pa-docs__badge--soft {
  background: #ffece6;
  color: #fd3f30;
}

.pa-docs__panel-head h3 {
  margin: 0;
  text-align: left;
  font-size: 1.15rem;
}

.pa-docs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pa-docs__list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0 0 0.85rem;
  color: #5b6472;
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: left;
}

.pa-docs__list li:last-child {
  margin-bottom: 0;
}

.pa-docs__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #ffece6;
  color: #fd3f30;
}

.pa-docs__icon svg {
  display: block;
}

.pa-soft-card {
  padding: 1.35rem 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(28, 30, 41, 0.06);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(28, 30, 41, 0.05);
  text-align: center;
}

.pa-soft-card h3 {
  margin-bottom: 0.5rem;
  text-align: center;
}

.pa-soft-card p {
  margin: 0;
  color: #6b7280;
  text-align: center;
}

.pa-note {
  max-width: 820px;
  margin: 1.35rem auto 0;
  color: #5b6472;
  font-size: 0.98rem;
  line-height: 1.65;
  text-align: center !important;
}

.pa-note--cta {
  margin-bottom: 0;
}

.pa-note--cta + .pa-note {
  margin-top: 0.85rem;
}

.petaeron-domestic-content .pa-note,
.petaeron-domestic-content .pa-content-block .pa-note {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pa-why-grid--compact {
  margin-top: 0.75rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 700px) {
  .pa-why-grid.pa-why-grid--compact {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pa-why-grid.pa-why-grid--compact {
    grid-template-columns: repeat(2, 1fr);
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pa-cta .pa-btn {
  margin-top: 0.35rem;
}

.pa-cta .pa-lead {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.pa-faq {
  margin: 0 auto 5.5rem;
  max-width: 920px;
  padding: 0;
  text-align: center;
  background: none;
  border-radius: 0;
  overflow: visible;
}

.pa-faq::before,
.pa-faq::after {
  content: none;
  display: none;
}

.pa-faq > * {
  position: static;
  z-index: auto;
}

.pa-cards {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
  text-align: left;
}

@media (min-width: 768px) {
  .pa-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.15rem;
  }
}

.pa-card {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1.15rem 1.2rem;
  background: #ffffff;
  border: 1px solid rgba(28, 30, 41, 0.06);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(28, 30, 41, 0.05);
}

.pa-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
}

.pa-card__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffece6;
  color: #fd3f30;
}

.pa-card__icon .material-symbols-outlined {
  font-size: 24px;
  line-height: 1;
  font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

/* Why choose us split */
.pa-why {
  display: grid;
  gap: 2rem;
  align-items: center;
  margin: 0 0 5.5rem;
  text-align: left;
}

@media (min-width: 900px) {
  .pa-why {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 3rem;
  }

  .pa-why--content-left {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.pa-why--content-left .pa-why__copy {
  text-align: left;
}

.pa-why--content-left .pa-accent {
  margin-left: 0;
  margin-right: auto;
}

.pa-why--content-left .pa-why__copy p {
  text-align: left;
  max-width: none;
}

@media (max-width: 899px) {
  .pa-why--content-left .pa-why__copy {
    order: 1;
  }

  .pa-why--content-left .pa-why__media {
    order: 2;
  }
}

.pa-why__media {
  position: relative;
}

.pa-why__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 16px;
}

.pa-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  max-width: 190px;
  padding: 0.85rem 0.95rem;
  background: #fd3f30;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.35;
  border-radius: 8px;
}

.pa-feature-list {
  margin: 1.25rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.pa-feature-list li {
  padding: 0.9rem 0 0.9rem 1.6rem;
  border-bottom: 1px solid rgba(28, 30, 41, 0.1);
  position: relative;
}

.pa-feature-list li:first-child {
  border-top: 1px solid rgba(28, 30, 41, 0.1);
}

.pa-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #fd3f30;
  box-shadow: inset 0 0 0 2px #ffece6;
}

.pa-feature-list strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #1c1e29;
}

.pa-feature-list span {
  color: #6b7280;
  font-size: 0.95rem;
}

.pa-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.35rem;
  background: #fd3f30;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none !important;
}

.pa-btn:hover {
  background: #e03528;
}

/* Why Choose / process feature cards */
.pa-services__title {
  text-align: center;
}

.pa-services > .pa-lead {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pa-why-grid {
  display: grid;
  gap: 1.15rem;
  margin-top: 0.35rem;
  text-align: left;
}

@media (min-width: 700px) {
  .pa-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pa-why-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.pa-why-card {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1.35rem 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(28, 30, 41, 0.06);
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(28, 30, 41, 0.06);
}

.pa-why-card__icon {
  flex: 0 0 auto;
  color: #1c1e29;
  margin-top: 0.1rem;
}

.pa-why-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
  line-height: 1.35;
}

.pa-why-card p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Numbered service cards */

.pa-service-card {
  position: relative;
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1rem;
  padding: 1.5rem 1.35rem 1.35rem;
  text-align: left;
  background: #ffffff;
  border: 1px solid rgba(28, 30, 41, 0.06);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(28, 30, 41, 0.06);
}

.pa-service-card__num {
  position: absolute;
  top: 0.85rem;
  right: 1.1rem;
  color: rgba(28, 30, 41, 0.1);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.pa-ticks {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.pa-ticks li {
  position: relative;
  margin: 0 0 0.4rem;
  padding-left: 1.25rem;
  color: #5b6472;
}

.pa-ticks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #fd3f30;
  font-weight: 700;
}

/* Travel mode cards */
.pa-mode-grid {
  display: grid;
  gap: 1.15rem;
  text-align: left;
}

@media (min-width: 768px) {
  .pa-mode-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pa-mode-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.85rem;
  background: #fff;
  border: 1px solid rgba(28, 30, 41, 0.06);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(28, 30, 41, 0.05);
  text-align: center;
}

.pa-mode-card h3 {
  text-align: center;
}

.pa-mode-card img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}

.pa-mode-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: left;
  flex: 1;
}

/* Travel options detail (header + 3 icon cards) */
.pa-travel-opts {
  margin: 0 0 5.5rem;
  text-align: left;
}

.pa-travel-opts__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.35rem;
}

.pa-travel-opts__head h2 {
  margin: 0;
  flex: 1 1 240px;
  text-align: left;
}

.pa-travel-opts__btn {
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
  padding: 0.75rem 1.4rem;
  border-radius: 6px;
}

.pa-travel-opts__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .pa-travel-opts__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
  }
}

.pa-travel-opts__card {
  padding: 1.35rem 1.25rem;
  background: #f3f4f6;
  border-radius: 12px;
  text-align: left;
}

.pa-travel-opts__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 0.85rem;
  border-radius: 10px;
  background: #fd3f30;
  color: #fff;
}

.pa-travel-opts__icon svg {
  display: block;
}

.pa-travel-opts__card h3 {
  margin: 0 0 0.45rem;
  color: #1c1e29;
  font-size: 1.05rem;
}

.pa-travel-opts__card p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Closing trust / about block before footer */
.pa-trust-close {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 4rem;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(28, 30, 41, 0.06);
  box-shadow: 0 8px 24px rgba(28, 30, 41, 0.05);
  text-align: left;
}

.pa-trust-close__banner {
  padding: 0.95rem 1.35rem;
  background: #1c1e29;
  color: #ffffff;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.35;
}

.pa-trust-close__body {
  padding: 1.5rem 1.35rem 1.65rem;
}

.pa-trust-close__body h2 {
  margin: 0 0 1rem;
  color: #fd3f30;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.pa-trust-close__body p {
  margin: 0 0 0.95rem;
  color: #5b6472;
  font-size: 0.98rem;
  line-height: 1.75;
  text-align: left;
}

.pa-trust-close__body p:last-child {
  margin-bottom: 0;
}

/* Benefits strip (HappyLocate-inspired, PetAeron branded) */
.pa-benefits {
  margin: 0 0 5.5rem;
  text-align: center;
}

.pa-benefits__grid {
  display: grid;
  gap: 1rem;
  margin: 1rem auto 2rem;
  max-width: 980px;
  text-align: left;
}

.pa-benefits .pa-note {
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
}

.pa-benefits .pa-btn {
  margin-top: 0.25rem;
}

@media (min-width: 700px) {
  .pa-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pa-benefits__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pa-benefits__item {
  padding: 1.25rem 1.2rem;
  background: #ffffff;
  border: 1px solid rgba(28, 30, 41, 0.07);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(28, 30, 41, 0.05);
}

.pa-benefits__item strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #1c1e29;
  font-size: 1.02rem;
}

.pa-benefits__item span {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Testimonials */
.pa-reviews {
  margin: 0 0 5.5rem;
  text-align: center;
}

.pa-reviews__grid {
  display: grid;
  gap: 1.15rem;
  margin: 1rem auto 2rem;
  max-width: 980px;
  text-align: left;
}

.pa-reviews .pa-note {
  margin-top: 0.5rem !important;
}

@media (min-width: 800px) {
  .pa-reviews__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pa-review {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.35rem 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(28, 30, 41, 0.07);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(28, 30, 41, 0.05);
}

.pa-review__stars {
  color: #fd3f30;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.pa-review p {
  margin: 0;
  color: #5b6472;
  font-size: 0.98rem;
  line-height: 1.65;
  flex: 1;
}

.pa-review footer {
  display: grid;
  gap: 0.15rem;
}

.pa-review footer strong {
  color: #1c1e29;
  font-size: 0.95rem;
}

.pa-review footer span {
  color: #8b93a1;
  font-size: 0.85rem;
}

.pa-city-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.pa-city-links a,
.pa-city-links span {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  background: #fff;
  border: 1px solid rgba(28, 30, 41, 0.1);
  border-radius: 999px;
  color: #1c1e29;
  font-weight: 600;
  text-decoration: none;
}

.pa-city-links a:hover {
  border-color: #fd3f30;
  color: #fd3f30;
  background: #ffece6;
  text-decoration: none;
}

.pa-city-links a.pa-city-links__current,
.pa-city-links a[aria-current="page"] {
  border-color: #fd3f30;
  color: #fd3f30;
  background: #ffece6;
}

.pa-cities .pa-city-links + .pa-note,
.pa-cities .pa-note {
  margin-top: 1.85rem !important;
  margin-bottom: 0;
}

/* Regional route panels (Birmingham / city pages) */
.pa-routes__panels {
  display: grid;
  gap: 1.15rem;
  margin: 2rem auto 0;
  max-width: 980px;
  text-align: left;
}

@media (min-width: 768px) {
  .pa-routes__panels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.pa-routes__panel {
  padding: 1.35rem 1.25rem 1.4rem;
  background: #fff;
  border: 1px solid rgba(28, 30, 41, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(28, 30, 41, 0.05);
}

.pa-routes__region {
  display: inline-block;
  margin: 0 0 0.55rem;
  color: #fd3f30;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pa-routes__panel h3 {
  margin: 0 0 0.45rem;
  color: #1c1e29;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.pa-routes__panel > p {
  margin: 0 0 1rem;
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.55;
}

.pa-routes__panel .pa-city-links {
  justify-content: flex-start;
}

.pa-routes__uk {
  margin: 2.25rem auto 0;
  max-width: 920px;
  padding: 1.35rem 1.25rem 1.45rem;
  background: linear-gradient(180deg, #fff 0%, #fff8f6 100%);
  border: 1px solid rgba(253, 63, 48, 0.12);
  border-radius: 16px;
  text-align: center;
}

.pa-routes__uk-label {
  margin: 0 0 0.9rem;
  color: #1c1e29;
  font-size: 0.95rem;
  font-weight: 700;
}

/* Journey-style popular routes */
.pa-journey {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1.75rem auto 1.5rem;
  max-width: 520px;
}

.pa-journey__chip {
  flex: 0 0 auto;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(28, 30, 41, 0.1);
  color: #1c1e29;
  font-size: 0.82rem;
  font-weight: 700;
}

.pa-journey__chip--dest {
  background: #fd3f30;
  border-color: #fd3f30;
  color: #fff;
}

.pa-journey__line {
  flex: 1 1 auto;
  height: 2px;
  max-width: 140px;
  background: linear-gradient(90deg, rgba(28, 30, 41, 0.15), #fd3f30);
  border-radius: 999px;
  position: relative;
}

.pa-journey__line::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fd3f30;
  transform: translateY(-50%);
}

.pa-origin-grid {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: 0.75rem;
  max-width: 920px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 700px) {
  .pa-origin-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.pa-origin-grid a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  min-height: 100%;
  padding: 0.95rem 1rem;
  background: #fff;
  border: 1px solid rgba(28, 30, 41, 0.08);
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(28, 30, 41, 0.04);
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.pa-origin-grid a:hover {
  border-color: #fd3f30;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(253, 63, 48, 0.1);
  text-decoration: none;
}

.pa-origin-grid strong {
  color: #1c1e29;
  font-size: 0.98rem;
  font-weight: 700;
}

.pa-origin-grid span {
  color: #8b93a1;
  font-size: 0.8rem;
  font-weight: 600;
}

.pa-routes--journey .pa-routes__uk {
  margin-top: 1.75rem;
}

/* Vaccination / microchip health section */
.pa-health__layout {
  display: grid;
  gap: 1.5rem;
  margin: 2rem auto 0;
  max-width: 980px;
  text-align: left;
}

@media (min-width: 900px) {
  .pa-health__layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.75rem;
    align-items: stretch;
  }
}

.pa-health__media {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(28, 30, 41, 0.08);
}

.pa-health__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.pa-health__cards {
  display: grid;
  gap: 0.8rem;
}

.pa-health__card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.05rem;
  background: #fff;
  border: 1px solid rgba(28, 30, 41, 0.08);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(28, 30, 41, 0.04);
}

.pa-health__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 999px;
  background: #ffece6;
  color: #fd3f30;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pa-health__card h3 {
  margin: 0 0 0.25rem;
  color: #1c1e29;
  font-size: 1rem;
  font-weight: 700;
}

.pa-health__card p {
  margin: 0;
  color: #6b7280;
  font-size: 0.93rem;
  line-height: 1.55;
}

/* Clear justified prose blocks */
.pa-prose--clear .pa-prose {
  max-width: 780px;
  margin: 0 auto 1.5rem;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.pa-prose--clear .pa-prose p {
  margin: 0 0 0.95rem;
  color: #5b6472;
  font-size: 1rem;
  line-height: 1.75;
  text-align: justify;
}

.pa-prose--clear .pa-prose p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .pa-prose--clear .pa-prose,
  .pa-prose--clear .pa-prose p {
    text-align: left;
  }
}

/* After-arrival settling layout */
.pa-settle__layout {
  display: grid;
  gap: 1.75rem;
  align-items: stretch;
  margin: 2rem auto 0;
  max-width: 980px;
  text-align: left;
}

@media (min-width: 900px) {
  .pa-settle__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2rem;
  }
}

.pa-settle__media {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(28, 30, 41, 0.08);
}

.pa-settle__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.pa-settle__steps {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  justify-content: center;
}

.pa-settle__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.05rem;
  background: #fff;
  border: 1px solid rgba(28, 30, 41, 0.08);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(28, 30, 41, 0.04);
}

.pa-settle__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: #ffece6;
  color: #fd3f30;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pa-settle__step h3 {
  margin: 0 0 0.25rem;
  color: #1c1e29;
  font-size: 1rem;
  font-weight: 700;
}

.pa-settle__step p {
  margin: 0;
  color: #6b7280;
  font-size: 0.94rem;
  line-height: 1.55;
}

.pa-settle__steps .pa-btn {
  align-self: flex-start;
  margin-top: 0.35rem;
}

/* Prepare-for-travel checklist layout */
.pa-prepare__layout {
  display: grid;
  gap: 1.5rem;
  margin: 2rem auto 0;
  max-width: 980px;
  text-align: left;
}

@media (min-width: 900px) {
  .pa-prepare__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.75rem;
    align-items: start;
  }
}

.pa-prepare__media {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(28, 30, 41, 0.08);
}

.pa-prepare__media img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.pa-prepare__cols {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .pa-prepare__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .pa-prepare__cols {
    grid-template-columns: 1fr;
  }
}

.pa-prepare__col {
  padding: 1.2rem 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(28, 30, 41, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(28, 30, 41, 0.045);
}

.pa-prepare__badge {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: #ffece6;
  color: #fd3f30;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pa-prepare__badge--day {
  background: #1c1e29;
  color: #fff;
}

.pa-prepare__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.pa-prepare__list li {
  position: relative;
  padding-left: 1.55rem;
}

.pa-prepare__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  border: 2px solid #fd3f30;
  background: #fff;
  box-shadow: inset 0 0 0 2px #ffece6;
}

.pa-prepare__list strong {
  display: block;
  margin: 0 0 0.2rem;
  color: #1c1e29;
  font-size: 0.98rem;
}

.pa-prepare__list span {
  display: block;
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.55;
}

.petaeron-faq {
  max-width: 100%;
  margin: 1.25rem auto 0;
  text-align: left;
}

.petaeron-faq details {
  margin: 0;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(28, 30, 41, 0.12);
}

.petaeron-faq details:last-child {
  border-bottom: none;
}

.petaeron-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 1rem 2.5rem 1rem 0;
  cursor: pointer;
  list-style: none;
  color: #1c1e29;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.petaeron-faq summary::-webkit-details-marker {
  display: none;
}

.petaeron-faq summary::after {
  content: "+";
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  color: #1c1e29;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.petaeron-faq details[open] > summary {
  margin: 0.35rem 0 0.15rem;
  padding: 0.95rem 2.75rem 0.95rem 1.15rem;
  background: #fd3f30;
  color: #1c1e29;
  border-radius: 6px;
}

.petaeron-faq details[open] > summary::after {
  content: "\2212";
  right: 0.85rem;
  color: #ffffff;
}

.petaeron-faq details p {
  margin: 0.85rem 0 1.1rem;
  padding: 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}

/* Service clarity / keyword explainer */
.pa-clarify {
  position: relative;
  margin: 0 0 5.5rem;
  padding: 2.75rem 1.35rem 2.4rem;
  border-radius: 22px;
  background:
    linear-gradient(165deg, rgba(253, 63, 48, 0.06) 0%, rgba(242, 242, 238, 0.95) 42%, #ffffff 100%);
  border: 1px solid rgba(28, 30, 41, 0.06);
  overflow: hidden;
  text-align: center;
}

.pa-clarify__glow {
  position: absolute;
  inset: auto -18% -35% auto;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253, 63, 48, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.pa-clarify > *:not(.pa-clarify__glow) {
  position: relative;
  z-index: 1;
}

.pa-clarify .pa-lead {
  margin-bottom: 1.75rem;
}

.pa-clarify__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  max-width: 1080px;
  margin: 0 auto 1.6rem;
  text-align: left;
}

.pa-clarify__card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.35rem 1.2rem 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(28, 30, 41, 0.07);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(28, 30, 41, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pa-clarify__card:hover {
  transform: translateY(-4px);
  border-color: rgba(253, 63, 48, 0.28);
  box-shadow: 0 18px 40px rgba(28, 30, 41, 0.1);
}

.pa-clarify__icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fd3f30;
  background: linear-gradient(145deg, rgba(253, 63, 48, 0.14), rgba(253, 63, 48, 0.05));
  border: 1px solid rgba(253, 63, 48, 0.14);
}

.pa-clarify__card h3 {
  margin: 0;
  color: #1c1e29;
  font-size: 1.08rem;
  line-height: 1.35;
}

.pa-clarify__card p {
  margin: 0;
  color: #5b6472;
  font-size: 0.94rem;
  line-height: 1.65;
}

.pa-clarify__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.35rem 0 0;
  padding: 0;
}

.pa-clarify__tags li {
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: #f2f2ee;
  color: #3d4450;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
  border: 1px solid rgba(28, 30, 41, 0.05);
}

.pa-clarify__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: 1080px;
  margin: 0 auto 1.25rem;
  padding: 1.35rem 1.4rem;
  text-align: left;
  background: #1c1e29;
  color: #f7f7f5;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(28, 30, 41, 0.18);
}

.pa-clarify__footer-label {
  margin: 0 0 0.35rem;
  color: #fd3f30;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pa-clarify__footer h3 {
  margin: 0 0 0.55rem;
  color: #ffffff;
  font-size: 1.2rem;
}

.pa-clarify__footer p {
  margin: 0 0 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.6;
}

.pa-clarify__footer p:last-child {
  margin-bottom: 0;
}

.pa-clarify__footer .pa-btn {
  flex-shrink: 0;
  white-space: nowrap;
}

.pa-clarify .pa-note {
  max-width: 920px;
}

@media (max-width: 1024px) {
  .pa-clarify__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .pa-clarify {
    padding: 2rem 1rem 1.75rem;
    border-radius: 18px;
  }

  .pa-clarify__grid {
    grid-template-columns: 1fr;
  }

  .pa-clarify__footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .pa-clarify__footer .pa-btn {
    width: 100%;
    text-align: center;
  }
}

/* Mode comparison table */
.petaeron-domestic-content .pa-compare-wrap,
.pa-compare-wrap {
  margin: 1.5rem auto 0;
  max-width: 960px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid rgba(28, 30, 41, 0.16);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(28, 30, 41, 0.06);
}

.petaeron-domestic-content table.pa-compare,
table.pa-compare {
  width: 100% !important;
  min-width: 680px;
  margin: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed;
  text-align: left;
  background: #ffffff;
}

.petaeron-domestic-content table.pa-compare th,
.petaeron-domestic-content table.pa-compare td,
table.pa-compare th,
table.pa-compare td {
  padding: 1rem 1.15rem !important;
  border: 1px solid rgba(28, 30, 41, 0.14) !important;
  vertical-align: middle;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #3a3d4a;
  background: #ffffff;
}

.petaeron-domestic-content table.pa-compare thead th,
table.pa-compare thead th {
  background: #1c1e29 !important;
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-color: #1c1e29 !important;
  white-space: nowrap;
}

.petaeron-domestic-content table.pa-compare tbody tr:nth-child(even) td,
table.pa-compare tbody tr:nth-child(even) td {
  background: #f7f7f8 !important;
}

.petaeron-domestic-content table.pa-compare tbody th,
table.pa-compare tbody th {
  width: 14%;
  font-weight: 700;
  color: #1c1e29 !important;
  background: #ffffff !important;
  text-align: left;
  white-space: nowrap;
  border: 1px solid rgba(28, 30, 41, 0.14) !important;
}

.petaeron-domestic-content table.pa-compare tbody tr:nth-child(even) th,
table.pa-compare tbody tr:nth-child(even) th {
  background: #f7f7f8 !important;
}

.petaeron-domestic-content table.pa-compare th:nth-child(1),
table.pa-compare th:nth-child(1) {
  width: 14%;
}

.petaeron-domestic-content table.pa-compare th:nth-child(2),
table.pa-compare th:nth-child(2),
.petaeron-domestic-content table.pa-compare td:nth-child(2),
table.pa-compare td:nth-child(2) {
  width: 40%;
}

.petaeron-domestic-content table.pa-compare th:nth-child(3),
table.pa-compare th:nth-child(3),
.petaeron-domestic-content table.pa-compare td:nth-child(3),
table.pa-compare td:nth-child(3) {
  width: 22%;
}

.petaeron-domestic-content table.pa-compare th:nth-child(4),
table.pa-compare th:nth-child(4),
.petaeron-domestic-content table.pa-compare td:nth-child(4),
table.pa-compare td:nth-child(4) {
  width: 24%;
}

.petaeron-domestic-content table.pa-compare strong,
table.pa-compare strong {
  color: #1c1e29;
  font-weight: 700;
}

@media (max-width: 767px) {
  .pa-compare-wrap {
    border-radius: 10px;
  }

  .petaeron-domestic-content table.pa-compare th,
  .petaeron-domestic-content table.pa-compare td,
  table.pa-compare th,
  table.pa-compare td {
    padding: 0.85rem 0.9rem !important;
    font-size: 0.9rem;
  }
}

/* Footer Locations icons: equal size (map pin is narrower viewBox than envelope/phone/clock) */
.elementor-location-footer .elementor-icon-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  line-height: 1;
}

.elementor-location-footer .elementor-icon-list-icon .e-font-icon-svg,
.elementor-location-footer .elementor-icon-list-icon svg {
  width: 1.1em !important;
  height: 1.1em !important;
  max-width: 18px;
  max-height: 18px;
  display: block;
}

.elementor-location-footer .elementor-icon-list-item {
  align-items: flex-start;
}

/* Footer social icons: keep all icons in one row */
.elementor-location-footer .elementor-widget-social-icons .elementor-social-icons-wrapper,
.elementor-location-footer .elementor-social-icons-wrapper.elementor-grid,
.elementor-144 .elementor-element-85735fe .elementor-social-icons-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  grid-template-columns: none !important;
  width: max-content;
  max-width: 100%;
}

.elementor-location-footer .elementor-widget-social-icons .elementor-grid-item,
.elementor-144 .elementor-element-85735fe .elementor-grid-item {
  margin: 0 !important;
  width: auto !important;
  min-width: 0;
}

.elementor-location-footer .elementor-social-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .elementor-location-footer .elementor-widget-social-icons .elementor-social-icons-wrapper,
  .elementor-144 .elementor-element-85735fe .elementor-social-icons-wrapper {
    gap: 8px;
  }

  .elementor-location-footer .elementor-social-icon {
    width: 32px;
    height: 32px;
  }
}

/* ---- Large desktops: keep content readable, no UI change ---- */
@media (min-width: 1440px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
  }
}

/* ---- Small-screen hardening for route, table and card blocks ---- */
@media (max-width: 767px) {
  .pa-compare-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  /* Three-column comparison tables scroll less on phones */
  table.pa-compare {
    min-width: 560px;
  }

  .pa-journey {
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.35rem;
  }

  .pa-journey__line {
    max-width: 72px;
  }

  .pa-routes__uk {
    padding: 1.1rem 0.95rem 1.2rem;
  }

  .pa-origin-grid a {
    padding: 0.85rem 0.9rem;
  }

  /* Comfortable tap targets */
  .pa-city-links a,
  .petaeron-faq summary {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .pa-docs__panel,
  .pa-soft-card {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }
}

@media (max-width: 380px) {
  .pa-origin-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pa-journey__chip {
    font-size: 0.78rem;
    padding: 0.4rem 0.75rem;
  }

  .pa-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ---- Header: nested submenu — hover/active one item at a time ---- */
@media (min-width: 1025px) {
  .header-menu-wrap .jkit-menu .menu-item-4434 > .sub-menu,
  .header-menu-wrap .jkit-menu .menu-item-4435 > .sub-menu,
  .header-menu-wrap .jkit-menu .menu-item-4438 > .sub-menu {
    min-width: 275px;
    padding: 10px;
    background: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(45, 45, 45, 0.2);
  }

  .header-menu-wrap .jkit-menu .menu-item-4435 > .sub-menu,
  .header-menu-wrap .jkit-menu .menu-item-4438 > .sub-menu > .menu-item-has-children > .sub-menu {
    top: 0;
    left: 100%;
    min-width: 240px;
    padding: 10px;
    margin-left: 0;
    background: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(45, 45, 45, 0.2);
  }

  .header-menu-wrap .jkit-menu .menu-item-4435:hover > .sub-menu,
  .header-menu-wrap .jkit-menu .menu-item-4438 > .sub-menu > .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .header-menu-wrap .jkit-menu .sub-menu .menu-item > a {
    display: block;
    width: 100%;
    padding: 16px 20px;
    margin: 0;
    border-radius: 10px;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #000 !important;
    background: transparent !important;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.18s ease, color 0.18s ease;
  }

  .header-menu-wrap .jkit-menu .menu-item-4438 > .sub-menu > .menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .header-menu-wrap .jkit-menu .menu-item-4438 > .sub-menu > .menu-item-has-children > a i,
  .header-menu-wrap .jkit-menu .menu-item-4438 > .sub-menu > .menu-item-has-children > a svg {
    margin: 0 0 2px 7px;
    margin-left: auto;
    font-size: 0.72rem;
    color: #000;
    fill: #000;
    flex-shrink: 0;
    opacity: 0.85;
    transition: color 0.18s ease, fill 0.18s ease;
  }

  /* Hover: only the item under the cursor */
  .header-menu-wrap .jkit-menu .sub-menu .menu-item:hover > a {
    background: #fd3f30 !important;
    color: #fff !important;
  }

  .header-menu-wrap .jkit-menu .menu-item-4438 > .sub-menu > .menu-item-has-children:hover > a i,
  .header-menu-wrap .jkit-menu .menu-item-4438 > .sub-menu > .menu-item-has-children:hover > a svg {
    color: #fff;
    fill: #fff;
    opacity: 1;
  }

  /* Active/current page: only the exact matched link */
  .header-menu-wrap .jkit-menu .sub-menu .menu-item.current-menu-item > a {
    background: #fd3f30 !important;
    color: #fff !important;
  }

  /* Parent/ancestor items stay default unless hovered */
  .header-menu-wrap .jkit-menu .sub-menu .menu-item.current-menu-ancestor:not(:hover) > a,
  .header-menu-wrap .jkit-menu .sub-menu .menu-item.current-menu-parent:not(:hover) > a {
    background: transparent !important;
    color: #000 !important;
  }

  /* Top-level nav: active page or open section (e.g. Services) stays red */
  .header-menu-wrap .jkit-menu > .menu-item.current-menu-item > a,
  .header-menu-wrap .jkit-menu > .menu-item.current-menu-ancestor > a,
  .header-menu-wrap .jkit-menu > .menu-item.current-menu-parent > a {
    color: #fd3f30 !important;
  }

  .header-menu-wrap .jkit-menu > .menu-item.current-menu-item > a i,
  .header-menu-wrap .jkit-menu > .menu-item.current-menu-item > a svg,
  .header-menu-wrap .jkit-menu > .menu-item.current-menu-ancestor > a i,
  .header-menu-wrap .jkit-menu > .menu-item.current-menu-ancestor > a svg,
  .header-menu-wrap .jkit-menu > .menu-item.current-menu-parent > a i,
  .header-menu-wrap .jkit-menu > .menu-item.current-menu-parent > a svg {
    color: #fd3f30 !important;
    fill: #fd3f30 !important;
  }
}

/* Home hero uses a background video. Keep Elementor's overlay at opacity 0 so the video stays visible. */

/* ============================================================
   Sitewide: fit phones, tablets, laptops, and large desktops
   ============================================================ */
html,
body,
.elementor,
.elementor-location-header,
.elementor-location-footer,
.site {
  max-width: 100%;
}

.elementor img,
.elementor video,
.elementor iframe {
  max-width: 100%;
  height: auto;
}

.elementor-widget-video iframe,
.elementor-widget-google_maps iframe {
  height: auto;
  min-height: 220px;
  aspect-ratio: 16 / 9;
}

.elementor-button,
.elementor-button-link {
  max-width: 100%;
  box-sizing: border-box;
}

.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.elementor-field-group {
  min-width: 0;
}

/* Laptop / tablet */
@media (max-width: 1024px) {
  .e-con.e-flex,
  .e-con-inner {
    flex-wrap: wrap;
  }

  .e-con-boxed > .e-con-inner,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    width: 100%;
  }

  /* Keep logo + hamburger on one line */
  header.elementor-location-header .elementor-element-4b496c7,
  header.elementor-location-header .elementor-element-4b496c7 > .e-con-inner {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  header.elementor-location-header .elementor-element-3571f0a > .e-con-inner {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6px;
  }

  .home-banner-form-wrap,
  .e-con.e-child {
    max-width: 100%;
  }

  .elementor-heading-title {
    overflow-wrap: anywhere;
  }
}

/* Phones and small tablets */
@media (max-width: 767px) {
  .e-con.e-parent.e-flex > .e-con-inner {
    flex-direction: column !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
  }

  header.elementor-location-header .elementor-element-4b496c7 > .e-con-inner {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  header.elementor-location-header .elementor-element-4b496c7 > .e-con-inner > .e-con.e-child {
    width: auto !important;
    max-width: 100%;
  }

  header.elementor-location-header .elementor-element-cc2c56d {
    margin-left: auto !important;
    width: auto !important;
    flex: 0 0 auto !important;
  }

  .e-con.e-child {
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
  }

  header.elementor-location-header .elementor-element-4b496c7 .e-con.e-child {
    width: auto !important;
    --width: auto !important;
  }

  .elementor .elementor-col-50,
  .elementor .elementor-col-33,
  .elementor .elementor-col-25,
  .elementor .elementor-col-66,
  .elementor .elementor-col-20,
  .elementor-form-fields-wrapper > .elementor-field-group,
  .elementor-field-group.elementor-col-50,
  .elementor-field-group.elementor-col-100 {
    width: 100% !important;
  }

  .elementor-section-height-min-height,
  .elementor-section-height-full {
    min-height: 0 !important;
    height: auto !important;
  }

  .home-banner-form-wrap,
  .elementor-widget-form,
  .elementor-form {
    width: 100% !important;
    max-width: 100% !important;
  }

  .elementor-widget-image img {
    max-width: 100%;
    height: auto;
  }

  header .elementor-widget-image img {
    width: auto;
    max-width: min(160px, 50vw);
  }

  .elementor-button,
  .elementor-button-wrapper,
  .elementor-field-type-submit {
    width: 100%;
    max-width: 100%;
  }

  .e-con-boxed > .e-con-inner {
    padding-left: max(12px, env(safe-area-inset-left)) !important;
    padding-right: max(12px, env(safe-area-inset-right)) !important;
  }

  .elementor-location-footer .e-con.e-parent.e-flex > .e-con-inner {
    flex-direction: column !important;
  }

  .elementor-location-footer .elementor-widget-social-icons .elementor-social-icons-wrapper,
  .elementor-144 .elementor-element-85735fe .elementor-social-icons-wrapper {
    flex-wrap: wrap !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  h1,
  h2,
  h3,
  .elementor-heading-title {
    max-width: 100%;
  }

  .elementor-widget-counter,
  .elementor-counter {
    width: 100%;
  }

  .jeg-elementor-kit.jkit-nav-menu .jkit-hamburger-menu {
    display: inline-flex !important;
    float: none;
    align-items: center;
    justify-content: center;
  }
}

/* Small phones */
@media (max-width: 480px) {
  header.elementor-location-header .elementor-element-3571f0a {
    font-size: 12px;
  }

  header.elementor-location-header .elementor-element-3571f0a .elementor-icon-box-title,
  header.elementor-location-header .elementor-element-3571f0a .elementor-icon-box-description {
    font-size: 12px !important;
    line-height: 1.3;
  }

  .elementor-button {
    min-height: 44px;
  }
}

/* Very large screens: keep content from stretching too wide */
@media (min-width: 1400px) {
  .e-con-boxed > .e-con-inner,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
  }
}

