body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
 }

 .navbar-brand img {
  max-height: 50px;
  width: auto;
 }

 .hero-section-index {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../photo/webpage/gw_cars/tyres.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 120px 0;
  margin-bottom: 3rem;
  will-change: transform;
 }

 .hero-section-align {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../photo/webpage/20_alignment.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 120px 0;
  margin-bottom: 3rem;
  will-change: transform;
 }
 .hero-section-mot {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../photo/webpage/20_mot.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 120px 0;
  margin-bottom: 3rem;
  will-change: transform;
 }
 .hero-section-aircon {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../photo/webpage/20_aircon.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 120px 0;
  margin-bottom: 3rem;
  will-change: transform;
 }

 .hero-section-fleet {
  background-image: url('../photo/webpage/gw_pco1.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 380px 0;
  margin-bottom: 3rem;
}
.lead {
  font-size: 26px;
}
 .service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  contain: content;
 }

 .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
 }

 .service-card img {
  height: 200px;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16 / 9;
 }

 .service-card .card-body {
  padding: 1.5rem;
 }

 .service-card h3 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #222;
 }

 .service-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #e74c3c;
 }

 .btn-primary {
  background-color: #e74c3c;
  border-color: #e74c3c;
  transition: background-color 0.2s, border-color 0.2s;
 }

 .btn-primary:hover {
  background-color: #c0392b;
  border-color: #c0392b;
 }

 .other-service {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
 }

 .other-service img {
  width: 60px;
  margin-right: 1rem;
  height: auto;
 }

 .section-title {
  position: relative;
  margin-bottom: 2.5rem;
  font-weight: 600;
  color: #333;
  text-align: center;
 }

 .section-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #e74c3c;
 }

 .language-flag {
  width: 30px;
  height: auto;
  margin-right: 10px;
 }

 footer {
  background-color: #222;
  color: #fff;
  padding: 3rem 0;
 }

 .contact-info {
  margin-bottom: 1rem;
 }

 .contact-info i {
  margin-right: 10px;
  color: #e74c3c;
 }

 .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #333;
  color: white;
  margin-right: 10px;
  transition: all 0.3s ease;
 }

 .social-links a:hover {
  background-color: #e74c3c;
  transform: translateY(-3px);
 }

 .feature-box {
  padding: 2rem;
  border-radius: 8px;
  background-color: #f8f9fa;
  margin-bottom: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
 }

 .feature-box i {
  font-size: 2.5rem;
  color: #e74c3c;
  margin-bottom: 1rem;
 }

 .alignment-image {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  max-width: 100%;
  height: auto;
 }

 .price-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
 }

 .price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
 }

 .price-card .price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e74c3c;
  margin: 1rem 0;
 }

 .price-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
 }

 .price-card ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
 }

 .faq-item {
  margin-bottom: 1.5rem;
 }

 .faq-question {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #222;
 }

 /* Lazy loading for images below the fold */
 .lazy-load {
  opacity: 0;
  transition: opacity 0.3s;
 }

 .lazy-load.loaded {
  opacity: 1;
 }

 /* Improved accessibility styles */
 .btn:focus,
 a:focus {
  outline: 3px solid rgba(231, 76, 60, 0.5);
  outline-offset: 2px;
 }

 /* Optimized media queries */
 @media (max-width: 768px) {
  .hero-section {
   padding: 80px 0;
  }

  .service-card img {
   height: 180px;
  }

  .price-card {
   padding: 1.5rem;
  }

  .price-card .price {
   font-size: 2rem;
  }
 }

 @media (max-width: 576px) {
  .hero-section {
   padding: 60px 0;
  }

  h1.display-4 {
   font-size: 2.5rem;
  }

  .service-card img {
   height: 160px;
  }

  .feature-box {
   padding: 1.5rem;
  }
 }

 /* Print styles for better printing */
 @media print {
  .hero-section {
   background-image: none !important;
   color: #000 !important;
  }

  footer,
  .social-links,
  nav,
  .btn {
   display: none !important;
  }

  body {
   font-size: 12pt;
  }

  .container {
   width: 100%;
   max-width: 100%;
  }
 }