/*
Theme Name: Appointment Red
Theme URI: https://webriti.com/appointment-red-child-version-details-page-1/
Author: webriti
Author URI: https://www.webriti.com
Description: A Business theme which is ideal for creating a corporate / business website. Appointment Red theme is a child theme of Appointment theme and is the Red color variation. The theme has several extra templates that make it even more powerful and it supports various locales.
Tags: full-width-template, threaded-comments, two-columns, right-sidebar, left-sidebar, sticky-post, custom-menu, translation-ready, blog, footer-widgets, featured-images
Template: appointment
Version: 1.4
Requires at least: 4.5
Tested up to: 6.8
Requires PHP: 5.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appointment-red
*/

/*--------------------------------------------------------------
  Navbar2 Classes
--------------------------------------------------------------*/
.navbar.navbar2 {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.navbar2.navbar-default {
  background-color: rgba(0, 0, 0,0.5) !important;
  border-color: transparent;
}

.slider2 .carousel-inner > .item > img {width: 100%;}
.navbar-default.navbar2 .navbar-toggle .icon-bar{background-color: #ddd;}
.navbar-default.navbar2 .navbar-toggle:hover .icon-bar,
.navbar-default.navbar2 .navbar-toggle:focus .icon-bar {
    background-color: #888;
}
@media (min-width:992px ) {
	.navbar2.navbar-default .navbar-nav > li > a { color: #ffffff; }
	.navbar2 .cart-header > a.cart-icon ,.navbar2 .search-box-outer a  {
      color: #ffffff;
    }
    .navbar2 .cart-header {
      border-left: 1px solid #ffffff;
    }
}
@media (max-width: 991px) {
  .navbar-default.navbar2 .navbar-collapse {
    border-color: #ffffff;
    padding: 0;
  }
  .navbar2 .navbar-nav {
    background-color: #ffffff;
    padding: 20px;
    margin: 10px 0 0;
  }
}

/*--------------------------------------------------------------
  Sticky Menu Classes
--------------------------------------------------------------*/
.stickymenu{
 position: fixed !important;
 top: 0;
 width: 100%;
 box-shadow: 0 1px 3px rgba(255,255,255,0.1);
 z-index: 999;
 transition: 0.3s;
 background-color: rgb(255, 255, 255,0.9) !important;
}
.stickymenu1{
 display: none;
 position: fixed !important;
 top: 0;
 width: 100%;
 box-shadow: 0 1px 3px rgba(255,255,255,0.1);
 z-index: 999;
 background-color: rgb(255, 255, 255,0.9) !important;
}

.navbar.shrink{transition: 0.3s;}

.navbar.shrink1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  box-shadow: 0 1px 3px rgba(255,255,255,0.1);
  z-index: 999;
  position: fixed;
  top: 0;
  transition: 0.3s;
}

.head-contact-social li > a > i {
    color: #333!important;
    }
/*Service Section 3-------------------------------------------------------------------------------------------*/
.service-section3 {
    background: transparent;
    margin: 0;
    padding: 80px 0 30px;
    width: 100%;
}
  .service-section3 .service-area{
    margin-bottom: 32px;
    padding: 23px 20px;
    transition: 0.25s;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    text-align: center;
}
.service-section3 .service-icon{
	position: relative;
    text-align: center;
    margin: 0 auto 25px;
    float: none;
    width: auto;
    padding: 0;
}
.service-section3 i.fa{
    border-radius: 10%;
    color: #fff;
    width: 80px;
    height: 80px;
    font-size: 36px;
    line-height: 1.9;
    padding: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    }
.service-section3 .media-body h3{display: block; margin: 0 0 19px;padding: 0;}
.service-section3 .media-body p{display: block;overflow: hidden;margin: 0px;}
 .service-section3 .service-area:hover{
      color: #fff;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}
 .service-section3 .service-area:hover i.fa {
    background: #f5f6fa;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.service-section3 .service-area:hover .media-body h3,.service-section3 .service-area:hover p{color: #fff;}

/*Service Section3*/
.service-section3 .service-area i.fa, .service-section3 .service-area:hover {background: #db2723;}
.service-section3 .service-area:hover i.fa {color: #db2723;}

.service-section3 .col-md-4:nth-child(4) {
  clear: both;
}

/*Red child*/
#customize-controls #customize-control-appointment_options-header_layout_setting img {
    margin: 2%;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
     background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
@media only screen and (min-width: 200px) and (max-width: 991px) {body .navbar-toggler {background-color: #eee;}}



/**************** EDITS START *********************/

/* ================================================
   HOME PAGE — DARK THEME
   Primary: #cc2229 | Dark: #000000
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Syne:wght@700;800&display=swap');

/* ---------- CSS Variables ---------- */
:root {
  /* ── Reds & Black — UNCHANGED ── */
  --red: #cc2229;
  --red-dark: #a51b21;
  --red-glow: rgba(204, 34, 41, 0.35);
  --red-subtle: rgba(204, 34, 41, 0.08);
  --black: #000000;

  /* ── Darks — now with subtle blue tint for richness ── */
  --dark-1: #1a1a2e;   /* deep navy-black  → dark sections */
  --dark-2: #16213e;   /* dark navy        → footers, CTAs */
  --dark-3: #0f3460;   /* deep blue-navy   → accents, sidebars */
  --dark-4: #222222;   /* near-black       → text on light */

  /* ── Grays — lighter, warmer ── */
  --gray-1: #6b7280;   /* mid gray   → subtext, icons */
  --gray-2: #9ca3af;   /* light gray → placeholders, borders */

  /* ── Lights ── */
  --white: #ffffff;    /* pure white → cards, modals */
  --off-white: #f8f9fa; /* soft white → alternating sections */

  /* ── Typography & Easing — UNCHANGED ── */
  --font-display: 'Syne', sans-serif;
  --font-body: 'Outfit', sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.45, 0, 0.15, 1);
}


/* ================================================
   ABOUT US PAGE — DARK THEME
   Shares variables & fonts from home-page-style.css
   ================================================ */

/* ---------- Base ---------- */
.about-page *,
.about-page *::before,
.about-page *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.about-page {
  background-color: var(--black);
  color: var(--off-white);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

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

.about-page a {
  text-decoration: none;
  color: inherit;
}

/* ---------- Shared Labels ---------- */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}

.section-label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--red);
}

.section-label--center {
  justify-content: center;
}

.section-label--center::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--red);
}

.section-header--center {
  text-align: center;
  margin-bottom: 60px;
}

.section-header--center__title {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--white);
  max-width: 650px;
  margin: 0 auto;
}


/* ================================================
   BREADCRUMB BANNER
   ================================================ */
.page-banner {
  position: relative;
  height: 320px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 1em !important;
}

.page-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: 1;
}

.page-banner__content {
  position: relative;
  z-index: 2;
  padding-bottom: 44px;
}

.page-banner__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 50px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 8px;
}

.page-banner__subtitle {
  font-size: 16px;
  color: var(--gray-2);
  margin-bottom: 18px;
  max-width: 520px;
  line-height: 1.6;
}

.page-banner__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.page-banner__breadcrumb a {
  color: var(--gray-2);
  transition: color 0.3s;
}

.page-banner__breadcrumb a:hover {
  color: var(--red);
}

.page-banner__sep {
  display: flex;
  align-items: center;
  color: var(--gray-1);
}

.page-banner__current {
  color: var(--red);
  font-weight: 600;
}


/* ================================================
   ABOUT COMPANY SECTION
   ================================================ */
.about-company {
  padding: 120px 0;
  background: var(--dark-1);
}

.about-company__wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.about-company__image-col {
  position: relative;
}

.about-company__image-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.about-company__image-frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.about-company__image-accent {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 140px;
  height: 140px;
  border: 3px solid var(--red);
  border-radius: 8px;
  z-index: -1;
}

.about-company__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
}

