/* ==========================================================
   Smoke Alarm Installation Christchurch
   Core stylesheet — matched to the We Do Electrical /
   Emergency Electrician Christchurch design language
   ========================================================== */

:root {
  --primary: #f5a700;
  --primary-dark: #d48f00;
  --primary-light: #fff4de;
  --emergency: #e0262c;
  --emergency-dark: #b81e23;
  --secondary: #101010;
  --secondary-light: #1e1e1e;
  --safe: #0f7a3d;
  --safe-light: rgba(16,163,74,0.1);
  --amber: #f5a700;
  --text: #1a1a1a;
  --text-light: #5a5a5a;
  --light-bg: #f5f5f4;
  --border: #e5e7eb;
  --white: #ffffff;
  --radius: 14px;
}

/* =============== Base / Reset =============== */
*, *::before, *::after { box-sizing: border-box; }

html { overflow-x: hidden; scroll-behavior: smooth; }

/* Ensure .container padding always covers the negative margin of g-4/g-5
   gutters, so wide-gutter rows never bleed past the viewport on small screens. */
.container { padding-left: 1.5rem; padding-right: 1.5rem; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--text);
  background-color: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a { text-decoration: none; color: inherit; transition: color 0.2s; }
a:hover { color: var(--primary); }

img { max-width: 100%; height: auto; display: block; }

section { padding: 80px 0; }
@media (max-width: 767.98px) { section { padding: 56px 0; } }

ul { margin: 0; padding: 0; }
li { list-style: none; }

/* =============== Utility =============== */
.section-label {
  display: inline-block;
  background: var(--primary);
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.section-label.on-dark { background: var(--primary); color: var(--secondary); }

.text-primary-brand { color: var(--primary); }
.text-safe { color: var(--safe); }
.bg-light-bg { background: var(--light-bg); }

.safe-pill {
  display: inline-block; background: var(--safe-light); color: var(--safe);
  font-weight: 700; font-size: 0.8rem; padding: 6px 14px; border-radius: 50px; margin-bottom: 16px;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(224,38,44,0.55); }
  70% { box-shadow: 0 0 0 9px rgba(224,38,44,0); }
  100% { box-shadow: 0 0 0 0 rgba(224,38,44,0); }
}

/* =============== Top Bar =============== */
.top-bar { background-color: var(--secondary); color: var(--white); font-size: 0.9rem; padding: 9px 0; }
.top-bar a { color: var(--white); }
.top-bar a:hover { color: var(--primary); }
.top-bar i { color: var(--primary); margin-right: 6px; }
.top-bar-left span { margin-right: 22px; }

.btn-topbar {
  background-color: var(--primary); color: var(--secondary) !important;
  font-weight: 600; padding: 5px 16px; border-radius: 4px; font-size: 0.85rem;
  transition: background-color 0.2s;
}
.btn-topbar:hover { background-color: var(--primary-dark); color: var(--secondary) !important; }

/* =============== Navbar =============== */
.main-navbar { background-color: var(--white) !important; box-shadow: 0 2px 12px rgba(0,0,0,0.08); padding: 14px 0; }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-navbar .container { max-width: 1280px; }
}

.logo-wrap { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--text); }
.logo-icon {
  width: 52px; height: 52px; background: var(--primary); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.logo-icon i { color: var(--secondary); font-size: 1.7rem; }
.logo-text { display: flex; flex-direction: column; justify-content: center; line-height: 1; }
.brand-top { font-size: 1.08rem; font-weight: 900; color: var(--secondary); letter-spacing: -0.01em; line-height: 1.1; text-transform: uppercase; }
.brand-top .accent { color: var(--emergency); }
.brand-city { font-size: 0.8rem; font-weight: 800; color: var(--primary-dark); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 3px; }

.navbar-nav .nav-link { font-weight: 500; color: var(--text) !important; padding: 8px 10px !important; transition: color 0.2s; font-size: 0.87rem; }
@media (min-width: 1200px) {
  .navbar-nav .nav-link { padding: 8px 12px !important; font-size: 0.92rem; }
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--primary) !important; }

.dropdown-menu { border: none !important; box-shadow: 0 8px 28px rgba(0,0,0,0.12) !important; border-radius: 10px !important; padding: 8px !important; margin-top: 10px !important; }
.dropdown-item { border-radius: 6px; padding: 9px 14px !important; font-size: 0.9rem; font-weight: 500; }
.dropdown-item:hover, .dropdown-item:focus { background-color: var(--primary-light) !important; color: var(--primary-dark) !important; }

