/* ===================================================
   CAREY MOVING & STORAGE – Landing Page Styles
   Font: Open Sans + Montserrat (Google Fonts)
   =================================================== */

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

:root {
  --orange: #f4843c;
  --orange-dark: #d96b22;
  --dark: #1a1a2e;
  --dark-gray: #333;
  --mid-gray: #555;
  --light-gray: #f5f5f5;
  --green: #28a745;
  --white: #fff;
  --font-main: 'Montserrat', sans-serif;
  --font-head: 'Montserrat', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-main);
  font-size: 15px;
  color: var(--dark-gray);
  background: var(--white);
  padding-bottom: 70px; /* room for sticky footer */
}

p, li {
  font-family: 'Montserrat', sans-serif;
}

/* ─── UTILITY ─── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero-text h4 {
    font-size: 30px !important;
    font-weight: 500 !important;
}
.btn {
  display: inline-block;
  padding: 10px 28px !important;
  border-radius: 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  border: none;
}
.btn:hover { transform: translateY(-1px); }

.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: var(--orange-dark); }

.btn-outline-orange {
  background: transparent;
  color: var(--orange);
  border: 2px solid var(--orange);
}
.btn-outline-orange:hover { background: var(--orange); color: #fff; }

.btn-sm { padding: 10px 28px; font-size: 18px; }
.btn-full { width: 100%; text-align: center; display: block; }
.btn-wide { padding: 0 40px; font-size: 18px; }

.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 800;
  text-align: center;
  color: var(--dark);
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.center-cta { text-align: center; margin-top: 2rem; }

/* ─── TOP HEADER ─── */
.top-bar {
  background: var(--white);
  border-bottom: 3px solid var(--orange);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 20px;
  flex-wrap: wrap;
}

.logo-img {
  height: 55px;
  width: auto;
  object-fit: contain;
}

.header-badges {
  display: flex;
  align-items: center;
}

.allied-badge-img {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.logo-fallback {
  flex-direction: column;
}
.logo-carey {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  text-transform: uppercase;
}
.logo-sub {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--mid-gray);
  font-weight: 600;
  text-transform: uppercase;
}

.top-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.top-nav a {
  font-size: 12px;
  color: var(--dark-gray);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 3px;
  transition: color 0.2s;
}
.top-nav a:hover { color: var(--orange); }

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 520px;
  background: url('https://careymovingil.com/wp-content/themes/carey/images/1/careybanner.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.30) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 50px 0px;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 380px;
  color: var(--white);
}

.hero-text h1 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 6px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.hero-sub {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 1.2rem;
  color: rgba(255,255,255,0.9);
}

.hero-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
      margin-top: 30px;
          margin-bottom: 30px;
}

.hero-features li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 600;
}

.hero-badge {
    position: absolute;
    bottom: 20px;
    right: 530px;
    width: 190px;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.6));
    z-index: 3;
}

.check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
}

.hero-form-wrap {
  flex: 0 0 480px;
  background: #000000ba;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.22);
  padding: 30px;
}

.hero-form-header {
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 700;
  font-size:26px;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0;
}

.hero-form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-form-field:first-child,
.hero-form button[type="submit"] {
  grid-column: 1 / -1;
}