.about-company__desc {
  font-size: 16px;
  color: var(--gray-2);
  line-height: 1.85;
}

.about-company__desc p {
  margin-bottom: 16px;
}

.about-company__desc p:last-child {
  margin-bottom: 0;
}


/* ================================================
   MISSION & VISION SECTION
   ================================================ */
.mission-vision {
  padding: 120px 0;
  background: var(--black);
  position: relative;
}

.mission-vision::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(204,34,41,0.3), transparent);
}

.mission-vision__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.mv-card {
  position: relative;
  padding: 44px 40px;
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s var(--ease-out);
}

.mv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease-out);
}

.mv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(204, 34, 41, 0.15);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.mv-card:hover::before {
  transform: scaleX(1);
}

.mv-card__icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--red-subtle), rgba(204,34,41,0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--red);
  transition: transform 0.4s var(--ease-out);
}

.mv-card:hover .mv-card__icon-wrap {
  transform: scale(1.1);
}

.mv-card__heading {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.3;
}

.mv-card__desc {
  font-size: 15px;
  color: var(--gray-2);
  line-height: 1.8;
}


/* ================================================
   ABOUT — WHY CHOOSE US
   ================================================ */
.about-why {
  padding: 120px 0;
  background: var(--dark-1);
  position: relative;
}

.about-why::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(204,34,41,0.3), transparent);
}

.about-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.about-why__card {
  position: relative;
  padding: 36px 28px 40px;
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  text-align: center;
  transition: all 0.5s var(--ease-out);
  overflow: hidden;
}

.about-why__card:hover {
  transform: translateY(-8px);
  border-color: rgba(204, 34, 41, 0.15);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.about-why__card-number {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 800;
  color: rgba(204, 34, 41, 0.08);
  line-height: 1;
  margin-bottom: 16px;
  transition: color 0.4s;
}

.about-why__card:hover .about-why__card-number {
  color: rgba(204, 34, 41, 0.18);
}

.about-why__card-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.3;
}

.about-why__card-desc {
  font-size: 14px;
  color: var(--gray-1);
  line-height: 1.7;
}

.about-why__card-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--red);
  transition: width 0.5s var(--ease-out);
}

.about-why__card:hover .about-why__card-line {
  width: 100%;
}


/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .about-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-company__wrapper {
    gap: 50px;
  }

  .mv-card {
    padding: 36px 30px;
  }
}

@media (max-width: 768px) {
  .about-company,
  .mission-vision,
  .about-why {
    padding: 80px 0;
  }

  .section-header--center {
    margin-bottom: 40px;
  }

  /* Banner */
  .page-banner {
    height: 260px;
  }

  .page-banner__title {
    font-size: 28px;
  }

  .page-banner__content {
    padding-bottom: 32px;
  }

  /* Company */
  .about-company__wrapper {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-company__image-frame img {
    height: 320px;
  }

  .about-company__image-accent {
    display: none;
  }

  /* Mission Vision */
  .mission-vision__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Why */
  .about-why__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-why__card {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    padding: 28px 24px;
  }

  .about-why__card-number {
    font-size: 36px;
    margin-bottom: 8px;
    width: 100%;
  }

  .about-why__card-title {
    width: 100%;
  }

  .about-why__card-desc {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-banner {
    height: 220px;
  }

  .page-banner__title {
    font-size: 24px;
  }

  .page-banner__subtitle {
    font-size: 14px;
  }
}

/* ---------- Reset & Base ---------- */
.home-page *,
.home-page *::before,
.home-page *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.home-page {
  background-color: var(--black);
  color: var(--off-white);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

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

.home-page a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ---------- Section Header ---------- */
.section-header {
  margin-bottom: 60px;
}

.section-header__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}

.section-header__label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--red);
}

.section-header__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--white);
  max-width: 700px;
}

.section-header__subtitle {
  font-size: 17px;
  color: var(--gray-2);
  max-width: 550px;
  margin-top: 16px;
  line-height: 1.7;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
  transition: all 0.4s var(--ease-out);
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}

.btn--primary {
  background: var(--red)!important;
  color: var(--white)!important;
}

.btn--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s;
}

.btn--primary:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 40px var(--red-glow);
}

.btn--primary:hover::before {
  opacity: 1;
}

.btn--primary svg {
  transition: transform 0.3s var(--ease-out);
}

.btn--primary:hover svg {
  transform: translateX(4px);
}

.btn--outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.btn--outline:hover {
  border-color: var(--red);
  color: var(--red);
  transform: translateY(-2px);
}

.btn--outline-dark {
  background: transparent!important;
  color: var(--dark-2)!important;
  border: 1.5px solid rgba(0, 0, 0, 0.3)!important;
}

.btn--outline-dark:hover {
  border-color: var(--red);
  color: var(--red);
  transform: translateY(-2px);
}


/* ================================================
   HERO SECTION — Screenshot Style
   Full image, no overlay, text box on the left
   ================================================ */
.hero {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.hero__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

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

.hero__text-box {
  position: absolute;
  left: 60px;
  top: 20%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 480px;
  padding: 36px 40px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-left: 4px solid var(--red);
}

.hero__badge {
  display: inline-block;
  padding: 5px 14px;
  background: var(--red);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: fit-content;
}

.hero__heading {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 25px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--dark-2);
  margin-bottom: 16px;
  border-bottom: 3px solid var(--red);
  padding-bottom: 16px;
}

.hero__subheading {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 28px;
}

.hero__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}


/* ================================================
   SERVICES SECTION — Full Image Cards
   ================================================ */
.services {
  padding: 140px 0;
  background: var(--dark-1);
  position: relative;
}

.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(204,34,41,0.3), transparent);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: all 0.5s var(--ease-out);
  overflow: hidden;
}

.service-card:hover {
  border-color: rgba(204, 34, 41, 0.2);
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* --- Full image area --- */
.service-card__image-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.service-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.service-card:hover .service-card__image-wrap img {
  transform: scale(1.08);
}

.service-card__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.5) 100%);
  transition: opacity 0.4s;
}

.service-card__number {
  position: absolute;
  top: 14px;
  left: 16px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  color: var(--white);
  background: var(--red);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* --- Card body below image --- */
.service-card__body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-card__title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.3;
}

.service-card__desc {
  font-size: 14px;
  color: var(--gray-1);
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 18px;
}

.service-card__link-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--red);
  transition: gap 0.3s var(--ease-out);
}

.service-card:hover .service-card__link-text {
  gap: 10px;
}


/* ================================================
   ABOUT SECTION
   ================================================ */
.about {
  padding: 140px 0;
  background: var(--black);
}

.about__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about__image-col {
  position: relative;
}

.about__image-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.about__image-frame img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.about__image-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 160px;
  height: 160px;
  border: 3px solid var(--red);
  border-radius: 8px;
  z-index: -1;
}

.about__image-border {
  position: absolute;
  top: 20px;
  left: -12px;
  width: 4px;
  height: 80px;
  background: var(--red);
  border-radius: 2px;
}

.about__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
  margin-top: 16px;
}

.about__desc {
  font-size: 16px;
  color: var(--gray-2);
  line-height: 1.8;
  margin-bottom: 32px;
}

.about__points {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 1.2em;
}

.about__point {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--off-white);
}

.about__point-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(204, 34, 41, 0.12);
  color: var(--red);
  flex-shrink: 0;
}


/* ================================================
   WHY CHOOSE US SECTION — Dashicons
   ================================================ */
.why-us {
  padding: 140px 0;
  background: var(--dark-1);
  position: relative;
  overflow: hidden;
}

.why-us__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: clamp(100px, 15vw, 220px);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.015);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.why-us__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.why-card {
  position: relative;
  padding: 40px 28px;
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  text-align: center;
  transition: all 0.5s var(--ease-out);
  overflow: hidden;
}

.why-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
  transform: scaleX(0);
  transition: transform 0.5s var(--ease-out);
}

