/* Ay Halı Yıkama - Brand Theme (Fixed) */
:root {
    --theme-color: #1E3A8A;
    --theme-color2: #FBBF24;
    --theme-blue-light: #0EA5E9;
    --theme-blue-dark: #0f2744;
    --title-color: #0f2744;
    --body-color: #475569;
    --smoke-color: #f0f7ff;
    --smoke-color2: #dbeafe;
    --title-font: 'Montserrat', sans-serif;
    --body-font: 'Open Sans', sans-serif;
}

body {
    font-family: var(--body-font);
    color: var(--body-color);
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6,
.sec-title, .hero-title, .widget_title, .box-title {
    font-family: var(--title-font) !important;
    color: var(--title-color);
}

.text-theme {
    color: var(--theme-blue-light) !important;
}

/* Logo */
.header-logo a,
.mobile-logo a,
.about-logo a {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    background: transparent;
}

.header-logo img,
.mobile-logo img {
    display: block;
    height: 52px;
    width: auto;
    max-width: 210px;
    object-fit: contain;
}

.header-layout1 .header-logo {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.mobile-logo {
    padding: 15px 0 20px;
}

.mobile-logo img {
    height: 48px;
    max-width: 190px;
}

.about-logo img {
    height: auto;
    max-width: 260px;
    width: 100%;
}

/* Header */
.header-top {
    background: linear-gradient(90deg, #0f2744 0%, #1E3A8A 50%, #2563eb 100%) !important;
}

.header-top a,
.header-top span,
.header-top b {
    color: #fff !important;
}

.header-top i {
    color: #FBBF24 !important;
}

.header-top a:hover {
    color: var(--theme-color2) !important;
}

.menu-area {
    background: #fff !important;
    border-bottom: 2px solid rgba(30, 58, 138, 0.1) !important;
    box-shadow: 0 2px 16px rgba(15, 39, 68, 0.06) !important;
}

.main-menu a {
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color) !important;
}

.main-menu a:hover {
    color: var(--theme-blue-light) !important;
}

/* Icons global fix */
i[class*="fa-"],
.fa, .fas, .far, .fab {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
    font-style: normal;
    display: inline-block;
}

.fas, .fa-solid {
    font-weight: 900 !important;
}

.far, .fa-regular {
    font-weight: 400 !important;
}

.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.sub-title img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    vertical-align: middle;
}

/* Buttons */
.th-btn {
    font-family: var(--title-font) !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    background: linear-gradient(135deg, #1E3A8A 0%, #2563eb 100%) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(30, 58, 138, 0.3) !important;
}

.th-btn:hover {
    background: linear-gradient(135deg, #FBBF24 0%, #f59e0b 100%) !important;
    color: #0f2744 !important;
}

.th-btn.style3 {
    background: linear-gradient(135deg, #FBBF24 0%, #f59e0b 100%) !important;
    color: #0f2744 !important;
}

.th-btn.style3:hover {
    background: linear-gradient(135deg, #1E3A8A 0%, #2563eb 100%) !important;
    color: #fff !important;
}

.header-button .th-btn {
    background: linear-gradient(135deg, #FBBF24 0%, #f59e0b 100%) !important;
    color: #0f2744 !important;
    border: 2px solid #FBBF24 !important;
}

.header-button .th-btn:hover {
    background: linear-gradient(135deg, #1E3A8A 0%, #2563eb 100%) !important;
    color: #fff !important;
    border-color: #1E3A8A !important;
}

/* Hero - banner görünsün, siyah olmasın */
.th-hero-wrapper {
    background: #f0f7ff !important;
}

.th-hero-wrapper .hero-inner {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 560px;
}

.th-hero-wrapper .hero-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 39, 68, 0.72) 0%, rgba(30, 58, 138, 0.55) 50%, rgba(14, 165, 233, 0.35) 100%);
    z-index: 1;
}

.th-hero-wrapper .hero-inner .container {
    position: relative;
    z-index: 2;
}

.hero-style1 .sub-title {
    color: #FBBF24 !important;
    font-weight: 700;
}

.hero-title,
.hero-title .title1,
.hero-title .title2 {
    color: #fff !important;
}

.hero-title .text-transparent {
    -webkit-text-stroke-color: #FBBF24 !important;
    color: transparent !important;
}

.hero-text {
    color: rgba(255, 255, 255, 0.95) !important;
}

.slider-arrow {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 2px solid rgba(251, 191, 36, 0.6) !important;
    color: #fff !important;
}

.slider-arrow:hover {
    background: #FBBF24 !important;
    color: #0f2744 !important;
}

/* Sections */
.sub-title {
    color: var(--theme-blue-light) !important;
    font-weight: 700;
}

.bg-smoke {
    background-color: var(--smoke-color) !important;
}

.service-category {
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%) !important;
    border: 1px solid rgba(30, 58, 138, 0.08);
    border-radius: 20px !important;
}

.category-title {
    border-bottom-color: var(--theme-blue-light) !important;
}

.service-item {
    background: #fff !important;
    border-left: 4px solid var(--theme-blue-light) !important;
    border-radius: 16px !important;
}

.service-item:hover {
    border-left-color: #FBBF24 !important;
    box-shadow: 0 10px 28px rgba(30, 58, 138, 0.12) !important;
}

.seo-content-section {
    background: linear-gradient(180deg, #f0f7ff 0%, #e8f4fc 100%) !important;
    border-radius: 20px !important;
}

.seo-text h4 {
    color: #1E3A8A !important;
}

.seo-keywords {
    border-left-color: #FBBF24 !important;
    background: #fff !important;
}

#regions-sec .service-item {
    border-left: none !important;
    border-top: 4px solid var(--theme-blue-light);
}

#regions-sec .badge.bg-success {
    background: linear-gradient(135deg, #1E3A8A, #2563eb) !important;
}

#regions-sec .badge.bg-primary {
    background: linear-gradient(135deg, #0EA5E9, #38bdf8) !important;
}

.cta-section-ay {
    background: linear-gradient(135deg, #1E3A8A 0%, #2563eb 60%, #0EA5E9 100%) !important;
}

.cta-section-ay .sec-title.text-white {
    color: #fff !important;
}

.process-card .box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 0;
    border-radius: 24px;
    background: linear-gradient(135deg, #1E3A8A 0%, #0EA5E9 100%) !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    box-shadow: 0 8px 22px rgba(30, 58, 138, 0.22);
}

.process-card .box-img i {
    color: #fff !important;
    font-size: 2.75rem;
    line-height: 1;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.testi-grid .box-review i {
    color: #FBBF24 !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--smoke-color2) !important;
    color: #1E3A8A !important;
}

/* Footer */
.footer-wrapper {
    background: linear-gradient(180deg, #0f2744 0%, #1E3A8A 100%) !important;
}

.footer-wrapper,
.footer-wrapper p,
.footer-wrapper span,
.footer-wrapper a,
.footer-wrapper .contact-text {
    color: rgba(255, 255, 255, 0.92) !important;
}

.footer-wrapper .widget_title {
    color: #FBBF24 !important;
}

.footer-wrapper a:hover,
.footer-wrapper .contact-link:hover {
    color: #FBBF24 !important;
}

.copyright-wrap {
    background: rgba(0, 0, 0, 0.15) !important;
}

.feature-item i,
.checklist li i {
    color: #FBBF24 !important;
}

/* Social header */
.header-links .social-links a {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    color: #fff !important;
}

.header-links .social-links a:hover {
    background: #FBBF24 !important;
    color: #0f2744 !important;
}

/* Mobile menu */
.th-menu-wrapper {
    background: linear-gradient(180deg, #0f2744, #1E3A8A) !important;
}

.th-mobile-menu a {
    color: #fff !important;
}

.th-mobile-menu a:hover {
    color: #FBBF24 !important;
}

/* Forms */
.form-section-title {
    color: #1E3A8A !important;
    border-left-color: #FBBF24 !important;
    background: linear-gradient(135deg, #f0f7ff, #e8f4fc) !important;
}

.form-control:focus {
    border-color: var(--theme-blue-light) !important;
}

.contact-form-wrapper {
    border-top: 4px solid #FBBF24;
    border-radius: 20px !important;
}

.year-box {
    background: linear-gradient(135deg, #1E3A8A, #2563eb) !important;
}

.year-box .box-number,
.year-box .box-title {
    color: #fff !important;
}

.scroll-top {
    background: linear-gradient(135deg, #1E3A8A, #2563eb) !important;
}

.copyright-text a {
    color: #FBBF24 !important;
}

@media (max-width: 991px) {
    .header-logo img,
    .mobile-logo img {
        height: 44px;
        max-width: 175px;
    }
}

@media (max-width: 575px) {
    .header-logo img,
    .mobile-logo img {
        height: 40px;
        max-width: 155px;
    }
}
