
.testi-item{
    background-color: #241E17;
    padding: 25px;
    color: #fff !important;
    border-radius: 25px;
    margin-bottom: 30px;
}
.testimonial h5{
    color: #fff !important; 
}
.testimonial h3{
    color: #fff !important; 
    font-weight: 400;
}
.testimonial h6{
    color: #ddd !important; 
    font-size: 12px;
    margin-top: 10px;
}
.testimonial .first_row{
    display:  flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    margin-bottom: 20px;
}
.testimonial .first_row ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.testimonial i{
    color: #FBC916;
}
.testi-item .second-row{
    display: flex;
    align-items: center;
    gap: 20px;
}
.second-row .img-box{
    width: 20%;
}
.second-row .txt-box{
    width: 80%;
}
.second-row img{
    width: 75%;
    border-radius: 50%;
    border: 2px solid #fff;
}
.second-row .txt-box h3{
    font-size: 14px;
}
.accordion-item {
    background: none;
    border: none;
}
.accordion-item p{
    color: #fff;
}
.accordion button{
    width: 98%;
}
.navbar-brand{
    display: none;
}
#navbarSupportedContent{
    justify-content: center;
    align-items: center;
    gap: 100px;
}
nav{
    background: #241E17 !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
ul.navbar-nav{
    gap: 25px;
}
.waiterful-logo {
    width: 125px;
}
.nav-link{
    color: #fff !important;
    border-radius: 50px;
}
.nav-link:hover{
    background-color: #C14C08;
    border-radius: 50px;
  
    
}
.orange-color{
    color: #C14C08; 
}
.cosmin{
   width: 25%;
    border-radius: 50%;
    
}
.img-center{
   display: flex;
   justify-content: center;
}
.justify{
    text-align: justify !important;
}
@media (max-width: 768px) {
    .cosmin{
        width: 50%;
         border-radius: 50%;
         
     }
    .navbar-toggler-icon{
        background-image: url('/hamburger.png');
    }
    .center-logo{
        display: none;
    }
    .navbar-brand{
        display: block;
      
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    ul.navbar-nav{
        gap: 0px;
    }
    .testimonial .first_row{
        flex-direction: column;
    }
    .testimonial span{
        display: none;
    }
    .testimonial .second-row{
        flex-direction: column;
    }
    .testimonial h5{
        font-size: 16px;
        text-align: center;
    }
    .second-row .img-box{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .second-row img{
        width: 40%;
    }
    .second-row .txt-box {
        width: 100%;
    }
}