*{
    scroll-behavior: smooth;
}
.light-bg{
    background: #f7d05a ;
}
.light-color{
    color: #f7d05a ;
}
.dark-color{
    color: #b68a14;
}
.dark-bg{
    background: #b68a14;
}

button{
    border: 0;
    box-shadow: none !important;
}

a{
    text-decoration: none !important;
}


.curved_car_image{
    
    border-radius: 0 49px 0px 0;
}


.limited_card_text{
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    
}
#navbar {
    background: #fff ;
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    z-index: 100;
    padding: 0px 50px 0px 20px; 
}
.navbar-container {
   position: sticky;
    top: 0;
    z-index: 100;
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.nav-link{
    color: #3a3a3a !important;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.nav-link:hover {
    border-radius: 25px;
    padding-top: 3px;
}

.lang-button{
    border: solid 0.5px #f7d05a;
    width: 80px;
    height: fit-content;
    margin-right: 50px;
    border-radius: 25px; 
    background: linear-gradient(to right, #ffffff 50%, #ffffff00 50%);
}

.first-home{
    height: 90vh;
    background-size: cover !important;
    width: 100%;
    padding: 0;
}

.form-bg{
    min-height: 90vh;
    background: linear-gradient(to right, #f8f9fa8f   20%, #f8f9fa8f  92%),  center center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0;
}

.home-text{
    font-size: 60px; 
    color: #fff; 
    text-align: center;
}
    
.who-we{
    background: #b68a14; 
    border-radius: 25px; 
    font-size: 60px;
    padding: 3rem 1rem 3rem 1rem;
    margin-right: 1rem;
    text-align: center;
}
 
.card:hover{
    position: relative;
    top: -8px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #b1840e;
    text-align: center;
}

 .carousel-text, .service-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 15px;

}


.about-us-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.carousel-text-bg{
    background: #b68a14d6; 
    height: fit-content; 
    z-index: 1000; 
    position: absolute; 
    bottom: 0; 
    left: 15px;
    width: 100%;
}

.team-card{
    max-width: 540px; 
    max-height: fit-content; 
    border-radius: 500px 10px 10px 0px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.calc-btn{
    position: fixed; 
    bottom: 20px; 
    font-weight: 500;
    right: 10px; 
    z-index: 100; 
    border: solid #ffbc03;
    padding: 1rem;
    font-weight: 500;
}

.calc-box{
    max-height: 85vh; 
    position: fixed; 
    bottom: 84px; 
    right: 25px; 
    z-index: 5555;
    width: 500px;
}

.left-scroll{
    position: absolute; 
    left: -20px; 
    top: 50%; 
    transform: translateY(-50%); 
    z-index: 10; 
    font-size: 30px; 
    cursor: pointer;
  }
  
  .right-scroll{
    position: absolute; 
    right: -20px; 
    top: 50%; 
    transform: translateY(-50%); 
    z-index: 10; 
    font-size: 30px; 
    cursor: pointer;
  }

.slider{
    flex-wrap: nowrap;
    display: -webkit-box;
    overflow-x: auto;
    overflow-y: hidden;
    }

 .slider::-webkit-scrollbar {
    -webkit-appearance: none;
    }

.newsCard {
    border-radius: 0 30px 30px 30px; 
    width: 18rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
 }
 .newsCard:hover {
    top: 0px;
    box-shadow: none;
 }

  
  @media only screen and (max-width: 767px) {
   
    .lang-text{
        font-size: 0.75rem;
    }
    .who-we{
        font-size: 40px;
    }
    .about-us-text{
        font-size: 16px !important;
    }
    .calc-box{
        width: 350px;
    }
    .carousel-text {
        -webkit-line-clamp: 3;
    }
    .carousel-text-small {
        font-size: 9px !important;
    }
    
    .carousel-know-more {
        padding: 1px;
        width: 50% !important;
    }
    
    .counter-num{
          font-size: xx-large !important
      }
  }

  @media only screen and (max-width: 1200px) {
    .team-card{
        max-width: 450px;
    }

  }
  @media only screen and (max-width: 992px) {
    .team-container{
        justify-content: center !important;
    }
    .know-more{
        margin-top: 50px !important;
    }
    .counter-con{
        
    }
    .newsCard{
        width: 14rem !important;
      }
   
  }
 

  @media only screen and (max-width: 488px) {
    .newsCard{
     width: 12rem !important;
     
    }
}

@media only screen and (max-width: 424px) {
    .newsCard{
     width: 10rem !important;
    }
  }