body {
  font-family: 'Quicksand';
}

/* Top Info Bar */

.top-bar {
  background-color: #ffffff;
  font-size: 0.8rem;
  margin-top: 20px;
  
}


.top-bar select {
  border: none;                
  outline: none;               
  background-color: transparent; 
  padding: 2px 6px;
  font-size: 0.8rem;
  color: inherit;
  color: #848383;
}

.top-bar select:focus {
  border: none;
  outline: none;
  box-shadow: none; 
}


.top-bar a {
  text-decoration: none;
  color: #979696;
  
}

/* navbar  */

.navbar .nav-link {
  color: #333;
  font-weight: 500;
  
}


.navbar .nav-link.active {
  color: #0d6efd;
}

/* hero section  */

.hero-section {
  background: url('./img/banner.jpg') ;
  height: 500px;
  position: relative;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-section .container {
  position: relative;
  z-index: 1;
}


.hero-section h1{
    font-size: 80px;
    text-align: center;
    /* justify-content: flex-end; */
}
.input-group {
  width: 100%;           
  max-width: 50%;      
  justify-content: center; 
}

.input-group .form-control {
  flex: 1.5; 
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 20px;
}

.input-group .btn {
  flex: 0.5;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-radius: 50px;
}


@media (max-width: 768px) {
  .hero-section {
    height: auto;
    padding: 60px 0;
  }
  .email-input {
    max-width: 100%;
  }
}

 /* Featured Categories Section  */

.featured-categories {
  background-color: #f8f9fa;
  font-family: 'Montserrat', sans-serif;
}

.category-link {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.category-link:hover {
  background-color: #e9ecef;
}

.category-link.active {
  /* background-color: #ff6f00; */
  color:blue;
}

.cat-arrow-btn {
  background-color: #e3e5e6;
  border: 1px solid #e3e5e6;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cat-arrow-btn:hover {
  /* background-color: #ff6f00; */
  color: #fff;
  /* border-color: #ff6f00; */
}

.category-card {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
margin: 50px;
}

.category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
}

/* Category Cards */

.service-section {
  background-color: #f8f9fa; 
}

.service-card {
  background-color: #f2eeee;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  min-height: 180px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.service-icon {
  max-width: 60px; 
  height: auto;
}

@media (max-width: 576px) {
  .service-card {
    padding: 15px;
    min-height: 150px;
  }
  .service-icon {
    max-width: 50px;
  }
}


/* services */

.garage-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px;
  font-family: 'Montserrat', sans-serif;
}

.garage-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E7EAF3;
  padding: 70px;
  border-radius: 4px;
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
}

.garage-text h2 {
  font-size: 20px;
  color: #1c1c1c;
  margin-bottom: 15px;
}

.garage-btn {
  display: inline-block;
  background: #0066ff;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.garage-btn:hover {
  background: #004ecc;
}

.garage-image img {
  max-width: 120px;
  height: auto;
}

@media (max-width: 992px) {
  .garage-section {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .garage-section {
    grid-template-columns: 1fr;
  }
  .garage-card {
    flex-direction: column;
    text-align: center;
  }
  .garage-image {
    margin-top: 15px;
  }
}


/* search part */


.bg-primary-custom {
  background-color: #032d5a; 
}

.nav-link {
  color: #ccc;
  font-weight: 500;
}
.nav-link.active,
.nav-link:hover {
  color: #00bfff;
  border-bottom: 2px solid #00bfff;
}

.form-select {
  background-color: #032d5a;
  border: 1px solid #1c518b;
  border-radius: 0px;
  color: gray;
  /* color: #fff; */
}
.form-select option {
  color: #000;
}

.btn-search {
  background-color: #00bfff;
  color: #fff;
  font-weight: 600;
  border-radius: 0px;
}
.btn-search:hover {
  background-color: #009acd;
}



/* Overlap effect for the image */
.overlap-image {
  margin-top: -80px;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  max-width: 350px;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}


.image-wrapper::after {
  content: "";
  position: absolute;
  right: -12px; 
  bottom: -12px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  /* border-radius: 4px; */
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

@media (max-width: 992px) {
  .overlap-image {
    margin-top: -50px;
  }
  .image-wrapper {
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .overlap-image {
    margin-top: 0;
  }
  .image-wrapper {
    max-width: 100%;
  }
  .image-wrapper::after {
    right: -8px;
    bottom: -8px;
  }
}



.bg-primary-custom {
  background-color: #003366;
}


.nav .nav-link {
  color: #b0c4de;
  font-weight: 500;
}
.nav .nav-link.active {
  color: #fff;
  border-bottom: 2px solid #00aaff;
}
.nav .nav-link:hover {
  color: #fff;
}

.btn-search {
  background-color: #00aaff;
  color: white;
  font-weight: 600;
}
.btn-search:hover {
  background-color: #008fcc;
}



.contact-info {
  font-size: 0.95rem;
}
.contact-info .fw-bold {
  cursor: pointer;
  text-decoration: underline;
}


/* slide  */

.brand-logo {
      max-height: 50px;
      object-fit: contain;
      background-color: white;
    }
    .carousel-control-prev, .carousel-control-next {
      width: auto;
      padding: 0 10px;
    }
    .carousel-inner {
      display: flex;
      align-items: center;
    }
.brand-section {
  background: #f8f9fa; 
}

.brand-logo {
  height: 120px;
  max-width: 200px;
  object-fit: contain;
}

.cat-arrow-btn {
  font-size: 2rem;
  /* background: */
  border: none;
  cursor: pointer;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}



/* bottom card  */

    .feature-card {
      background-color: #e8eaee;
      /* border-radius: 10px; */
      padding: 20px;
      display: flex;
      align-items: center;
      gap: 15px;
      height: 100%;
      transition: transform 0.2s ease;
    }
    .feature-card:hover {
      transform: translateY(-3px);
    }
    .feature-icon {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
    }
    .feature-title {
      font-weight: 600;
      margin-bottom: 3px;
    }
    .feature-text {
      font-size: 0.9rem;
      color: #6c757d;
      margin: 0;
    }


/* footer  */

     footer {
      background-color: #F8F8F8;
      padding: 40px 0 20px;
    }
    .footer-logo {
      font-size: 1.8rem;
      font-weight: bold;
      color: #0056ff;
    }
    .footer-link {
      color: #a4a0a0;
      text-decoration: none;
      font-size: 0.95rem;
    }
    .footer-link:hover {
      text-decoration: underline;
    }
    .footer-phone {
      font-weight: bold;
      color: #0056ff;
      font-size: 1.2rem;
    }
    .footer-phone small {
      display: block;
      color: #6c757d;
      font-size: 0.85rem;
      font-weight: normal;
    }
    .footer-bottom {
      border-top: 1px solid #e5e5e5;
      margin-top: 20px;
      padding-top: 15px;
      font-size: 0.85rem;
      color: #6c757d;
    }
    .social-icons a {
      color: #0056ff;
      margin-left: 8px;
      font-size: 1.1rem;
      text-decoration: none;
    }
    .app-icons img {
      height: 40px;
    }
    .payment-icons img {
      height: 30px;
    }


    /* footer bottom  */

.social-link {
    background-color: #0056ff; 
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
  }

  .social-link:hover {
    background-color: #003bb3;
    color: white;
  }


  