/**
 * 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;
}

/* Yuvarlak rozet — SVG tabanli, sabit 160px daire */
.anadolu-round-badge {
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    text-decoration: none;
    color: inherit;
}

.anadolu-round-badge__ring {
    display: block;
    width: 160px;
    height: 160px;
}

.anadolu-round-badge__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-secondary);
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    z-index: 2;
}

.anadolu-round-badge:hover .anadolu-round-badge__center {
    background: var(--thm-primary);
    color: var(--thm-secondary);
}

.anadolu-round-badge__center--icon {
    background: #011c39;
    padding: 16px;
}

.anadolu-round-badge__center--icon img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 52px;
    object-fit: contain;
}

.about-one__img .btn-box > a.anadolu-round-badge {
    width: 160px !important;
    height: 160px !important;
    background: transparent !important;
    border-radius: 0 !important;
    display: block !important;
}

.about-one__img .btn-box .anadolu-round-badge {
    margin: 0;
}

.about-three__img-icon-box {
    width: 160px !important;
    height: 160px !important;
    display: block !important;
    overflow: visible !important;
}

.about-three__img-icon-box::before,
.about-three__img-icon-box .round-text,
.about-three__img-icon-box .icon {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .about-three__img-icon-box {
        margin-left: 35px;
        margin-top: 65px;
    }
}

/* Musteri yorumlari gorselleri */
.testimonials-one__single-top .img-box {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.testimonials-one__single-top .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Galeri — 3x3 duz grid */
.project-two--project .gallery-grid-3x3 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.project-two--project .gallery-grid-3x3 > [class*="col-"] {
    display: flex;
}

.project-two--project .gallery-grid-3x3 .project-two__single {
    width: 100%;
    margin-bottom: 0;
}

.project-two--project .gallery-grid-3x3 .project-two__single-img,
.project-two--project .gallery-grid-3x3 .project-two__single-img .inner {
    height: 100%;
}

.project-two--project .gallery-grid-3x3 .project-two__single-img .inner {
    aspect-ratio: 1 / 1;
}

.project-two--project .gallery-grid-3x3 .project-two__single-img .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 767px) {
    .project-two--project .gallery-grid-3x3 .project-two__single {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
}