.hero-form-field label {
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 600;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.hero-form input,
.hero-form select {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: var(--font-main);
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.hero-form input:focus,
.hero-form select:focus { border-color: var(--orange); }

/* ─── VIRTUAL SURVEY ─── */
.virtual-survey {
  background: #fef9c3;
  padding: 48px 0;
}

.virtual-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.virtual-text {
  flex: 1;
  text-align: center;
}

.virtual-text h2 {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 16px;
}

.virtual-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  max-width: 480px;
  margin: 0 auto;
}

.virtual-cta {
  flex: 0 0 auto;
}

.virtual-card {
  background: #ff981f;
  border-radius: 16px;
  padding: 36px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 260px;
}

.virtual-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.virtual-card-title {
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4;
}

.btn-green {
  background: #22c55e;
  color: #fff;
}
.btn-green:hover { background: #16a34a; }

/* ─── TAGLINE BANNER ─── */
.tagline-banner {
  background: var(--orange);
  text-align: center;
  padding: 40px 20px;
}

.tagline-banner p {
  color: #fff;
  font-family: var(--font-main);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* ─── LOCATIONS STRIP ─── */
.locations-strip {
  padding: 70px 0;
  background: var(--white);
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 240px 300px;
  gap: 12px;
}

.rated-box {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px 10px 0;
}

.rated-box h3 {
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 14px;
}

.rated-box p {
  font-size: 12px;
  font-weight: 700;
  color: var(--mid-gray);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.loc-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.loc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.loc-card-tall {
  grid-row: 2;
}

.loc-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 14px 14px;
  background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, transparent 100%);
}

.loc-name {
 font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.loc-nearby {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
}

.nearby-icon {
  background: #fff;
  color: #222;
  font-size: 11px;
  font-weight: 900;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.loc-stars {
  color: #f5a224;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 3px;
}

.loc-rating {
  font-size: 12px;
  color: rgba(255,255,255,0.85);
}

/* ─── HIGHLY RATED ASHEVILLE ─── */
.highly-rated-section {
  padding: 60px 0;
  background: var(--white);
  text-align: center;
}

.highly-rated-title {
  font-family: var(--font-head);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 14px;
}

.highly-rated-sub {
  font-size: 1rem;
  font-weight: 600;
  color: var(--mid-gray);
  margin-bottom: 36px;
}

.highly-rated-box {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 32px 40px;
}

.highly-rated-city {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 28px;
}

.highly-rated-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
  justify-items: center;
}

.hr-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.hr-allied-logo {
  max-width: 130px;
  height: auto;
  object-fit: contain;
}

.hr-badge-img {
  max-width: 160px;
  height: auto;
  display: block;
}

.hr-nearby {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hr-nearby-icon {
  width: 38px;
  height: 38px;
  background: #1a3a5c;
  color: #fff;
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hr-nearby-label {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
}

.hr-stars {
  font-size: 1.6rem;
  color: var(--orange);
  letter-spacing: 3px;
}

.hr-rating {
  font-size: 0.85rem;
  color: var(--mid-gray);
  font-weight: 500;
}

.hr-icon-gold {
  width: 40px;
  height: 40px;
}

.hr-phone {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
}

.hr-address {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark);
  text-align: center;
  line-height: 1.5;
}

/* ─── FULL SERVICE ─── */
.full-service {
  padding: 50px 0;
  background: #f4f4f4;
}

/* ── Service Grid ── */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 155px 230px 190px;
  gap: 8px;
}

.sc {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  cursor: default !important;
}

.sc:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(0,0,0,0.22);
  z-index: 2;
}

/* Specific hover brightening for colored tiles */
.sc-international:hover,
.sc-storage:hover,
.sc-residential:hover {
  filter: brightness(1.08);
}

/* Image tiles get a slight brightness lift */
.sc-long-distance:hover,
.sc-local:hover {
  filter: brightness(1.05);
}

/* Stats tile gets a subtle orange border accent */
.sc-years:hover {
  border-color: var(--orange);
  box-shadow: 0 10px 30px rgba(244,132,60,0.25);
}

/* Commercial tile gets tint on hover */
.sc-commercial:hover {
  background: #e8e8e8;
}

/* ── Row 1: 115 Years ── */
.sc-years {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 1px solid #e8e8e8;
}

.sc-num {
  font-family: var(--font-head);
  font-size: 3.4rem;
  font-weight: 900;
  color: #4caf50;
  line-height: 1;
}

.sc-years-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.sc-rating {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--orange);
}

.sc-stars {
  color: var(--orange);
  font-size: 15px;
  letter-spacing: 2px;
}

/* ── Row 1: Photo ── */
.sc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Row 1: Long Distance ── */
.sc-long-distance {
  grid-column: 2 / 4;
  grid-row: 1;
}

.sc-long-distance img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sc-ld-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 18px 20px;
  gap: 8px;
}

.sc-ld-icon {
  color: var(--orange);
  flex-shrink: 0;
}