.why-card:hover {
  transform: translateY(-8px);
  border-color: rgba(204, 34, 41, 0.15);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.why-card:hover::after {
  transform: scaleX(1);
}

.why-card__icon-wrap {
  width: 68px;
  height: 68px;
  margin: 0 auto 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--red-subtle), rgba(204,34,41,0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s var(--ease-out);
}

.why-card:hover .why-card__icon-wrap {
  transform: scale(1.1);
}

/* Dashicon styling */
.why-card__icon-wrap .dashicons {
  font-size: 32px;
  width: 32px;
  height: 32px;
  color: var(--red);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-card__number {
  position: absolute;
  top: 14px;
  right: 18px;
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.025);
  line-height: 1;
}

.why-card__title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.why-card__desc {
  font-size: 14px;
  color: var(--gray-1);
  line-height: 1.7;
}


/* ================================================
   PROCESS SECTION
   ================================================ */
.process {
  padding: 140px 0;
  background: var(--black);
}

.process__timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.process__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--red), rgba(204,34,41,0.1));
  transform: translateX(-50%);
}

.process__step {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
  position: relative;
}

.process__step:last-child {
  margin-bottom: 0;
}

.process__step .process__step-content {
  width: calc(50% - 50px);
  text-align: right;
  margin-left: 0;
  margin-right: auto;
  order: -1;
}

.process__step--right .process__step-content {
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  order: 1;
}

.process__step-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--dark-2);
  border: 2px solid var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.4s var(--ease-out);
}

.process__step:hover .process__step-marker {
  background: var(--red);
  box-shadow: 0 0 30px var(--red-glow);
}

.process__step-number {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  color: var(--red);
  transition: color 0.4s;
}

.process__step:hover .process__step-number {
  color: var(--white);
}

.process__step-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.process__step-desc {
  font-size: 15px;
  color: var(--gray-1);
  line-height: 1.7;
}


/* ================================================
   BLOG SECTION
   ================================================ */
.blog {
  padding: 140px 0;
  background: var(--dark-1);
  position: relative;
}

.blog::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(204,34,41,0.3), transparent);
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.blog-card {
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s var(--ease-out);
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(204, 34, 41, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card__image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: var(--dark-3);
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.06);
}

.blog-card__no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-4);
}

.blog-card__date {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--red);
  color: var(--white);
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  z-index: 2;
}

.blog-card__date-day {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
}

.blog-card__date-month {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

.blog-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card__meta {
  margin-bottom: 12px;
}

.blog-card__cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-card__title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.blog-card:hover .blog-card__title {
  color: var(--red);
}

.blog-card__excerpt {
  font-size: 14px;
  color: var(--gray-1);
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 16px;
}

.blog-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--red);
  transition: gap 0.3s var(--ease-out);
}

.blog-card:hover .blog-card__read-more {
  gap: 10px;
}

.blog__view-all {
  text-align: center;
  margin-top: 50px;
}


/* ================================================
   FAQ SECTION
   ================================================ */
.faq {
  padding: 140px 0;
  background: var(--black);
  position: relative;
}

.faq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(204,34,41,0.3), transparent);
}

.faq__wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.faq__image-frame {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 36px;
}

.faq__image-frame img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.faq__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  text-align: left;
  color: var(--white);
  transition: color 0.3s;
}

.faq__question:hover {
  color: var(--red);
}

.faq__question-number {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--red);
  flex-shrink: 0;
  width: 28px;
}

.faq__question-text {
  flex-grow: 1;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.faq__question-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--gray-1);
  transition: all 0.3s var(--ease-out);
}

.faq__item.is-open .faq__question-icon {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.faq__icon-v {
  transition: transform 0.3s var(--ease-out);
}

.faq__item.is-open .faq__icon-v {
  transform: rotate(90deg);
  opacity: 0;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease-smooth);
}

.faq__item.is-open .faq__answer {
  max-height: 300px;
}

.faq__answer-inner {
  padding: 0 0 24px 44px;
}

.faq__answer-inner p {
  font-size: 15px;
  color: var(--gray-2);
  line-height: 1.8;
}


/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .container {
    padding: 0 28px;
  }

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

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

  .about__wrapper {
    gap: 50px;
  }

  .faq__wrapper {
    gap: 50px;
  }

  .hero__text-box {
    max-width: 400px;
    padding: 30px 32px;
    left: 28px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .services,
  .about,
  .why-us,
  .process,
  .blog,
  .faq {
    padding: 100px 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  /* Hero mobile */
  .hero {
    height: 500px;
  }

  .hero__text-box {
    left: 16px;
    right: 16px;
    max-width: none;
    padding: 24px 20px;
  }

  .hero__heading {
    font-size: 22px;
  }

  .hero__buttons {
    flex-direction: column;
  }

  .hero__buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .services__grid,
  .blog__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about__image-frame img {
    height: 350px;
  }

  .about__image-accent {
    display: none;
  }

  .why-us__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-card {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px 24px;
  }

  .why-card__icon-wrap {
    margin: 0;
    flex-shrink: 0;
  }

  /* Process timeline mobile */
  .process__line {
    left: 26px;
  }

  .process__step,
  .process__step--right {
    flex-direction: row;
    padding-left: 80px;
  }

  .process__step .process__step-content,
  .process__step--right .process__step-content {
    width: 100%;
    text-align: left;
    order: 1;
    margin: 0;
  }

  .process__step-marker {
    left: 26px;
    width: 44px;
    height: 44px;
  }

  .faq__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq__image-col {
    order: -1;
  }
}

@media (max-width: 480px) {
  .hero__heading {
    font-size: 20px;
  }

  .hero__subheading {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .hero__badge {
    font-size: 11px;
  }

  .service-card__image-wrap {
    height: 180px;
  }

  .blog-card__image {
    height: 180px;
  }
}

body:not(.home) .navbar2.navbar-default{
  background-color: rgb(0, 0, 0) !important;
  position: relative;
}

/* ================================================
   SERVICE DETAIL PAGE — DARK THEME
   Shares variables & fonts from home-page-style.css
   Shares .page-banner from about-page-style.css
   ================================================ */

/* ---------- Base ---------- */
.service-page *,
.service-page *::before,
.service-page *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.service-page {
  background-color: var(--black);
  color: var(--off-white);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

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

.service-page a {
  text-decoration: none;
  color: inherit;
}


/* ================================================
   SERVICE DETAIL — CONTENT + SIDEBAR
   ================================================ */
.service-detail {
  padding: 100px 0;
  background: var(--dark-1);
}

.service-detail__wrapper {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 50px;
  align-items: start;
}

/* ---------- Main Content ---------- */
.service-detail__content {
  min-width: 0;
}

.service-detail__body {
  font-size: 16px;
  color: var(--gray-2);
  line-height: 1.9;
}

/* WYSIWYG Content Styling */
.service-detail__body h2 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  margin: 40px 0 16px;
  line-height: 1.25;
}

.service-detail__body h2:first-child {
  margin-top: 0;
}

.service-detail__body h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  margin: 32px 0 12px;
  line-height: 1.3;
}

.service-detail__body h4 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin: 24px 0 10px;
  line-height: 1.35;
}

.service-detail__body p {
  margin-bottom: 18px;
}

.service-detail__body p:last-child {
  margin-bottom: 0;
}

.service-detail__body strong,
.service-detail__body b {
  color: var(--off-white);
  font-weight: 600;
}

.service-detail__body a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s;
}

.service-detail__body a:hover {
  color: var(--red-dark);
}

.service-detail__body ul,
.service-detail__body ol {
  margin: 0 0 20px 20px;
  padding-left: 8px;
}

.service-detail__body ul li,
.service-detail__body ol li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.service-detail__body ul li::marker {
  color: var(--red);
}

.service-detail__body ol li::marker {
  color: var(--red);
  font-weight: 600;
}

.service-detail__body blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--red);
  background: var(--dark-2);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--off-white);
}

