/**
 * Anadolu Yildizlar Nakliyat — kurumsal renkler (logo paleti)
 * Lacivert: #002D5B | Altin: #C5A059
 */
:root {
    --thm-primary: #C5A059;
    --thm-primary-rgb: 197, 160, 89;
    --thm-secondary: #002D5B;
    --thm-secondary-rgb: 0, 45, 91;
    --thm-heading-font-color: #002D5B;
    --thm-black: #002D5B;
    --thm-black-rgb: 0, 45, 91;
    --thm-bg-one: #002D5B;
    --thm-bg-two: #001A38;
    --thm-body-font-color: #4A5568;
    --thm-paragraph-color: #4A5568;
    --thm-gray-bg: #f4f6f8;
    --thm-gray-bg-rgb: 244, 246, 248;
}

.thm-btn {
    background: var(--thm-primary);
    border-color: var(--thm-primary);
    color: #002D5B;
}

.thm-btn:hover {
    background: #002D5B;
    border-color: #002D5B;
    color: #C5A059;
}

.logo-box-one img,
.logo-box-two img,
.footer-widget__about .logo-box img,
.nav-logo img,
.mobile-nav-toggler + .menu-wrap .nav-logo img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}

.main-header-one .logo-box-one {
    background: transparent;
}

/* Turkce karakterler: CSS uppercase I/İ ve i/ı bozar */
.sec-title .sub-title h5,
.sec-title-style3 .sub-title h5,
.sec-title h5,
.main-slider-one__content h3,
.testimonials-one .sub-title h5,
.blog-two--three .sub-title h5 {
    text-transform: none;
    letter-spacing: 0.06em;
}
