/* --- Google Fonts ve Genel Ayarlar --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #FFFFFF;
    color: #333333;
    line-height: 1.6;
}

@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /* Bootstrap'in eklediği olası boşlukları sıfırlar */
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #014b2f;
}

a {
    color: #014b2f;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #013a25;
    text-decoration: none;
}

/* --- HEADER BÖLÜMÜ STİLLERİ --- */
.top-bar {
    font-size: 14px;
}

.top-bar a {
    color: #555;
}

.top-bar a:hover {
    color: #014b2f;
}

.top-bar i {
    color: #014b2f;
    font-size: 1em;
    margin-right: 5px;
}

.top-bar .social-icons a {
    font-size: 16px;
}

.navbar {
    transition: all 0.3s ease;
}

.navbar-brand img {
    height: 60px;
    transition: transform 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.05);
}

.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 17px;
    color: #333;
    padding: 10px 15px;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #014b2f;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 2px;
    background-color: #014b2f;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

.dropdown-menu {
    border: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.dropdown-item {
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.dropdown-item:hover {
    background-color: #014b2f;
    color: #FFFFFF;
    padding-left: 1.2rem;
}

.btn-warning {
    background-color: #014b2f;
    border-color: #014b2f;
    color: #FFFFFF;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background-color: #013a25;
    border-color: #013a25;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991.98px) {
    .navbar-nav {
        padding-top: 15px;
        text-align: center;
    }

    .navbar .btn-warning {
        margin-top: 15px;
        width: 100%;
    }
}

/* --- HERO SLIDER ALANI STİLLERİ --- */
.hero-slider .item {
    position: relative;
    height: 80vh;
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
}

.hero-slider .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-slider .hero-caption {
    position: relative;
    z-index: 2;
    text-align: center;
    height: 80vh;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-caption h1 {
    color: #FFFFFF;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-caption .lead {
    font-size: 1.25rem;
    max-width: 600px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(1, 75, 47, 0.7) !important;
    color: #FFFFFF !important;
    font-size: 2rem !important;
    width: 50px;
    height: 50px;
    line-height: 45px !important;
    border-radius: 50% !important;
    transition: background 0.3s ease;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #014b2f !important;
}

.owl-prev {
    left: 20px;
}

.owl-next {
    right: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #014b2f !important;
}

/* --- BÖLÜM BAŞLIĞI STİLLERİ --- */
.section-title h2 {
    font-weight: 700;
    color: #014b2f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title p {
    color: #6c757d;
    font-size: 1.1rem;
}

/* --- SAYAÇ BÖLÜMÜ --- */
#counter-section {
    background-color: #014b2f;
    color: #FFFFFF;
}

.counter-box i {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block;
    color: #ffc107;
}

.counter-box h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
}

.counter-box p {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

/* --- HİZMETLERİMİZ BÖLÜMÜ --- */
.service-card {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.service-card .service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    background-color: #014b2f;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.service-card h4 {
    color: #333;
    font-weight: 600;
}

/* --- HAKKIMIZDA BÖLÜMÜ --- */
#hakkimizda .btn-outline-success {
    border-color: #014b2f;
    color: #014b2f;
}

#hakkimizda .btn-outline-success:hover {
    background-color: #014b2f;
    color: #FFFFFF;
}

/* --- SSS (AKORDİYON) BÖLÜMÜ --- */
.accordion-item {
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
    border-radius: 5px !important;
}

.accordion-button {
    font-weight: 600;
    color: #333;
}

.accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background-color: #014b2f;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-button::after {
    font-family: "Font Awesome 6 Free";
    content: "\f067";
    font-weight: 900;
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: none;
}

/* --- MÜŞTERİ YORUMLARI BÖLÜMÜ --- */
.testimonial-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

.testimonial-rating {
    color: #ffc107;
    margin-bottom: 15px;
}

.testimonial-text {
    font-style: italic;
    color: #6c757d;
    margin-bottom: 20px;
}

.testimonial-author {
    font-weight: 700;
    color: #014b2f;
    margin-bottom: 0;
}

.testimonial-location {
    font-size: 0.9rem;
    color: #6c757d;
}

#yorumlar .owl-theme .owl-dots .owl-dot.active span,
#yorumlar .owl-theme .owl-dots .owl-dot:hover span {
    background: #014b2f !important;
}

/* --- FOOTER BÖLÜMÜ STİLLERİ --- */
#footer {
    background-color: #1a1a1a;
    color: #a0a0a0;
    font-size: 14px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background-color: #222222;
}

#footer .footer-logo {
    height: 50px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}

#footer .footer-contact p {
    line-height: 26px;
}

#footer h4 {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-links {
    margin-bottom: 30px;
}

#footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-links ul i {
    padding-right: 5px;
    color: #014b2f;
    font-size: 12px;
}

#footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-links ul a {
    color: #a0a0a0;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-links ul a:hover {
    color: #FFFFFF;
}

#footer .footer-links a {
    color: #a0a0a0;
}

#footer .footer-links a:hover {
    color: #FFFFFF;
}