.service-detail__body img {
  border-radius: 8px;
  margin: 24px 0;
}

.service-detail__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.service-detail__body table th,
.service-detail__body table td {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.service-detail__body table th {
  background: var(--dark-2);
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-detail__body table td {
  font-size: 15px;
}


/* ---------- Sidebar ---------- */
.service-detail__sidebar {
  position: sticky;
  top: 30px;
}

/* Services List Widget */
.sidebar-widget {
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.sidebar-widget__title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
}

.sidebar-widget__title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--red);
}

.sidebar-widget__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-widget__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.sidebar-widget__list li:last-child {
  border-bottom: none;
}

.sidebar-widget__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-2);
  transition: all 0.3s var(--ease-out);
}

.sidebar-widget__list li a:hover,
.sidebar-widget__list li.is-active a {
  color: var(--white);
  background: rgba(204, 34, 41, 0.06);
  padding-left: 30px;
}

.sidebar-widget__list li.is-active a {
  color: var(--red);
  border-left: 3px solid var(--red);
}

.sidebar-widget__list li a svg {
  color: var(--dark-4);
  flex-shrink: 0;
  transition: color 0.3s, transform 0.3s;
}

.sidebar-widget__list li a:hover svg,
.sidebar-widget__list li.is-active a svg {
  color: var(--red);
  transform: translateX(3px);
}

/* CTA Widget */
.sidebar-cta {
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 32px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sidebar-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
}

.sidebar-cta__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(204, 34, 41, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
}

.sidebar-cta__heading {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.sidebar-cta__text {
  font-size: 14px;
  color: var(--gray-1);
  line-height: 1.6;
  margin-bottom: 22px;
}

.btn--full {
  width: 100%;
  justify-content: center;
}


/* ================================================
   SERVICE FAQ SECTION
   ================================================ */
.service-faq {
  padding: 100px 0 120px;
  background: var(--black);
  position: relative;
}

.service-faq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(204,34,41,0.3), transparent);
}

.service-faq__list {
  max-width: 820px;
  margin: 0 auto;
}

.service-faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.service-faq__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  text-align: left;
  color: var(--white);
  transition: color 0.3s;
}

.service-faq__question:hover {
  color: var(--red);
}

.service-faq__q-number {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--red);
  flex-shrink: 0;
  width: 28px;
}

.service-faq__q-text {
  flex-grow: 1;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.service-faq__q-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--gray-1);
  transition: all 0.3s var(--ease-out);
}

.service-faq__item.is-open .service-faq__q-icon {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.service-faq__icon-v {
  transition: transform 0.3s var(--ease-out), opacity 0.3s;
}

.service-faq__item.is-open .service-faq__icon-v {
  transform: rotate(90deg);
  opacity: 0;
}

.service-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease-smooth);
}

.service-faq__item.is-open .service-faq__answer {
  max-height: 400px;
}

.service-faq__answer-inner {
  padding: 0 0 24px 44px;
}

.service-faq__answer-inner p {
  font-size: 15px;
  color: var(--gray-2);
  line-height: 1.85;
}


/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .service-detail__wrapper {
    grid-template-columns: 1fr 300px;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .service-detail {
    padding: 70px 0;
  }

  .service-faq {
    padding: 70px 0 90px;
  }

  .service-detail__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .service-detail__sidebar {
    position: static;
  }

  .service-detail__body h2 {
    font-size: 24px;
    margin: 30px 0 14px;
  }

  .service-detail__body h3 {
    font-size: 20px;
  }

  .service-faq__q-text {
    font-size: 15px;
  }

  .service-faq__answer-inner {
    padding-left: 0;
  }
}
/* ================================================
   LOCATION LIST PAGE — DARK THEME
   Shares variables & fonts from home-page-style.css
   Shares .page-banner from about-page-style.css
   ================================================ */

/* ---------- Base ---------- */
.location-page *,
.location-page *::before,
.location-page *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.location-page {
  background-color: var(--black);
  color: var(--off-white);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

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

.location-page a {
  text-decoration: none;
  color: inherit;
}


/* ================================================
   LOCATIONS SECTION
   ================================================ */
.locations {
  padding: 120px 0 140px;
  background: var(--dark-1);
}

.locations__header {
  margin-bottom: 60px;
}

.locations__heading {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 14px;
}

.locations__intro {
  font-size: 16px;
  color: var(--gray-2);
  max-width: 560px;
  line-height: 1.7;
}


/* ---------- Grid ---------- */
.locations__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}


/* ---------- Location Card ---------- */
.loc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 28px 36px;
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s var(--ease-out);
}

.loc-card:hover {
  transform: translateY(-8px);
  border-color: rgba(204, 34, 41, 0.2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

/* Top row — icon + arrow */
.loc-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 22px;
}

.loc-card__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--red-subtle), rgba(204, 34, 41, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s var(--ease-out), background 0.4s;
}

.loc-card:hover .loc-card__icon-wrap {
  background: var(--red);
  transform: scale(1.08);
}

.loc-card__icon-wrap .dashicons {
  font-size: 26px;
  width: 26px;
  height: 26px;
  color: var(--red);
  transition: color 0.4s;
}

.loc-card:hover .loc-card__icon-wrap .dashicons {
  color: var(--white);
}

.loc-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--dark-4);
  transition: all 0.4s var(--ease-out);
}

.loc-card:hover .loc-card__arrow {
  border-color: var(--red);
  color: var(--red);
  transform: translate(3px, -3px);
}

/* Title */
.loc-card__title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.3;
  transition: color 0.3s;
}

.loc-card:hover .loc-card__title {
  color: var(--red);
}

/* Description */
.loc-card__desc {
  font-size: 14px;
  color: var(--gray-1);
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Link text */
.loc-card__link-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  letter-spacing: 0.3px;
  transition: gap 0.3s var(--ease-out);
}

.loc-card:hover .loc-card__link-text {
  gap: 10px;
}

/* Bottom accent line */
.loc-card__bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
  transition: width 0.5s var(--ease-out);
}

.loc-card:hover .loc-card__bottom-line {
  width: 100%;
}


/* ---------- Location Count ---------- */
.locations__count {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

.locations__count-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 40px;
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 60px;
}

.locations__count-number {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  color: var(--red);
  line-height: 1;
}

.locations__count-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-2);
  letter-spacing: 0.5px;
}


/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .locations__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .locations {
    padding: 80px 0 100px;
  }

  .locations__header {
    margin-bottom: 40px;
  }

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

  .loc-card {
    padding: 26px 22px 30px;
  }

  .locations__count-inner {
    padding: 16px 30px;
  }

  .locations__count-number {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .locations__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .loc-card {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    padding: 24px 20px 28px;
  }

  .loc-card__top {
    width: 100%;
    margin-bottom: 16px;
  }

  .loc-card__title {
    width: 100%;
    font-size: 18px;
  }

  .loc-card__desc {
    width: 100%;
    margin-bottom: 14px;
  }

  .loc-card__link-text {
    width: 100%;
  }
}
/* ================================================
   LOCATION DETAIL PAGE — DARK THEME
   Shares variables & fonts from home-page-style.css
   Shares .page-banner from about-page-style.css
   Shares .sidebar-widget, .sidebar-cta, .btn from
   service-page-style.css & home-page-style.css
   ================================================ */

/* ---------- Base ---------- */
.location-detail-page *,
.location-detail-page *::before,
.location-detail-page *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.location-detail-page {
  background-color: var(--black);
  color: var(--off-white);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

.location-detail-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.location-detail-page a {
  text-decoration: none;
  color: inherit;
}


/* ================================================
   LOCATION DETAIL — CONTENT + SIDEBAR
   ================================================ */
.loc-detail {
  padding: 100px 0 120px;
  background: var(--dark-1);
}

.loc-detail__wrapper {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 50px;
  align-items: start;
}

/* ---------- Main Content ---------- */
.loc-detail__content {
  min-width: 0;
}

.loc-detail__body {
  font-size: 16px;
  color: var(--gray-2);
  line-height: 1.9;
}

.loc-detail__body h2 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  margin: 40px 0 16px;
  line-height: 1.25;
}

