/* ==========================================================================
   SmartFix UAE - Official Home Maintenance & Technical Services
   Brand Color Palette:
   - Primary Navy Blue: #0F2C59
   - Secondary Deep Blue: #0B1E38
   - Accent Safety Gold/Yellow: #FFB800
   - Sky Blue Accent: #0084FF
   - Neutral Gray: #F8FAFC
   ========================================================================== */

:root {
  --sf-primary: #0F2C59;
  --sf-primary-dark: #0B1E38;
  --sf-accent: #FFB800;
  --sf-accent-hover: #E0A200;
  --sf-sky: #0084FF;
  --sf-light: #F8FAFC;
  --sf-dark: #0A192F;
  --sf-text: #1E293B;
  --sf-muted: #64748B;
  --sf-border: #E2E8F0;
  --sf-radius: 12px;
  --sf-shadow: 0 10px 30px rgba(15, 44, 89, 0.08);
}

body {
  font-family: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--sf-text);
  background-color: #FFFFFF;
  overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--sf-primary);
  line-height: 1.25;
}

.text-accent {
  color: var(--sf-accent) !important;
}

.bg-accent {
  background-color: var(--sf-accent) !important;
  color: #0F2C59 !important;
}

.bg-primary-dark {
  background-color: var(--sf-primary-dark) !important;
}

/* Top Notification / Contact Bar */
.top-bar {
  background-color: var(--sf-primary-dark);
  color: #CBD5E1;
  font-size: 0.85rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar a {
  color: #E2E8F0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.top-bar a:hover {
  color: var(--sf-accent);
}

/* Navbar */
.navbar-smartfix {
  background-color: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 12px 0;
  transition: all 0.3s ease;
}

.navbar-smartfix.sticky-top {
  z-index: 1030;
}

.navbar-brand .logo-text {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--sf-primary);
}

.navbar-brand .logo-text span {
  color: var(--sf-accent);
}

.nav-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--sf-primary) !important;
  padding: 8px 16px !important;
  transition: color 0.2s ease;
}

.nav-link:hover, .nav-link.active {
  color: var(--sf-sky) !important;
}

.btn-smartfix-primary {
  background-color: var(--sf-primary);
  color: #FFFFFF;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 8px;
  border: none;
  transition: all 0.3s ease;
}

.btn-smartfix-primary:hover {
  background-color: var(--sf-primary-dark);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(15, 44, 89, 0.25);
}

.btn-smartfix-accent {
  background-color: var(--sf-accent);
  color: var(--sf-primary);
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 8px;
  border: none;
  transition: all 0.3s ease;
}

.btn-smartfix-accent:hover {
  background-color: var(--sf-accent-hover);
  color: var(--sf-primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 184, 0, 0.35);
}

/* Hero Section */
.hero-section {
  position: relative;
  background: linear-gradient(135deg, rgba(15, 44, 89, 0.88) 0%, rgba(11, 30, 56, 0.82) 100%),
              url('/src/assets/images/hero_worker_bg_1785094978128.jpg') center/cover no-repeat;
  color: #FFFFFF;
  padding: 90px 0 110px 0;
  min-height: 580px;
  display: flex;
  align-items: center;
}

.about-hero-section,
.contact-hero-section,
.services-hero-section {
  position: relative;
  background: linear-gradient(135deg, rgba(15, 44, 89, 0.88) 0%, rgba(11, 30, 56, 0.82) 100%),
              url('/src/assets/images/smartfix_worker_hero_1785094941313.jpg') center/cover no-repeat;
  color: #FFFFFF;
  padding: 85px 0;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.25;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: #E2E8F0;
  margin-top: 15px;
  margin-bottom: 30px;
}

.badge-emergency {
  background-color: rgba(255, 184, 0, 0.18);
  color: var(--sf-accent);
  border: 1px solid var(--sf-accent);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Hero Worker Picture Showcase Card */
.hero-worker-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
  border: 4px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
  background-color: var(--sf-primary-dark);
}

.hero-worker-card:hover {
  transform: translateY(-5px);
}

.hero-worker-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.hero-worker-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(15, 44, 89, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 184, 0, 0.5);
  padding: 16px 20px;
  border-radius: 12px;
  color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

/* Hero Quick Estimator Card */
.hero-calculator-card {
  background-color: #FFFFFF;
  border-radius: var(--sf-radius);
  padding: 28px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  color: var(--sf-text);
}

