
/* Delta Repair Shop homepage customizations */
:root {
  --theme-color: #e8092e;
  --theme-color2: #151515;
}
.header-layout2 .header-logo img,
.mobile-logo img {
  width: 105px;
  max-width: 100%;
  height: auto;
  max-height: 59px;
  object-fit: contain;
  background: #fff;
  padding: 4px;
  border-radius: 3px;
  box-sizing: content-box;
}
.header-layout2 .header-top {
  padding: 2px 0;
}
.header-layout2 .main-menu > ul > li > a {
  padding: 9px 0;
}
.header-layout2 .sticky-wrapper.sticky .main-menu > ul > li > a {
  padding: 14px 0;
}
.footer-logo img {
  width: 115px;
  max-width: 100%;
  height: auto;
  max-height: 65px;
  object-fit: contain;
  background: #fff;
  padding: 4px;
  border-radius: 3px;
  box-sizing: content-box;
}
.header-layout2 .sticky-wrapper.sticky .header-navbar-logo img {
  width: 95px;
  max-height: 54px;
}
.header-grid-info li .header-grid-info-details p {
  font-size: 16px;
}
.header-grid-info li .header-grid-info-details h6 {
  font-size: 18px;
}
.main-menu a[href^="#"] {
  cursor: pointer;
}
.hero-wrapper.hero-2 {
  background-size: cover;
  background-position: center center;
  position: relative;
  isolation: isolate;
}
.hero-wrapper.hero-2:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.72) 35%, rgba(0,0,0,.35) 62%, rgba(0,0,0,.18) 100%);
}
.hero-wrapper.hero-2 .hero-style2 .sub-title {
  letter-spacing: 1.4px;
}
.hero-wrapper.hero-2 .hero-title {
  text-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.hero-wrapper.hero-2 .hero-text {
  max-width: 620px;
  font-size: 19px;
}
.delta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.delta-eyebrow:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 3px;
  background: var(--theme-color);
}
.service-card.style2 .service-card_content {
  background-size: cover;
  background-position: center;
}
.service-card.style2 .service-card_content:before {
  background: linear-gradient(180deg, rgba(14,18,22,.12), rgba(10,10,10,.86));
}
.service-card_text,
.wcu-card-text,
.process-card-text,
.sec-text,
.footer-text,
.faq-text {
  line-height: 1.65;
}
.delta-anchor {
  scroll-margin-top: 110px;
}
.delta-info-strip {
  background: #111;
  border-left: 5px solid var(--theme-color);
  padding: 24px 28px;
  color: #fff;
  margin-top: 30px;
}
.delta-info-strip strong {
  color: #fff;
}
.about-thumb2 .about-img-1 img,
.about-thumb2 .about-img-2 img,
.wcu-thumb-1 img,
.appointment-thumb-2 img,
.faq-thumb2 > img,
.testimonial-thumb-2 img,
.cta2-bg-thumb img {
  object-fit: cover;
}
.cta-wrap2 .newsletter-form.style2 {
  max-width: 520px;
}
.cta-wrap2 .newsletter-form.style2 .form-group input {
  background: rgba(255,255,255,.97);
  color: #111;
}
.delta-cta-service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.delta-cta-service-list li {
  position: relative;
  padding-left: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}
