/*
Theme Name: Auto Repair
Theme URI: https://taybac.com
Author: Taybac
Author URI: https://taybac.com
Description: WordPress theme converted from the Auto Repair HTML template.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: auto
*/

img {
  max-width: 100%;
  height: auto;
}

.navbar-nav .menu-item {
  list-style: none;
}

.navbar-nav .current-menu-item > a,
.navbar-nav .current-menu-ancestor > a,
.navbar-nav .current_page_item > a {
  color: #f79f24;
}

.hero-wrap.hero-wrap-2 {
  min-height: 150px;
}

.custom-logo-wrap .custom-logo-link,
.custom-logo-wrap .custom-logo {
  display: block;
}

.custom-logo-wrap .custom-logo {
  max-height: 64px;
  width: auto;
}

.blog-entry .block-20 {
  display: block;
  min-height: 240px;
  background-size: cover;
  background-position: center;
}

.content-area img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}

.content-area img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}

.content-area img.aligncenter {
  display: block;
  margin: 0 auto 1rem;
}

.content-area:after {
  content: "";
  display: block;
  clear: both;
}

.home-intro-content p {
  color: #fff;
}

.service-card .service-thumb {
  min-height: 220px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}

.services-page-overview {
  background: linear-gradient(180deg, #f7f9fd 0%, #ffffff 65%);
}

.services-overview-card {
  background: #fff;
  border-radius: 14px; 
  padding: 28px; 
}

.services-overview-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #edf4ff;
  color: #1f4f8f;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.services-overview-card h2 {
  font-size: 2rem;
  line-height: 1.35;
  margin-bottom: 14px;
}

.services-overview-card .service-single-header {
  margin-bottom: 10px;
}

.services-overview-card .service-single-title {
  margin-bottom: 10px;
}

.services-overview-summary {
  color: #4e5a72;
  margin-bottom: 16px;
  font-size: 1.02rem;
}

.services-overview-content {
  color: #2f3d5a;
  line-height: 1.8;
}

.services-quick-panel {
  background: #162945;
  color: #fff;
  border-radius: 14px;
  padding: 24px; 
}

.services-quick-panel h3 {
  font-size: 1.2rem;
  margin-bottom: 14px;
  color: #fff;
}

.services-quick-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.services-quick-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #d7e7ff;
}

.services-quick-list .fa {
  color: #f79f24;
  margin-top: 5px;
}

.services-form-wrap {
  background: #fff; 
  padding: 18px 0; 
}

.services-metrics-row {
  margin-top: 10px;
}
.fa-book::before, .fa-stethoscope::before,.fa-gears::before, .fa-cogs::before{
  font-size: 45px;
}
  .services-metric-card {
  height: 100%;
  border-radius: 10px;
  border: 1px solid #dce6f4;
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

 
.services-metric-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f79f24 0%, #ffbd59 100%);
  color: #fff;
  font-size: 1.45rem;
  box-shadow: 0 12px 24px rgba(247, 159, 36, 0.28);
  border: 2px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 2px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.services-metric-card:hover .services-metric-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 28px rgba(247, 159, 36, 0.36);
}

@media (max-width: 575.98px) {
  .services-metric-icon {
    width: 54px;
    height: 54px;
    font-size: 1.3rem;
  }
}
 
.services-metric-card strong {
  color: #f79f24;
  font-size: 1.35rem;
  line-height: 1;
  border: 1px solid #f79f24;
  padding: 7px 6px;
}

.services-metric-card span {
  color: #3f4c66;
}

.services-metric-title {
  font-weight: 600;
  text-transform: uppercase;
}

.services-metric-card p {
  margin: 0;
  color: #60708f;
  font-size: 0.92rem;
  line-height: 1.6;
}

.service-card-meta {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.service-card-meta li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #60708f;
  font-size: 0.82rem;
}

.service-card-meta .fa {
  color: #f79f24;
}

.service-card-labels a {
  color: #1f4f8f;
  text-decoration: underline;
}