.hero-calculator-card h4 {
  font-size: 1.3rem;
  margin-bottom: 18px;
}

/* Feature Badge Banner */
.feature-strip {
  background-color: var(--sf-light);
  padding: 24px 0;
  border-bottom: 1px solid var(--sf-border);
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background-color: rgba(15, 44, 89, 0.08);
  color: var(--sf-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

/* Service Cards */
.section-padding {
  padding: 80px 0;
}

.section-title {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.section-subtitle {
  color: var(--sf-muted);
  font-size: 1.05rem;
  max-width: 650px;
  margin: 0 auto 50px auto;
}

.service-card {
  background: #FFFFFF;
  border: 1px solid var(--sf-border);
  border-radius: var(--sf-radius);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sf-shadow);
  border-color: rgba(15, 44, 89, 0.2);
}

.service-card-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.service-card-body {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service-tag {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--sf-sky);
  margin-bottom: 8px;
}

.service-card-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.service-card-desc {
  font-size: 0.9rem;
  color: var(--sf-muted);
  margin-bottom: 20px;
  line-height: 1.5;
}

.service-price {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--sf-primary);
}

/* Process Steps */
.step-card {
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--sf-primary);
  color: var(--sf-accent);
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  box-shadow: 0 8px 20px rgba(15, 44, 89, 0.2);
}

/* AMC Package Pricing Tables */
.amc-card {
  background: #FFFFFF;
  border: 1px solid var(--sf-border);
  border-radius: 16px;
  padding: 36px 28px;
  transition: all 0.3s ease;
  position: relative;
}

.amc-card.popular {
  border: 2px solid var(--sf-accent);
  box-shadow: 0 15px 35px rgba(255, 184, 0, 0.2);
  transform: scale(1.03);
}

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--sf-accent);
  color: var(--sf-primary);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 18px;
  border-radius: 20px;
}

.amc-price {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--sf-primary);
  margin: 15px 0;
}

.amc-price span {
  font-size: 0.95rem;
  color: var(--sf-muted);
  font-weight: 500;
}

.amc-features-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.amc-features-list li {
  font-size: 0.92rem;
  padding: 8px 0;
  color: var(--sf-text);
  display: flex;
  align-items: center;
  gap: 10px;
}

.amc-features-list li i {
  color: #10B981;
}

