@charset "utf-8";
/* CSS Document */
/* RESET / BASE */
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #111827;
  background: #ffffff;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
/* ===============================
   Heading Size Helpers
   Use when a normal h2 is too large
================================ */
.h2-xl {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.1;
}
.h2-large {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
}
.h2-medium {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.18;
}
.h2-small {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.25;
}
.h2-emphasis {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.35;
  font-style: italic;
  font-weight: 800;
}
.container {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.info-column h2 {
  font-size: 2rem;
}
.about-card h2 {
  font-size: 2rem;
}
/* LOGO */
.logo img {
  width: 200px;
  max-width: 100%;
  height: auto;
  display: block;
}
.micro-note {
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: 700;
  color: #021751;
  letter-spacing: 0.02em;
}
/* HEADER */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}
/* ===============================
   Section Intro Helpers
================================ */
.section-intro {
  max-width: 1100px;
  margin: 0 auto 48px;
}
.section-intro--mixed {
  text-align: center;
}
.section-intro--mixed .section-kicker, .section-intro--mixed h2 {
  text-align: center;
}
.section-intro h2 {
  margin: 0 0 24px;
  color: #061b55;
  line-height: 1.15;
}
.section-copy {
  max-width: 1050px;
  margin: 0 auto;
  text-align: left;
}
.section-copy p {
  margin: 0 0 22px;
  color: #101827;
  font-size: 1.08rem;
  line-height: 1.65;
  text-align: left;
}
.section-copy p:last-child {
  margin-bottom: 0;
}
.section-button-wrap {
  margin-top: 30px;
  text-align: center;
}
.top-bar {
  background: #061a4d;
  color: #ffffff;
  font-size: 0.9rem;
}
.top-bar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.site-logo img {
  display: block;
  max-width: 220px;
  height: auto;
}
@media (max-width: 768px) {
  .site-logo img {
    max-width: 175px;
  }
}
.top-bar a {
  font-weight: 700;
}
.nav-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.main-nav {
  display: flex;
  gap: 18px;
  margin-left: auto;
  font-weight: 700;
}
.main-nav a {
  color: #061a4d;
}
.main-nav a:hover {
  color: #0b2f8f;
}
/* BUTTONS */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
}
.button-primary {
  background: #607ABF;
  color: #ffffff;
}
.button-secondary {
  background: #ffd928;
  color: #061a4d;
}
/* HERO AREA */
.hero {
  background: #f5f7fb;
  padding: 0;
}
.hero-grid {
  display: flex;
  align-items: stretch;
  min-height: 520px;
}
.hero-copy {
  flex: 1;
  padding: 72px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy .eyebrow {
  color: #0b2f8f;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
}
.hero-copy h1 {
  color: #061a4d;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 0.95;
  margin: 0 0 20px;
  max-width: 760px;
}
.hero-copy .lead {
  color: #374151;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  max-width: 620px;
  margin: 0;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.hero-image {
  flex: 1;
  min-height: 520px;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* LOCATION / INFO BAND */
.quick-info {
  background: #061a4d;
  color: #ffffff;
  padding: 0;
}
.info-grid {
  display: flex;
  gap: 0;
}
.quick-info-card {
  flex: 1;
  padding: 32px 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.quick-info-card:last-child {
  border-right: none;
}
.info-label {
  color: #ffd928;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.info-card h2 {
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.15;
  margin: 0 0 12px;
}
.info-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}
.info-card a {
  color: #ffd928;
  font-weight: 800;
}
/* MOBILE HERO / INFO BAND */
@media (max-width: 900px) {
  .nav-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-nav {
    width: 100%;
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero-grid {
    flex-direction: column;
    min-height: auto;
  }
  .hero-copy {
    padding: 56px 24px;
    text-align: center;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-image {
    min-height: 360px;
  }
  .info-grid {
    flex-direction: column;
  }
  .info-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
  .info-card:last-child {
    border-bottom: none;
  }
}
@media (max-width: 600px) {
  .hero-copy h1 {
    font-size: 2.4rem;
  }
  .hero-copy .lead {
    font-size: 1.1rem;
  }
  .hero-image {
    min-height: 300px;
  }
  .button {
    width: 100%;
  }
  .top-bar-inner {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
}
.trust-note {
  margin-top: 18px;
  color: #0b2f8f;
  font-weight: 800;
}
.services-strip {
  background: #ffffff;
  padding: 40px 0 10px;
}
.services-strip .section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
.services-strip .section-heading h2 {
  color: #061a4d;
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 0 0 14px;
}
.services-grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 10px;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto 28px;
}
.service-item {
  flex: 1 1 180px;
  max-width: 210px;
  min-height: 165px;
  padding: 24px 16px;
  border-radius: 12px;
  background: #ffffff;
  color: #061a4d;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-item img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 18px;
}
.service-item h3 {
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}
.services-cta {
  text-align: center;
  position: relative;
  margin-top: 8px;
}
.services-cta::before, .services-cta::after {
  content: "";
  display: inline-block;
  width: 28%;
  height: 3px;
  background: #ffd928;
  vertical-align: middle;
  margin: 0 28px;
}
.services-cta .button {
  background: #607ABF;
  color: #ffffff;
  padding: 18px 38px;
  border-radius: 0;
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
}
.service-questions-row > div {
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
}
.service-questions-row > .about-card {
  width: 100%;
}
/* SERVICES PAGE BANNER */
.services-page-banner {
  min-height: 225px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #061b55;
  /*background-image:*/
  /*  linear-gradient(rgba(6, 27, 85, 0.82), rgba(6, 27, 85, 0.82)), url("/assets/images/services-banner.jpg");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 6px solid #ffd500;
}
.services-page-banner .container {
  width: 100%;
}
.services-page-banner__kicker {
  margin: 0 0 10px;
  color: #ffd500;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.services-page-banner h1 {
  max-width: 850px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
}
/* SERVICES PAGE INTRODUCTION */
.services-page-intro {
  padding: 20px 0 42px;
  background: #ffffff;
}
.services-page-intro__copy {
  max-width: 920px;
}
.services-page-intro h2 {
  margin: 0 0 18px;
  color: #061b55;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.1;
}
.services-page-intro p {
  margin: 0 0 16px;
  color: #243047;
  font-size: 1.08rem;
  line-height: 1.65;
}
@media (max-width: 700px) {
  .services-page-banner {
    min-height: 190px;
    background-position: center;
  }
  .services-page-banner h1 {
    font-size: 2.35rem;
  }
  .services-page-intro {
    padding: 42px 0 28px;
  }
  .services-page-intro p {
    font-size: 1rem;
  }
}
.services-page-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 3rem;
  align-items: center;
}
.services-page-intro__image img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 12px;
}
/* ===============================
   Service Page Text Links
================================ */
.services-intro-copy a, .services-intro-copy a:visited, .services-page-intro a, .services-page-intro a:visited, .services-content a, .services-content a:visited, .section-copy a, .section-copy a:visited {
  color: #061b55;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}
.services-intro-copy a:hover, .services-page-intro a:hover, .services-content a:hover, .section-copy a:hover {
  color: #0b4fbb;
  text-decoration-thickness: 2px;
}
.services-intro-copy a:focus, .services-page-intro a:focus, .services-content a:focus, .section-copy a:focus {
  outline: 3px solid #ffd500;
  outline-offset: 3px;
  border-radius: 3px;
}
.services-intro-copy em a {
  font-weight: 600;
  text-decoration-thickness: 1.5px;
}
.services-intro-row {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 2.5rem;
  align-items: center;
}
.services-intro-copy, .services-intro-image {
  min-width: 0;
}
.services-intro-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 800px) {
  .services-intro-row {
    grid-template-columns: 1fr;
  }
}
.services-intro-image img {
  width: 100%;
  height: 260px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
@media (max-width: 800px) {
  .services-page-intro__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .services-page-intro__image img {
    height: auto;
    max-height: 420px;
  }
}
/* HOMEPAGE FOUR-PACK */
.dcp-four-pack {
  padding: 68px 0;
  background: #ffffff;
}
.dcp-four-pack-intro {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}
.dcp-four-pack-intro .section-kicker {
  margin: 0 0 10px;
  color: #0b2f8f;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.dcp-four-pack-intro h2 {
  margin: 0;
  color: #061a4d;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1.12;
}
.dcp-four-pack-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.dcp-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 30px 24px 26px;
  overflow: hidden;
  background: #f4f7ff;
  border: 1px solid #d8dce6;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(6, 26, 77, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.dcp-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: #ffd928;
}
.dcp-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(6, 26, 77, 0.14);
}
.dcp-feature-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  color: #ffd928;
  background: #061a4d;
  border-radius: 50%;
}
.dcp-feature-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dcp-feature-card h3 {
  margin: 0 0 12px;
  color: #061a4d;
  font-size: 1.25rem;
  line-height: 1.2;
}
.dcp-feature-card p {
  margin: 0 0 20px;
  color: #243047;
  line-height: 1.55;
}
.dcp-feature-card a {
  align-self: flex-start;
  margin-top: auto;
  color: #0b2f8f;
  font-weight: 900;
}
.dcp-feature-card a:hover, .dcp-feature-card a:focus-visible {
  color: #061a4d;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.dcp-feature-card a span {
  color: #b99b00;
}
@media (max-width: 900px) {
  .dcp-four-pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .dcp-four-pack {
    padding: 52px 0;
  }
  .dcp-four-pack-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dcp-feature-card {
    transition: none;
  }
}
/* ===============================
   Footer
================================ */
.site-footer {
  background: #061b55;
  color: #ffffff;
}
.footer-main {
  padding: 34px 0 38px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.footer-brand, .footer-column {
  flex: 1 1 210px;
}
.footer-brand h2, .footer-column h3 {
  color: #ffffff;
  margin: 0 0 16px;
}
.footer-brand img {
  max-width: 260px;
  height: auto;
  display: block;
  margin-bottom: 18px;
}
.footer-brand p, .footer-column p {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.45;
}
.footer-column h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
}
.footer-column a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}
.footer-column a:hover {
  color: #ffd500;
}
/* ===============================
   Footer Social Strip
================================ */
.footer-social-strip {
  background: #ffffff;
  padding: 34px 0 30px;
  text-align: center;
  overflow: visible;
}
.footer-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-social-icons img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
}
.footer-social-icons a:hover img {
  transform: translateY(-2px);
}
/* ===============================
   Site Credit
================================ */
.site-credit {
  background: #061b55;
  padding: 14px 0;
  color: #ffffff;
  font-size: 0.9rem;
}