.sc-ld-icon svg {
  width: 55px;
  height: 55px;
}

.sc-ld-text {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.25;
  text-align: right;
}
/* ─── LOCATIONS SECTION ─── */
.locations-section {
  padding: 50px 0;
  background: #f0f0f0;
}

.locations-map-row {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: center;
}

.location-card {
  flex: 1 1 0;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 28px 16px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.location-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.14);
}

.location-card-blue {
  background: #3a7bbf;
}

.location-card-green {
  background: #22c55e;
}

.loc-pin-icon {
  width: 42px;
  height: 42px;
}

.loc-pin-icon svg {
  width: 100%;
  height: 100%;
}

.loc-city {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  text-align: center;
  margin: 0;
}

.location-card-blue .loc-city,
.location-card-green .loc-city {
  color: #fff;
}

.loc-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
}

.loc-phone svg {
  width: 18px;
  height: 18px;
  stroke: var(--green);
  flex-shrink: 0;
}

.location-card-blue .loc-phone,
.location-card-green .loc-phone {
  color: #fff;
}

.location-card-blue .loc-phone svg,
.location-card-green .loc-phone svg {
  stroke: #fff;
}
/* ── Row 2: Local Moving ── */
.sc-local {
  grid-column: 1;
  grid-row: 2;
}

.sc-local img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sc-dark-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(0,0,0,0.72) 40%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 18px;
}

/* ── Row 2: International Moving (spans 2 cols) ── */
.sc-international {
  grid-column: 2 / 4;
  grid-row: 2;
  background: var(--orange);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.sc-intl-icon {
  color: rgba(255,255,255,0.9);
}

.sc-intl-icon svg {
  width: 70px;
  height: 70px;
}

.sc-intl-text {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

/* ── Row 3: Storage Services ── */
.sc-storage {
  grid-column: 1;
  grid-row: 3;
  background: #1564AD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  gap: 10px;
}

.sc-cart-img {
  width: 58%;
  height: 90%;
  object-fit: contain;
  object-position: bottom left;
  flex-shrink: 0;
  mix-blend-mode: multiply;
}

.sc-storage-text {
  font-size: 1.3rem;
  text-align: right;
  align-self: flex-start;
  margin-top: 4px;
}

.sc-blue-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(25,80,160,0.78) 45%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px;
}

.sc-overlay-text {
    font-family: var(--font-head);
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-align: left;
}

/* ── Row 3: Commercial Moving ── */
.sc-commercial {
  grid-column: 2;
  grid-row: 3;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sc-comm-icon {
  color: #444;
}

.sc-comm-icon svg {
  width: 52px;
  height: 52px;
}

.sc-comm-text {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.3;
}

/* ── Row 3: Residential Moving ── */
.sc-residential {
  grid-column: 3;
  grid-row: 3;
  background: #fdd835;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
}

.sc-res-text {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 800;
  color: #222;
  line-height: 1.25;
}

.sc-res-icon {
  color: #555;
  align-self: flex-end;
}

.sc-res-icon svg {
  width: 60px;
  height: 60px;
}

/* ─── SERVICES DETAIL ─── */
.services-detail {
  padding: 70px 0;
  background: #e8e8e8;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.svc-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--white);
  border-radius: 8px;
  padding: 28px 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  transition: box-shadow 0.2s;
  text-align: center;
}
.svc-item:hover { box-shadow: 0 4px 20px rgba(247,148,29,0.15); }

.svc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-icon img,
.svc-icon svg {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.svc-content h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.svc-content p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--mid-gray);
}

/* ─── MOVERS IN ASHEVILLE ─── */
.asheville-section {
  padding: 70px 0;
  background: #ffffff;
}

.asheville-top {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 36px;
}

.asheville-img {
  flex: 0 0 46%;
}

.asheville-img img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.asheville-text h2 {
  font-family: var(--font-head);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 20px;
}

.asheville-text p {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--mid-gray);
}

.asheville-bottom {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--mid-gray);
}

/* ─── MOVING SERVICES LIST ─── */
.msv-section {
  padding: 60px 0;
  background: #ebebeb;
}

