nav {
    padding-bottom: 0;
    margin-bottom: 0px !important;
}

/* Banner */
.jumbotron {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)), url('./imgs/kme-banner.png');
  background-size: cover;
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 0px !important;
  height: 550px;
}


.jumbotron h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
}

.jumbotron p {
    font-size: 24px;
    margin-bottom: 10px;
}

.jumbotron .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    margin-top: 20px;
}

.jumbotron .btn-primary:hover {
    background-color: #0062cc;
    border-color: #005cbf;
}

/* Estimate Banner */ 

.call-to-action {
    background-color: #007bff;
    color: #fff;
    /* padding: 40px 0; */
    text-align: center;
}

.call-to-action h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.call-to-action p {
    font-size: 20px;
    margin-bottom: 20px;
}

.call-to-action h3 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
}

.call-to-action .btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #007bff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 50px;
}

.call-to-action .btn-primary:hover {
    background-color: #0062cc;
    border-color: #005cbf;
    color: #fff;
}

/* Services Cards */ 
.thumbnail {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    height: 380px;
}

.thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    transition: all 0.3s ease-in-out;
}

.thumbnail:hover img {
    transform: scale(1.2);
}

.caption {
    padding: 20px;
    text-align: center;
}

.caption h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.caption p {
    font-size: 18px;
    margin-bottom: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.col-xs-12 {
    padding: 10px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.img-responsive:hover {
    transform: scale(1.1);
}


/* Carousel */
.carousel-inner .item img {
    margin: 0 auto;
}


/* Towing Service Banner */
.towing-service-banner {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.3)),url("https://media.istockphoto.com/id/1209913275/photo/tow-truck-towing-a-broken-down-car-on-the-service-center-repair-loading-broken-car-on-a-tow.jpg?s=612x612&w=0&k=20&c=4ZP4hxoeTsgatxpZoPOjTxEyldqFryHaihUt2oft75Y=");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
  text-align: center;
  margin-top: 50px;
}

.towing-service-banner h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.towing-p{
  margin-right: 30px !important; margin-left: 30px !important;
}

.towing-service-banner p {
  font-size: 20px;
  margin-bottom: 20px;
}

.towing-service-banner h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

/* Updated CSS for .row */
.row.justify-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
}




#contact {
    padding: 50px 0;
  }
  
  #contact .contact-container {
    margin: 0 auto;
    max-width: 800px;
  }
  
  #contact h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  #contact form .form-group {
    margin-bottom: 20px;
  }
  
  #contact form label {
    font-weight: bold;
  }
  
  #contact form input[type="text"],
  #contact form input[type="email"],
  #contact form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease-in-out;
  }
  
  #contact form input[type="text"]:focus,
  #contact form input[type="email"]:focus,
  #contact form textarea:focus {
    border-color: #555;
  }
  
  #contact form textarea {
    height: 150px;
  }
  
  #contact form button[type="submit"] {
    padding: 10px 20px;
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  #contact form button[type="submit"]:hover {
    background-color: #0056b3;
  }
  
  #contact .contact-info {
    margin-top: 30px;
  }
  
  #contact .contact-info p {
    margin-bottom: 10px;
  }
  
  #contact .map-container {
    margin-top: 30px;
  }
  

  
  
  


/* Language Modal */
.modal-content {
    border-radius: 10px;
  }
  
  .modal-header {
    background-color: #f8f9fa;
    border-bottom: none;
  }
  
  .modal-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
  }
  
  .modal-body {
    padding: 20px;
  }
  
  p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .btn-group .btn {
    font-size: 16px;
    padding: 10px 20px;
    margin-right: 10px;
  }
  
  .btn-secondary {
    background-color: #f8f9fa;
    color: #333;
    border: none;
  }
  
  .btn-secondary:hover {
    background-color: #e9ecef;
    color: #333;
  }
  


@media screen and (max-width: 767px) {
    .col-xs-12 {
        width: 100%;
        text-align: center;
    }

   /* Mobile responsiveness */
  .jumbotron {
    height: auto;
    padding: 40px 0;
    background-size: 100% contain;
  }

  .jumbotron h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .jumbotron p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .jumbotron .btn-primary {
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 20px;
  }

    #contact h3 span {
        color: #ffffff !important;
      }

    /* Carousel */
    .hidden-xs {
        display: none;
    }

    /* Estimate Banner */
    .call-to-action h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .call-to-action p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .call-to-action h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .call-to-action .btn-primary {
        font-size: 16px;
        padding: 10px 30px;
    }

    /* Styles for small screens */
    .towing-service-banner {
      padding: 30px 15px;
    }
  
    .towing-service-banner h2 {
      font-size: 24px;
    }
  
    .towing-service-banner p {
      font-size: 16px;
      margin-bottom: 10px;
    }
  
    .towing-service-banner h3 {
      font-size: 20px;
      margin-bottom: 20px;
    }
  
    .towing-service-banner .btn-primary {
      font-size: 16px;
      padding: 10px 20px;
    }

}


@media (min-width: 768px) and (max-width: 991px) {
    .towing-service-banner p {
      font-size: 18px;
    }
  }

  @media (min-width: 992px) {
    .towing-service-banner p {
      font-size: 20px;
    }
  }