.delta-cta-service-list li:before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.footer-layout2 .footer-top-2 .footer-top-title {
  max-width: 365px;
}
.footer-layout2 .footer-top-2 .newsletter-form {
  min-width: 520px;
}
.footer-layout2 .footer-top-2.delta-service-area-card {
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  padding: 28px 15px;
  box-sizing: border-box;
}
.delta-service-area-card .delta-service-area-copy {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}
.delta-service-area-card .footer-top-title {
  max-width: 100%;
  margin-bottom: 0;
}
.delta-service-city-list {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 8px;
  justify-content: flex-start;
  width: 100%;
}
.delta-service-city-list span {
  display: inline;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.delta-map-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.delta-form-message {
  display: none;
  margin-top: 15px;
  padding: 12px 16px;
  background: #f5f5f5;
  border-left: 4px solid var(--theme-color);
  color: #111;
  font-weight: 600;
}
.delta-form-message.show {
  display: block;
}
.copyright-text a {
  color: inherit;
}
@media (max-width: 991px) {
  .hero-wrapper.hero-2:before {
    background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.72) 100%);
  }
  .footer-layout2 .footer-top-2 .newsletter-form {
    min-width: auto;
    width: 100%;
  }
  .delta-cta-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-layout2 .footer-top-2.delta-service-area-card,
  .delta-service-area-card .delta-service-area-copy {
    align-items: flex-start;
    flex-direction: column;
  }
  .delta-service-area-card .footer-top-title {
    max-width: 100%;
  }
  .delta-service-city-list {
    flex-basis: auto;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .header-layout2 .header-logo img,
  .mobile-logo img {
    width: 90px;
  }
  .hero-wrapper.hero-2 .hero-text {
    font-size: 17px;
  }
  .delta-cta-service-list {
    grid-template-columns: 1fr;
  }
}

