.container-pat {
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

body.container-pat {
  margin: 0;
  text-align: left;
  line-height: 1.6;
  background: #fff;
  font-size: 17px;
}

header > div,
footer .container,
.container-pat:not(body) {
  text-align: center;
}

header > div,
footer .container {
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  font-size: clamp(1.05rem, 1.9vw, 1.7rem) !important;
}

header h1,
footer h2 {
  margin: 0;
  padding: 12px 16px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

header h1 {
  font-size: clamp(1.15rem, 2.2vw, 2rem);
}

footer h2 {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.navbar {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.navbar-brand,
.nav-link {
  color: #111;
  font-size: 1rem;
  letter-spacing: 0;
}

.nav-link {
  border-radius: 4px;
}

.nav-link:hover,
.nav-link:focus {
  background: rgba(255, 255, 255, 0.35);
  color: #000;
}

@media (min-width: 992px) {
  .navbar .container-fluid {
    gap: 18px;
  }

  .navbar-collapse {
    justify-content: center;
  }

  .navbar-nav {
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 8px;
    justify-content: center;
  }

  .navbar-brand,
  .nav-link {
    font-size: 0.92rem;
  }

  .nav-link {
    padding: 8px 10px;
    white-space: nowrap;
  }
}

section {
  padding: 44px 0;
}

section h3 {
  margin-bottom: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  font-weight: 800;
  text-align: center;
}

section h4,
section h5 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

section h4 {
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
}

section h5 {
  font-size: 1.18rem;
}

section p,
.card-text {
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.04rem;
}

section .col-lg-12 > h3 + p,
section .col-lg-12 > h3 + p + p {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 4px solid rgba(255, 165, 0, 0.85);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 18px 22px;
}

.row > [class*="col-"] > p,
.card-text {
  text-align: left;
}

#steps img[src*="steps-icon"] {
  display: block;
  margin: 0 auto;
}

.section-intro {
  margin-bottom: 30px;
  text-align: center;
}

.vehicle-section {
  background: #fff;
  padding: 52px 0;
}

.vehicle-grid {
  row-gap: 28px;
}

.vehicle-card h4 {
  text-align: left;
}

.vehicle-card p {
  margin-bottom: 0;
}

.vehicle-card .card-img-top {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.vehicle-note {
  color: #555;
  font-size: 0.95rem;
  margin-top: 24px;
  text-align: center;
}
  
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: clamp(1.1rem, 3vw, 2.4rem);
  font-weight: bolder;
  text-transform: uppercase;
  text-shadow: 2px 2px #000;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 760px);
  color: #fff;
}

.centered h2 {
  font-size: clamp(1.3rem, 3vw, 2.6rem) !important;
  margin: 0;
}

.container-pat > img {
  display: block;
  min-height: 220px;
  max-height: 560px;
  object-fit: cover;
}

.card {
  height: 100%;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.card-img-top,
.img-thumbnail {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.img-thumbnail {
  margin-bottom: 18px;
}

.card-body {
  display: flex;
  flex-direction: column;
}

.card .btn {
  margin-top: auto;
}

.btn-primary,
.button1 {
  background: #0f4c81;
  border-color: #0f4c81;
}

.btn-primary:hover,
.btn-primary:focus,
.button1:hover,
.button1:focus {
  background: #333;
  border-color: #ffa500;
}

a {
  color: #0f4c81;
}

a:hover,
a:focus {
  color: #093154;
}

a[href^="tel:"],
a[href^="sms:"] {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: 6px;
  justify-content: center;
  line-height: 1.2;
  padding: 8px 14px;
  text-decoration: none !important;
}

a[href^="tel:"] {
  background: #0f4c81;
  border: 2px solid #0f4c81;
  color: #fff;
  box-shadow: 0 4px 12px rgba(15, 76, 129, 0.26);
}

a[href^="tel:"] span,
a[href^="tel:"] svg {
  color: #fff !important;
}

a[href^="sms:"] {
  background: #0f4c81;
  border: 2px solid #0f4c81;
  color: #fff;
}

a[href^="tel:"]:hover,
a[href^="tel:"]:focus {
  background: #0b3a63;
  border-color: #0b3a63;
  color: #fff;
}

a[href^="sms:"]:hover,
a[href^="sms:"]:focus {
  background: #333;
  border-color: #333;
  color: #fff;
}

.mobile-contact-bar {
  display: none;
}

footer a {
  color: orange;
}

footer a:hover,
footer a:focus {
  color: #ffd28a;
}

.copyright {
  text-align: center;
}

.booking-section {
  background: #f4f6f8;
  padding-top: 0;
}

.section-band {
  background: orange;
  padding: 20px 16px;
  margin-bottom: 42px;
  text-align: center;
}

.section-band h3 {
  margin: 0;
}

.booking-cta {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  margin: 0 auto 28px;
  max-width: 920px;
  padding: clamp(22px, 4vw, 36px);
  text-align: center;
}

.booking-cta p {
  font-size: 1.12rem;
  margin-bottom: 22px;
}

.booking-cta .google-rating {
  color: #111;
  font-weight: 700;
  margin-bottom: 18px;
}

.rating-stars {
  color: #f5b301;
}

.cta-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.cta-button {
  background: #0f4c81;
  border: 1px solid #0f4c81;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 190px;
  padding: 12px 18px;
  text-decoration: none;
}

.cta-button[href^="tel:"],
.cta-button[href^="sms:"] {
  border-radius: 6px;
  min-width: 190px;
  padding: 12px 18px;
}

.cta-button:hover,
.cta-button:focus {
  background: #333;
  border-color: #333;
  color: #fff;
}

.cta-secondary {
  background: orange;
  border-color: orange;
  color: #111;
}

.cta-secondary:hover,
.cta-secondary:focus {
  background: #d98c00;
  border-color: #d98c00;
  color: #111;
}

.cta-link {
  font-weight: 700;
}

.maps-link {
  margin: 14px 0 0;
  text-align: center;
}

.info-grid,
.faq-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 36px 0;
}

.booking-section .info-grid + h3 {
  margin-top: 58px;
}

.booking-section .faq-grid {
  gap: 26px;
  margin-top: 30px;
}

.info-box,
.faq-box {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  padding: 22px;
}

.info-box {
  border-top: 4px solid orange;
}

.faq-box {
  border-left: 4px solid #0f4c81;
  padding: 26px;
}

.info-box h4,
.faq-box h4 {
  margin-bottom: 10px;
}

.info-box p,
.faq-box p {
  margin-bottom: 0;
  text-align: left;
}

.service-area-panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 4px solid #0f4c81;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  margin: 30px auto 10px;
  max-width: 1040px;
  padding: 22px;
  text-align: left;
}

.service-area-panel h4 {
  text-align: left;
}

.service-area-list {
  columns: 3;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.service-area-list li {
  break-inside: avoid;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

.service-area-list li::before {
  color: orange;
  content: "•";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.orange {
    color:orange;
}
#contact-form {
  font-size: 1.05rem;
  background: #fff;
  padding: clamp(20px, 4vw, 40px);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  margin-bottom: 52px;
}

#contact-form + div {
  margin-top: 0;
}

#contact-form + div h3 {
  margin-top: 0;
}
.blue {
    color: #0069d6;
}
.form-control {
    height: 50px;
    font-size: 1.05rem;
}
#contact-form input[type=submit] {
    margin: 40px auto 0px;
    display: block;
}
.comments {
    font-style: italic;
    font-size: 0.95rem;
    color: #8a5a00;
    min-height: 25px
}
#contact-form .thank-you {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}
.button1 {
    border: 1px solid #0f4c81;
    color: #fff;
    width: 100%;        
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}
.button1:hover {
    background: #333;
    border-color: #ffa500;
}

@media (max-width: 767px) {
  body.container-pat {
    padding-bottom: 74px;
  }

  header h1,
  footer h2 {
    font-size: 1.05rem;
  }

  header h1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    padding: 12px 14px;
  }

  header h1 a[href^="tel:"] {
    margin-top: 0;
  }

  a[href^="tel:"],
  a[href^="sms:"] {
    font-size: 1rem;
    min-height: 44px;
  }

  .mobile-contact-bar {
    align-items: center;
    background: rgba(9, 49, 84, 0.97);
    border-top: 3px solid orange;
    bottom: 0;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.22);
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    padding: 10px 12px;
    position: fixed;
    right: 0;
    z-index: 9999;
  }

  .mobile-contact-bar a {
    flex: 1;
    max-width: 210px;
  }

  header h1 a[href^="tel:"],
  .centered a[href^="tel:"] {
    width: min(100%, 280px);
  }

  .centered {
    background: #111;
    border-top: 3px solid orange;
    bottom: auto;
    left: auto;
    padding: 14px 16px;
    position: static;
    text-shadow: none;
    text-transform: none;
    transform: none;
    width: 100%;
  }

  .centered h2 {
    font-size: 1.08rem !important;
    line-height: 1.45;
  }

  .centered a[href^="tel:"] {
    margin-top: 8px;
  }

  .container-pat > img {
    height: auto;
    max-height: none;
    min-height: 0;
    object-fit: contain;
  }

  .navbar-nav {
    padding-top: 8px;
  }

  section {
    padding: 20px 0;
  }

  .col-lg-4 {
    padding: 20px !important;
  }

  #contact-form {
    padding: 20px;
  }

  .info-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .service-area-list {
    columns: 1;
  }

  .cta-button {
    width: 100%;
  }
}
/* Legal and privacy pages */
.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1.25rem 4rem;
    line-height: 1.65;
}

.legal-page h1,
.legal-page h2 {
    color: #222;
}

.legal-page h2 {
    margin-top: 2rem;
    font-size: 1.35rem;
}
