/*Input Your Custom CSS Here*/

.hd-lft ul li, .hd-lft ul li a {
    color: #ffffff;
}

.hd-lft ul li a:hover {
    color: #f1f1f1; /* Hover durumunda biraz daha koyu bir beyaz ton */
}

/* Footer'daki Bize Ulaşın bölümü için güncellenen stiller */
.footer-wedget-four.contact-info,
.footer-wedget-four.contact-info h2,
.footer-wedget-four.contact-info .inner-box ul li,
.footer-wedget-four.contact-info .inner-box ul li a,
.footer-wedget-four.contact-info .inner-box ul li i,
.footer-wedget-four.contact-info .footer-social ul li a {
    color: #ffffff !important;
}

.footer-wedget-four.contact-info .footer-social ul li a:hover {
    color: #f1f1f1 !important; /* Hover durumunda biraz daha koyu bir beyaz ton */
}

.testimonial-sec {
    background-color: #007bff; /* Arka plan rengini mavi yaptık, isterseniz değiştirebilirsiniz */
    color: #ffffff;
}

.testimonial-sec .sec-title h1,
.testimonial-sec .sec-title p {
    color: #ffffff;
}

/* Diğer stiller aynı kalacak */

.testimonial-carousel .owl-item {
    padding: 0 15px;
}

.single-testimonial {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease;
}

.single-testimonial:hover {
    background: rgba(255, 255, 255, 0.2);
}

.client-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.client-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffffff;
}

.client-info span {
    font-size: 14px;
    color: #f0f0f0;
    display: block;
    margin-bottom: 15px;
}

.single-testimonial p {
    font-style: italic;
    color: #ffffff;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    border-radius: 50%;
}

.owl-dot.active {
    background-color: #ffffff;
}

.smaller-logo {
    max-width: 40%; /* Önceki değeri %60'tan %40'a düşürdük */
    height: auto;
}