.nav-phone { color: var(--text) !important; font-weight: 700; gap: 8px; font-size: 0.95rem; }
.nav-phone i { color: var(--primary); }

.btn-nav-cta {
  background: var(--emergency); color: var(--white) !important; font-weight: 700; font-size: 0.86rem;
  padding: 11px 20px; border-radius: 6px; white-space: nowrap; transition: background-color 0.2s;
}
.btn-nav-cta:hover { background: var(--emergency-dark); color: var(--white) !important; }

/* =============== Hero =============== */
.hero-section {
  padding: 64px 0 76px;
  background:
    radial-gradient(ellipse 900px 500px at 85% 0%, rgba(245,167,0,0.10), transparent 60%),
    linear-gradient(180deg, #141414 0%, #0a0a0a 100%);
  position: relative;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: var(--primary-light); color: var(--primary-dark);
  font-weight: 700; font-size: 0.82rem; padding: 7px 16px; border-radius: 50px; margin-bottom: 20px;
}
.hero-badge i { color: var(--primary-dark); }
.hero-section h1 { font-size: 2.7rem; margin-bottom: 20px; color: var(--white); }
.hero-section .lead { font-size: 1.1rem; color: rgba(255,255,255,0.65); margin-bottom: 24px; }

.hero-checklist li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-weight: 600; font-size: 0.98rem; color: rgba(255,255,255,0.88); }
.hero-checklist i { color: var(--primary); margin-top: 4px; }

.hero-btn-group { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

.btn-call {
  display: inline-flex; align-items: center; gap: 10px; background: var(--emergency); color: var(--white);
  font-weight: 700; padding: 15px 28px; border-radius: 8px; font-size: 0.98rem; transition: background-color 0.2s; border: none;
}
.btn-call:hover { background: var(--emergency-dark); color: var(--white); }

.btn-quote-ghost {
  display: inline-flex; align-items: center; gap: 10px; background: var(--white); color: var(--text);
  font-weight: 700; padding: 15px 28px; border-radius: 8px; font-size: 0.98rem;
  border: 2px solid var(--border); transition: border-color 0.2s;
}
.btn-quote-ghost i { color: var(--primary-dark); }
.btn-quote-ghost:hover { border-color: var(--primary); color: var(--text); background: var(--white); }

.btn-dark-pill {
  display: inline-flex; align-items: center; gap: 10px; background: var(--secondary); color: var(--white);
  font-weight: 700; padding: 15px 28px; border-radius: 8px; font-size: 0.98rem; transition: all 0.2s; border: none;
}
.btn-dark-pill:hover { background: var(--primary); color: var(--secondary); }

.hero-img-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 45px rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.08); position: relative; }

.hero-float-card {
  position: absolute; left: 18px; bottom: 18px; background: rgba(255,255,255,0.97); border-radius: 10px;
  padding: 14px 18px; display: flex; align-items: center; gap: 12px; box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}
.hero-float-icon { width: 42px; height: 42px; border-radius: 10px; background: var(--primary-light); color: var(--primary-dark); display: flex; align-items: center; justify-content: center; font-size: 1.05rem; flex-shrink: 0; }
.hero-float-card strong { display: block; font-size: 0.9rem; color: var(--secondary); line-height: 1.3; }
.hero-float-card span { font-size: 0.78rem; color: var(--text-light); }

@media (max-width: 575.98px) {
  .hero-float-card { position: static; margin-top: 10px; box-shadow: none; border: 1px solid var(--border); }
  .hero-img-wrap { background: var(--white); }
  .hero-section h1 { font-size: 1.85rem; }
  .page-hero h1 { font-size: 1.75rem; }
  .cta-banner h2 { font-size: 1.35rem; }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-section h1 { font-size: 2.2rem; }
  .page-hero h1 { font-size: 2rem; }
}

/* =============== Trust / Stat Strip =============== */
.stat-strip { background: var(--secondary); padding: 26px 0; }
.stat-strip .stat-box { text-align: center; padding: 6px; }
.stat-strip .num { font-size: 1.9rem; font-weight: 800; color: var(--primary); display: block; }
.stat-strip .num span { color: var(--primary); }
.stat-strip .lbl { font-size: 0.82rem; color: rgba(255,255,255,0.6); font-weight: 600; }

