/* ==========================================================================
   GLOBAL APPLIANCE REPAIRS - ABOUT US PAGE STYLESHEET
   ========================================================================== */

/* --------------------------------------------------------------------------
   Google Fonts for Signature & Custom Script Accents
   -------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Dancing+Script:wght@600;700&display=swap');

/* Base Page Specifics */
.about-page-body {
  background-color: #ffffff;
  color: #1a1d29;
  font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
  overflow-x: hidden;
}

/* --------------------------------------------------------------------------
   Header Contact CTA Specifics (Matching Design)
   -------------------------------------------------------------------------- */
.header-contact-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-red, #e60012);
  color: #ffffff !important;
  padding: 8px 18px;
  border-radius: 9999px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(230, 0, 18, 0.35);
}

.header-phone-pill:hover {
  background: #ff1f2d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 0, 18, 0.5);
  color: #ffffff !important;
}

.header-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c0c4d4;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.25s ease;
}

.header-email-link:hover {
  color: #ffffff;
}

/* --------------------------------------------------------------------------
   Shared Section Badges (e.g. - ABOUT US)
   -------------------------------------------------------------------------- */
.section-badge-red {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e60012;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-badge-red::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 3px;
  background-color: #e60012;
  border-radius: 2px;
}

/* --------------------------------------------------------------------------
   1. ABOUT HERO SECTION (Full-cover background image matching homepage)
   -------------------------------------------------------------------------- */
.about-hero-fullscreen {
  min-height: 85vh;
  padding-top: calc(var(--header-height, 84px) + 2rem);
  padding-bottom: 4rem;
}

.about-hero-fullscreen .hero-content {
  max-width: 660px;
  position: relative;
  z-index: 10;
}

.about-hero-fullscreen .section-badge-red {
  margin-bottom: 1.25rem;
}

/* --------------------------------------------------------------------------
   2. OUR COMPANY SECTION
   -------------------------------------------------------------------------- */
.our-company-section {
  background-color: #ffffff;
  padding: 85px 0 70px;
  position: relative;
}

.our-company-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 52px;
  align-items: center;
}

.our-company-content {
  padding-right: 15px;
}

.our-company-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 2.5rem;
  font-weight: 800;
  color: #0d1322;
  line-height: 1.18;
  margin-bottom: 22px;
  letter-spacing: -0.015em;
}

.our-company-text {
  font-size: 0.98rem;
  color: #4b5568;
  line-height: 1.7;
  margin-bottom: 18px;
}

.our-company-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e60012;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 28px;
  border-radius: 9999px;
  margin-top: 14px;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(230, 0, 18, 0.3);
}

.our-company-btn:hover {
  background: #ff1f2d;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(230, 0, 18, 0.45);
}

/* The Signature Company Stats Card (Image + Swoosh + Dark Stats Panel) */
.company-showcase-card {
  position: relative;
  background: #0b0e1a;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(10, 15, 30, 0.16);
  display: flex;
  height: 480px;
}

.showcase-media-side {
  flex: 1.15;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 25%;
  position: relative;
  z-index: 1;
}

.showcase-stats-side {
  flex: 1.1;
  background: #0b0e1a;
  padding: 2.2rem 2rem 2.2rem 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  z-index: 4;
}

/* Curving Red Separator Swoosh */
.showcase-swoosh-divider {
  position: absolute;
  top: 0;
  left: -68px;
  width: 70px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.showcase-swoosh-divider svg {
  width: 100%;
  height: 100%;
  display: block;
}

.company-stat-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.stat-icon-circle {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: rgba(230, 0, 18, 0.12);
  border: 1.5px solid #e60012;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e60012;
  transition: transform 0.3s ease, background 0.3s ease;
}

.company-stat-row:hover .stat-icon-circle {
  transform: scale(1.1);
  background: #e60012;
  color: #ffffff;
}

.stat-content {
  display: flex;
  flex-direction: column;
}

.stat-headline {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.18rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
}

.stat-headline span {
  display: block;
}

.stat-description {
  font-size: 0.8rem;
  color: #949ab0;
  margin-top: 3px;
}

/* --------------------------------------------------------------------------
   3. OUR MISSION & OUR VISION (DUAL CARDS)
   -------------------------------------------------------------------------- */
.mission-vision-section {
  background-color: #ffffff;
  padding: 10px 0 75px;
}

.mission-vision-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.mission-card,
.vision-card {
  background: #ffffff;
  border: 1.5px solid #eef0f6;
  border-radius: 16px;
  padding: 32px 36px;
  box-shadow: 0 8px 24px rgba(13, 19, 34, 0.04);
  display: flex;
  align-items: flex-start;
  gap: 22px;
  transition: all 0.3s ease;
}

.mission-card:hover,
.vision-card:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 0, 18, 0.35);
  box-shadow: 0 16px 36px rgba(230, 0, 18, 0.08);
}

