
body {
         font-family: 'Open Sans', sans-serif;
     }
     .navbar {
         background-color: #f8f9fa;
     }
     .navbar .navbar-nav .nav-link {
         color: #333;
         font-weight: bold;
     }
     .navbar .navbar-brand {
         color: #007bff;
     }
     .hero-section {
         background-image: url('../images/truck-tempo.jpg');
         background-size: cover;
         /* height: 4000px !important; */
         background-position: center;
         color: #fff;
         text-align: center;
         padding: 100px 0;
         height: 560px;
  
     }
     .hero-section h4{
        color: #000;
        font-size: 40px !important;
        text-align: left ;
        margin-left: 200px;
        /* text-align: center; */
        max-width: 600px;

     }

     .hero-section h1 {
         font-size: 48px;
         font-weight: 700;
         margin-bottom: 24px;
     }
     .hero-section p {
         font-size: 20px;
         font-weight: 400;
     }
     .hero-section .btn {
         background-color: #ffc107;
         border: none;
         color: #000;
         padding: 10px 20px;
         font-size: 18px;
         border-radius: 5px;
         margin-top: 20px;
     }
     .services-section, .about-section, .why-us-section, .gallery-section, .videos-section, .contact-section {
         padding: 60px 0;
     }

     .services-section h5{
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
     }
     .section-title {
         font-size: 36px;
         font-weight: 700;
         margin-bottom: 40px;
         text-align: center;
     }
     .service-item, .gallery-item, .video-item {
         margin-bottom: 30px;
     }
     .service-item img, .gallery-item img, .video-item img {
         width: 100%;
         border-radius: 5px;
     }
     .service-item .btn, .video-item .btn {
         background-color: #e01a2b;
         border: none;
         color: #fff;
         padding: 5px 10px;
         font-size: 14px;
         border-radius: 5px;
         margin-top: 10px;
     }
     .about-section img {
         width: 100%;
         border-radius: 5px;
     }
     /* .testimonial-item {
         background-color: #f8f9fa;
         padding: 20px;
         border-radius: 5px;
         margin-bottom: 30px;
     }
     .testimonial-item p {
         font-size: 16px;
         font-weight: 400;
     }
     .testimonial-item h5 {
         font-size: 18px;
         font-weight: 700;
         margin-top: 15px;
     } */
     .contact-section form .form-control {
         border-radius: 5px;
         margin-bottom: 20px;
     }
     .contact-section form .btn {
         background-color: #e01a2b;
         border: none;
         color: #fff;
         padding: 10px 20px;
         font-size: 18px;
         border-radius: 5px;
     }
     .footer {
         background-color: #333;
         color: #fff;
         padding: 40px 0;
     }
     .footer a {
         color: #ffc107;
     }
     .footer .row div {
         margin-bottom: 20px;
     }
     .map-container {
         height: 300px;
         width: 100%;
     }
     .map-container iframe {
         border: none;
         height: 100%;
         width: 100%;
     }
     .appointment-form-banner {
        border: 2px solid purple;
        border-radius: 10px;
        top: 38%;
      }
      @media (max-width: 768px) {
        .appointment-form-banner {
            top: 32%;/* Adjust top margin to create space between sections */
        }
      
      }

      .location-box {
        border-style: dotted;
        border-width: 2px;
        border-color: #e01a2b;
        background-color: #e01a2b;
        color: white;
        padding: 16px;
        margin-bottom: 8px;
        cursor: pointer;
        font-weight: bold;
        border-radius: 20px;
        
    }
    .location-box:hover{
        background-color: #fff;
        color: #000;
        border: 2px solid #e01a2b;
    }
    

    .honeycomb-container {
        position: relative;
        text-align: center;
        padding: 0;
        background-color: #f8f9fa;
        max-height: 200px; /* Limit the height */
        overflow: hidden; /* Hide content that overflows */
    
    }
    .honeycomb-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black color */
    }
    .honeycomb-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 36px;
        font-weight: bold;
        color: white; /* Text color */
        z-index: 1; /* Ensure text is above overlay */
    }
    .honeycomb-img {
        max-width: 100%;
        height: auto;
    }




    .services-section{
        margin-top: 30px;
    }




    


.icons-container-call-wa-form{
    display: none;
  }
  
  @media (max-width:768px){
    .icons-container-call-wa-form{
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        background: white;
        padding: 5px 0px;
        z-index: 9;
    }
  
    .icons-container-call-wa-form img{
        width: 40px;
        height: 40px;
    }
  }
  
  
  
  
  
  
  .appointment-form-banner {
    border: 2px solid purple;
    border-radius: 10px;
  }
  .form-group{
    margin-top: 8px;
    margin-bottom: 8px;
  }
  @media (max-width: 768px) {
    .appointment-form-banner {
        margin: 10%; /* Adjust top margin to create space between sections */
    }
    .hero-section {
       
        height: auto;
 
    }
    .hero-section h4{
        margin-left: 0%;
        font-size: 20px;
        text-align: center ;
     }
  
  }
  
  
  
  .desktop-only{
       top: 52%;
  }