/* Area Pills */
.area-pill {
  background-color: #FFFFFF;
  border: 1px solid var(--sf-border);
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--sf-primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.area-pill:hover {
  border-color: var(--sf-sky);
  color: var(--sf-sky);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Testimonial Card */
.testimonial-card {
  background: #FFFFFF;
  border: 1px solid var(--sf-border);
  border-radius: var(--sf-radius);
  padding: 28px;
  height: 100%;
}

.rating-stars {
  color: #F59E0B;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

/* Emergency Callout Bar */
.emergency-cta {
  background: linear-gradient(135deg, var(--sf-primary) 0%, var(--sf-primary-dark) 100%);
  color: #FFFFFF;
  padding: 50px 0;
  border-radius: 20px;
}

/* Floating Action Badges */
.floating-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  z-index: 1050;
  transition: all 0.3s ease;
  text-decoration: none;
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  color: #FFFFFF;
}

.floating-phone {
  position: fixed;
  bottom: 95px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: var(--sf-accent);
  color: var(--sf-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 8px 25px rgba(255, 184, 0, 0.4);
  z-index: 1050;
  transition: all 0.3s ease;
  text-decoration: none;
}

.floating-phone:hover {
  transform: scale(1.1);
  color: var(--sf-primary);
}

/* Footer */
footer {
  background-color: var(--sf-dark);
  color: #94A3B8;
  padding-top: 70px;
  padding-bottom: 30px;
  font-size: 0.9rem;
}

/* About Showcase Section (Demo Replica) */
.about-showcase-section {
  padding: 85px 0;
  background-color: #ffffff;
  overflow: hidden;
}

.about-collage-container {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}

.about-main-img-wrap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-main-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.about-sub-collage {
  display: flex;
  align-items: flex-end;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}

.about-sub-img-box {
  width: 56%;
  flex-shrink: 0;
}

.about-sub-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
  border: 6px solid #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  display: block;
}

.about-experience-badge {
  width: 48%;
  margin-left: -8%;
  margin-bottom: 10px;
  background-color: #211B58; /* Match screenshot deep purple */
  color: #ffffff;
  padding: 32px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(33, 27, 88, 0.3);
  z-index: 3;
}

.about-experience-badge .exp-number {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -1px;
}

.about-experience-badge .exp-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  margin-top: 8px;
}

.about-eyebrow {
  color: #2997E6;
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 12px;
  display: block;
}

.about-heading {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.22;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.about-description {
  color: #64748B;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.about-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
  margin-bottom: 35px;
}

.about-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #0F172A;
  font-size: 0.96rem;
}

.about-check-box {
  width: 22px;
  height: 22px;
  background-color: #2997E6;
  color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.btn-about-more {
  background-color: #2997E6;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.02rem;
  padding: 14px 34px;
  border-radius: 6px;
  border: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(41, 151, 230, 0.3);
}

.btn-about-more:hover {
  background-color: #1A82D1;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(41, 151, 230, 0.4);
}

@media (max-width: 991.98px) {
  .about-collage-container {
    margin-bottom: 45px;
  }
  .about-heading {
    font-size: 1.9rem;
  }
  .about-check-grid {
    grid-template-columns: 1fr;
  }
}

/* How We Work Section (Demo Replica) */
.how-we-work-section {
  position: relative;
  background-color: #ffffff;
  padding: 85px 0;
  overflow: hidden;
}

/* Deep purple background spanning ~70% on the left */
.how-we-work-bg-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  background-color: #211B58; /* Exact deep purple from screenshot */
  z-index: 1;
}

.how-we-work-container {
  position: relative;
  z-index: 2;
}

.how-we-work-content {
  padding-right: 25px;
  color: #ffffff;
}

.how-we-work-eyebrow {
  color: #2997E6;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 14px;
  display: block;
}

.how-we-work-title {
  color: #ffffff;
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}

.how-we-work-desc {
  color: #E2E8F0;
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 35px;
  max-width: 480px;
}

.btn-view-services {
  background-color: #2997E6;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 14px 34px;
  border-radius: 4px;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(41, 151, 230, 0.3);
}

.btn-view-services:hover {
  background-color: #1A82D1;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(41, 151, 230, 0.4);
}

/* Right Cards Grid */
.how-we-work-cards-grid {
  display: flex;
  gap: 20px;
}

.process-card {
  flex: 1;
  background-color: #2997E6;
  color: #ffffff;
  padding: 44px 26px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(41, 151, 230, 0.35);
}

.process-card-title {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}

.process-card-divider {
  width: 45px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 22px;
  opacity: 0.9;
}

.process-card-desc {
  color: #ffffff;
  font-size: 0.96rem;
  line-height: 1.6;
  margin-bottom: 0;
  opacity: 0.95;
}

@media (max-width: 991.98px) {
  .how-we-work-section {
    background-color: #211B58;
    padding: 60px 0;
  }
  .how-we-work-bg-block {
    display: none;
  }
  .how-we-work-cards-grid {
    flex-direction: column;
    margin-top: 35px;
  }
  .how-we-work-title {
    font-size: 2.2rem;
  }
}

/* Our Services Section (Demo Replica) */
.our-services-replica-section {
  padding: 85px 0;
  background-color: #ffffff;
}

.our-services-replica-eyebrow {
  color: #2997E6;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 12px;
  display: block;
  text-align: center;
}

.our-services-replica-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0F172A;
  text-align: center;
  line-height: 1.22;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.our-services-replica-subtitle {
  color: #64748B;
  text-align: center;
  max-width: 980px;
  margin: 0 auto 60px auto;
  font-size: 0.98rem;
  line-height: 1.7;
}

.service-replica-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}

.service-replica-img-wrap {
  position: relative;
  width: 100%;
  border-radius: 4px;
}

.service-replica-img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.service-replica-badge {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 12px 28px;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  font-weight: 800;
  font-size: 1.25rem;
  color: #0F172A;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.service-replica-desc {
  margin-top: 38px;
  text-align: center;
  color: #64748B;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 24px;
  min-height: 48px;
  max-width: 320px;
}

.service-replica-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.btn-service-phone {
  background-color: #2997E6;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.02rem;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  min-width: 220px;
  box-shadow: 0 4px 12px rgba(41, 151, 230, 0.25);
  border: none;
}

