/*body {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    background: #0a0a0a; /* Dark background 
/*    overflow: hidden;*/
/*}*/



.testimonial-carousel {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    padding: 50px 20px;
}

  .testimonial-item {
    /*background: rgba(0, 0, 0, 0.7);*/
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    font-style: italic;
}

.quote-icon-left,
.quote-icon-right {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
}

.quote-icon-left {
    top: 0;
    left: -5px;
    color: #fff;
}

.quote-icon-right {
    bottom: -10px;
    right: -20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.testimonial-author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    object-fit: cover;
    /*margin-right: 10px;*/
    
}

.testimonial-author h4 {
    color: #ff9800;
    font-size: 16px;
    font-weight: bold;
}

/* Owl Carousel Navigation */
.owl-nav button {
    background: rgba(255, 152, 0, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
    border: none;
}

.owl-nav button:hover {
    background: #ff9800;
}

.owl-dots {
    margin-top: 15px;
}

.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s;
}

.owl-dots .owl-dot.active {
    background: #ff9800;
}