/* V2 updates */
.process-area-2.delta-anchor {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-grid-info-details a,
.delta-info-strip a {
  color: inherit;
}
.cta-wrap2 .newsletter-form.style2 {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.cta-wrap2 .newsletter-form.style2 .btn {
  display: inline-flex;
  align-items: center;
  min-width: 210px;
  min-height: 56px;
  justify-content: center;
  line-height: 1.2;
  padding-top: 0;
  padding-bottom: 0;
}
.cta-wrap2 .newsletter-form.style2 .delta-secondary-btn {
  background: #fff;
  color: #111;
}
.cta-wrap2 .newsletter-form.style2 .delta-secondary-btn:before,
.cta-wrap2 .newsletter-form.style2 .delta-secondary-btn:after {
  background: #111;
}

/* V3 process background force-fix */
.process-area-2.delta-process-bg {
  background-image: url('../img/bg/process2-bg.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}


/* V8 contact map sizing/polish */
.appointment-area-2 .row.align-items-center {
  min-height: 100%;
}
.delta-map-column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 20px;
}
.delta-location-map {
  width: min(100%, 560px);
  height: 442px;
  overflow: hidden;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 20px;
  box-shadow: none;
}
.delta-location-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}
@media (min-width: 1200px) {
  .delta-location-map {
    width: 100%;
    max-width: 560px;
    height: 442px;
  }
}
@media (max-width: 1199px) {
  .delta-map-column {
    padding: 0 0 60px;
  }
  .delta-location-map {
    width: min(100%, 700px);
    height: 416px;
  }
}
@media (max-width: 575px) {
  .delta-location-map {
    height: 360px;
    border-width: 6px;
    border-radius: 20px;
  }
}


/* Delta subpage layouts */
.delta-subpage-hero {
    background: linear-gradient(90deg, rgba(8, 19, 32, 0.92), rgba(8, 19, 32, 0.78)), url('../img/delta/delta-repair-shop-hero.png') center center / cover no-repeat;
    padding: 105px 0 95px;
    position: relative;
}
.delta-subpage-title {
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.95;
    margin-bottom: 18px;
    max-width: 900px;
}
.delta-subpage-text {
    font-size: 18px;
    line-height: 1.6;
    max-width: 760px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .delta-subpage-hero {
        padding: 75px 0 65px;
    }
    .delta-subpage-text {
        font-size: 16px;
    }
}


/* Delta services hub and service detail pages */
.delta-service-index .sec-text a,
.delta-service-detail a {
    font-weight: 700;
}
.delta-service-list-card {
    background: #ffffff;
    border: 1px solid rgba(8, 19, 32, 0.10);
    border-radius: 16px;
    padding: 30px 28px;
    box-shadow: 0 10px 28px rgba(8, 19, 32, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.delta-service-list-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(8, 19, 32, 0.10);
}
.delta-service-list-card h2 {
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 12px;
}
.delta-service-list-card h2 a {
    color: var(--title-color);
}
.delta-service-list-card p {
    margin-bottom: 18px;
}
.delta-text-link {
    color: var(--theme-color);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.delta-seo-answer-section {
    background: #ffffff;
}
.delta-answer-box {
    background: #f7f7f7;
    border-left: 5px solid var(--theme-color);
    border-radius: 14px;
    padding: 30px;
}
.delta-answer-box h2 {
    font-size: clamp(28px, 3vw, 42px);
    margin-bottom: 14px;
}
.delta-kicker {
    display: inline-block;
    color: var(--theme-color);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}
.delta-fact-list,
.delta-check-list,
.delta-step-list,
.delta-service-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.delta-fact-list li,
.delta-check-list li,
.delta-step-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}
.delta-fact-list li:before,
.delta-check-list li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    top: 1px;
}
.delta-step-list {
    counter-reset: delta-step;
}
.delta-step-list li {
    counter-increment: delta-step;
}
.delta-step-list li:before {
    content: counter(delta-step);
    position: absolute;
    left: 0;
    top: 0;
    background: var(--theme-color);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}
.delta-detail-content h2 {
    margin-top: 34px;
    margin-bottom: 14px;
}
.delta-detail-content > h2:first-child {
    margin-top: 0;
}
.delta-plain-city-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    color: var(--title-color);
    font-weight: 700;
}
.delta-cta-mini {
    background: var(--theme-color);
    color: #fff;
    border-radius: 16px;
    padding: 30px;
}
.delta-cta-mini h3,
.delta-cta-mini p {
    color: #fff;
}
.delta-service-sidebar {
    position: sticky;
    top: 105px;
}
.delta-sidebar-card {
    background: #ffffff;
    border: 1px solid rgba(8, 19, 32, 0.10);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 28px rgba(8, 19, 32, 0.06);
    margin-bottom: 24px;
}
.delta-sidebar-card h3 {
    font-size: 26px;
    margin-bottom: 16px;
}
.delta-sidebar-card li {
    margin-bottom: 12px;
}
.delta-related-links {
    display: grid;
    gap: 10px;
}
.delta-related-links a {
    color: var(--title-color);
    border-bottom: 1px solid rgba(8, 19, 32, 0.12);
    padding-bottom: 10px;
}
.delta-related-links a:hover {
    color: var(--theme-color);
}
@media (max-width: 1199px) {
    .delta-service-sidebar {
        position: static;
    }
}
@media (max-width: 575px) {
    .delta-service-list-card,
    .delta-answer-box,
    .delta-cta-mini,
    .delta-sidebar-card {
        padding: 24px 20px;
    }
}


/* Service area page additions */
.delta-service-city-list a {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.65;
    margin-right: 18px;
    display: inline-block;
}
.delta-service-city-list a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.delta-area-list-card h2 {
    font-size: 24px;
}
.delta-two-column-list {
    columns: 2;
    column-gap: 34px;
}
.delta-two-column-list li {
    break-inside: avoid;
    margin-bottom: 8px;
}
.delta-two-column-list a {
    color: inherit;
}
.delta-area-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-bottom: 30px;
}
.delta-area-inline-links a {
    border-bottom: 1px solid rgba(8, 19, 32, 0.14);
    padding-bottom: 4px;
}
@media (max-width: 767px) {
    .delta-two-column-list {
        columns: 1;
    }
    .delta-service-city-list a {
        margin-right: 12px;
    }
}


/* Service area page citable service cards */
.delta-citable-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 24px 0 34px;
}
.delta-citable-card {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.10);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.delta-citable-card h3 {
    font-size: 21px;
    line-height: 1.25;
    margin-bottom: 10px;
}
.delta-citable-card p {
    margin-bottom: 0;
}
.delta-sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.delta-sidebar-links a {
    color: #242424;
    font-weight: 600;
}
.delta-sidebar-links a:hover {
    color: var(--theme-color);
}
@media (max-width: 767px) {
    .delta-citable-grid {
        grid-template-columns: 1fr;
    }
}