.services-cta-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg, #0f2a47 0%, #1f4f8f 100%);
  border-radius: 14px;
  padding: 24px 28px;
}

.services-cta-card h3 {
  color: #fff;
  margin-bottom: 8px;
}

.services-cta-card p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.services-cta-card .btn {
  white-space: nowrap;
}

.service-single-entry {
  background: #fff; 
  padding-bottom: 24px;
}

.service-single-header {
  margin-bottom: 18px;
}

.service-single-title {
  margin-bottom: 14px;
  font-size: 2rem;
  line-height: 1.3;
}

.service-single-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.service-single-meta li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5c667b;
  font-size: 12px;
}

.service-single-meta .fa {
  color: #f79f24;
}

.service-single-meta a {
  color: #1f4f8f;
}

.service-single-author {
  margin: 0;
  font-style: normal;
}

.service-meta-labels a {
  color: #1f4f8f;
  text-decoration: underline;
}

.service-single-thumbnail {
  margin-bottom: 18px;
}

.service-single-thumbnail img {
  width: 100%;
  border-radius: 10px;
}

.service-single-excerpt {
  background: #f8fbff;
  border-left: 3px solid #f79f24;
  padding: 14px 16px;
  border-radius: 8px;
  color: #43506a;
  margin-bottom: 20px;
}

.service-single-content {
  color: #27324a;
  line-height: 1.8;
}

.service-single-share {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px dashed #d9e2f0;
}

.service-single-share h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.service-share-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-share-list .share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #d7e0ef;
  color: #2a3652;
  background: #fff;
  font-size: 0.92rem;
  transition: all 0.2s ease;
}

.service-share-list .share-btn:hover {
  border-color: #f79f24;
  color: #f79f24;
  box-shadow: 0 8px 16px rgba(14, 29, 58, 0.08);
}

.service-share-list .share-btn .fa {
  font-size: 0.95rem;
}

.post-single-entry {
  background: #fff;    
  border-radius: 14px;
  padding: 24px;
}

.post-single-header {
  margin-bottom: 18px;
}

.post-single-title {
  margin-bottom: 14px;
  font-size: 2rem;
  line-height: 1.3;
}

.post-single-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.post-single-meta li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5c667b;
  font-size: 0.95rem;
}

.post-single-meta .fa {
  color: #f79f24;
}

.post-single-meta a,
.post-meta-categories a,
.post-meta-tags a {
  color: #1f4f8f;
}

.post-single-author {
  margin: 0;
  font-style: normal;
}

.post-single-thumbnail {
  margin-bottom: 18px;
}

.post-single-thumbnail img {
  width: 100%;
  border-radius: 10px;
}

.post-single-excerpt {
  background: #f8fbff;
  border-left: 3px solid #f79f24;
  padding: 14px 16px;
  border-radius: 8px;
  color: #43506a;
  margin-bottom: 20px;
}

.post-single-content {
  color: #27324a;
  line-height: 1.8;
}

.post-single-share {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px dashed #d9e2f0;
}

.post-single-share h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.partner-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  min-height: 110px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo-img {
  max-height: 56px;
  width: auto;
  filter: grayscale(100%);
  transition: filter 0.2s ease;
}

.partner-item:hover .partner-logo-img {
  filter: grayscale(0);
}

.hotline-cta a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-logo {
  max-height: 62px;
  width: auto;
  margin-bottom: 0.75rem;
}

.map-embed-wrapper iframe {
  width: 100%;
  display: block;
  border: 0;
}

.contact-wrap .wpcf7-form p {
  margin-bottom: 1rem;
}

body.page-template-template-about .about-intro-section {
  position: relative;
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 80%);
  overflow: hidden;
}

body.page-template-template-about .about-intro-section:before {
  content: "";
  position: absolute;
  right: -180px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 159, 36, 0.22) 0%, rgba(247, 159, 36, 0) 70%);
  pointer-events: none;
}