.msv-title {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 800;
  color: var(--dark);
  text-align: center;
  margin-bottom: 36px;
}

.msv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.msv-col {
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
}

.msv-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid #e8e8e8;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
}

.msv-item-last {
  border-bottom: none;
}

.msv-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}

/* ─── PARTNERS ─── */
.partners {
  padding: 50px 0;
  background: var(--white);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 32px;
  align-items: center;
  justify-items: center;
  margin-bottom: 2rem;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 100%;
}

.partner-logo img {
  max-height: 100px;
  max-width: 180px;
  width: 100%;
  object-fit: contain;
}

.award-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 16px;
  min-width: 100px;
  min-height: 80px;
  text-align: center;
}

.award-icon { font-size: 1.5rem; }

.award-text {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 11px;
  line-height: 1.3;
  color: var(--white);
  text-transform: uppercase;
}

.award-yellow { background: #f7c31d; }
.award-yellow .award-text { color: var(--dark); }

.award-blue { background: #1a4fa0; }
.award-red { background: #c0392b; }
.award-dark { background: var(--dark); }
.award-green { background: var(--green); }
.award-gray { background: #6c757d; }

/* ─── WHY CAREY ─── */
.why-carey {
    padding: 70px 0 70px 0;
    background: #f3f3f3;
}
.why-top-row {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.why-left {
  flex: 1 1 0;
}

.why-title {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--dark);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.why-left p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--mid-gray);
}

.why-image {
  flex: 0 0 42%;
}

.why-image img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.why-body {
  font-size: 14px;
  line-height: 1.7;
  color: var(--mid-gray);
  margin-bottom: 1.2rem;
}

.why-reasons-title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
}

.why-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 40px;
  margin-bottom: 2rem;
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-gray);
}

.why-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
}

.bullet-green { color: var(--green); font-size: 12px; }

/* ─── CALL BAR ─── */
.call-bar {
  background: #e8532a;
  padding: 28px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-bar-btn {
  display: inline-block;
  background: #fff;
  color: #e8532a;
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  padding: 18px 60px;
  text-decoration: none;
  letter-spacing: 0.02em;
   border-radius:8px !important;
}

/* ─── SITE FOOTER ─── */
.site-footer {
  background: #111;
  color: rgba(255,255,255,0.8);
  padding: 50px 0 0;
}

.footer-inner {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-col {
  flex: 1 1 180px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.footer-logo-text {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
}

.footer-logo-sub {
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  text-transform: uppercase;
}

.footer-desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.55);
}

.footer-col h4 {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--orange);
  margin-bottom: 14px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col ul li,
.footer-col ul li a {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col ul li a:hover { color: var(--orange); }

.footer-bottom {
    text-align: center;
    padding: 22px 20px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 15px;
    color: rgb(255 255 255);
}

.footer-bottom a { color: var(--orange); text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }

/* ─── STICKY FOOTER BAR ─── */
.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #fff;
  padding: 12px 20px;
      box-shadow: 0 -4px 20px rgb(0 0 0 / 6%);
}

.sticky-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
     height: 48px;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--white);
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  transition: filter 0.2s, transform 0.2s;
}

.sticky-btn:hover { filter: brightness(1.1); transform: translateY(-2px); }

.sticky-btn-call { background: #222; }
.sticky-btn-quote { background: var(--orange); }

.sticky-icon { font-size: 1.2rem; }

/* ─── FLOATING CALL BUTTON ─── */
@keyframes sonarEffectNew {
  0%   { box-shadow: 0 0 0 0 rgba(34,197,94,0.6), 0 4px 16px rgba(0,0,0,0.2); }
  70%  { box-shadow: 0 0 0 20px rgba(34,197,94,0), 0 4px 16px rgba(0,0,0,0.2); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0), 0 4px 16px rgba(0,0,0,0.2); }
}

.float-call {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--green);
  color: var(--white);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  z-index: 200;
  transition: transform 0.2s, box-shadow 0.2s;
  animation: sonarEffectNew 1.5s ease-out infinite;
}

