 body {
      font-family: 'Poppins', sans-serif;
      margin: 0;
      padding: 0;
    }

    .lgog{
        width: 100px;
        height: 60px;   
    }
    header {
      background-color: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      padding: 10px 0;
    }
    .hero {
      background: linear-gradient(135deg, #4E54C8, #8f94fb);
      color: white;
      min-height: 90vh;
      display: flex;
      align-items: center;
      text-align: center;
      padding-bottom: 20px;
      
    }
    .btn-warning {
      background-color: #FDCB6E;
      border: none;
      color: #2d3436;
      font-weight: 600;
    }
    .btn-warning:hover {
      background-color: #feca57;
      color: #000;
    }
    .trust-badges span {
      font-size: 15px;
    }
    @media (max-width: 576px) {
      .hero h1 {
        font-size: 1.9rem;
      }
      .hero p {
        font-size: 1rem;
      }
    }



     /* Animated Buttons */


  .btn-animated:hover::before {
    left: 0;
  }

  .btn-animated:hover {
    color: white !important;
    z-index: 1;
  }

  /* For outline buttons on hover */
  .btn-outline-primary.btn-animated:hover {
    color: white !important;
    background: linear-gradient(45deg, #4e54c8, #8f94fb);
    border-color: transparent;
  }


  /* style start */

  .cabservicesthane .designborder{
    border: 2px solid #4E54C8;
  }

  .borderwhy{ 
    border: 2px solid #4E54C8;
    padding: 20px;
    border-radius: 10px;
  }

  .servicesvechicals .card{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important; 
  }



  
.my-custom-carousel .my-carousel-item {
  padding: 20px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 5px;
  background-color: #f8f8f8;
}
.my-review-card img.my-review-img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  object-fit: cover;
}


.my-review-card img.my-review-img2 {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  margin-top: 50px;
margin-left: -25px;
}

.my-review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.my-review-name {
  font-weight: bold;
  margin-left: 12px;
}
.my-review-verified {
  color: #3498db;
  margin-left: 6px;
}
.my-review-date {
  font-size: 13px;
  color: #7f8c8d;
  margin-left: 10px;
}
.my-review-rating {
  color: #fcbf02;
  margin: 12px 0;
}
.my-review-text {
  font-size: 16px;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #3498db;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav button.owl-prev {
  left: -55px;
}
.owl-nav button.owl-next {
  right: -55px;
}

/* Media Queries */
@media (max-width: 768px) {
  .my-custom-carousel .my-carousel-item {
    padding: 15px;
  }
  .my-review-card img.my-review-img {
    width: 60px;
    height: 60px;
  }
  .my-review-text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .my-custom-carousel .my-carousel-item {
    padding: 10px;
  }
  .my-review-card img.my-review-img {
    width: 50px;
    height: 50px;
  }
  .my-review-text {
    font-size: 13px;
  }
}








  /* Media query for mobile devices */
  @media (max-width: 768px) {
    .googlereview {
        text-align: center;
    }
    .star-rating {
font-size: 15px;
    }
}

.googlelogofull {
    width: 100px;
    height: 40px;
    margin-right: 10px;
}

.googlereview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.star-rating {
    margin-left: 10px;
}

.btn-center {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


.bgreviews{
  background-color:#f8f8f8 ;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
}

.sticky-whatsapp, .sticky-call {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    background-color: #25D366;
    color: white;
    font-size: 32px; /* Increased Icon Size */
    width: 65px;      /* Increased Button Size */
    height: 65px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
  }

  .sticky-whatsapp {
    left: 20px;
    background-color: #25D366;
  }

  .sticky-call {
    right: 20px;
    background-color: #007bff;
  }

  .sticky-whatsapp:hover, .sticky-call:hover {
    transform: scale(1.1);
  }

  @media (max-width: 500px) {
    .sticky-whatsapp, .sticky-call {
      font-size: 28px;
      width: 60px;
      height: 60px;
      line-height: 60px;
    }
  }
