.testimonial{
    width: 100%;
}

.textimonial-01{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.058);
    padding: 30px 30px;
    transition: background 0.3s ease, color 0.5s ease;
    height: 220px;
}

.textimonial-01:hover{
    background:rgb(0, 83, 169); 
    transition: background 0.3s ease, color 0.5s ease;
}

.textimonial-01:hover h3{
    color: #fff;
    transition: color 0.3s ease, color 0.5s ease;
}

.textimonial-01:hover p{
    color: #fff;
    transition: color 0.3s ease, color 0.5s ease;
}

.testimonial .test-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-img-cont {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.testi-img-cont div h3{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.textimonial-01 p{
    font-size: 15px;
    font-weight: 500;
    color: #5e5e5e;
}

.testi-cont{
    margin-top: 25px;
}

.star{
    width: 20px;
}

.pagination-dream-d-tourism{
    margin-top: 350px !important;
    bottom: 0px !important;
  }
  
.gallery-slider {
    padding: 50px 0px !important;
    background: #fff;
}

.swiper-pagination-bullet-active{
    background: #0053a9 !important;
}

.title-Desc-test{
    margin-bottom: 0 !important;
}

.avatar{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #0053a9 0%, #1d1f40 100%) !important; 
    border-radius: 50%;   
    font-size: 25px;
    font-weight: 800;
    color: #fff;
}