.loc-detail__body h2:first-child {
  margin-top: 0;
}

.loc-detail__body h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  margin: 32px 0 12px;
  line-height: 1.3;
}

.loc-detail__body h4 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin: 24px 0 10px;
  line-height: 1.35;
}

.loc-detail__body p {
  margin-bottom: 18px;
}

.loc-detail__body p:last-child {
  margin-bottom: 0;
}

.loc-detail__body strong,
.loc-detail__body b {
  color: var(--off-white);
  font-weight: 600;
}

.loc-detail__body a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s;
}

.loc-detail__body a:hover {
  color: var(--red-dark);
}

.loc-detail__body ul,
.loc-detail__body ol {
  margin: 0 0 20px 20px;
  padding-left: 8px;
}

.loc-detail__body ul li,
.loc-detail__body ol li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.loc-detail__body ul li::marker {
  color: var(--red);
}

.loc-detail__body ol li::marker {
  color: var(--red);
  font-weight: 600;
}

.loc-detail__body blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--red);
  background: var(--dark-2);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--off-white);
}

.loc-detail__body img {
  border-radius: 8px;
  margin: 24px 0;
}

.loc-detail__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.loc-detail__body table th,
.loc-detail__body table td {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.loc-detail__body table th {
  background: var(--dark-2);
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.loc-detail__body table td {
  font-size: 15px;
}


/* ================================================
   ZIPCODES SECTION
   ================================================ */
.loc-zipcodes {
  margin-top: 50px;
  padding: 36px 32px;
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.loc-zipcodes::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
}

.loc-zipcodes__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.loc-zipcodes__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(204, 34, 41, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  flex-shrink: 0;
}

.loc-zipcodes__title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}

.loc-zipcodes__subtitle {
  font-size: 14px;
  color: var(--gray-1);
  margin-top: 2px;
}

.loc-zipcodes__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.loc-zipcodes__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  background: var(--dark-3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--off-white);
  letter-spacing: 0.5px;
  transition: all 0.3s var(--ease-out);
}

.loc-zipcodes__tag:hover {
  background: rgba(204, 34, 41, 0.1);
  border-color: rgba(204, 34, 41, 0.25);
  color: var(--red);
  transform: translateY(-2px);
}


/* ================================================
   SIDEBAR — INFO WIDGET
   ================================================ */
.loc-detail__sidebar {
  position: sticky;
  top: 30px;
}

.sidebar-info {
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
}

.sidebar-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
}

.sidebar-info__title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sidebar-info__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.sidebar-info__item:last-child {
  border-bottom: none;
}

.sidebar-info__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(204, 34, 41, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  flex-shrink: 0;
}

.sidebar-info__label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-1);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.sidebar-info__value {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
}


/* ================================================
   SIDEBAR — OTHER LOCATIONS (extended widget)
   ================================================ */
.location-detail-page .sidebar-widget__list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-2);
  transition: all 0.3s var(--ease-out);
}

.location-detail-page .sidebar-widget__list li a:hover {
  color: var(--white);
  background: rgba(204, 34, 41, 0.06);
  padding-left: 28px;
}

.sidebar-widget__link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.location-detail-page .sidebar-widget__list li a:hover .sidebar-widget__link-icon {
  opacity: 1;
}

.sidebar-widget__link-arrow {
  margin-left: auto;
  color: var(--dark-4);
  flex-shrink: 0;
  transition: color 0.3s, transform 0.3s;
}

.location-detail-page .sidebar-widget__list li a:hover .sidebar-widget__link-arrow {
  color: var(--red);
  transform: translateX(3px);
}


/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .loc-detail__wrapper {
    grid-template-columns: 1fr 300px;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .loc-detail {
    padding: 70px 0 90px;
  }

  .loc-detail__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .loc-detail__sidebar {
    position: static;
  }

  .loc-detail__body h2 {
    font-size: 24px;
    margin: 30px 0 14px;
  }

  .loc-detail__body h3 {
    font-size: 20px;
  }

  .loc-zipcodes {
    padding: 28px 24px;
    margin-top: 40px;
  }

  .loc-zipcodes__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .loc-zipcodes__tag {
    padding: 8px 14px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .loc-zipcodes__grid {
    gap: 8px;
  }

  .loc-zipcodes__tag {
    padding: 7px 12px;
    font-size: 12px;
  }
}

/* ================================================
   RECALLS PAGE — DARK THEME
   Shares variables & fonts from home-page-style.css
   Shares .page-banner from about-page-style.css
   ================================================ */

/* ---------- Base ---------- */
.recalls-page *,
.recalls-page *::before,
.recalls-page *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.recalls-page {
  background-color: var(--black);
  color: var(--off-white);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

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

.recalls-page a {
  text-decoration: none;
  color: inherit;
}


/* ================================================
   RECALLS SECTION
   ================================================ */
.recalls {
  padding: 120px 0 140px;
  background: var(--dark-1);
}

.recalls__header {
  margin-bottom: 40px;
}

.recalls__heading {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 14px;
}

.recalls__intro {
  font-size: 16px;
  color: var(--gray-2);
  max-width: 580px;
  line-height: 1.7;
}


/* ---------- Toolbar ---------- */
.recalls__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  padding: 18px 24px;
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.recalls__search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
  max-width: 420px;
  color: var(--gray-1);
}

.recalls__search input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--white);
}

.recalls__search input::placeholder {
  color: var(--gray-1);
}

.recalls__count-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: rgba(204, 34, 41, 0.1);
  border: 1px solid rgba(204, 34, 41, 0.2);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  white-space: nowrap;
}

.recalls__count-badge span {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
}


/* ---------- Grid ---------- */
.recalls__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}


/* ---------- Recall Card ---------- */
.recall-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 28px 34px;
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s var(--ease-out);
}

.recall-card:hover {
  transform: translateY(-6px);
  border-color: rgba(204, 34, 41, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* Header — icon + date */
.recall-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.recall-card__icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(204,34,41,0.08), rgba(204,34,41,0.16));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s var(--ease-out), background 0.4s;
}

.recall-card:hover .recall-card__icon-wrap {
  background: var(--red);
  transform: scale(1.08);
}

.recall-card__icon-wrap .dashicons {
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: var(--red);
  transition: color 0.4s;
}

.recall-card:hover .recall-card__icon-wrap .dashicons {
  color: var(--white);
}

.recall-card__date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-1);
  letter-spacing: 0.3px;
}

/* Title */
.recall-card__title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 10px;
}

/* Model */
.recall-card__model {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 12px;
  background: var(--dark-3);
  border-radius: 4px;
  width: fit-content;
}

.recall-card__model-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gray-1);
}

.recall-card__model-value {
  font-size: 13px;
  font-weight: 600;
  color: var(--off-white);
}

/* Detail */
.recall-card__detail {
  font-size: 14px;
  color: var(--gray-1);
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Link */
.recall-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  letter-spacing: 0.3px;
  transition: gap 0.3s var(--ease-out);
}

.recall-card:hover .recall-card__link {
  gap: 10px;
}

/* Bottom accent line */
.recall-card__bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
  transition: width 0.5s var(--ease-out);
}

.recall-card:hover .recall-card__bottom-line {
  width: 100%;
}


/* ---------- No Results ---------- */
.recalls__no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
}

.recalls__no-results-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--dark-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-4);
  margin-bottom: 20px;
}

.recalls__no-results p {
  font-size: 16px;
  color: var(--gray-1);
}