/* V38 rewritten service-area page content */
.delta-unique-area-content .delta-exit-note {
    background: #fff4f4;
    border: 1px solid rgba(231, 0, 22, 0.18);
    border-radius: 14px;
    padding: 18px 20px;
    margin: 20px 0 32px;
    color: #242424;
}
.delta-route-table-wrap {
    overflow-x: auto;
    margin: 24px 0 34px;
    border: 1px solid rgba(8, 19, 32, 0.10);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}
.delta-route-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #fff;
}
.delta-route-table th,
.delta-route-table td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(8, 19, 32, 0.08);
    vertical-align: top;
}
.delta-route-table th {
    background: #111111;
    color: #ffffff;
    font-family: var(--title-font);
    font-weight: 800;
}
.delta-route-table tr:last-child td {
    border-bottom: 0;
}
.delta-route-table td:first-child {
    font-weight: 800;
    color: var(--title-color);
}
.delta-exit-card p {
    margin-bottom: 0;
}
.delta-service-sidebar .delta-exit-card li strong {
    color: var(--title-color);
}


/* V38 deeper city-specific service-area blocks */
.delta-city-specific-block {
    background: #ffffff;
    border: 1px solid rgba(8, 19, 32, 0.10);
    border-radius: 16px;
    padding: 28px;
    margin: 28px 0 36px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}
.delta-city-specific-block h2 {
    margin-top: 0;
}
.delta-city-specific-block p:last-of-type {
    margin-bottom: 18px;
}

/* Delta Repair Shop badge logo update */
.header-layout2 .header-logo img,
.header-layout2 .header-navbar-logo img,
.mobile-logo img,
.footer-logo img,
.widget-about .footer-logo img {
  height: 60px !important;
  width: auto !important;
  max-height: 60px !important;
  max-width: none !important;
  object-fit: contain !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

.header-layout2 .sticky-wrapper.sticky .header-navbar-logo img {
  height: 60px !important;
  max-height: 60px !important;
  width: auto !important;
}

/* V40: visually enlarge badge logo to 100px without increasing header row height */
.header-layout2 .header-logo,
.header-layout2 .header-navbar-logo,
.mobile-logo,
.footer-logo,
.widget-about .footer-logo {
  overflow: visible !important;
}

.header-layout2 .header-logo a,
.header-layout2 .header-navbar-logo .header-logo a,
.mobile-logo a,
.footer-logo a,
.widget-about .footer-logo a {
  display: inline-block !important;
  position: relative !important;
  height: 60px !important;
  width: 105px !important;
  line-height: 60px !important;
  overflow: visible !important;
  vertical-align: middle !important;
}

.header-layout2 .header-logo img,
.header-layout2 .header-navbar-logo img,
.mobile-logo img,
.footer-logo img,
.widget-about .footer-logo img {
  height: 100px !important;
  max-height: 100px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
}

/* Keep counter values like 24/7 together on the home page stat card. */
.counter-card.style2 .counter-card_number span {
  white-space: nowrap;
}

/* V42: start the header black so white navigation text is legible; keep sticky header red on scroll. */
.header-layout2 .header-top,
.header-layout2 .menu-area {
  background: #000 !important;
}

.header-layout2 .header-top .header-grid-info .icon,
.header-layout2 .header-top .header-grid-info-details p,
.header-layout2 .header-top .header-grid-info-details h6,
.header-layout2 .header-top .header-grid-info-details a,
.header-layout2 .main-menu > ul > li > a,
.header-layout2 .social-links a {
  color: #fff !important;
}

.header-layout2 .sticky-wrapper.sticky .menu-area {
  background: var(--theme-color) !important;
}