body.page-template-template-about .about-media-panel {
  min-height: 520px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 24px 44px rgba(17, 31, 56, 0.2);
  position: relative;
}

body.page-template-template-about .about-media-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 15, 29, 0.05) 0%, rgba(9, 15, 29, 0.42) 100%);
  pointer-events: none;
}

body.page-template-template-about .about-media-panel .icon-video {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #f79f24;
  border: 3px solid rgba(247, 159, 36, 0.25);
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-template-template-about .about-media-panel .icon-video:hover {
  transform: scale(1.06);
  box-shadow: 0 14px 30px rgba(14, 28, 52, 0.24);
}

body.page-template-template-about .about-media-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  background: rgba(11, 20, 37, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 12px;
  padding: 12px 16px;
  min-width: 146px;
  backdrop-filter: blur(3px);
}

body.page-template-template-about .about-media-badge-number {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

body.page-template-template-about .about-media-badge-text {
  display: block;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.92);
}

body.page-template-template-about .about-content-panel {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e7edf6;
  box-shadow: 0 20px 36px rgba(23, 39, 67, 0.09);
  padding: 34px 30px;
}

body.page-template-template-about .about-content-panel h2 {
  font-size: 2rem;
  line-height: 1.3;
  color: #0f1b30;
}

body.page-template-template-about .about-content-panel p {
  color: #4f5a71;
  line-height: 1.8;
}

body.page-template-template-about .about-feature-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

body.page-template-template-about .about-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #2e3a53;
  margin-bottom: 12px;
  line-height: 1.6;
}

body.page-template-template-about .about-feature-list li:last-child {
  margin-bottom: 0;
}

body.page-template-template-about .about-feature-list .fa {
  margin-top: 4px;
  color: #f79f24;
}

body.page-template-template-about .about-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

body.page-template-template-about .about-cta-row .btn {
  border-radius: 6px;
  font-weight: 600;
}

body.page-template-template-about .about-cta-row .btn-outline-dark {
  border: 1px solid #1f2b40;
  color: #1f2b40;
}

body.page-template-template-about .about-trust-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body.page-template-template-about .about-trust-card {
  background: #ffffff;
  border: 1px solid #e6edf8;
  border-radius: 14px;
  padding: 24px 20px;
  box-shadow: 0 12px 24px rgba(18, 35, 62, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.page-template-template-about .about-trust-card:hover {
  transform: translateY(-6px);
  border-color: #f5bf70;
  box-shadow: 0 20px 34px rgba(18, 35, 62, 0.12);
}

body.page-template-template-about .about-trust-card .trust-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 44px;
  border-radius: 999px;
  padding: 0 14px;
  font-weight: 700;
  color: #f79f24;
  background: #fff3e2;
  margin-bottom: 14px;
}

body.page-template-template-about .about-trust-card h3 {
  font-size: 1.12rem;
  color: #15233d;
  margin-bottom: 8px;
}

body.page-template-template-about .about-trust-card p {
  margin-bottom: 0;
  color: #5a657b;
  line-height: 1.7;
}

.company-direction-section {
  background: radial-gradient(circle at 10% 20%, #f5f8ff 0%, #ffffff 55%);
}

.vision-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.role-section {
  background: radial-gradient(circle at 14% 30%, #eef4ff 0%, #ffffff 58%);
}

.core-values-section {
  background: radial-gradient(circle at 90% 20%, #fdf7ed 0%, #ffffff 60%);
}

.company-direction-shell {
  background: #ffffff;
  border: 1px solid #e7edf6;
  border-radius: 20px;
  padding: 44px 28px;
  box-shadow: 0 22px 44px rgba(21, 39, 71, 0.08);
}

.company-direction-section .heading-section p {
  max-width: 700px;
  margin: 0.75rem auto 0;
  color: #5c667b;
  font-size: 1rem;
  line-height: 1.8;
}

.company-direction-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid #e2e9f4;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 14px 26px rgba(24, 45, 84, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  animation: directionCardIn 0.6s ease both;
}

.company-direction-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 40px rgba(24, 45, 84, 0.14);
  border-color: #f79f24;
}

.direction-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.direction-media {
  margin: 0 0 16px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e7edf6;
}

.direction-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.company-direction-card:hover .direction-media img {
  transform: scale(1.04);
}

.direction-index {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #7c879f;
}

.company-direction-card .direction-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff2df 0%, #ffe5bf 100%);
  color: #f79f24;
  font-size: 1.25rem;
}

.company-direction-card h3 {
  font-size: 1.28rem;
  color: #101a2d;
  line-height: 1.4;
  margin-bottom: 12px;
}

.company-direction-card p {
  color: #4f5a71;
  margin-bottom: 0;
  line-height: 1.75;
}

.company-direction-card .direction-lead {
  margin-bottom: 16px;
}

.direction-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.direction-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #32415f;
  margin-bottom: 10px;
  line-height: 1.6;
}