/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .recalls__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .recalls {
    padding: 80px 0 100px;
  }

  .recalls__header {
    margin-bottom: 30px;
  }

  .recalls__toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px 20px;
  }

  .recalls__search {
    max-width: 100%;
  }

  .recalls__count-badge {
    justify-content: center;
  }

  .recalls__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .recall-card {
    padding: 24px 22px 28px;
  }
}

@media (max-width: 480px) {
  .recall-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .recall-card__title {
    font-size: 17px;
  }
}
/* ================================================
   CONTACT PAGE — DARK THEME
   Shares variables & fonts from home-page-style.css
   Shares .page-banner from about-page-style.css
   Shares .section-label from about-page-style.css
   ================================================ */

/* ---------- Base ---------- */
.contact-page *,
.contact-page *::before,
.contact-page *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.contact-page {
  background-color: var(--black);
  color: var(--off-white);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

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

.contact-page a {
  text-decoration: none;
  color: inherit;
}


/* ================================================
   CONTACT INFO CARDS
   ================================================ */
.contact-info {
  padding: 100px 0 0;
  background: var(--dark-1);
}

.contact-info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: -70px;
  position: relative;
  z-index: 3;
}

.info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 28px 32px;
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: all 0.5s var(--ease-out);
  position: relative;
  overflow: hidden;
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease-out);
}

.info-card:hover {
  transform: translateY(-8px);
  border-color: rgba(204, 34, 41, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.info-card:hover::before {
  transform: scaleX(1);
}

.info-card__icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(204,34,41,0.08), rgba(204,34,41,0.16));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  margin-bottom: 20px;
  transition: transform 0.4s var(--ease-out), background 0.4s;
}

.info-card:hover .info-card__icon-wrap {
  background: var(--red);
  color: var(--white);
  transform: scale(1.1);
}

.info-card__label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gray-1);
  margin-bottom: 6px;
}

.info-card__value {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 12px;
  word-break: break-word;
}

.info-card__action {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.4s var(--ease-out);
}

.info-card:hover .info-card__action {
  opacity: 1;
  transform: translateY(0);
}


/* ================================================
   CONTACT FORM + WORKING HOURS
   ================================================ */
.contact-main {
  padding: 100px 0 140px;
  background: var(--dark-1);
}

.contact-main__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 0 auto;
  gap: 24px;
}

/* ---------- Hours Column ---------- */
.contact-hours-col {
  position: sticky;
  top: 30px;
}

/* Hours Card */
.hours-card {
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
}

.hours-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
}

.hours-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hours-card__header-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(204, 34, 41, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  flex-shrink: 0;
}

.hours-card__title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}

.hours-card__list {
  padding: 8px 0;
}

.hours-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  transition: background 0.3s;
}

.hours-card__row:hover {
  background: rgba(255, 255, 255, 0.02);
}

.hours-card__row.is-today {
  background: rgba(204, 34, 41, 0.06);
}

.hours-card__day {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--off-white);
}

.hours-card__row.is-today .hours-card__day {
  color: var(--white);
  font-weight: 600;
}

.hours-card__today-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

.hours-card__time {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-2);
}

.hours-card__row.is-today .hours-card__time {
  color: var(--red);
}

.hours-card__row.is-closed .hours-card__time {
  color: var(--gray-1);
  font-style: italic;
  font-weight: 400;
}


/* Quick Contact Card */
.quick-contact-card {
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 28px 24px;
}

.quick-contact-card__title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.quick-contact-card__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-2);
  transition: color 0.3s;
}

.quick-contact-card__item:hover {
  color: var(--red);
}

.quick-contact-card__item svg {
  color: var(--red);
  flex-shrink: 0;
  opacity: 0.7;
}

.quick-contact-card__item:hover svg {
  opacity: 1;
}


/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .contact-main__wrapper {
    max-width: 560px;
  }
}

@media (max-width: 768px) {
  .contact-info {
    padding: 80px 0 0;
  }

  .contact-info__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: -50px;
  }

  .info-card {
    flex-direction: row;
    text-align: left;
    gap: 16px;
    padding: 24px 22px;
  }

  .info-card__icon-wrap {
    margin-bottom: 0;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
  }

  .info-card__action {
    display: none;
  }

  .contact-main {
    padding: 60px 0 100px;
  }

  .contact-main__wrapper {
    max-width: 100%;
  }

  .contact-hours-col {
    position: static;
  }
}

@media (max-width: 480px) {
  .info-card {
    padding: 20px 18px;
  }

  .info-card__value {
    font-size: 14px;
  }
}

/* ================================================
   BLOG CATEGORY PAGE — DARK THEME
   Shares variables & fonts from home-page-style.css
   Shares .page-banner from about-page-style.css
   ================================================ */

/* ---------- Base ---------- */
.blog-cat-page *,
.blog-cat-page *::before,
.blog-cat-page *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.blog-cat-page {
  background-color: var(--black);
  color: var(--off-white);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

.blog-cat-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.blog-cat-page a {
  text-decoration: none;
  color: inherit;
}

/* Small button variant */
.btn--sm {
  padding: 11px 24px;
  font-size: 13px;
}


/* ================================================
   BLOG LISTING SECTION
   ================================================ */
.blog-listing {
  padding: 100px 0 60px;
  background: var(--dark-1);
}


/* ================================================
   CATEGORY SECTION BLOCK
   ================================================ */
.blog-cat-section {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.blog-cat-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Alternating subtle background */
.blog-cat-section--alt {
  margin-left: -40px;
  margin-right: -40px;
  padding: 60px 40px 80px;
  background: rgba(255, 255, 255, 0.01);
  border-radius: 12px;
  border-bottom: none;
}

/* ---------- Category Header ---------- */
.blog-cat-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
}

.blog-cat-section__count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}

.blog-cat-section__count::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: var(--red);
}

.blog-cat-section__title {
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
}

.blog-cat-section__desc {
  font-size: 15px;
  color: var(--gray-2);
  margin-top: 8px;
  max-width: 500px;
  line-height: 1.6;
}

/* Mobile footer button (hidden on desktop) */
.blog-cat-section__footer-mobile {
  display: none;
  text-align: center;
  margin-top: 28px;
}


/* ================================================
   POSTS GRID — 1 Featured + 2 Side
   ================================================ */
.blog-cat-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
}


/* ================================================
   FEATURED / FIRST POST — LARGE CARD
   ================================================ */
.blog-feat-card {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s var(--ease-out);
}

.blog-feat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(204, 34, 41, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.blog-feat-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-feat-card__image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: var(--dark-3);
}

.blog-feat-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.blog-feat-card:hover .blog-feat-card__image img {
  transform: scale(1.06);
}

.blog-feat-card__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
}

.blog-feat-card__no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-4);
}

.blog-feat-card__date-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--red);
  color: var(--white);
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  z-index: 2;
}

.blog-feat-card__date-day {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
}

.blog-feat-card__date-month {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

.blog-feat-card__body {
  padding: 26px 26px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-feat-card__meta {
  margin-bottom: 12px;
}

.blog-feat-card__author {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-1);
}

.blog-feat-card__author svg {
  color: var(--red);
  opacity: 0.7;
}

.blog-feat-card__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 12px;
  transition: color 0.3s;
}

.blog-feat-card:hover .blog-feat-card__title {
  color: var(--red);
}

.blog-feat-card__excerpt {
  font-size: 14px;
  color: var(--gray-1);
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 18px;
}

.blog-feat-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--red);
  transition: gap 0.3s var(--ease-out);
}

.blog-feat-card:hover .blog-feat-card__read-more {
  gap: 10px;
}


/* ================================================
   SIDE POSTS — SMALL HORIZONTAL CARDS
   ================================================ */
.blog-side-card {
  background: var(--dark-2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s var(--ease-out);
}

.blog-side-card:hover {
  transform: translateY(-4px);
  border-color: rgba(204, 34, 41, 0.2);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.blog-side-card__link {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.blog-side-card__image {
  width: 180px;
  min-height: 100%;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--dark-3);
}

.blog-side-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.blog-side-card:hover .blog-side-card__image img {
  transform: scale(1.06);
}

.blog-side-card__no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-4);
}