/* =============== Quote / Contact Form =============== */
.quote-section { background: var(--light-bg); }
.form-card { background: var(--white); border-radius: var(--radius); padding: 34px; box-shadow: 0 10px 34px rgba(0,0,0,0.06); }
.form-label { font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; }
.form-control, .form-select {
  border: 1.5px solid var(--border); border-radius: 8px; padding: 12px 14px; font-size: 0.95rem;
}
.form-control:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(245,167,0,0.15); }

.btn-submit {
  width: 100%; background: var(--emergency); color: var(--white); font-weight: 700; padding: 15px; border: none;
  border-radius: 8px; font-size: 1rem; display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: background-color 0.2s;
}
.btn-submit:hover { background: var(--emergency-dark); }

.contact-card { background: var(--secondary); color: var(--white); border-radius: var(--radius); padding: 34px; height: 100%; }
.contact-card h4 { color: var(--white); margin-bottom: 22px; }
.contact-item { display: flex; gap: 14px; margin-bottom: 18px; }
.contact-item-icon {
  width: 40px; height: 40px; background: rgba(245,167,0,0.14); border-radius: 8px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; color: var(--primary);
}
.contact-item-text strong { display: block; font-size: 0.78rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 2px; }
.contact-item-text a, .contact-item-text span { color: var(--white); font-weight: 600; font-size: 0.95rem; overflow-wrap: anywhere; }
.contact-item-text { min-width: 0; }

.phone-block { background: rgba(224,38,44,0.14); border: 1px solid rgba(224,38,44,0.3); border-radius: 10px; padding: 16px; margin-top: 22px; text-align: center; }
.phone-block p { color: var(--white); font-weight: 700; margin-bottom: 6px; font-size: 0.9rem; }
.phone-block a { color: var(--primary); font-weight: 800; font-size: 1.3rem; }
.phone-block a:hover { color: var(--white); }

/* =============== Services Photo Grid =============== */
.services-section { background: var(--white); }
.service-card { background: var(--white); border-radius: var(--radius); overflow: hidden; height: 100%; box-shadow: 0 8px 26px rgba(0,0,0,0.06); }
.service-card-img { overflow: hidden; position: relative; }
.service-card-img img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.4s; }
.service-card:hover .service-card-img img { transform: scale(1.05); }
.service-card-icon {
  position: absolute; bottom: -22px; left: 22px; width: 46px; height: 46px; background: var(--primary);
  color: var(--secondary); border-radius: 10px; display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}
.service-card-body { padding: 34px 26px 24px; }
.service-card-body h3 { font-size: 1.2rem; margin-bottom: 10px; }
.service-card-body h3 a:hover { color: var(--primary-dark); }
.service-card-body p { color: var(--text-light); font-size: 0.94rem; margin-bottom: 14px; }
.service-card-link { font-weight: 700; color: var(--primary-dark); font-size: 0.9rem; }
.service-card-link::after { content: ' \2192'; }

/* =============== Story / Anecdote Block =============== */
.story-section { background: var(--light-bg); }
.story-img-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 40px rgba(0,0,0,0.12); }
.story-quote {
  border-left: 3px solid var(--primary); background: var(--white); border-radius: 0 10px 10px 0;
  padding: 20px 24px; font-style: italic; color: var(--text); margin: 24px 0; font-size: 1.02rem;
}
.story-section p, .content-block p { color: var(--text-light); }

/* =============== Why Choose Us =============== */
.why-section { background: var(--light-bg); }
.why-card { background: var(--white); border-radius: var(--radius); padding: 30px 26px; height: 100%; box-shadow: 0 6px 20px rgba(0,0,0,0.04); }
.why-icon-wrap {
  width: 54px; height: 54px; background: var(--secondary); border-radius: 12px; display: flex; align-items: center;
  justify-content: center; color: var(--primary); font-size: 1.3rem; margin-bottom: 18px;
}
.why-card h4 { font-size: 1.08rem; margin-bottom: 10px; }
.why-card p { font-size: 0.92rem; color: var(--text-light); margin-bottom: 0; }