.credit-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: left;
}

.site-credit span {
  color: #ffffff;
}

.credit-inner span:last-child {
  font-weight: 700;
  color: #ffd928;
  text-align: right;
}
@media (max-width: 700px) {
  .footer-grid {
    gap: 28px;
  }
  .credit-inner {
    flex-direction: column;
    text-align: center;
  }
}
/* ===============================
   Footer Mobile
================================ */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
}
@media (max-width: 600px) {
  .footer-main {
    padding: 34px 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
.footer-brand img {
  max-width: 200px;
  height: auto;
  display: block;
  margin-bottom: 18px;
}
  .footer-social-strip {
    padding: 18px 0;
  }
  .footer-social-icons {
    gap: 18px;
  }
  .footer-social-icons img {
    width: 42px;
    height: 42px;
  }
}
/*end footer */
/* Two-column service questions section */
.service-questions-section {
  padding: 60px 0;
}
.service-questions-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -18px;
  margin-right: -18px;
}
.service-questions-row > div {
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .service-questions-row > div {
    width: 100%;
  }
  .service-questions-row > div + div {
    margin-top: 30px;
  }
}
/*COUPON SECTION */
.home-followup-section {
  padding: 10px 0 70px;
  background: #ffffff;
}
.service-note {
  background: #f4f7ff;
  border-left: 6px solid #ffd500;
  padding: 24px 28px;
  border-radius: 16px;
  margin-bottom: 24px;
}
.service-note p {
  margin: 0;
  color: #061b55;
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 700;
}
.followup-paragraph {
  max-width: 950px;
  margin: 0 0 32px;
  font-size: 1rem;
  line-height: 1.7;
  color: #243047;
}
.coupon-accordion {
  border: 1px solid #d8dce6;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}
.coupon-toggle {
  width: 100%;
  border: none;
  background: #061b55;
  color: #ffffff;
  padding: 18px 24px;
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coupon-icon {
  font-size: 1.5rem;
  line-height: 1;
  color: #ffd500;
}
.coupon-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.coupon-accordion.active .coupon-panel {
  padding: 24px;
}
.coupon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.coupon-card {
  background: #f8f9fc;
  border: 1px solid #e2e5ee;
  border-top: 5px solid #ffd500;
  padding: 20px;
  border-radius: 14px;
}
.coupon-label {
  margin: 0 0 8px;
  color: #003399;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 900;
}
.coupon-card h3 {
  margin: 0 0 10px;
  color: #061b55;
  font-size: 1.2rem;
  line-height: 1.2;
}
.coupon-card p {
  margin: 0;
  color: #243047;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .coupon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .service-note {
    padding: 22px;
  }
  .coupon-grid {
    grid-template-columns: 1fr;
  }
}
.info-column-left {
  background: #f4f7ff;
  padding: 34px;
  border-radius: 18px;
  border-left: 6px solid #ffd500;
}
.info-column-right {
  background: #f4f7ff;
  padding: 34px;
  border-radius: 18px;
  border-left: 6px solid #ffd500;
}
.about-card, .info-card {
  background: #f4f7ff;
  padding: 34px;
  border-radius: 18px;
  border-left: 6px solid #ffd500;
}
/* Kill any accidental inner ghost panel */
.about-card .callout-box, .about-card .inner-card, .about-card .content-card {
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}
/* =========================================
   DENISON CAR PROS ACCORDION
   ========================================= */
.accordion {
  width: 100%;
}
.accordion-item {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  overflow: hidden;
}
.accordion-item + .accordion-item {
  margin-top: 12px;
}
.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background-color: #ffffff;
  color: #123f74;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 18px 20px;
  text-align: left;
  cursor: pointer;
}
.accordion-header:hover, .accordion-header.active {
  background-color: #f5c400;
}
.accordion-header:focus {
  outline: 3px solid rgba(18, 63, 116, 0.25);
  outline-offset: -3px;
}
.accordion-icon {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.accordion-content {
  display: none;
  padding: 20px;
  background-color: #ffffff;
  color: #222222;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.accordion-content.open {
  display: block;
}
.accordion-content p:first-child {
  margin-top: 0;
}
.accordion-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .accordion-header {
    font-size: 1rem;
    padding: 15px 16px;
  }
  .accordion-content {
    font-size: 0.95rem;
    padding: 16px;
  }
}
.expect-section {
  padding: 60px 0;
  background: #ffffff;
}
.expect-highlight {
  background: #f4f7ff;
  border-left: 6px solid #ffd500;
  border-radius: 18px;
  padding: 32px;
  margin-bottom: 28px;
}
.expect-highlight h2 {
  margin: 0 0 14px;
  color: #061b55;
  font-size: 2rem;
  line-height: 1.2;
}
.expect-highlight p {
  margin: 0;
  color: #243047;
  font-size: 1.05rem;
  line-height: 1.65;
}
.expect-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.expect-step {
  background: #ffffff;
  border: 1px solid #d8dce6;
  border-radius: 16px;
  padding: 24px;
}
.expect-step h3 {
  margin: 0 0 10px;
  color: #061b55;
  font-size: 1.05rem;
}
.expect-step p {
  margin: 0;
  color: #243047;
  line-height: 1.55;
}
.expect-closing {
  margin: 26px 0 0;
  color: #061b55;
  font-weight: 800;
}
@media (max-width: 800px) {
  .expect-steps {
    grid-template-columns: 1fr;
  }
  .expect-highlight {
    padding: 26px;
  }
  .expect-highlight h2 {
    font-size: 1.55rem;
  }
}
/* Individual service pages only */
.service-detail-page .what-to-expect {
  margin-bottom: 0;
}
.services-page-intro {
  padding-top: 1rem !important;
}
.service-detail-page .services-intro-copy h2 {
  margin-top: 0;
  margin-bottom: 0.65rem;
}
.service-detail-page .services-intro-copy h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.35;
}
.home-gallery-section {
  padding: 60px 0;
  background: #ffffff;
}
.gallery-intro {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}
.gallery-intro h2 {
  margin: 0 0 12px;
  color: #061b55;
  font-size: 2rem;
  line-height: 1.2;
}
.gallery-intro p {
  margin: 0;
  color: #243047;
  line-height: 1.65;
}
.home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.gallery-item {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(6, 27, 85, 0.10);
}
.gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.gallery-item:hover img {
  transform: scale(1.04);
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(3, 10, 30, 0.88);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.lightbox.active {
  display: flex;
}
.lightbox-content {
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
.lightbox-content img {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.lightbox-content p {
  margin: 16px 0 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
}
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #ffd500;
  color: #061b55;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}
@media (max-width: 900px) {
  .home-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .home-gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-intro h2 {
    font-size: 1.55rem;
  }
  .lightbox {
    padding: 18px;
  }
  .lightbox-close {
    top: 12px;
    right: 12px;
  }
}
.wide-photo-feature {
  min-height: clamp(320px, 42vw, 540px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hotrod-feature {
  background-image: url("/assets/images/banner-shop.jpg");
}
.wide-photo-overlay {
  min-height: clamp(320px, 42vw, 540px);
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(6, 27, 85, 0.88) 0%, rgba(6, 27, 85, 0.62) 45%, rgba(6, 27, 85, 0.08) 100%);
}
.wide-photo-overlay h2 {
  max-width: 650px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 1;
}
.wide-photo-overlay p {
  max-width: 560px;
  color: #ffffff;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.6;
}
.light-kicker {
  color: #ffd500;
}
@media (max-width: 700px) {
  .wide-photo-feature, .wide-photo-overlay {
    min-height: 380px;
  }
  .wide-photo-overlay {
    background: rgba(6, 27, 85, 0.78);
  }
  .wide-photo-feature {
    background-position: center;
  }
}
/*INNER PAGE CSS FOR TEMPLATE*/
.inner-page-hero {
  padding: 56px 0;
  background: #f4f7ff;
  border-bottom: 1px solid #d8dce6;
}
.inner-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: center;
}
.inner-page-copy h1 {
  margin: 0 0 16px;
  color: #061b55;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 0.98;
}
.inner-page-copy p {
  max-width: 640px;
  color: #243047;
  font-size: 1.08rem;
  line-height: 1.65;
}
.inner-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.inner-page-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(6, 27, 85, 0.14);
  border: 6px solid #ffffff;
}
.inner-page-image img {
  display: block;
  width: 100%;
  height: clamp(240px, 30vw, 390px);
  object-fit: cover;
}
.page-content-section {
  padding: 60px 0;
  background: #ffffff;
}
.page-content-section h2 {
  margin: 0 0 14px;
  color: #061b55;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.15;
}
.page-content-section p {
  color: #243047;
  line-height: 1.65;
  font-size: 1rem;
}
@media (max-width: 850px) {
  .inner-page-hero {
    padding: 42px 0;
  }
  .inner-page-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .inner-page-copy h1 {
    font-size: 2.35rem;
  }
  .inner-page-image img {
    height: 260px;
  }
  .inner-hero-actions .button {
    width: 100%;
    text-align: center;
  }
}
.inner-contact-card {
  background: #061b55;
  color: #ffffff;
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 16px 36px rgba(6, 27, 85, 0.18);
  border-left: 6px solid #ffd500;
}
.inner-contact-card h2 {
  margin: 0 0 16px;
  color: #ffffff;
}
.inner-contact-card p {
  color: #ffffff;
  line-height: 1.6;
}
.inner-contact-card a {
  color: #ffd500;
  font-weight: 800;
  text-decoration: none;
}
.dvi-section {
  width: 100%;
  padding: 48px 20px;
  background-color: #eef3fb;
}
.dvi-card {
  position: relative;
  width: 83.333%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 42px 52px;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #0b225c;
  border-radius: 32px;
  box-shadow: 0 14px 32px rgba(7, 29, 85, 0.14);
  overflow: hidden;
}
.dvi-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  background-color: #ffd900;
}
.dvi-card h2 {
  margin: 0 0 18px;
  color: #ffffff;
}
.dvi-card p {
  max-width: 1000px;
  margin: 0;
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .dvi-section {
    padding: 30px 18px;
  }
  .dvi-card {
    width: 100%;
    padding: 32px 28px;
    border-radius: 24px;
  }
}
.service-helper-section {
  padding: 70px 0;
  background: #f4f7ff;
}
.section-center {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}
.section-center h2 {
  margin: 0 0 12px;
  color: #061b55;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}
.section-center p {
  margin: 0;
  color: #243047;
  line-height: 1.65;
}
.helper-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.helper-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  border-top: 5px solid #ffd500;
  box-shadow: 0 12px 30px rgba(6, 27, 85, 0.08);
}
.helper-card h3 {
  margin: 0 0 12px;
  color: #061b55;
  font-size: 1.3rem;
}
.helper-card p {
  margin: 0;
  color: #243047;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .helper-grid {
    grid-template-columns: 1fr;
  }
}
.feature-gallery-section {
  padding: 70px 0;
  background: #ffffff;
}
.feature-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.feature-gallery-card {
  position: relative;
  border: none;
  padding: 0;
  background: #f4f7ff;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(6, 27, 85, 0.12);
}
.feature-gallery-card img {
  display: block;
  width: 100%;
  height: clamp(260px, 30vw, 420px);
  object-fit: cover;
  transition: transform 0.25s ease;
}
.feature-gallery-card:hover img {
  transform: scale(1.04);
}
.feature-gallery-card span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: rgba(6, 27, 85, 0.92);
  color: #ffffff;
  padding: 12px 18px;
  border-left: 5px solid #ffd500;
  border-radius: 12px;
  font-weight: 900;
  font-size: 1.05rem;
}
@media (max-width: 700px) {
  .feature-gallery-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .feature-gallery-card img {
    height: 300px;
  }
  .feature-gallery-card span {
    left: 16px;
    bottom: 16px;
    font-size: 1rem;
  }
}
/* ===============================
   Events Page
================================ */
.events-section {
  padding: 70px 0;
  background: #ffffff;
}
.events-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
}
.event-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 20px;
  background: #f4f7ff;
  border: 1px solid #e0e5f2;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(6, 27, 85, 0.08);
}
.featured-event {
  background: #061b55;
  color: #ffffff;
}
.event-date {
  background: #ffd500;
  color: #061b55;
  border-radius: 16px;
  padding: 14px 10px;
  text-align: center;
  align-self: start;
}
.event-date span {
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.event-date strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
  margin-top: 4px;
}
.event-label {
  margin: 0 0 8px;
  color: #003399;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.featured-event .event-label {
  color: #ffd500;
}
.event-content h3 {
  margin: 0 0 10px;
  color: #061b55;
  font-size: 1.35rem;
  line-height: 1.2;
}
.featured-event .event-content h3 {
  color: #ffffff;
}
.event-content p {
  margin: 0;
  color: #243047;
  line-height: 1.55;
}
.featured-event .event-content p {
  color: #ffffff;
}
.event-note {
  margin-top: 14px !important;
  font-weight: 800;
}
.event-types-section {
  padding: 70px 0;
  background: #f4f7ff;
}
.event-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.event-type-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  border-top: 5px solid #ffd500;
  box-shadow: 0 12px 30px rgba(6, 27, 85, 0.08);
}
.event-type-card h3 {
  margin: 0 0 12px;
  color: #061b55;
  font-size: 1.25rem;
}
.event-type-card p {
  margin: 0;
  color: #243047;
  line-height: 1.6;
}
.pet-policy-section {
  padding: 70px 0;
  background: #ffffff;
}
.pet-policy-card {
  max-width: 980px;
  margin: 0 auto;
  background: #061b55;
  color: #ffffff;
  border-radius: 24px;
  padding: 38px;
  border-left: 8px solid #ffd500;
  box-shadow: 0 16px 38px rgba(6, 27, 85, 0.16);
}
.pet-policy-card h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.15;
}
.pet-policy-card p {
  color: #ffffff;
  line-height: 1.65;
}
.pet-policy-card .section-kicker {
  color: #ffd500;
}
.section-kicker {
  margin: 0 0 10px;
  color: #061b55;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.events-cta-section {
  padding: 70px 0;
  background: #f4f7ff;
}
.events-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  background: #ffffff;
  border-radius: 24px;
  padding: 38px;
  border-left: 8px solid #ffd500;
  box-shadow: 0 16px 38px rgba(6, 27, 85, 0.12);
}
.events-cta-card h2 {
  margin: 0 0 12px;
  color: #061b55;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.15;
}
.events-cta-card p {
  margin: 0;
  color: #243047;
  line-height: 1.65;
}
.events-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
/* Events Responsive */
@media (max-width: 1050px) {
  .events-grid {
    grid-template-columns: 1fr;
  }
  .event-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .events-cta-card {
    grid-template-columns: 1fr;
  }
  .events-cta-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 650px) {
  .event-card {
    grid-template-columns: 1fr;
  }
  .event-date {
    width: 110px;
  }
  .event-type-grid {
    grid-template-columns: 1fr;
  }
  .pet-policy-card, .events-cta-card {
    padding: 28px;
  }
  .events-cta-actions .button {
    width: 100%;
    text-align: center;
  }
}
html {
  scroll-behavior: smooth;
}
.gallery-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 22px;
  background: #f4f7ff;
  border-radius: 18px;
  margin: 34px auto 0;
}
.gallery-jump-nav a {
  display: inline-block;
  padding: 10px 16px;
  background: #ffffff;
  color: #061b55;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  border: 1px solid #dbe3f4;
}
.gallery-jump-nav a:hover {
  background: #061b55;
  color: #ffffff;
}
.gallery-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}
.gallery-section-heading h2.tagline {
  font-size: 1.40rem;
  line-height: 1.25;
  margin: 24px 0 0;
  color: #003399;
  font-style: italic;
  font-weight: 800;
}
.back-to-top-link {
  color: #003399;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.back-to-top-link:hover {
  text-decoration: underline;
}
@media (max-width: 700px) {
  .gallery-section-heading {
    display: block;
  }
  .back-to-top-link {
    display: inline-block;
    margin-top: 12px;
  }
}
.gallery-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.gallery-photo {
  height: 210px;
  background: #f4f7ff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(6, 27, 85, 0.08);
}
.gallery-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .gallery-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-photo {
    height: 220px;
  }
}
@media (max-width: 600px) {
  .gallery-photo-grid {
    grid-template-columns: 1fr;
  }
  .gallery-photo {
    height: 280px;
  }
}
/* ===============================
   Home About / Local Pride
================================ */
.home-about-section {
  padding: 80px 0;
  background: #ffffff;
}
.home-about-section .container {
  max-width: 1180px;
}
.home-about-section h2 {
  max-width: 900px;
  margin: 0 0 24px;
  color: #061b55;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.15;
}
.home-about-section p {
  max-width: 1200px;
  margin: 0 0 22px;
  color: #101827;
  font-size: 1.08rem;
  line-height: 1.7;
}
.home-about-section .button {
  margin-top: 12px;
}
/* ===============================
   Services Photo Section
================================ */
.services-photo-section {
  padding: 80px 0;
  background: #ffffff;
}
.services-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}
.services-photo-card {
  position: relative;
  display: block;
  width: 100%;
  height: 230px;
  border: none;
  padding: 0;
  background: #f4f7ff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(6, 27, 85, 0.1);
}
.services-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-photo-card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(6, 27, 85, 0.92);
  color: #ffffff;
  padding: 8px 12px;
  border-left: 4px solid #ffd500;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 900;
}
@media (max-width: 1000px) {
  .services-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services-photo-card {
    height: 260px;
  }
}
@media (max-width: 600px) {
  .services-photo-grid {
    grid-template-columns: 1fr;
  }
  .services-photo-card {
    height: 300px;
  }
}
/* ===============================
   About Page
================================ */
.about-intro-section, .about-team-feature-section, .about-values-section, .local-pride-section, .about-community-section, .about-cta-section {
  padding: 80px 0;
}
.about-intro-section, .local-pride-section, .about-cta-section {
  background: #ffffff;
}
.about-team-feature-section, .about-values-section, .about-community-section {
  background: #f4f7ff;
}
/* Team Feature Row */
.about-team-feature {
  display: grid;
  grid-template-columns: 1fr 1.15fr 0.75fr;
  gap: 28px;
  align-items: stretch;
  margin-top: 38px;
}
.about-team-photo, .about-mini-photo {
  background: #e8eefb;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(6, 27, 85, 0.08);
}
.about-team-photo img, .about-mini-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-team-photo {
  min-height: 430px;
}
.about-team-copy {
  background: #ffffff;
  border-left: 8px solid #ffd500;
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 12px 30px rgba(6, 27, 85, 0.08);
}
.about-team-copy h3 {
  margin: 0 0 18px;
  color: #061b55;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.08;
}
.about-team-copy p {
  color: #101827;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 18px;
}
.about-team-copy .button {
  margin-top: 10px;
}
.about-dog-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 22px;
}
.about-mini-photo {
  min-height: 200px;
}
/* Value Cards */
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}
.value-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  border-top: 5px solid #ffd500;
  box-shadow: 0 12px 28px rgba(6, 27, 85, 0.08);
}
.value-card h3 {
  margin: 0 0 12px;
  color: #061b55;
  font-size: 1.35rem;
}
.value-card p {
  margin: 0;
  color: #243047;
  line-height: 1.6;
}
/* Local / Community / CTA Cards */
.local-pride-card, .about-community-card, .about-cta-card {
  background: #f4f7ff;
  border-left: 8px solid #ffd500;
  border-radius: 24px;
  padding: 42px;
  box-shadow: 0 12px 30px rgba(6, 27, 85, 0.08);
}
.about-community-card {
  background: #ffffff;
}
.local-pride-card p, .about-community-card p, .about-cta-card p {
  font-size: 1.08rem;
  line-height: 1.7;
  color: #101827;
}
.small-note {
  font-size: 0.95rem !important;
  font-weight: 700;
  color: #243047 !important;
  margin-top: 20px;
}
.about-cta-card {
  text-align: center;
}
.about-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}
/* Responsive */
@media (max-width: 1050px) {
  .about-team-feature {
    grid-template-columns: 1fr;
  }
  .about-team-photo {
    min-height: 340px;
  }
  .about-dog-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
  .about-mini-photo {
    min-height: 240px;
  }
}
@media (max-width: 900px) {
  .value-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .about-intro-section, .about-team-feature-section, .about-values-section, .local-pride-section, .about-community-section, .about-cta-section {
    padding: 60px 0;
  }
  .about-team-copy, .local-pride-card, .about-community-card, .about-cta-card {
    padding: 28px;
  }
  .about-dog-stack {
    grid-template-columns: 1fr;
  }
  .about-team-photo, .about-mini-photo {
    min-height: 280px;
  }
  .about-cta-actions .button {
    width: 100%;
    text-align: center;
  }
}
/* ===============================
   Appointment Page
================================ */
.appointment-intro-section {
  padding: 80px 0 50px;
  background: #ffffff;
}
.appointment-form-section {
  padding: 20px 0 80px;
  background: #ffffff;
}
.appointment-form-card {
  background: #ffffff;
  border-left: 8px solid #ffd500;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 12px 30px rgba(6, 27, 85, 0.08);
}
.anchor-offset {
  position: relative;
  top: -90px;
  height: 0;
  visibility: hidden;
}
/* ===============================
   Jotform Mobile Emergency Fix
================================ */
.appointment-form-card ul, .appointment-form-card li, .appointment-form-card .form-section, .appointment-form-card .form-line {
  list-style: none !important;
}
.appointment-form-card .form-all {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}
.appointment-form-card .form-section {
  margin: 0 !important;
  padding: 0 !important;
}
.appointment-form-card .form-line {
  margin: 0 0 22px !important;
  padding: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.appointment-form-card label, .appointment-form-card .form-label, .appointment-form-card .form-label-top {
  display: block !important;
  width: 100% !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  font-size: 17px !important;
  line-height: 1.3 !important;
  color: #101827 !important;
}
.appointment-form-card input, .appointment-form-card textarea, .appointment-form-card select {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
}
.appointment-form-card .form-sub-label-container {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 12px !important;
}
.appointment-form-card .form-sub-label {
  font-size: 13px !important;
  line-height: 1.3 !important;
}
/* ===============================
   Jotform Mobile Height Fix
================================ */
/*.jotform-wrap {*/
/*  width: 100%;*/
/*  max-width: 900px;*/
/*  margin: 0 auto;*/
/*  padding: 0;*/
/*  background: #ffffff;*/
/*  overflow: visible;*/
/*}*/
/*.jotform-wrap {*/
/*  width: 100%;*/
/*  max-width: 900px;*/
/*  margin: 0 auto;*/
/*  overflow: visible;*/
/*}*/
/*.jotform-wrap iframe, iframe[id^="JotFormIFrame"] {*/
/*  width: 100% !important;*/
/*  min-height: 1800px !important;*/
/*  height: 1800px !important;*/
/*  overflow: visible !important;*/
/*  border: 0 !important;*/
/*}*/
.appointment-form-section {
  padding: 20px 0 100px;
  background: #ffffff;
  overflow: visible;
}
@media (max-width: 650px) {
  /*.jotform-wrap iframe, iframe[id^="JotFormIFrame"] {*/
  /*  min-height: 4200px !important;*/
  /*  height: 4200px !important;*/
  /*}*/
  .appointment-form-section {
    padding-bottom: 220px;
  }
}

/* EVENTS PAGE REFRESH */

.events-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.events-slim-hero {
  padding: 38px 0;
  background: #EEF3FF;
  color: #111;
}

.events-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.events-slim-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.events-slim-hero p {
  max-width: 720px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.55;
}

.events-eyebrow {
  margin: 0 0 10px;
  color: #111;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.events-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.events-btn {
  display: inline-block;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid #111;
}

.events-btn.primary {
  background: #111;
  color: #fff;
}

.events-btn.secondary {
  background: transparent;
  color: #111;
}

.events-masonry-section,
.good-dogs-section {
  padding: 58px 0;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 28px;
}



.section-intro h2,
.latest-community-post h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.section-intro p,
.latest-community-post p {
  line-height: 1.6;
}

.events-masonry {
  columns: 3 280px;
  column-gap: 18px;
}

.event-tile {
  break-inside: avoid;
  margin: 0 0 18px;
  padding: 26px;
  background: #f4f4f4;
  border: 1px solid #ddd;
}

.event-tile.feature {
  min-height: 360px;
  background: #C4CDE4;
  color: #111;
}

.event-tile.dark {
  background: #8797BF;
  color: #111;
}
.event-tile.yellow {
  background: #ffd21f;
  color: #111;
}

.tile-label {
  margin: 0 0 14px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.event-tile h3 {
  margin: 0 0 12px;
  font-size: 1.55rem;
  line-height: 1.1;
}

.event-tile p {
  line-height: 1.55;
}

.latest-community-post {
  padding: 58px 0;
  background: #061b55;
  color: #fff;
}

.latest-community-post .events-eyebrow {
  color: #ffd21f;
}

.latest-community-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
  gap: 34px;
  align-items: start;
}

.facebook-embed-box {
  width: 100%;
  max-width: 540px;
  padding: 18px;
  background: #fff;
  overflow: hidden;
}

.facebook-embed-box iframe {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.good-dog-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 300px);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}