.float-call:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  animation: none;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 992px) {
  .asheville-top {
    gap: 36px;
  }

  .asheville-text h2 {
    font-size: 1.8rem;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .sc-long-distance,
  .sc-international {
    grid-column: auto;
    grid-row: auto;
  }
  .sc-local, .sc-storage, .sc-commercial, .sc-residential { grid-column: auto; grid-row: auto; }
  .sc { min-height: 160px; }
  .sc-years { min-height: 130px; }
}

@media (max-width: 768px) {
  .top-bar-inner .btn {
    flex: 0 0 100%;
    text-align: center;
  }
  .tagline-banner p {
    color: #fff;
    font-family: var(--font-main);
    font-size: 20px !important;
  }
  .top-bar-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
.loc-name {
    font-size: 18px !important;
}
.btn {
    padding: 0 14px !important;
    font-weight: 700;
    font-size: 16px !important;
}
  .top-nav {
    display: none;
  }

  .hero-inner {
    flex-direction: column;
    padding: 30px 16px;
    gap: 0px !important;
  }

  .hero-form-wrap {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .virtual-inner {
    flex-direction: column;
    text-align: center;
  }

  .locations-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }

  .rated-box {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center;
    padding: 0;
  }

  .loc-card-tall {
    grid-row: auto;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .sc-long-distance { grid-column: 1 / -1; min-height: 200px; }
  .sc-international { grid-column: 1 / -1; grid-row: auto; min-height: 180px; }
  .sc-local, .sc-storage, .sc-commercial, .sc-residential { grid-column: auto; grid-row: auto; }
  .sc { min-height: 140px; }
  .sc-intl-text { font-size: 1.4rem; }
  .sc-ld-text { font-size: 1rem; }

  .services-list {
    grid-template-columns: 1fr;
  }

  .msv-grid {
    grid-template-columns: 1fr;
  }

  .why-top-row {
    flex-direction: column;
  }

  .why-image {
    flex: 0 0 auto;
    width: 100%;
  }

  .highly-rated-title {
    font-size: 1.6rem;
  }

  .highly-rated-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .highly-rated-box {
    padding: 24px 16px;
  }

  .hr-badge-img {
    max-width: 130px;
  }

  .asheville-top {
    flex-direction: column;
    gap: 24px;
  }

  .asheville-img {
    flex: 0 0 auto;
    width: 100%;
  }

  .asheville-text h2 {
    font-size: 1.6rem;
  }

  .why-list {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    gap: 28px;
  }

  .sticky-btn span:last-child {
    display: none;
  }

    .sticky-btn {
        font-size: 15px  !important;
        padding: 10px !important;
        font-weight: 600;
    }
    .sc-overlay-text {
    font-family: var(--font-head);
    font-size: 26px !important;
    }
  }

@media (max-width: 480px) {
     .hero-text h1 {
        font-size: 40px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

  .section-title { font-size: 30px; }

  .locations-map-row { flex-wrap: wrap; }
  .location-card { flex: 1 1 140px; }

  .partners-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  .highly-rated-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .highly-rated-title {
    font-size: 1.3rem;
  }

  .highly-rated-box {
    padding: 20px 12px;
  }

  .hr-badge-img {
    max-width: 110px;
  }

  .hr-icon-gold {
    width: 32px;
    height: 32px;
  }

  .hr-phone {
    font-size: 0.95rem;
  }

  .hr-address {
    font-size: 0.85rem;
  }

  .sticky-btn-call { background: #333; }
  .sticky-btn span:last-child { display: inline; font-size: 11px; }

  .service-grid {
    grid-template-columns: 1fr;
  }
  .sc-long-distance,
  .sc-international {
    grid-column: auto;
    min-height: 190px;
  }
  .sc { min-height: 150px; }
  .sc-years { min-height: 130px; }
      .sc-intl-text {
        font-size: 24px;
        margin-bottom: 10px;
    }
  .sc-num { font-size: 2.8rem; }
}

/* ─── SCROLL ANIMATIONS (optional subtle effect) ─── */
@media (prefers-reduced-motion: no-preference) {
  .svc-item, .service-card, .loc-card {
    animation: fadeInUp 0.4s ease both;
  }

  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}