/* =============== Rules / Compliance Band =============== */
.rules-band {
  background: linear-gradient(180deg, rgba(16,16,16,0.96), rgba(16,16,16,0.96)), var(--secondary);
  color: var(--white);
}
.rules-band h2 { color: var(--white); }
.rules-band .lead-sub { color: rgba(255,255,255,0.6); }
.rule-card { background: #1c1c1c; border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 28px; height: 100%; }
.rule-card i { font-size: 1.4rem; color: var(--primary); margin-bottom: 14px; display: inline-block; }
.rule-card h4 { color: var(--white); font-size: 1.05rem; margin-bottom: 10px; }
.rule-card p { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin-bottom: 0; }

/* =============== Process Steps =============== */
.process-section { background: var(--light-bg); }
.step-list li { display: flex; gap: 18px; margin-bottom: 28px; }
.step-num {
  width: 44px; height: 44px; flex-shrink: 0; background: var(--secondary); color: var(--primary);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.05rem;
}
.step-content strong { display: block; font-size: 1.02rem; margin-bottom: 6px; color: var(--text); }
.step-content p { font-size: 0.92rem; color: var(--text-light); margin-bottom: 0; }

/* =============== Pricing =============== */
.pricing-section { background: var(--light-bg); }
.pricing-card { background: var(--white); border-radius: var(--radius); padding: 32px 28px; height: 100%; box-shadow: 0 6px 20px rgba(0,0,0,0.05); border: 2px solid transparent; position: relative; }
.pricing-card.featured { border-color: var(--primary); }
.pricing-flag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--primary); color: var(--secondary); font-weight: 700; font-size: 0.76rem; padding: 5px 16px; border-radius: 50px; white-space: nowrap; }
.pricing-card h4 { font-size: 1.1rem; margin-bottom: 6px; }
.pricing-card .price { font-size: 2.1rem; font-weight: 800; color: var(--secondary); margin: 12px 0 4px; }
.pricing-card .price span { font-size: 0.9rem; font-weight: 500; color: var(--text-light); }
.pricing-card .pricing-desc { font-size: 0.86rem; color: var(--text-light); margin-bottom: 18px; }
.pricing-card ul li { display: flex; gap: 8px; margin-bottom: 10px; font-size: 0.88rem; align-items: flex-start; }
.pricing-card ul li i { color: var(--primary-dark); margin-top: 4px; }
.pricing-note-box { background: var(--secondary); color: var(--white); border-radius: var(--radius); padding: 30px; margin-top: 24px; }
.pricing-note-box h4 { color: var(--white); }
.pricing-note-box p { color: rgba(255,255,255,0.65); margin-bottom: 0; }
.pricing-note-box a { color: var(--primary); font-weight: 700; }

/* =============== FAQ Accordion =============== */
.faq-section { background: var(--light-bg); }
.accordion-item { border: none !important; margin-bottom: 12px; border-radius: 10px !important; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.04); background: var(--white); }
.accordion-button { font-weight: 700; font-size: 0.98rem; padding: 18px 22px; color: var(--text); }
.accordion-button:not(.collapsed) { background: var(--secondary); color: var(--white); box-shadow: none; }
.accordion-button:not(.collapsed)::after { filter: invert(1); }
.accordion-button:focus { box-shadow: none; border-color: transparent; }
.accordion-body { font-size: 0.92rem; color: var(--text-light); padding: 18px 22px; }
.accordion-body a { color: var(--primary-dark); font-weight: 600; }