.blog-side-card__body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.blog-side-card__date {
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-1);
  margin-bottom: 6px;
}

.blog-side-card__title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 6px;
  transition: color 0.3s;

  /* Clamp to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-side-card:hover .blog-side-card__title {
  color: var(--red);
}

.blog-side-card__excerpt {
  font-size: 13px;
  color: var(--gray-1);
  line-height: 1.6;
  margin-bottom: 10px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-side-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  transition: gap 0.3s var(--ease-out);
}

.blog-side-card:hover .blog-side-card__read-more {
  gap: 8px;
}


/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .blog-feat-card__image {
    height: 240px;
  }

  .blog-side-card__image {
    width: 150px;
  }

  .blog-cat-section--alt {
    margin-left: -28px;
    margin-right: -28px;
    padding: 50px 28px 60px;
  }
}

@media (max-width: 768px) {
  .blog-listing {
    padding: 80px 0 40px;
  }

  .blog-cat-section {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .blog-cat-section--alt {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px 50px;
  }

  /* Header — stack and hide desktop button */
  .blog-cat-section__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-cat-section__header .btn {
    display: none;
  }

  .blog-cat-section__footer-mobile {
    display: block;
  }

  /* Stack grid */
  .blog-cat-section__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .blog-feat-card {
    grid-row: auto;
    grid-column: auto;
  }

  .blog-feat-card__image {
    height: 220px;
  }

  .blog-feat-card__title {
    font-size: 19px;
  }

  /* Side cards go vertical on mobile */
  .blog-side-card__link {
    flex-direction: column;
  }

  .blog-side-card__image {
    width: 100%;
    height: 180px;
  }

  .blog-side-card__body {
    padding: 18px 20px 22px;
  }

  .blog-side-card__title {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .blog-feat-card__image {
    height: 180px;
  }

  .blog-side-card__image {
    height: 150px;
  }

  .blog-cat-section__title {
    font-size: 24px;
  }
}
.sidebar-section-right .wp-block-heading {
  color: #ffffff;
  font-size: 25px;
  padding-top: 1em;
}
.sidebar-widget ul li a{
	color: #f2f2f2!important;
}
.sidebar-widget {
  padding-left: 1em!important;
  padding-right: 1em!important;
}
.blog-post-lg{
	display: none!important;
}
.footer-section, .footer-copyright-section {
  background-color: #000000!important;
  color: #f2f2f2!important;
}
.footer-section {
  background: url('../..//uploads/2026/05/footer.png');
}
.footer-section .footer-widget-title{
	color: #f2f2f2!important;
}
.footer-widget-column ul li a, .footer-section li {
  color: #cccccc!important;
}
.footer-widget-column ul li a:hover {
  color: #cc2229!important;
}

/* ============================================================
   ERROR CODES PAGE — Dark Theme (#0a0a0a / #cc2229)
   ============================================================ */

/* ---------- Banner ---------- */
.page-banner {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  background: #111111;
  overflow: hidden;
  border-bottom: 1px solid #1e1e1e;
	background-size: 100%;
  background-position: center;
}

.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(204, 34, 41, 0.7) 0%, transparent 70%);
  pointer-events: none;
}

.page-banner__overlay {
  display: none; /* handled by ::before pseudo */
}

.page-banner .container {
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-banner__title {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  line-height: 1.2;
}

.page-banner__subtitle {
  font-size: 15px;
  color: #f2f2f2;
  margin-bottom: 28px;
}

.page-banner__breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #555555;
}

.page-banner__breadcrumb a {
  color: #cc2229;
  text-decoration: none;
  transition: color 0.2s;
}

.page-banner__breadcrumb a:hover {
  color: #e83b42;
}

.page-banner__sep {
  display: flex;
  align-items: center;
  color: #333333;
}

.page-banner__current {
  color: #f2f2f2;
}

/* ---------- Section Wrapper ---------- */
.error-codes {
  padding: 64px 0 96px;
  background: #0a0a0a;
}

/* ---------- Top Header ---------- */
.section-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #cc2229;
  margin-bottom: 10px;
}

/* Red accent bar beneath section-label */
.section-label + .accent-bar,
.error-codes__heading::before {
  content: '';
  display: block;
  height: 3px;
  width: 44px;
  background: #cc2229;
  border-radius: 2px;
  margin-bottom: 20px;
}

.error-codes__heading {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.error-codes__intro {
  font-size: 15px;
  color: #cccccc;
  margin-bottom: 32px;
  max-width: 600px;
  line-height: 1.7;
}

/* ---------- Toolbar ---------- */
.error-codes__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.error-codes__search {
  position: relative;
  flex: 1;
  min-width: 220px;
}

.error-codes__search svg {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #555555;
  pointer-events: none;
}

.error-codes__search input {
  width: 100%;
  padding: 10px 14px 10px 42px;
  background: #141414;
  border: 1px solid #252525;
  border-radius: 8px;
  color: #e8e8e8;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}

.error-codes__search input:focus {
  border-color: #cc2229;
}

.error-codes__search input::placeholder {
  color: #444444;
}

.error-codes__filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.error-codes__filter-btn {
  padding: 8px 18px;
  background: transparent;
  border: 1px solid #252525;
  border-radius: 6px;
  color: #cccccc;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.error-codes__filter-btn:hover {
  border-color: #3a3a3a;
  color: #cccccc;
}

.error-codes__filter-btn.is-active {
  background: #cc2229;
  border-color: #cc2229;
  color: #ffffff;
}

/* ---------- Count ---------- */
.error-codes__meta {
  font-size: 13px;
  color: #555555;
  margin-bottom: 24px;
}

.error-codes__meta strong {
  color: #888888;
}

/* ---------- Severity Dots ---------- */
.severity-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.severity-dot--critical { background: #cc2229; }
.severity-dot--warning  { background: #e8941a; }
.severity-dot--info     { background: #3a7fd4; }

/* ---------- Table ---------- */
.error-table-wrap {
  border-radius: 10px;
  border: 1px solid #1e1e1e;
  overflow: hidden;
  background: #0f0f0f;
}

.error-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.error-table thead {
  background: #141414;
  border-bottom: 1px solid #222222;
}

.error-table th {
  padding: 14px 18px;
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #f2f2f2;
  white-space: nowrap;
}

.error-table__row {
  border-bottom: 1px solid #161616;
  transition: background 0.15s;
}

.error-table__row:last-child {
  border-bottom: none;
}

.error-table__row:hover {
  background: #141414;
}

.error-table td {
  padding: 15px 18px;
  vertical-align: middle;
}

/* Column widths */
.error-table__th-code    { width: 100px; }
.error-table__th-severity { width: 120px; }
.error-table__th-action  { width: 80px; }

/* ---------- Code Badge ---------- */
.error-code-badge {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(204, 34, 41, 0.10);
  border: 1px solid rgba(204, 34, 41, 0.22);
  border-radius: 5px;
  color: #e04a50;
  font-family: 'Courier New', Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/* ---------- Cell text colors ---------- */
.error-table__td-meaning {
  color: #cccccc;
}

.error-table__td-symptom {
  color: #cccccc;
  font-size: 13px;
}

/* ---------- Severity Tags ---------- */
.severity-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.severity-tag--critical {
  background: rgba(204, 34, 41, 0.10);
  color: #e04a50;
  border: 1px solid rgba(204, 34, 41, 0.20);
}

.severity-tag--warning {
  background: rgba(232, 148, 26, 0.10);
  color: #e8941a;
  border: 1px solid rgba(232, 148, 26, 0.20);
}

.severity-tag--info {
  background: rgba(58, 127, 212, 0.10);
  color: #5898e8;
  border: 1px solid rgba(58, 127, 212, 0.20);
}

/* ---------- Details Link ---------- */
.error-table__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #cc2229;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.error-table__link:hover {
  color: #e83b42;
}

/* ---------- No Results ---------- */
.error-codes__no-results {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
  color: #444444;
  gap: 14px;
  text-align: center;
}

.error-codes__no-results-icon {
  color: #2a2a2a;
}

.error-codes__no-results p {
  font-size: 15px;
}

/* ---------- Mobile Cards ---------- */
.error-cards-mobile {
  display: none;
}

.error-mcard {
  background: #0f0f0f;
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  padding: 18px;
  transition: border-color 0.2s;
}

.error-mcard:hover {
  border-color: #2a2a2a;
}

.error-mcard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.error-mcard__meaning {
  font-size: 15px;
  font-weight: 500;
  color: #dddddd;
  margin-bottom: 8px;
}

.error-mcard__symptom {
  font-size: 13px;
  color: #666666;
  margin-bottom: 14px;
  line-height: 1.5;
}

.error-mcard__symptom-label {
  color: #555555;
  margin-right: 4px;
}

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .error-table-wrap {
    display: none;
  }

  .error-cards-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .error-codes__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .error-codes__filters {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .error-codes__filter-btn {
    padding: 7px 12px;
    font-size: 12px;
  }
}
#errorTable{
	background-color: #000;
}
/* ============================================================
   SINGLE ERROR CODE PAGE — Dark Theme (#0a0a0a / #cc2229)
   ============================================================ */

/* ---------- Banner ---------- */
.sp-banner {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid #1e1e1e;
  background-color: #111111;
  background-size: cover;
  background-position: center;
}

.sp-banner__bg {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(204, 34, 41, 0.03) 0px,
    rgba(204, 34, 41, 0.03) 1px,
    transparent 1px,
    transparent 40px
  );
}

.sp-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 10, 10, 0.97) 40%,
    rgba(10, 10, 10, 0.6) 100%
  );
}

