
.testimonial-background {
    background: linear-gradient(145deg, rgb(42 52 76 / 45%) 0%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    padding: 40px;
    width: 70%;
    margin: 0 auto;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.testimonial-section .title-f {
    /* margin-bottom: 76px; */
    text-align: center;
}

.testimonial-section {
    background: linear-gradient(180deg, #1d222e 10%, #333945 80%);
    position: relative;
    padding: 80px 0;
    margin-top: 0px;
    overflow: hidden;
}

.testimonial-section .carousel-caption {
    position: inherit;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(326deg, rgb(29 34 46) -12.39%, rgba(51, 57, 69, 0.85) 40.31%, rgba(18, 102, 241, 0.4) 86.44%, rgba(44, 187, 255, 0.5) 134.26%);
    padding: 30px;
    border-radius: 22px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.testimonial-section .carousel-caption:hover {
    background-image: linear-gradient(306deg, rgb(29 34 46) -12.39%, rgba(51, 57, 69, 0.95) 40.31%, rgba(18, 102, 241, 0.5) 86.44%, rgba(44, 187, 255, 0.6) 134.26%);
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.testimonial-section .carousel-inner {
    border-radius: 20px;
    overflow: visible;
}

.user-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #3a7afe;
    margin: -60px auto 20px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}
.arrows
{
	width:35px;
}
footer ul li a
{
	color: #ffffff;
}
footer .navbar-brand 
{
    margin:10px 0px;
    margin-bottom: 0px;
}
/* .navbar-brand img {
    width: 100%;
    max-width: 170px;
} */
footer h5.blue-t
{
font-weight: 500;
}

.testimonial-section .carousel-inner h5 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 27px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
}


/* Carousel Controls */
.testimonial-section .carousel-control-prev,
.testimonial-section .carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(58, 122, 254, 0.1);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.testimonial-section .carousel-control-prev:hover,
.testimonial-section .carousel-control-next:hover {
    background: #3a7afe;
    opacity: 1;
}

/* Arrows */
.arrows {
    width: 35px;
    transition: all 0.3s ease;
}

/* Tablets and small laptops (landscape phones to tablets) */
@media (max-width: 991px) {
    .testimonial-background {
        width: 85%;
    }
}

/* Mobile devices (portrait phones) */
@media (max-width: 576px) {
    .testimonial-background {
        width: 100%;
        padding: 20px;
    }
    
    .testimonial-section .title-f {
        margin-bottom: 30px;
    }
}