#footer .footer-bottom {
    padding: 20px 0;
    background-color: #1a1a1a;
}

#footer .copyright {
    margin-bottom: 5px;
}

#footer .credits {
    font-size: 13px;
}

#footer .credits a {
    color: #014b2f;
}






/* ======================================== */
/* İÇ SAYFA BAŞLIĞI ALANI (PAGE HEADER)     */
/* ======================================== */
.page-header {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
}

.page-header h1 {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.page-header .page-header-content {
    position: relative;
    z-index: 2;
    /* Overlay'in üzerinde kalması için */
}

/* Sayfa yolu (Breadcrumb) stilleri */
.breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
}

.breadcrumb-item {
    font-weight: 500;
}

.breadcrumb-item a {
    color: #f8f9fa;
    transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #ffc107;
    /* Sarı renk */
}

.breadcrumb-item.active {
    color: #ffc107;
    /* Aktif sayfanın rengi sarı olsun */
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #f8f9fa;
    /* Ayraç rengi */
}


/* ======================================== */
/* HAKKIMIZDA SAYFASI ÖZEL STİLLERİ         */
/* ======================================== */
.feature-box {
    padding: 30px;
    background-color: #f8f9fa;
    /* Açık gri arkaplan */
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-box .feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    background-color: #014b2f;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
    /* Küçülmesin */
}

.feature-box h3 {
    color: #333;
    font-weight: 600;
}










/* ======================================== */
/* İLETİŞİM SAYFASI ÖZEL STİLLERİ           */
/* ======================================== */
#contact-page .contact-info-wrapper,
#contact-page .contact-form-wrapper {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    height: 100%;
}

#contact-page .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

#contact-page .info-item .info-icon {
    font-size: 20px;
    color: #014b2f;
    width: 44px;
    height: 44px;
    background: #f0f7f4;
    /* Yeşil rengin çok açık tonu */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
}

#contact-page .info-item h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

#contact-page .info-item p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

#contact-page .info-item p a {
    color: #6c757d;
}

#contact-page .info-item p a:hover {
    color: #014b2f;
}

/* Form Butonu */
#contact-page .btn-success {
    background-color: #014b2f;
    border-color: #014b2f;
    padding: 12px 30px;
    font-weight: 600;
}

#contact-page .btn-success:hover {
    background-color: #013a25;
    border-color: #013a25;
}

/* Harita */
#map-section {
    /* Haritanın üstündeki ve altındaki boşluğu sıfırlar */
    padding: 0;
    margin: 0;
    line-height: 0;
    /* iframe'in altında oluşabilecek boşluğu engeller */
}











/* ======================================== */
/* HİZMET DETAY SAYFASI STİLLERİ            */
/* ======================================== */
.service-details-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-details-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-details-content p {
    line-height: 1.8;
}

.washing-steps {
    list-style: none;
    padding-left: 0;
}

.washing-steps li {
    padding-left: 30px;
    position: relative;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.washing-steps li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #014b2f;
    /* Ana Yeşil Renk */
    font-size: 18px;
}

/* Sidebar Stilleri */
.sidebar .sidebar-widget {
    margin-bottom: 30px;
    padding: 25px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.sidebar .widget-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    color: #333;
}

.sidebar .service-list {
    list-style: none;
    padding: 0;
}

.sidebar .service-list li {
    margin-bottom: 10px;
}

.sidebar .service-list a {
    color: #555;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.sidebar .service-list a:hover {
    background: #f8f9fa;
    color: #014b2f;
}

.sidebar .service-list li.active a {
    background: #014b2f;
    color: #fff;
}

.sidebar .widget-cta {
    background: #f0f7f4;
    text-align: center;
}

.sidebar .widget-cta p {
    margin-bottom: 20px;
}

/* ======================================== */
/* SOL SABİT WHATSAPP/TELEFON BUTONLARI     */
/* ======================================== */
.floating-buttons {
    position: fixed; /* Sayfayla kaymaz, ekranda sabit kalır */
    bottom: 25px;    /* Ekranın altından 25px yukarıda */
    left: 25px;      /* Ekranın solundan 25px içeride */
    z-index: 1030;   /* Diğer tüm elemanların üzerinde kalması için */
    display: flex;
    flex-direction: column; /* Butonları alt alta sıralar */
}

.floating-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #FFFFFF;
    border-radius: 50%; /* Yuvarlak yapar */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px; /* Butonlar arasına boşluk koyar */
    font-size: 28px; /* İkon boyutunu ayarlar */
    transition: all 0.3s ease;
}

.floating-buttons a:hover {
    transform: scale(1.1); /* Üzerine gelince hafifçe büyür */
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
}

/* WhatsApp Butonu Rengi */
.floating-buttons .whatsapp-btn {
    background-color: #25D366;
}

/* Telefon Butonu Rengi */
.floating-buttons .phone-btn {
    background-color: #014b2f; /* Sitenin ana yeşil rengi */
}

/* Mobil cihazlarda butonları biraz küçültelim */
@media (max-width: 768px) {
    .floating-buttons {
        bottom: 15px;
        left: 15px;
    }
    .floating-buttons a {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}