:root{
  --brand:#1f3a93; --brand-2:#152c6f;
  --accent:#ff6b35;
  --ink:#0b1324; --muted:#667085;
  --bg:#f8f9fb; --card:#ffffff; --radius:14px;
  --shadow:0 8px 24px rgba(0,0,0,.05);
}

/* Base */
*{box-sizing:border-box}
html,body{margin:0;font-family:Inter,system-ui,Arial,sans-serif;color:var(--ink);background:var(--bg);scroll-behavior:smooth}
a{color:var(--brand);text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1100px;margin:auto;padding:0 20px}
.muted{color:var(--muted)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Buttons */
.btn{background:var(--brand);color:#fff;padding:10px 16px;border-radius:10px;box-shadow:var(--shadow);display:inline-flex;align-items:center;justify-content:center;border:0}
.btn:hover{background:var(--brand-2)}
.btn-outline{border:2px solid var(--brand);padding:8px 14px;border-radius:10px;color:var(--brand);display:inline-flex;align-items:center;justify-content:center;background:transparent}
.btn-outline:hover{background:var(--brand);color:#fff}
.call-btn{display:inline-flex;align-items:center;justify-content:center}

/* Header */
.header-bold{position:sticky;top:0;z-index:60}
.topbar{background:var(--brand);color:#fff;border-bottom:3px solid var(--accent)}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;height:70px;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:10px}
.logo{width:44px;height:44px;object-fit:contain;background:#fff;border-radius:8px;padding:2px}
.brand-text{font-weight:800;font-size:18px;color:#fff}
.top-cta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.btn-phone{
  background:var(--accent);color:#fff;border-radius:8px;padding:10px 14px;
  border:1px solid rgba(255,255,255,.2);font-weight:600;
}
.btn-phone:hover{background:#e65f2f}
.btn-book{background:#fff;color:var(--brand);border-radius:8px;padding:10px 14px;border:1px solid #e6ebf2}
.btn-book:hover{background:#f0f2f6}
.nav-toggle{display:none;background:none;border:0;cursor:pointer}
.nav-toggle span{display:block;width:22px;height:2px;background:#fff;margin:5px 0;border-radius:2px}

/* Nav strip */
.nav-strip{background:#f5f7fb;border-bottom:1px solid #e0e5ef}
.nav-strip-inner{display:flex;align-items:center;height:44px}
.nav-links{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.nav-strip .nav-links a{color:var(--brand-2);font-weight:600;opacity:.9}
.nav-strip .nav-links a:hover{color:var(--accent);opacity:1;text-decoration:none}
.nav-strip .nav-links a.active{color:var(--accent);font-weight:700}

/* Hero */
.hero{padding:60px 0;background:linear-gradient(120deg,#fdfdfd,#f7f9ff)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.hero-text h1{font-size:40px;margin:0 0 10px;letter-spacing:.3px}
.hero-text p{font-size:18px;color:var(--muted);margin-bottom:20px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-img img{border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-img.overlay{position:relative;overflow:hidden;border-radius:var(--radius)}
.hero-img.overlay::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.15)}

/* Sections */
.section{padding:60px 0}
.section.alt{background:#f1f4f8}
h2{font-size:28px;margin-bottom:20px;letter-spacing:.2px}
.grid{display:grid;gap:20px}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}
.card{background:var(--card);padding:20px;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #eef1f5}
.placeholder{display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:14px;height:120px;background:#fafbff;border:1px dashed #d6deea}

/* Contact / Info Band */
.contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}
form input,form textarea{width:100%;padding:12px;border:1px solid #dbe2ea;border-radius:8px;font:inherit;margin-bottom:10px;background:#fff}
form textarea{resize:vertical}
.info-band{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:24px;margin:10px 0 22px;border:1px solid #e6ebf2}
.info-band h3{margin:0 0 8px}
.info-col p{margin:0 0 8px;color:#334155}
.social{display:flex;gap:10px}
.social a{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:#eaf0ff;color:var(--brand);border:1px solid #d2d9f1;font-weight:700;font-size:13px}
.hours{list-style:none;margin:0;padding:0;display:grid;gap:6px}
.hours li{display:flex;justify-content:space-between;border-bottom:1px dashed #e6ebf2;padding:6px 0}

/* Testimonials */
.testimonials .t-card{display:flex;flex-direction:column;gap:8px}
.stars{font-size:18px;letter-spacing:2px;color:var(--accent)}
.t-meta{color:var(--muted);font-size:14px}

/* Tips */
.tips-grid .tip{transition:transform .15s ease,box-shadow .15s ease}
.tips-grid .tip:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.06)}
.tip h3{margin:0 0 6px}
.tip p{color:var(--muted);margin:0 0 10px}
.link-more{font-weight:600;color:var(--accent)}

/* Credentials */
.badge-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.badge{text-align:center;padding:10px 12px;border-radius:999px;background:#f1f5f9;color:#0b1324;border:1px solid #e6ebf2;font-weight:600}

/* CTA */
.cta-band{background:linear-gradient(135deg,rgba(255,107,53,.1),rgba(31,58,147,.05));border-top:1px solid #e6ebf2;border-bottom:1px solid #e6ebf2}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:28px 0}
.cta-sub{margin:0;color:var(--muted)}

/* Footer */
.footer{background:#1f2937;color:#cbd5e1;text-align:center;padding:20px 0;margin-top:40px}
.foot{font-size:14px}
.to-top{position:fixed;bottom:20px;right:20px;background:var(--accent);color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;opacity:0;transition:opacity .3s,transform .3s;transform:translateY(10px)}
.to-top.visible{opacity:1;transform:translateY(0)}

/* Google-style vertical reviews */
.reviews-list{display:block;max-width:980px;margin:0 auto}
.review-row{display:flex;gap:16px;padding:18px 0;align-items:flex-start}
.avatar-wrap{position:relative;flex:0 0 56px}
.review-avatar-img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #eef2ff;display:block}
.review-avatar-initials{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#e9f3ff;color:var(--brand);font-weight:700;font-size:18px;border:2px solid #eef2ff}
.lg-badge{position:absolute;right:-4px;bottom:-4px;background:#ffd54f;color:#6b3b00;border-radius:6px;padding:2px 5px;font-size:11px;font-weight:700;border:1px solid rgba(0,0,0,.06)}

.review-body{flex:1 1 auto}
.review-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.review-name{font-weight:700;color:#0b1324}
.review-sub{font-size:13px;color:var(--muted)}
.review-stars{display:flex;gap:4px;margin:6px 0}

/* Fix for giant black stars */
.reviews-list .review-stars svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: inline-block;
  flex-shrink: 0;
}
.reviews-list .review-stars svg path {
  fill: #f5a623;
}
.reviews-list .review-stars img,
.reviews-list .review-stars svg {
  max-width: 16px;
  max-height: 16px;
  vertical-align: -2px;
}

.review-text{color:#222;line-height:1.5;margin:0 0 4px}
.review-divider{border:0;border-top:1px solid #eef2f6;margin:8px 0}


/* ===== Hide Unused Sections ===== */

#areas,
#tips,
.nav-strip,
.section.tips,
.section#tips {
  display: none !important;
}


/* ===== CONTACT SECTION UPGRADE ===== */
#contact {
  background: linear-gradient(135deg, #f0f4ff 0%, #ffffff 100%);
  border-top: 3px solid var(--brand);
  padding: 80px 0;
}

#contact h2 {
  font-size: 30px;
  color: var(--brand-2);
  text-align: center;
  margin-bottom: 14px;
}

#contact p {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
  color: #444;
  font-size: 17px;
}

/* KEEP: original grid declaration above; we now force single-column + center
   because we’re hiding the aside (minimal changes) */
#contact .contact-grid > aside{
  display: none !important;             /* <-- hide right panel */
}
#contact .contact-grid{
  grid-template-columns: 1fr !important;/* <-- single column */
  max-width: 860px;                      /* focus width */
  margin-inline: auto;                   /* center the block */
}

.contact-grid .card {
  border: 1px solid #dbe2f0;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  background: #fff;
}

/* Left side: contact details + form */
#contact .card:first-child {
  padding: 24px 28px;
}


/* === Contact details alignment (Address / Contact / Hours) === */
#contact .info-band{
  /* tighter, balanced columns and consistent baseline */
  display: grid;
  grid-template-columns: minmax(260px,1fr) minmax(240px,1fr) minmax(280px,1.2fr);
  align-items: start;
  gap: 0;                /* we'll space inside each column */
  padding: 0;            /* padding moved inside columns */
}

/* each column is a vertical stack with the same spacing */
#contact .info-band > div{
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 100%;
}

/* light dividers so columns read as one row */
#contact .info-band > div + div{
  border-left: 1px dashed #e2e8f6;
}

/* consistent type rhythm */
#contact .info-band h3{
  margin: 0 0 8px;
  line-height: 1.2;
}
#contact .info-band p{
  margin: 0;
  line-height: 1.45;
}

/* if your Opening Hours use a <ul class="hours">, keep it tidy */
#contact .info-band .hours{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr; /* label | value */
  column-gap: 12px;
  row-gap: 6px;
}
#contact .info-band .hours li{
  display: contents; /* label/value sit in the two grid cells */
}

/* === Fix Contact Info Wrapping & Alignment === */
#contact .info-band {
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1.1fr) minmax(260px, 1fr);
  align-items: start;
}

/* Ensure long email/texts wrap correctly and don’t overflow */
#contact .info-band a,
#contact .info-band p {
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.5;
}




/* Form refinement */
form input,
form textarea {
  background: #fefefe;
  border: 1px solid #d4dcf1;
  border-radius: 8px;
  padding: 12px;
  font-size: 15px;
  transition: all 0.2s ease;
}

form input:focus,
form textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(31, 58, 147, 0.15);
  outline: none;
}

/* Send button with subtle glow */
form button.btn {
  background: var(--brand);
  box-shadow: 0 4px 12px rgba(31, 58, 147, 0.3);
  transition: all 0.25s ease;
}
form button.btn:hover {
  background: var(--brand-2);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(31, 58, 147, 0.35);
}

/* Responsive layout (kept for other small screens) */
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  #contact p {
    text-align: left;
    padding: 0 10px;
  }
}


/* Responsive mobile fixes */
@media (max-width: 900px){
  .topbar{position:relative}
  .nav-toggle{
    display:block!important;
    position:absolute;top:10px;right:12px;width:44px;height:44px;
    z-index:1000;background:transparent;border:0;
  }
  .nav-toggle span{display:block;width:24px;height:3px;margin:6px auto;background:#fff;border-radius:2px}
  .topbar .topbar-inner{padding-right:56px}
  .nav-strip .nav-links{
    position:fixed;inset:110px 0 auto 0;background:#1f3a93;z-index:999;
    flex-direction:column;gap:16px;padding:16px 20px;
    transform:translateY(-120%);transition:transform .25s ease;
  }
  .nav-links.open{transform:none}
  .nav-strip .nav-links a{color:#fff}
  .review-row{flex-direction:row;gap:12px;padding:14px 0}
  .review-avatar-img,.review-avatar-initials{width:46px;height:46px}
  .lg-badge{right:-6px;bottom:-6px}
}

.contact-team {
  margin-top: 12px;
  font-size: 0.95rem;
  color: #222;
}

.contact-team strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.contact-numbers span {
  display: inline-block;
  margin-right: 12px;
}

.contact-numbers a {
  color: #0b3ba7; /* adjust to match your site's blue */
  text-decoration: none;
}

.contact-numbers a:hover {
  text-decoration: underline;
}

/* Mobile view */
@media (max-width: 600px) {
  .contact-numbers span {
    display: block;
    margin-bottom: 4px;
  }
}

/* =========================
   Water + Heat Palette Refresh
   (paste at the very bottom)
   ========================= */

/* 1) Core palette — deep water blues + warm heat accent */
:root{
  --brand:   #0b63b6;   /* deep water blue */
  --brand-2: #084a8f;   /* darker hover/active */
  --accent:  #ff4e3a;   /* hot orange-red */
  --bg:      #f6f9ff;   /* cool page background */
  --card:    #ffffff;
}

/* 2) Header & links get a cleaner water tone with a warm underline on hover */
.topbar{
  background: linear-gradient(90deg, #0b63b6, #0a78d1);
  border-bottom: 3px solid var(--accent);
}
a:hover{ color: var(--accent); }

/* 3) Buttons — subtle depth, same shapes */
.btn{
  background: linear-gradient(180deg, var(--brand), #0a58a0);
}
.btn:hover{ background: var(--brand-2); }
.btn-outline{
  border-color: var(--brand);
  color: var(--brand);
}
.btn-outline:hover{
  background: var(--brand);
  color: #fff;
}

/* 4) Hero — soft blue base with a warm hint */
.hero{
  background:
    linear-gradient(135deg,
      rgba(11,99,182,.08) 0%,
      rgba(255,78,58,.05) 55%,
      rgba(255,255,255,.96) 100%);
}

/* 5) Nav strip — lighter, more aquatic */
.nav-strip{
  background:#eef5ff;
  border-bottom:1px solid #d6e3f7;
}
.nav-strip .nav-links a{ color:#0a57a0; }
.nav-strip .nav-links a:hover{ color:var(--accent); }

/* 6) Cards & badges — crisp borders against the cooler background */
.card{ border:1px solid #e2e8f6; box-shadow: 0 8px 24px rgba(11,99,182,.06); }
.badge{ background:#eef5ff; border-color:#d6e3f7; }

/* 7) CTA band — water/heat gradient */
.cta-band{
  background: linear-gradient(135deg,
    rgba(255,78,58,.12),
    rgba(11,99,182,.12));
}

/* 8) Images overlay tint in hero slightly cooler */
.hero-img.overlay::after{
  background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(11,99,182,.10));
}

/* 9) Review stars—slightly warmer gold for contrast on cool page */
.reviews-list .review-stars svg path{ fill:#f2aa2a; }

/* 10) “Back to top” button—keep the hot accent but soften hover focus */
.to-top{ box-shadow: 0 6px 16px rgba(255,78,58,.25); }




/* =========================
   Mobile polish + dual-call buttons
   ========================= */

/* hide/show helpers */
.desktop-only{ display: inline-flex; }
.mobile-only{ display: none; }

/* dual call buttons in top bar (mobile) */
.call-duo{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}
.call-duo .btn-phone{
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: var(--shadow);
}
.call-duo .btn-phone.hot{
  background: var(--accent); color: #fff;
}
.call-duo .btn-phone.cool{
  background: #ffffff; color: var(--brand);
}

/* Mobile-specific improvements */
@media (max-width: 640px){

  /* show the duo, hide desktop buttons */
  .desktop-only{ display: none !important; }
  .mobile-only{ display: block !important; }

  /* tighten topbar spacing so two buttons fit nicely */
  .topbar-inner{
    gap: 10px;
    height: auto;
    padding: 10px 12px;
  }

  /* brand/logo a bit smaller to free space */
  .logo{ width: 38px; height: 38px; }
  .brand-text{ font-size: 16px; }

  /* nicer hero on phones */
  .hero{ padding: 36px 0; }
  .hero-grid{ grid-template-columns: 1fr; gap: 20px; }
  .hero-text h1{ font-size: 32px; line-height: 1.15; }
  .hero-text p{ font-size: 16px; }
  .actions{ gap: 10px; }
  .actions .btn,
  .actions .btn-outline{ width: 100%; }

  /* hero image centered with softer overlay */
  .hero-img img{ max-width: 420px; margin: 0 auto; }
  .hero-img.overlay::after{ background: rgba(0,0,0,.08); }

  /* service cards spacing */
  .g4{ grid-template-columns: 1fr 1fr; }
  .g3{ grid-template-columns: 1fr 1fr; }
  @media (max-width: 420px){
    .g4, .g3{ grid-template-columns: 1fr; }
  }

  /* cards a touch larger text for readability */
  .card{ padding: 18px; }
  .card h3{ font-size: 18px; }
  .card p{ font-size: 15px; }

  /* reviews compact spacing on mobile already handled above, add tiny tweak */
  .review-row{ padding: 14px 0; }
}



/* =============================
   Dual-call topbar refinement
   ============================= */
.dual-call-only{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.dual-call-only .btn-phone{
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.dual-call-only .btn-phone.hot{
  background: var(--accent);
  color: #fff;
}
.dual-call-only .btn-phone.cool{
  background: #fff;
  color: var(--brand);
  border: 1px solid rgba(255,255,255,.3);
}

/* Better layout on smaller screens */
@media (max-width: 700px){
  .dual-call-only{
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
  .dual-call-only .btn-phone{
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}

/* =============================
   Logo image fix (fills space)
   ============================= */
.logo{
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 4px;
}
.brand{
  flex: 1 1 auto;
}
.topbar-inner{
  flex-wrap: nowrap;
}



/* =========================
   Top bar: keep two buttons tidy
   ========================= */

/* hide any leftover "Book Online" in top bar (keeps HTML unchanged) */
.top-cta .btn-book{ display:none !important; }

/* make brand consume left space; buttons live on the right */
.brand{ flex: 1 1 auto; }
.topbar-inner{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;           /* allow wrap when tight */
  padding-right:56px;       /* space for hamburger on mobile */
}

/* dual call buttons behave nicely on one or two rows */
.dual-call-only{
  display:flex;
  gap:10px;
  flex: 0 0 auto;
  flex-wrap:wrap;           /* wrap instead of overlap */
  justify-content:flex-end;
}
.dual-call-only .btn-phone{
  white-space:nowrap;       /* keep label intact */
  padding:10px 14px;
  border-radius:10px;
  font-weight:700;
  font-size:14px;
  border:1px solid rgba(255,255,255,.25);
  box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.dual-call-only .btn-phone.hot{ background:var(--accent); color:#fff; }
.dual-call-only .btn-phone.cool{ background:#fff; color:var(--brand); }

/* when width gets tight, stack buttons to avoid collisions with the menu icon */
@media (max-width: 880px){
  .dual-call-only{ width:100%; justify-content:stretch; }
  .dual-call-only .btn-phone{ flex:1 1 48%; text-align:center; }
}
@media (max-width: 520px){
  .dual-call-only .btn-phone{ flex:1 1 100%; } /* full-width each */
}

/* =========================
   Hero image: fill & center
   ========================= */
.hero-img{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  min-height: 220px;            /* gives container a height */
}
.hero-img img{
  width:100%;
  height:100%;
  object-fit:cover;             /* fill without distortion */
  object-position:center;       /* keep logo centered */
}
@media (min-width: 1000px){
  .hero-img{ min-height: 260px; }
}
.hero-img.overlay::after{
  /* keep a subtle tint, not a visible block on the right */
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(11,99,182,.08));
}


/* --- Undo earlier hide that removed Book Online --- */
.top-cta .btn-book{ display:inline-flex !important; }

/* Helpers (if not already defined) */
.desktop-only{ display: inline-flex; }
.mobile-only{ display: none; }

/* Container behavior */
.topbar-inner{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;        /* allow wrap when tight */
  padding-right:56px;    /* space for menu icon */
}
.brand{ flex:1 1 auto; } /* brand takes the left side */

/* Call group defaults */
.call-duo{
  display:grid;
  grid-template-columns: 1fr 1fr; /* two calls side-by-side by default */
  gap:8px;
  align-items:center;
}
.call-duo .btn-phone{
  padding:10px 14px;
  border-radius:10px;
  font-weight:700;
  font-size:14px;
  white-space:nowrap;
  border:1px solid rgba(255,255,255,.25);
  box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.call-duo .btn-phone.hot{  background:var(--accent); color:#fff; }
.call-duo .btn-phone.cool{ background:#fff; color:var(--brand); }

.call-duo .btn-book{
  justify-content:center;
  padding:10px 14px;
  border-radius:10px;
  background:#ffffff;
  color:var(--brand);
  border:1px solid #e6ebf2;
  font-weight:700;
}

/* Put Book on its own row beneath the two call buttons */
.call-duo .btn-book{ grid-column: 1 / -1; }

/* ===== Small screens (iPhone) ===== */
@media (max-width: 640px){
  /* stack all 3 buttons full-width, no overlap */
  .call-duo{
    grid-template-columns: 1fr;
    width:100%;
  }
  .call-duo .btn-phone,
  .call-duo .btn-book{
    width:100%;
    text-align:center;
    font-size:15px;
  }

  /* tighten topbar to create breathing room */
  .topbar-inner{
    padding:10px 12px;
    align-items:flex-start;
  }
  .logo{ width:38px; height:38px; }
  .brand-text{ font-size:16px; }

  /* place the call group below the brand when very tight */
  .top-cta{ width:100%; }
}

/* ===== Desktop/wide (keep one line if space allows) ===== */
@media (min-width: 900px){
  .call-duo{
    grid-template-columns: auto auto auto;
  }
  .call-duo .btn-book{
    grid-column:auto; /* sit to the right of the two call buttons */
  }
}







/* ==============================
   MOBILE FIXES (CTA + CONTACT)
   ============================== */
@media (max-width: 640px){

  /* A) "Need Service Today?" (CTA band) */
  .cta-inner{
    flex-direction: column;         /* stack text above buttons */
    align-items: stretch;           /* buttons fill width */
    gap: 12px;
    padding: 18px 0;
  }
  .cta-actions{
    display: grid;
    grid-template-columns: 1fr;     /* one button per row */
    gap: 10px;
    width: 100%;
  }
  .cta-actions .btn,
  .cta-actions .btn-outline{
    width: 100%;
    justify-content: center;
  }

  /* B) Contact Us block: prevent overflow & make it single-column */
  #contact .contact-grid{
    grid-template-columns: 1fr !important;
  }
  #contact .card:first-child{
    padding: 18px;
  }

  /* Info band to one column; no side borders that force width */
  #contact .info-band{
    grid-template-columns: 1fr !important;
  }
  #contact .info-band > div{
    padding: 14px 16px;
  }
  #contact .info-band > div + div{
    border-left: 0;                          /* remove vertical dividers */
    border-top: 1px dashed #e2e8f6;          /* light horizontal divider instead */
  }
  #contact .info-band .hours{
    grid-template-columns: auto 1fr;
  }

  /* C) Small padding tweak to avoid any horizontal scrollbars on phones */
  .container{
    padding-left: 14px;
    padding-right: 14px;
  }
}




/* =========================
   Brand palette (logo blue + orange)
   ========================= */
:root{
  --brand:   #0b63b6;   /* logo blue */
  --brand-2: #094e96;   /* darker blue */
  --accent:  #ff6b2b;   /* logo orange */
  --bg:      #f6f9ff;
  --card:    #ffffff;
}

/* Header tint */
.topbar{
  background: linear-gradient(90deg, #0b63b6, #0a78d1);
  border-bottom: 3px solid var(--accent);
}

/* Buttons (global) */
.btn{ background: linear-gradient(180deg, var(--brand), #0a58a0); }
.btn:hover{ background: var(--brand-2); }
.btn-outline{ border-color: var(--brand); color: var(--brand); }
.btn-outline:hover{ background: var(--brand); color:#fff; }

/* Hero background subtle blue->orange */
.hero{
  background:
    linear-gradient(135deg,
      rgba(11,99,182,.08) 0%,
      rgba(255,107,43,.05) 55%,
      rgba(255,255,255,.96) 100%);
}

/* =========================
   Top bar action strip layout
   ========================= */
.topbar-inner{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.brand{ flex:1 1 auto; }

.call-duo{
  display:grid;
  grid-template-columns: auto auto auto auto; /* phones + email + book */
  gap:8px;
  align-items:center;
}

/* Phone buttons */
.call-duo .btn-phone{
  padding:10px 14px; border-radius:10px; font-weight:700; font-size:14px;
  white-space:nowrap; border:1px solid rgba(255,255,255,.25); box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.call-duo .btn-phone.hot{ background:var(--accent); color:#fff; }
.call-duo .btn-phone.cool{ background:#fff; color:var(--brand); }

/* NEW: Email button */
.call-duo .btn-email{
  padding:10px 14px; border-radius:10px; font-weight:700; font-size:14px;
  background:#ffffff; color:var(--brand);
  border:1px solid #e6ebf2; box-shadow:0 2px 8px rgba(0,0,0,.06);
  white-space:nowrap;
}

/* Book Online */
.call-duo .btn-book{
  padding:10px 14px; border-radius:10px; font-weight:700; font-size:14px;
  background:#ffffff; color:var(--brand); border:1px solid #e6ebf2;
}

/* =========================
   Responsive: phone-first
   ========================= */
@media (max-width: 640px){
  /* stack all actions full-width, in the order shown in HTML */
  .call-duo{ grid-template-columns: 1fr; width:100%; }
  .call-duo a{ width:100%; text-align:center; font-size:15px; }

  /* give topbar breathing room on iPhone */
  .topbar-inner{ padding:10px 12px; align-items:flex-start; }
  .logo{ width:38px; height:38px; }
  .brand-text{ font-size:16px; }
}

/* Desktop/wide: keep in one line if space allows */
@media (min-width: 900px){
  .call-duo{ grid-auto-flow: column; grid-template-columns: auto auto auto auto; }
}

/* Hero image fill fix (if not already applied) */
.hero-img{ position:relative; overflow:hidden; border-radius:var(--radius); min-height:220px; }
.hero-img img{ width:100%; height:100%; object-fit:cover; object-position:center; }





/* ==== Theme override: Water (Blue) + Heat (Orange) ==== */
/* Drop-in: paste at the VERY BOTTOM of your stylesheet */

:root{
  /* pulled to match the logo */
  --brand:   #0b63b6; /* water blue */
  --brand-2: #094e96; /* darker hover */
  --accent:  #ff6b2b; /* heat orange */
  --bg:      #f6f9ff; /* soft cool page bg */
  --card:    #ffffff;
}

/* Header bar uses a clean blue gradient with warm underline */
.topbar{
  background: linear-gradient(90deg, #0b63b6, #0a78d1);
  border-bottom: 3px solid var(--accent);
}

/* Links keep blue; hover nudges orange for warmth */
a:hover{ color: var(--accent); }

/* Buttons: same shapes, just on-brand colors */
.btn{
  background: linear-gradient(180deg, var(--brand), #0a58a0);
  color:#fff;
}
.btn:hover{ background: var(--brand-2); }
.btn-outline{
  border-color: var(--brand);
  color: var(--brand);
}
.btn-outline:hover{
  background: var(--brand);
  color:#fff;
}

/* “Call” chip already uses --accent; keep it consistent */
.btn-phone{ background: var(--accent); }
.btn-phone:hover{ background: #e45f22; }

/* Hero gets a cooler base with a hint of heat */
.hero{
  background:
    linear-gradient(135deg,
      rgba(11,99,182,.08) 0%,
      rgba(255,107,43,.05) 55%,
      rgba(255,255,255,.96) 100%);
}
.hero-img.overlay::after{
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(11,99,182,.08));
}

/* Cards/badges sit nicely on the cool background */
.card{ border:1px solid #e2e8f6; box-shadow: 0 8px 24px rgba(11,99,182,.06); }
.badge{ background:#eef5ff; border-color:#d6e3f7; }

/* CTA band echoes the logo colors subtly */
.cta-band{
  background: linear-gradient(135deg,
    rgba(255,107,43,.12),
    rgba(11,99,182,.12));
}

/* Review stars: warm gold against cool page */
.reviews-list .review-stars svg path{ fill:#f2aa2a; }

/* Footer kept as-is; background plays nicely with the new palette */









/* ===== Stronger Heat (Orange) Accents — drop-in override ===== */
:root{
  --accent:  #ff5a1f;   /* hotter orange */
}

/* Make the orange show up more in key areas */
.topbar{
  background: linear-gradient(90deg, #0b63b6, #0a78d1);
  border-bottom: 4px solid var(--accent);        /* thicker orange line */
  box-shadow: inset 0 -2px 0 rgba(255,90,31,.25);
}

/* Buttons: outline uses orange; hover pops warmer */
.btn-outline{
  border-color: var(--accent);
  color: var(--accent);
}
.btn-outline:hover{
  background: var(--accent);
  color:#fff;
}

/* Call chips already orange—add a subtle glow on hover */
.btn-phone{
  background: var(--accent);
}
.btn-phone:hover{
  background:#e24f1b;
  box-shadow: 0 6px 16px rgba(255,90,31,.25);
}

/* Links hover orange (clear visual change) */
a:hover{ color: var(--accent); }

/* Section headings: tasteful orange underline */
.section h2{
  position: relative;
}
.section h2::after{
  content:"";
  display:block;
  width:64px; height:4px;
  margin-top:8px;
  border-radius:3px;
  background: linear-gradient(90deg, var(--accent), rgba(255,90,31,0));
}

/* Hero background: slightly more orange in the mix */
.hero{
  background:
    linear-gradient(135deg,
      rgba(11,99,182,.08) 0%,
      rgba(255,90,31,.10) 45%,
      rgba(255,255,255,.96) 100%);
}

/* CTA band: stronger water/heat blend */
.cta-band{
  background: linear-gradient(135deg,
    rgba(255,90,31,.16),
    rgba(11,99,182,.16));
  border-top: 1px solid rgba(255,90,31,.25);
  border-bottom: 1px solid rgba(11,99,182,.15);
}

/* Badges & cards: a hint of orange so the theme feels cohesive */
.badge{
  background:#eef5ff;
  border-color:#ffd6c6;                  /* slight warm tint on the ring */
}
.card{
  box-shadow: 0 8px 24px rgba(11,99,182,.06),
              0 1px 0 rgba(255,90,31,.10); /* subtle warm rim */
}

/* Back-to-top: warmer glow */
.to-top{
  background: var(--accent);
  box-shadow: 0 6px 16px rgba(255,90,31,.35);
}

/* Review stars a touch warmer to match the accent */
.reviews-list .review-stars svg path{ fill:#ffb22e; }



/* Optional: make primary buttons orange */
.btn{ background: linear-gradient(180deg, var(--accent), #e24f1b); }
.btn:hover{ background:#d74a19; }


/* ===== Lighter Blue Header (logo-style tone) ===== */
.topbar {
  background: linear-gradient(90deg, #3b8eea, #64aef5); /* lighter sky-blue gradient */
  border-bottom: 3px solid var(--accent);
  box-shadow: inset 0 -1px 0 rgba(255, 107, 43, 0.2);
}

/* Match buttons & accents to lighter scheme */
.btn {
  background: linear-gradient(180deg, #3b8eea, #2e7edc);
}
.btn:hover {
  background: #276ec4;
}

/* Optional: make “Book Online” slightly softer blue to blend */
.btn-book {
  background: #f5f9ff;
  color: var(--brand);
  border: 1px solid #d6e3f7;
}
.btn-book:hover {
  background: #eaf2ff;
}



