/* =============== Service Areas =============== */
.service-area-section { background: var(--white); }
.suburb-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; }
.suburb-card { background: var(--light-bg); border-radius: 12px; padding: 20px; }
.suburb-card h5 { font-size: 1rem; margin-bottom: 4px; }
.suburb-region-tag { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; display: block; }
.suburb-region-tag.city { color: #1d4ed8; }
.suburb-region-tag.hills { color: #9333ea; }
.suburb-region-tag.coast { color: #0e7490; }
.suburb-region-tag.north { color: #16a34a; }
.suburb-region-tag.south { color: #b45309; }
.suburb-card p { font-size: 0.84rem; color: var(--text-light); margin-bottom: 0; }

/* =============== Generic Content Blocks (service pages) =============== */
.content-block { padding: 70px 0; }
.content-block h2 { font-size: 1.9rem; margin-bottom: 16px; }
.content-img-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 36px rgba(0,0,0,0.12); }

.signs-list li { display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start; background: var(--light-bg); border-radius: 10px; padding: 14px 18px; }
.signs-list i { color: var(--emergency); margin-top: 4px; }
.check-list li { display: flex; gap: 10px; margin-bottom: 12px; align-items: flex-start; font-weight: 600; }
.check-list i { color: var(--primary-dark); margin-top: 5px; }
.check-list.light li { font-weight: 400; color: var(--text-light); }

.info-callout { background: var(--primary-light); border-left: 3px solid var(--primary); border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 24px 0; }
.info-callout.safe { background: var(--safe-light); border-left-color: var(--safe); }
.info-callout p { margin-bottom: 0; color: var(--text); font-size: 0.95rem; }

.page-hero {
  padding: 54px 0 70px;
  background:
    radial-gradient(ellipse 900px 500px at 85% 0%, rgba(245,167,0,0.10), transparent 60%),
    linear-gradient(180deg, #141414 0%, #0a0a0a 100%);
}
.page-hero .breadcrumb-row { font-size: 0.86rem; color: rgba(255,255,255,0.4); margin-bottom: 18px; }
.page-hero .breadcrumb-row a { color: rgba(255,255,255,0.4); }
.page-hero .breadcrumb-row a:hover { color: var(--primary); }
.page-hero h1 { font-size: 2.3rem; margin-bottom: 16px; color: var(--white); }
.page-hero .lead { color: rgba(255,255,255,0.65); max-width: 760px; }
.page-hero-img { border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 45px rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.08); }

.value-card { padding: 26px; background: var(--white); border-radius: var(--radius); box-shadow: 0 6px 20px rgba(0,0,0,0.05); height: 100%; }
.value-card i { font-size: 1.5rem; color: var(--primary-dark); margin-bottom: 14px; }
.value-card h5 { margin-bottom: 8px; }
.value-card p { font-size: 0.9rem; color: var(--text-light); margin-bottom: 0; }

.map-frame { border-radius: var(--radius); overflow: hidden; height: 100%; min-height: 340px; background: var(--light-bg); }
.map-frame iframe { width: 100%; height: 100%; min-height: 340px; border: 0; }

/* =============== CTA Banner =============== */
.cta-banner { background: var(--secondary); color: var(--white); padding: 56px 0; }
.cta-banner h2 { color: var(--white); font-size: 1.7rem; margin-bottom: 10px; }
.cta-sub { color: rgba(255,255,255,0.65); margin-bottom: 0; }
.btn-cta-white { border: 2px solid var(--primary); color: var(--primary); font-weight: 700; padding: 12px 24px; border-radius: 8px; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; }
.btn-cta-white:hover { background: var(--primary); color: var(--secondary); }
.btn-cta-outline { border: 2px solid rgba(255,255,255,0.3); color: var(--white); font-weight: 700; padding: 12px 24px; border-radius: 8px; display: inline-flex; align-items: center; gap: 8px; }
.btn-cta-outline:hover { border-color: var(--white); color: var(--white); }

/* =============== Footer =============== */
.footer { background: var(--secondary); color: rgba(255,255,255,0.65); padding: 70px 0 0; }
.footer h5 { color: var(--white); font-size: 1rem; margin-bottom: 20px; }
.footer p { font-size: 0.9rem; line-height: 1.7; }
.footer-logo-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-logo-icon { width: 44px; height: 44px; background: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--secondary); font-size: 1.3rem; flex-shrink: 0; }
.footer-brand-name { color: var(--white); font-weight: 800; text-transform: uppercase; font-size: 0.95rem; line-height: 1.25; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 0.9rem; color: rgba(255,255,255,0.65); }
.footer-links a:hover { color: var(--primary); }
.footer-contact-item { display: flex; gap: 12px; margin-bottom: 16px; align-items: flex-start; }
.footer-contact-item i { color: var(--primary); margin-top: 4px; width: 16px; }
.footer-contact-item a, .footer-contact-item span { color: rgba(255,255,255,0.85); font-weight: 600; font-size: 0.9rem; overflow-wrap: anywhere; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 22px 0; margin-top: 46px; }
.footer-bottom p { font-size: 0.82rem; margin-bottom: 0; color: rgba(255,255,255,0.45); }

/* =============== Sticky Call Bar (mobile) =============== */
.sticky-call-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1030; background: var(--emergency);
  display: none; align-items: center; justify-content: center; gap: 10px; padding: 13px; color: var(--white);
  font-weight: 700; box-shadow: 0 -4px 16px rgba(0,0,0,0.18);
}
.sticky-call-bar a { color: var(--white); }
@media (max-width: 767.98px) { .sticky-call-bar { display: flex; } body { padding-bottom: 54px; } }
