.logo-dark{
    height: 50px;
}

.btn-top{
    height: 40px;
    width: 50px;
}

.slick-arrow{
    background-color: white;
    border-radius: 50%;
    color: black;
}

.carousel {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.cards {
  display: flex;
  transition: transform 0.6s ease-in-out;
}


.card-car {
  flex: 0 0 25%;   /* 5 cards per row */
  max-width: 25%;
  padding: 5px;
  text-align: center;
  
}

.card-outer-1{
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  background: #fff;
  border-radius: 12px;
  max-width: 100%;
  flex: 0 0 100%;
  padding-bottom: 5px;
}

.card-car a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.card-car img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card-car h3 {
  font-size: 1.3rem;
  margin: 10px 0 15px;
}

.view-more{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.view-more i{
    margin-left: 10px;
}

.contact {
    padding: 130px 0;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.contact .heading h2 span {
    color: #ff9100;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #3B71CA;
    color: #ffffff;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .content .info {
    margin-top: 30px;
}
.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}
.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}



.feature-carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.feature-item {
  flex: 0 0 25%; /* 4 items per row */
  max-width: 25%;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}

.feature__content {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.feature-item{
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0);
}

.feature-item:hover{
  box-shadow: 0 2px 6px rgba(0,0,0,0);
}

.testimonial-carousel {
  overflow: hidden;
  width: 100%;
  padding: 20px;
}
.carousel-track-2 {
  display: flex;
  gap: 20px;
  animation: scroll 40s linear infinite;
  display: flex;
  transition: transform 0.6s ease-in-out;
}
.testimonial-item {
  flex: 0 0 300px;
  background: #1e2635;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.testimonial__rating {
  margin: 10px 0;
  color: #ffc107;
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* half track for looping */
}

.avoid-button-text-blur:hover{
  color: white !important;
}

.customer-logos img{
  height: 100px;
}