.mv-icon-box {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: rgba(230, 0, 18, 0.08);
  border: 1.5px solid rgba(230, 0, 18, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e60012;
  transition: all 0.3s ease;
}

.mission-card:hover .mv-icon-box,
.vision-card:hover .mv-icon-box {
  background: #e60012;
  color: #ffffff;
  border-color: #e60012;
}

.mv-info {
  flex: 1;
}

.mv-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.45rem;
  font-weight: 800;
  color: #0d1322;
  margin-bottom: 10px;
}

.mv-desc {
  font-size: 0.92rem;
  color: #555e70;
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   4. WHY CHOOSE US SECTION
   -------------------------------------------------------------------------- */
.about-why-section {
  background: #070c18;
  padding: 85px 0 90px;
  color: #ffffff;
  position: relative;
}

.about-why-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

.about-why-header {
  margin-bottom: 45px;
}

.about-why-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.015em;
}

.about-why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.why-feature-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 18px 24px;
  text-align: center;
  color: #0d1322;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.why-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 38px rgba(230, 0, 18, 0.22);
}

.why-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e60012;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 16px rgba(230, 0, 18, 0.4);
}

.why-feature-card:hover .why-card-icon {
  transform: scale(1.12) rotate(4deg);
}

.why-card-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.05rem;
  font-weight: 800;
  color: #0d1322;
  line-height: 1.25;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-card-line {
  width: 22px;
  height: 2.5px;
  background: #e60012;
  margin: 12px auto;
  border-radius: 2px;
}

.why-card-desc {
  font-size: 0.8rem;
  color: #555e70;
  line-height: 1.55;
  flex: 1;
}

/* --------------------------------------------------------------------------
   5. HOW WE WORK (OUR PROCESS) SECTION
   -------------------------------------------------------------------------- */
.how-we-work-section {
  background-color: #ffffff;
  padding: 85px 0 85px;
}

.how-we-work-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

.how-we-work-header {
  margin-bottom: 45px;
}

.how-we-work-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 2.5rem;
  font-weight: 800;
  color: #0d1322;
  letter-spacing: -0.015em;
}

.process-flow-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.process-step-card {
  flex: 1;
  background: #ffffff;
  border: 1.5px solid #edf0f7;
  border-radius: 14px;
  padding: 24px 22px 28px;
  box-shadow: 0 6px 20px rgba(13, 19, 34, 0.04);
  transition: all 0.3s ease;
  min-height: 195px;
  display: flex;
  flex-direction: column;
}

.process-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(230, 0, 18, 0.35);
  box-shadow: 0 14px 30px rgba(230, 0, 18, 0.08);
}

.step-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.step-badge {
  background: #e60012;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 9999px;
  letter-spacing: 0.02em;
}

.step-icon {
  color: #0d1322;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0d1322;
  margin-bottom: 8px;
}

.step-desc {
  font-size: 0.85rem;
  color: #555e70;
  line-height: 1.55;
}

.process-chevron {
  color: #0d1322;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.7;
}

/* --------------------------------------------------------------------------
   6. MESSAGE FROM HEAD TECHNICIAN SECTION
   -------------------------------------------------------------------------- */
.head-technician-section {
  background-color: #fbfcfe;
  padding: 85px 0 90px;
  border-top: 1px solid #eef1f6;
  position: relative;
}

.head-technician-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 56px;
  align-items: center;
}

.technician-photo-wrapper {
  position: relative;
}

.technician-photo-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(10, 15, 30, 0.12);
  background-color: #eef1f6;
  aspect-ratio: 4 / 3.2;
}

.technician-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}

.technician-quote-wrapper {
  padding-left: 10px;
}

.technician-name {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 2.4rem;
  font-weight: 800;
  color: #0d1322;
  margin-bottom: 18px;
  letter-spacing: -0.015em;
}

.technician-quote-box {
  position: relative;
  margin-bottom: 24px;
}

.quote-mark-start {
  color: #e60012;
  font-size: 3.2rem;
  line-height: 1;
  font-family: Georgia, serif;
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
}

.quote-mark-end {
  color: #e60012;
  font-size: 3.2rem;
  line-height: 1;
  font-family: Georgia, serif;
  display: inline-block;
  margin-left: 4px;
  vertical-align: bottom;
}