.direction-points li:last-child {
  margin-bottom: 0;
}

.direction-points .fa {
  color: #f79f24;
  margin-top: 4px;
}

.direction-pillars {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.direction-pillars li {
  border: 1px solid #e5ecf8;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px 14px;
  box-shadow: 0 8px 14px rgba(24, 45, 84, 0.05);
}

.direction-pillars li strong {
  display: block;
  color: #14233f;
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.direction-pillars li span {
  display: block;
  color: #586684;
  font-size: 0.95rem;
  line-height: 1.65;
}

.core-values-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.core-values-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4f5a71;
  margin-bottom: 10px;
  line-height: 1.6;
}

.core-values-list li:last-child {
  margin-bottom: 0;
}

.core-values-list .fa {
  color: #f79f24;
  margin-top: 4px;
}

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

@media (max-width: 767px) {
  .service-card .service-thumb {
    min-height: 180px;
  }

  .services-overview-card {
    padding: 20px 16px;
  }

  .services-overview-card h2 {
    font-size: 1.45rem;
  }

  .services-overview-card .service-single-title {
    font-size: 1.45rem;
  }

  .services-quick-panel {
    padding: 20px 16px;
  }

  .services-cta-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px;
  }

  .services-cta-card .btn {
    width: 100%;
    text-align: center;
  }

  .service-single-entry {
    padding: 16px;
  }

  .service-single-title {
    font-size: 1.55rem;
  }

  .service-single-meta {
    gap: 8px 12px;
  }

  .post-single-entry {
    padding: 16px;
  }

  .post-single-title {
    font-size: 1.55rem;
  }

  .post-single-meta {
    gap: 8px 12px;
  }

  body.page-template-template-about .about-media-panel {
    min-height: 360px;
    margin-bottom: 22px;
  }

  body.page-template-template-about .about-content-panel {
    padding: 24px 18px;
    border-radius: 14px;
  }

  body.page-template-template-about .about-content-panel h2 {
    font-size: 1.6rem;
  }

  body.page-template-template-about .about-media-badge {
    left: 14px;
    bottom: 14px;
    padding: 10px 12px;
    min-width: 120px;
  }

  body.page-template-template-about .about-media-badge-number {
    font-size: 1.4rem;
  }

  body.page-template-template-about .about-cta-row .btn {
    width: 100%;
    text-align: center;
  }

  body.page-template-template-about .about-trust-card {
    margin-bottom: 16px;
  }

  .service-share-list {
    gap: 8px;
  }

  .service-share-list .share-btn {
    padding: 7px 11px;
  }

  .company-direction-shell {
    padding: 30px 16px;
    border-radius: 14px;
  }

  .company-direction-card {
    padding: 22px 16px;
  }

  .company-direction-card h3 {
    font-size: 1.16rem;
  }

  .direction-pillars {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .direction-pillars li {
    padding: 12px;
  }

  .direction-media img {
    height: 200px;
  }
}
