body{
    
    overflow-x: hidden;
    font-weight: 200;
}
.banner h1 {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 8px;
  }
.always{
    background-color: #161616;
    width: 100%;
    color: white;
    padding: 15px;
}
.card-img-top{
    height: 250px;
    width: 100%;
    border-radius: 5%;
}

.whatbu{
    margin-left: 20%;
    margin-right: 20%;
}
.bg-warning, .btn-warning{
    background-color:#d37840 !important;
    border: 2px solid #d37840
}
.contact1{
    width: 100%;
        background: url('img/map.webp') no-repeat center center;
        background-size: cover;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        background-attachment: fixed;
        
}
.contact {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 8px;
    position: relative;
    color: white;
    font-weight: 400;
    display: flex;
  }

  .service-card {
    background-color: #222; /* Dark Card Background */
    color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
  }
  .service-card:hover {
    transform: scale(1.05);
  }
  .counter {
    font-size: 28px;
    font-weight: bold;
    color: #d37840; /* Yellow Counter */
  }
  .counter-box{
    font-size: 24px;
    font-weight: bold;
  }
  .banner {
        width: 100%;
        height: 550px; /* Adjust as needed */
        background: url('img/banner.webp') no-repeat center center;
        background-size: cover;
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        color: white;
        text-align: center;
      }

  @media (min-width: 361px) and (max-width: 768px) {
     
    .desktop{
        display: none;

    }
    .banner h1 {
          /*font-size:24px;*/
          display:none;
      }
    .logo{
        font-size: 20px;
    
    }
    .banner {
        height: 225px; /* Adjust as needed */
        
      }
      .whatbu{
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media (min-width: 320px) and (max-width: 360px) {
    
    .desktop{
        display: none;

    }
    .small{
        font-size:14px;
    }
    
    .logo{
        font-size: 16px;
    
    }
        .small-text {
    font-size: 12px;
}
    .banner {
        height: 225px; /* Adjust as needed */
        
      }
      .banner h1 {
          /*font-size:20px;*/
          display:none;
      }
      .whatbu{
        margin-left: 10%;
        margin-right: 10%;
    } 
}
  @media (min-width: 769px) {
    .mobile{
        display: none;
    }
    .navbar-nav .nav-item {
        margin: 0 15px; /* Adjust spacing as needed */
    }
    .banner {
        height: 550px; /* Adjust as needed */
      }
  }