.good-dog-card {
  scroll-snap-align: start;
  background: #f4f4f4;
  border: 1px solid #ddd;
}

.good-dog-card h3,
.good-dog-card p {
  padding-left: 20px;
  padding-right: 20px;
}

.good-dog-card h3 {
  margin: 18px 0 8px;
}

.good-dog-card p {
  padding-bottom: 22px;
  line-height: 1.45;
}

.dog-photo {
  min-height: 220px;
}

.dog-photo.placeholder {
  display: grid;
  place-items: center;
  padding: 20px;
  background: linear-gradient(135deg, rgba(0,0,0,.75), rgba(0,0,0,.35)), #333;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 820px) {
  .events-hero-grid,
  .latest-community-grid {
    grid-template-columns: 1fr;
  }

  .events-hero-actions {
    justify-content: flex-start;
  }

  .events-slim-hero,
  .events-masonry-section,
  .latest-community-post,
  .good-dogs-section {
    padding: 40px 0;
  }
}

.facebook-embed-box {
  width: 500px;
  max-width: 100%;
  min-height: 520px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.fb-fallback-text {
  margin-top: 12px;
  color: #ffffff;
  font-size: 0.95rem;
}

.fb-fallback a {
  color: #ffd21f;
  font-weight: 800;
}
.facebook-link-card {
  max-width: 520px;
  padding: 28px;
  background: #ffffff;
  color: #111111;
}

.facebook-link-card h3 {
  margin: 0 0 12px;
  font-size: 1.8rem;
  line-height: 1.1;
}

.facebook-link-card p {
  line-height: 1.55;
}

.facebook-link-card .events-eyebrow {
  color: #061b55;
}.service-reminder-section {
  padding: 64px 0;
  background: #eef3fb;
  color: #061b55;
}

.section-intro.center {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.service-reminder-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.service-reminder-card {
  padding: 28px;
  background: #ffffff;
  border-top: 6px solid #ffd21f;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 14px 34px rgba(6, 27, 85, 0.08);
}

.service-reminder-card h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.15;
  color: #061b55;
}

.service-reminder-card p {
  margin: 0;
  line-height: 1.55;
  color: #1f2b44;
}

.service-reminder-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

@media (max-width: 920px) {
  .service-reminder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .service-reminder-grid {
    grid-template-columns: 1fr;
  }
}
.service-reminder-card img {
  width: 50%;
  max-width: 160px;
  height: auto;
  display: block;
  margin: 18px auto 24px;
}