/* About Page Styles */

.about-icon-box {
    width: 60px;
    height: 60px;
}

.about-img-container {
    min-height: 500px;
}

.about-img-large {
    object-fit: cover;
    padding: 0 0 50px 100px;
}

.about-img-small {
    object-fit: cover;
}

.testimonial-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50% !important;
    border: 5px solid #fff;
    background-color: #f8f9fa;
}

.testimonial-header h1 {
    color: #0F172B;
    font-weight: 700;
}

.testimonial-item {
    padding: 15px;
    transition: all 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-5px);
}

.testimonial-text {
    font-style: italic;
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    border: 1px solid #eee;
    position: relative;
}

.testimonial-text::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #f8f9fa transparent transparent transparent;
    transition: all 0.5s ease;
}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.rating-stars {
    color: #ffc107;
}