.sp-banner .container {
  position: relative;
  z-index: 1;
  padding-top: 52px;
  padding-bottom: 52px;
}

/* Back link */
.sp-banner__back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #555555;
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 32px;
  transition: color 0.2s;
}

.sp-banner__back:hover {
  color: #cc2229;
}

.sp-banner__back svg {
  transition: transform 0.2s;
}

.sp-banner__back:hover svg {
  transform: translateX(-3px);
}

/* Eyebrow row */
.sp-banner__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.sp-banner__code {
  display: inline-block;
  padding: 5px 14px;
  background: rgba(204, 34, 41, 0.12);
  border: 1px solid rgba(204, 34, 41, 0.30);
  border-radius: 6px;
  color: #e04a50;
  font-family: 'Courier New', Courier, monospace;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.sp-banner__severity {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 13px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  background: rgba(204, 34, 41, 0.10);
  color: #e04a50;
  border: 1px solid rgba(204, 34, 41, 0.20);
}

.sp-banner__severity-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cc2229;
  display: inline-block;
}

/* Heading */
.sp-banner__title {
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
  line-height: 1.2;
}

.sp-banner__subtitle {
  font-size: 15px;
  color: #666666;
  max-width: 580px;
  line-height: 1.75;
}

/* ---------- Body ---------- */
.sp-body {
  padding: 56px 0 96px;
  background: #0a0a0a;
}

/* Two-column grid */
.sp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}

/* ---------- Main column ---------- */
.sp-main {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* ---------- Content sections ---------- */
.sp-section {
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  overflow: hidden;
  background: #0f0f0f;
}

.sp-section__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid #1a1a1a;
  background: #111111;
}

/* Section icon pill */
.sp-section__icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sp-section__icon--red   { background: rgba(204, 34, 41, 0.12);  color: #e04a50; }
.sp-section__icon--amber { background: rgba(232, 148, 26, 0.12); color: #e8941a; }
.sp-section__icon--green { background: rgba(40, 167, 80, 0.12);  color: #3dbf6a; }

.sp-section__label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 2px;
}

.sp-section__title {
  font-size: 15px;
  font-weight: 600;
  color: #e0e0e0;
}

.sp-section__body {
  padding: 24px 22px;
}

/* ---------- Symptom list ---------- */
.symptom-list,
.cause-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.symptom-list li,
.cause-list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 1.65;
}

.symptom-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cc2229;
  flex-shrink: 0;
  margin-top: 7px;
}

.cause-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e8941a;
  flex-shrink: 0;
  margin-top: 7px;
}

/* ---------- Numbered steps ---------- */
.steps-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(40, 167, 80, 0.10);
  border: 1px solid rgba(40, 167, 80, 0.22);
  color: #3dbf6a;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.step-title {
  font-size: 14px;
  font-weight: 600;
  color: #dddddd;
  margin-bottom: 4px;
}

.step-desc {
  font-size: 13px;
  color: #606060;
  line-height: 1.65;
}

/* ---------- Sidebar ---------- */
.sp-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Warning card */
.sp-warning-card {
  background: #0f0f0f;
  border: 1px solid rgba(204, 34, 41, 0.20);
  border-radius: 10px;
  padding: 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.sp-warning-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(204, 34, 41, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #e04a50;
}

.sp-warning-card__title {
  font-size: 13px;
  font-weight: 600;
  color: #e04a50;
  margin-bottom: 5px;
}

.sp-warning-card__text {
  font-size: 12px;
  color: #555555;
  line-height: 1.65;
}

/* Generic sidebar card */
.sp-card {
  background: #0f0f0f;
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  overflow: hidden;
}

.sp-card__head {
  padding: 13px 18px;
  border-bottom: 1px solid #1a1a1a;
  background: #111111;
}

.sp-card__head-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #444444;
}

.sp-card__body {
  padding: 18px;
}

/* Info rows inside sidebar card */
.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #161616;
  font-size: 13px;
}

.info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.info-row__label  { color: #555555; }
.info-row__value  { font-weight: 500; color: #cccccc; }

.info-row__value--code { 
  font-family: 'Courier New', Courier, monospace; 
  color: #e04a50; 
}
.info-row__value--red   { color: #e04a50; }
.info-row__value--amber { color: #e8941a; }
.info-row__value--green { color: #3dbf6a; }

/* CTA buttons */
.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 18px;
  background: #cc2229;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  margin-bottom: 10px;
}

.cta-btn:hover {
  background: #e02830;
}

.cta-btn--outline {
  background: transparent;
  border-color: #252525;
  color: #777777;
  margin-bottom: 0;
}

.cta-btn--outline:hover {
  background: #141414;
  color: #cccccc;
}

/* ---------- Responsive ---------- */
@media (max-width: 800px) {
  .sp-grid {
    grid-template-columns: 1fr;
  }

  .sp-sidebar {
    order: -1;
  }

  .sp-banner__title {
    font-size: 26px;
  }

  .sp-section__body {
    padding: 18px 16px;
  }
}

@media (max-width: 480px) {
  .sp-banner .container {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sp-body {
    padding: 36px 0 64px;
  }
}
/* Sticky Book Now */
.sticky-book-now {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #cc2229;
    color: #fff;
    text-decoration: none;
    padding: 18px 10px;
    border-radius: 10px 0 0 10px;
    z-index: 9999;
    font-weight: 700;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: 0.3s ease;
}

.sticky-book-now:hover {
    background: #a91b21;
    color: #fff;
}

/* Sticky Phone Button */
.sticky-phone {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 58px;
    height: 58px;
    background: #cc2229;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9999;
    transition: 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.sticky-phone:hover {
    background: #a91b21;
    color: #fff;
}

.sticky-phone .dashicons {
    font-size: 28px;
    width: 28px;
    height: 28px;
}
@media only screen and (max-width: 767px){
    .navbar > .container .navbar-brand {
      width: 50%;
      float: left;
    }
    .logo-link-url {
      display: none!important;
    }
    .navbar-toggler{
        float: right!important;
    }
}