.quote-body-text {
  font-size: 0.96rem;
  color: #4b5568;
  line-height: 1.7;
  display: inline;
}

.technician-signature-box {
  margin-top: 18px;
}

.technician-signature {
  font-family: 'Caveat', 'Dancing Script', cursive;
  font-size: 2.2rem;
  font-weight: 700;
  color: #0d1322;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.technician-role {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 0.95rem;
  font-weight: 800;
  color: #0d1322;
  text-transform: capitalize;
}

/* --------------------------------------------------------------------------
   7. RED CALL TO ACTION BANNER
   -------------------------------------------------------------------------- */
.about-cta-banner {
  background: linear-gradient(135deg, #e60012 0%, #c4000f 100%);
  color: #ffffff;
  padding: 38px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(230, 0, 18, 0.35);
}

.about-cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
                    radial-gradient(circle at 90% 80%, rgba(0, 0, 0, 0.15) 0%, transparent 40%);
  pointer-events: none;
}

.about-cta-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.cta-banner-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cta-banner-phone-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.cta-banner-text h3 {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.85rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.18;
}

.cta-banner-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
}

.btn-white-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #e60012 !important;
  font-weight: 800;
  font-size: 1rem;
  padding: 13px 28px;
  border-radius: 9999px;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.btn-white-pill:hover {
  background: #fdfdfd;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.btn-black-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #080d19;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 26px;
  border-radius: 9999px;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.btn-black-pill:hover {
  background: #0f1629;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

/* --------------------------------------------------------------------------
   8. FOOTER SPECIFICS (MATCHING EXACT FOOTER DESIGN)
   -------------------------------------------------------------------------- */
.about-footer {
  background: #05070e;
  padding: 45px 0 25px;
  color: #c0c4d4;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.about-footer-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

.about-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.about-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-footer-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.about-footer-copy {
  font-size: 0.8rem;
  color: #7b8196;
}

.about-footer-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.about-footer-nav a {
  color: #d1d5e2;
  font-size: 0.88rem;
  font-weight: 500;
  transition: color 0.25s ease;
}

.about-footer-nav a:hover,
.about-footer-nav a.active {
  color: #ffffff;
}

.about-footer-contact-block {
  display: flex;
  align-items: center;
  gap: 32px;
}

.about-footer-direct-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
}

.about-footer-direct-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c0c4d4;
  transition: color 0.25s ease;
}

.about-footer-direct-contact a:hover {
  color: #ffffff;
}

.footer-handwritten-tagline {
  font-family: 'Caveat', 'Dancing Script', cursive;
  font-size: 1.55rem;
  font-weight: 700;
  color: #e60012;
  line-height: 1.15;
  letter-spacing: 0.02em;
  transform: rotate(-3deg);
  display: inline-block;
}

.about-footer-bottom {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.social-circle-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.85rem;
  transition: all 0.25s ease;
}

.social-circle-btn:hover {
  background: #e60012;
  border-color: #e60012;
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   9. SCROLL REVEAL ANIMATIONS
   -------------------------------------------------------------------------- */
.anim-fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.anim-fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }
.delay-6 { transition-delay: 0.6s; }

/* --------------------------------------------------------------------------
   10. RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
  .about-why-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .process-flow-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .process-chevron {
    display: none;
  }
}

@media (max-width: 992px) {
  .about-hero-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-hero-title {
    font-size: 2.75rem;
  }

  .our-company-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .head-technician-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-cta-container {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }

  .cta-banner-left {
    flex-direction: column;
    text-align: center;
  }

  .about-footer-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .about-footer-nav {
    flex-wrap: wrap;
    gap: 16px;
  }

  .about-footer-contact-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .header-contact-group .header-email-link {
    display: none;
  }

  .about-hero-title {
    font-size: 2.2rem;
  }

  .company-showcase-card {
    flex-direction: column;
    height: auto;
  }

  .showcase-media-side {
    height: 240px;
    width: 100%;
  }

  .showcase-swoosh-divider {
    display: none;
  }

  .showcase-stats-side {
    padding: 28px 22px;
  }

  .mission-vision-container {
    grid-template-columns: 1fr;
  }

  .about-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-flow-wrapper {
    grid-template-columns: 1fr;
  }

  .cta-banner-buttons {
    flex-direction: column;
    width: 100%;
  }

  .btn-white-pill,
  .btn-black-pill {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .about-why-grid {
    grid-template-columns: 1fr;
  }
  
  .about-hero-title {
    font-size: 1.85rem;
  }
}