.btn-service-phone:hover {
  background-color: #1A82D1;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(41, 151, 230, 0.35);
}

.btn-service-details {
  background-color: #2997E6;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.02rem;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  min-width: 170px;
  box-shadow: 0 4px 12px rgba(41, 151, 230, 0.25);
  border: none;
}

.btn-service-details:hover {
  background-color: #1A82D1;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(41, 151, 230, 0.35);
}

@media (max-width: 991.98px) {
  .our-services-replica-title {
    font-size: 2rem;
  }
}


/* Why Choose Us Section (Demo Replica) */
.why-choose-us-section {
  position: relative;
  background-color: #211B58; /* Deep purple background */
  overflow: hidden;
}

.why-choose-us-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.why-choose-us-col-img {
  width: 50%;
  position: relative;
}

.why-choose-us-col-text {
  width: 50%;
  background-color: #211B58;
  display: flex;
  align-items: center;
}

.why-choose-us-img-box {
  width: 100%;
  height: 100%;
  min-height: 580px;
}

.why-choose-us-img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  max-height: 650px;
  object-fit: cover;
  display: block;
}

.why-choose-us-content {
  padding: 80px 80px 80px 60px;
  color: #ffffff;
  max-width: 680px;
}

.why-choose-us-eyebrow {
  color: #2997E6;
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 18px;
  display: block;
}

.why-choose-us-title {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.why-choose-us-desc {
  color: #E2E8F0;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .why-choose-us-col-img,
  .why-choose-us-col-text {
    width: 100%;
  }
  .why-choose-us-img-box,
  .why-choose-us-img {
    min-height: 380px;
    max-height: 450px;
  }
  .why-choose-us-content {
    padding: 50px 24px 60px 24px;
  }
  .why-choose-us-title {
    font-size: 2.2rem;
  }
}

/* Emergency Services Banner Section (Demo Replica) */
.emergency-banner-section {
  position: relative;
  background-color: #211B58; /* Exact deep purple */
  margin-top: 60px;
  padding-top: 85px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.emergency-banner-container {
  position: relative;
  z-index: 2;
}

.emergency-eyebrow {
  color: #2997E6;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 14px;
  display: block;
}

.emergency-title {
  color: #ffffff;
  font-size: 2.85rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 35px;
  letter-spacing: -0.5px;
  max-width: 620px;
}

.emergency-action-group {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

.btn-request-service {
  background-color: #2997E6;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(41, 151, 230, 0.3);
  border: none;
}

.btn-request-service:hover {
  background-color: #1A82D1;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(41, 151, 230, 0.4);
}

.emergency-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.65rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.emergency-phone-link:hover {
  color: #2997E6;
  transform: scale(1.02);
}

.emergency-phone-icon {
  font-size: 2.2rem;
  color: #2997E6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.emergency-img-wrap {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.emergency-img {
  max-height: 440px;
  width: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 991.98px) {
  .emergency-banner-section {
    padding-top: 50px;
  }
  .emergency-title {
    font-size: 2.1rem;
  }
  .emergency-action-group {
    margin-bottom: 40px;
    gap: 20px;
  }
  .emergency-phone-link {
    font-size: 1.35rem;
  }
  .emergency-img-wrap {
    justify-content: center;
  }
  .emergency-img {
    max-height: 320px;
  }
}

/* Footer */
footer {
  background-color: #0A192F;
  color: #E2E8F0;
  padding-top: 70px;
  padding-bottom: 30px;
  font-size: 0.95rem;
}

footer p,
footer .text-muted,
footer .footer-text {
  color: #E2E8F0 !important;
  font-size: 0.95rem;
  line-height: 1.65;
}

footer h5 {
  color: #FFFFFF;
  margin-bottom: 22px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.3px;
}

footer a {
  color: #CBD5E1;
  text-decoration: none;
  transition: all 0.2s ease;
}

footer a:hover {
  color: #FFB800;
}

footer .footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

footer .footer-social-link:hover {
  background: #FFB800;
  color: #0F2C59;
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 25px;
  margin-top: 50px;
  color: #94A3B8;
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.1rem;
  }
  .hero-section {
    padding: 60px 0;
  }
  .amc-card.popular {
    transform: none;
  }
}
