﻿body {
    font-family: -apple-system,
        BlinkMacSystemFont,
        avenir next,
        avenir,
        segoe ui,
        helvetica neue,
        helvetica,
        Cantarell,
        Ubuntu,
        roboto,
        noto,
        arial,
        sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s;
    /* Smooth color transition for hover */
}

/* Header Styles */
.site-header {
    background-color: #f8f9fa;
    /* Light background for the header */
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
    /* Padding around the header */
}

.container-header {
    max-width: 1200px;
    /* Maximum width to keep content centered */
    margin: 0 auto;
    /* Center the container */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    /* Padding on left and right sides */
    flex-wrap: wrap;
}

.site-identity-parent {
    display: flex;
    align-items: center;
}

.site-identity {
    margin-left: 15px;
    /* Space between logo and title */
}

.site-identity h1 {
    font-size: 0.8em;
    margin: 0;
    max-width: 150px;
    /* Prevent title wrapping */
}

.header-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.site-navigation ul {
    margin: 0;
    padding-top: 10px;
    list-style: none;
    display: flex;
    gap: 1.5em;
    /* Space between navigation items */
}

.menu-toggle {
    display: none;
    /* Büyük ekranlarda gizle */
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
}

.site-navigation li {
    display: inline;
}

.site-navigation a {
    font-size: 0.9em;
    color: #333;
    padding: 0.5em 0;
}

.site-navigation a:hover {
    color: #007bff;
    /* Hover color */
}

/* Main Body Styles */
.main-body-1 {
    background-image: url("images/pexels-stywo-1054218.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   
    height: 600px;
    margin-bottom: 50px;
}

.main-body-2 {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 380px;

}

.main-body-container {
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 20px;
}

.main-body-1-child {
    margin-top: 80px;
    padding-right:50px;
    padding-left:50px;
}

.main-body-1-buttons {
    margin-top: 30px;
}

.main-body-1-button-1 {
    width: 120px;
    height: 50px;
    margin-right: 15px;
    background-color: rgb(255, 174, 0);
    border: 1px solid rgb(255, 174, 0);
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.main-body-1-button-1:hover {
    background-color: rgb(237, 168, 18);
    border: 1px solid rgb(237, 168, 18);
}

.main-body-1-button-2 {
    width: 120px;
    height: 50px;
    background-color: transparent;
    border: 2px solid black;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.main-body-1-button-2:hover {
    background-color: black;
    color: white;
}

.main-body-1-button-5 {
    width: 100px;
    height: 35px;
    margin-right: 15px;
    background-color: rgb(255, 174, 0);
    border: 1px solid rgb(255, 174, 0);
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.main-body-1-button-5:hover {
    background-color: rgb(237, 168, 18);
    border: 1px solid rgb(237, 168, 18);
}

.main-body-2-carts {
    width: 100%;
    height: 300px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-body-cart-1,
.main-body-cart-2,
.main-body-cart-3 {
    padding: 10px;

    max-height: 250px;
    text-align: center;
}

.main-body-cart-1 img,
.main-body-cart-2 img,
.main-body-cart-3 img {
    width: 120px;
    height: 120px;
}

.main-body-3 {
    width: 100%;
    min-height: 450px;
    background-color: gainsboro;
}

.main-body-3-child {
    width: 100%;
    height: 300px;

    margin-top: 50px;
}

.main-body-3-child h2 {
    padding-top: 30px;
}

.main-body-3-image {
    width: 300px;
    height: 300px;
    float: left;
    margin-right: 20px;
    object-fit: cover;
}

.main-body-4 {
    width: 100%;
    min-height: 450px;
    background-color: rgb(27, 27, 27);
}

.main-body-4-child {
    width: 100%;
    height: 300px;
    margin-top: 50px;
}

.main-body-4-child h2 {
    padding-top: 20px;
    color: rgb(187, 187, 187);
}

.main-body-4-child p {
    color: rgb(187, 187, 187);
}

.main-body-4-image {
    width: 300px;
    height: 300px;
    float: right;
    margin-left: 20px;
    object-fit: cover;
}

.main-body-4-button {
    width: 120px;
    height: 50px;
    margin-right: 15px;
    background-color: rgb(255, 174, 0);
    border: 1px solid rgb(255, 174, 0);
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.main-body-4-button:hover {
    background-color: rgb(237, 168, 18);
    border: 1px solid rgb(237, 168, 18);
}

.main-body-5-button {
    width: 160px;
    height: 50px;
    margin-right: 15px;
    background-color: rgb(255, 174, 0);
    border: 1px solid rgb(255, 174, 0);
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}

.main-body-5-button:hover {
    background-color: rgb(237, 168, 18);
    border: 1px solid rgb(237, 168, 18);
}

.main-body-5 {
    width: 100%;
    min-height: 390px;
    background-color: rgb(27, 27, 27);
}

.main-body-5-child {
    width: 100%;
    height: 300px;
    margin-top: 50px;
}

.main-body-5-child h2 {
    padding-top: 30px;
    color: rgb(187, 187, 187);
}

.main-body-5-child p {
    color: rgb(187, 187, 187);
}

.footer-image {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.menu-image{
    width:25px;
    height:25px;
    margin-right: 20px;
    
}


@media (max-width: 1250px) {

    /* Hamburger menü aktif */
    .menu-toggle {
        display: block;
        /* Küçük ekranlarda göster */
       margin-bottom: 0em;
        
        padding:10px;
        
    }

    .site-navigation ul {
        display: none;
        /* Başlangıçta gizle */
        flex-direction: column;
        position: absolute;
        top: 88px;
        right: 0px;
        background: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 25px;
        

    }

    .site-navigation ul.show {
        display: flex;
        /* Açılınca göster */
    }

    .site-navigation ul li {
        margin: 10px 0;
    }

    .site-navigation ul a {
        color: black;
        font-size: 16px;
        /* Link rengi */
    }

    .site-navigation ul a:hover {
        color: red;
        /* Hover rengi */
    }
}

@media (max-width: 768px) {
   
.dropdown-content {

        
        right: 0;

    }

    
.site-identity h1{
   font-size:0.8em;

}
    .main-body-1-child{
        margin-top: 20px;
        padding-right: 0px;
        padding-left: 0px;
        
    }


    .main-body-1 {
        height: auto;
        min-height:350px;
        padding: 20px;
    background-position: top;
    }


        

    .main-body-2 {
            height: auto;
            
        }

    .main-body-3-child,.main-body-4-child,.main-body-5-child {
      height: auto;
                }

  

    .main-body-2-carts {
        flex-direction: column;
        align-items: center;
        height:auto;
    }

    .main-body-cart-1,
    .main-body-cart-2,
    .main-body-cart-3 {
        max-width: 100%;
    }

    .main-body-3-child,
    .main-body-4-child {
        flex-direction: column;
    }

    .footer-image {
        margin: 10px;
    }

        .main-body-1-button-2 {
            width: 120px;
            height: 50px;
            background-color: transparent;
            border: 2px solid white;
            background-color: white;
            font-size: 15px;
            cursor: pointer;
            transition: 0.3s;
        }
    
        .main-body-1-button-2:hover {
            background-color: white;
            color: white;
        }



}

@media (max-width: 730px) {
    .main-body-3-child,.main-body-4-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .main-body-3-image,.main-body-4-image{
        margin-right:0px;
        margin-left:0px;
        
    }
    
}


/*Hakkimda Sayfasi Kodlari */
.hakkimda-main-body-3 {
    width: 100%;
    height: 100%;
}

.hakkimda-main-body-container {
    max-width: 1000px;
    margin: auto;
    
    padding: 20px;

}

.hakkimda-main-body-3-child {
    width: 100%;
    height: 600px;
    
    margin-top: 30px;

}

.hakkimda-main-body-3-child h2 {
    padding-top: 10px;
    font-size: 28px;
}

.hakkimda-main-body-3-child h1 {
    padding-top: 10px;
    font-size: 36px;
}

.hakkimda-main-body-3-child p {
    padding: 15px;
    padding-left:0px;
    font-size: 20px;

}



.hakkimda-main-body-3-image {
    width: 400px;
    height: 560px;
    float: left;
    margin-right: 40px;
    padding-top: 110px;
    padding-bottom: 0px;
    object-fit: cover;

}

.iletisim-image {
    width: 350px;
    height: 350px;
    float: left;
    margin-right: 40px;
    padding-top: 110px;
    padding-bottom: 0px;
    object-fit: cover;

}

.hakkimda-main-body-3-image-2 {

    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 400px;
    height: 560px;
    float: right;
    margin-left: 20px;
    object-fit: cover;
}

@media (max-width: 1000px){

        .hakkimda-main-body-3-child{
            height:auto;
            margin-top: 0px;

        }    

        .hakkimda-main-body-3-image{
            width:100%;
            height:300px;
            display:flex;
            flex-direction: column;
            padding-top: 0px;
        }
    
        .hakkimda-main-body-3-child p{
            display:flex;
            flex-direction: column;
        }

        .hakkimda-main-body-3-image-2{
            width: 100%;
                height: 300px;
                margin-left: 0px;
                padding-right:0px;
                display: flex;
                flex-direction: column;

        }
}


/* iletisim kismi */

.contact-info {
    display: flex;
    justify-content: space-around;
    padding: 2rem;
    background-color: #f8f9fa;
    text-align: center;
}



.info-item {
    flex: 1;
    margin: 0 1rem;
}

.contact-form {
    padding: 2rem;
    background-color: #ffffff;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.contact-form form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.contact-form label {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.contact-form input,
textarea,
button {
    margin-bottom: 1rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form button {
    background-color: rgb(255, 174, 0);
    color: black;
    cursor: pointer;
    border: none;
}

.contact-form button:hover {
    background-color: rgb(237, 168, 18);
}

.map {
    
    padding: 2rem;
    text-align: center;
    height:500px;
    margin-bottom:100px;
}

/*mesajlar kısmı */

 table {
     width: 100%;
     max-width: 1000px;
     margin: 0 auto;
     border-collapse: collapse;
     background-color: #fff;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 }

 th,
 td {
     padding: 12px;
     text-align: left;
     border-bottom: 1px solid #ddd;
 }

 th {
     background-color: #f2f2f2;
 }

 tr:hover {
     background-color: #f1f1f1;
 }

 .container-message {
     margin: 0 auto;
     max-width: 1000px;
 }

 .message-details {
     font-size: 0.9em;
     color: #666;
 }

 @media (max-width: 800px) {

    .contact-info {
        flex-direction: column;
        padding:0.5em;
    }

    .info-item{
        margin: 0;
    }

        .map {
            padding:0rem;
            height: 200px;
            margin-bottom: 100px;
        }

 }


 /* Şifre ekranı */

 .admin-login-body {
     font-family: Arial, sans-serif;
     background-color: #f3f4f6;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh;
     margin: 0;
 }

 .admin-login-container {
     background-color: #fff;
     padding: 20px;
     border-radius: 10px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     width: 100%;
     max-width: 400px;
 }

 .admin-login-container h2 {
     text-align: center;
     margin-bottom: 20px;
     color: #333;
 }

 .admin-login-container label {
     display: block;
     margin-bottom: 8px;
     font-weight: bold;
     color: #555;
 }

 .admin-login-container input {
     width: 95%;
     padding: 10px;
     margin-bottom: 15px;
     border: 1px solid #ddd;
     border-radius: 5px;
     font-size: 14px;
 }

 .admin-login-container button {
     width: 100%;
     padding: 10px;
     background-color: #007bff;
     border: none;
     border-radius: 5px;
     color: white;
     font-size: 16px;
     cursor: pointer;
     transition: background-color 0.3s;
 }

 .admin-login-container button:hover {
     background-color: #0056b3;
 }

 .admin-login-container p {
     color: red;
     text-align: center;
     margin-top: 10px;
 }

 .menulogos{
    width:30px;
    height:30px;
 }

 .hizmetlerimiz-image{
     
    width: 350px;
    height: 350px;
    float: right;
    margin-right: 40px;
    padding-top: 110px;
    padding-bottom: 0px;
    object-fit: cover;
    margin-right: 100px;
    
 }

 .hizmetlerimiz{
    width:400px;
    float:left;
    margin-left:100px;
 }

.dropbtn {

    color: black;
    color: #333;
    border: none;
    font-size: 0.9em;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {

    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;


}

.dropdown-content p {
    color: black;
    padding: 1px 10px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.sorularimage{
    max-width:950px;
    width:100%;
    height:auto;
    max-height: 400px;
    object-fit: cover;
}

/* --- YENİ HİZMETLERİMİZ SAYFASI TASARIMI --- */

.services-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    /* Hafif gri arka plan */
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 10px;
}

/* Grid Yapısı: Masaüstünde 3'lü, Tablette 2'li, Mobilde 1'li */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Kart Tasarımı */
.service-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    text-align: center;
    padding-bottom: 30px;
}

.service-card:hover {
    transform: translateY(-5px);
    /* Üzerine gelince hafif yukarı kalkar */
}

/* Kart Resmi Alanı */
.card-image {
    position: relative;
    height: 250px;
    width: 100%;
    margin-bottom: 40px;
    /* İkon için alt boşluk */
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Yuvarlak İkon */
.card-icon {
    position: absolute;
    bottom: -35px;
    /* Resmin altına sarkıtma */
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    
}

.card-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Kart İçeriği */
.card-body h3 {
    margin: 10px 0 25px;
    font-size: 1.4em;
    color: #333;
}

.card-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* Buton Stilleri */
.btn-incele {
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 25px;
    color: #555;
    font-weight: 500;
    transition: 0.3s;
}

.btn-incele:hover {
    border-color: rgb(255, 174, 0);
    color: rgb(255, 174, 0);
}

.btn-randevu {
    padding: 10px 20px;
    background-color: rgb(255, 174, 0);
    border: 2px solid rgb(255, 174, 0);
    border-radius: 25px;
    color: #000;
    font-weight: 600;
    transition: 0.3s;
}

.btn-randevu:hover {
    background-color: rgb(237, 168, 18);
    border-color: rgb(237, 168, 18);
    color: #fff;
}

/* Mobil Uyumluluk */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        /* Tablette 2'li */
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        /* Mobilde alt alta */
    }

    .card-image {
        height: 200px;
    }
}

/* --- YENİ EKLENEN BÖLÜMLERİN TASARIMI --- */

/* 1. Hero Banner (Sayfa Üstü Görsel) */
.page-hero {
    position: relative;
    /* Arka plan resmini buraya koyuyoruz. images klasöründeki geniş bir resmi seçebilirsin */
    background-image: url("images/pexels-stywo-1054218.jpg"); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Resmi sabitler, hoş bir kayma efekti verir */
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Resmin üzerine siyah perde çeker, yazı okunsun diye */
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.hero-content h1 {
    font-size: 3em;
    margin: 0 0 10px;
    font-weight: 700;
}

.hero-content p {
    font-size: 1.2em;
    opacity: 0.9;
}

/* 2. Süreç Bölümü (Nasıl İşler) */
.process-section {
    padding: 80px 20px;
    background-color: #fff; /* Beyaz zemin */
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    gap: 20px;
}

.step-item {
    flex: 1;
    text-align: center;
    padding: 20px;
    position: relative;
}

.step-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgb(255, 174, 0); /* Turuncu */
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    line-height: 40px;
    margin-bottom: 15px;
    font-size: 18px;
}

.step-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
    filter: grayscale(100%); /* İkonları gri yapar */
    transition: 0.3s;
}

.step-item:hover .step-icon img {
    filter: none; /* Üzerine gelince renklenir */
    transform: scale(1.1);
}

.step-item h3 {
    margin-bottom: 15px;
    color: #333;
}

.step-item p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95em;
}

.step-arrow {
    font-size: 2em;
    color: #ccc;
    padding-top: 60px; /* Oku aşağı iter */
}

/* Alt Turuncu Çağrı Şeridi (CTA) */
.cta-banner {
    margin-top: 70px;
    background-color: #f8f9fa;
    border-left: 5px solid rgb(255, 174, 0);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-banner h3 {
    margin: 0;
    color: #333;
    font-size: 1.3em;
}

.cta-button {
    background-color: rgb(255, 174, 0);
    color: #000;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    transition: 0.3s;
}

.cta-button:hover {
    background-color: #333;
    color: #fff;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .process-steps {
        flex-direction: column;
        align-items: center;
    }
    
    .step-arrow {
        display: none; /* Mobilde okları gizle */
    }

    .step-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .cta-banner {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-content h1 {
        font-size: 2em;
    }
}

/* --- YENİ EKLENEN BÖLÜMLERİN TASARIMI --- */

/* 1. Hero Banner (Sayfa Üstü Görsel) */
.page-hero {
    position: relative;
    /* Arka plan resmini buraya koyuyoruz. images klasöründeki geniş bir resmi seçebilirsin */
    background-image: url("images/pexels-stywo-1054218.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Resmi sabitler, hoş bir kayma efekti verir */
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Resmin üzerine siyah perde çeker, yazı okunsun diye */
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.hero-content h1 {
    font-size: 3em;
    margin: 0 0 10px;
    font-weight: 700;
}

.hero-content p {
    font-size: 1.2em;
    opacity: 0.9;
}

/* 2. Süreç Bölümü (Nasıl İşler) */
.process-section {
    padding: 80px 20px;
    background-color: #fff;
    /* Beyaz zemin */
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    gap: 20px;
}

.step-item {
    flex: 1;
    text-align: center;
    padding: 20px;
    position: relative;
}

.step-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgb(255, 174, 0);
    /* Turuncu */
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    line-height: 40px;
    margin-bottom: 15px;
    font-size: 18px;
}

.step-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
    filter: grayscale(100%);
    /* İkonları gri yapar */
    transition: 0.3s;
}

.step-item:hover .step-icon img {
    filter: none;
    /* Üzerine gelince renklenir */
    transform: scale(1.1);
}

.step-item h3 {
    margin-bottom: 15px;
    color: #333;
}

.step-item p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95em;
}

.step-arrow {
    font-size: 2em;
    color: #ccc;
    padding-top: 60px;
    /* Oku aşağı iter */
}

/* Alt Turuncu Çağrı Şeridi (CTA) */
.cta-banner {
    margin-top: 70px;
    background-color: #f8f9fa;
    border-left: 5px solid rgb(255, 174, 0);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-banner h3 {
    margin: 0;
    color: #333;
    font-size: 1.3em;
}

.cta-button {
    background-color: rgb(255, 174, 0);
    color: #000;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    transition: 0.3s;
}

.cta-button:hover {
    background-color: #333;
    color: #fff;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .process-steps {
        flex-direction: column;
        align-items: center;
    }

    .step-arrow {
        display: none;
        /* Mobilde okları gizle */
    }

    .step-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .cta-banner {
        flex-direction: column;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2em;
    }
}

/* =============================================
   BLOG SAYFALARI
   ============================================= */

/* Blog Listeleme Sayfası */
.blog-list-section {
    padding: 40px 20px 60px;
    background-color: #fff;
}

.blog-list-container {
    max-width: 900px;
    margin: 0 auto;
}

.blog-card {
    display: flex;
    gap: 25px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: box-shadow 0.3s;
}

.blog-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-card-image {
    flex-shrink: 0;
    width: 280px;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-card-body {
    padding: 20px 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-card-date {
    font-size: 0.8em;
    color: #888;
    margin-bottom: 8px;
}

.blog-card-body h2 {
    font-size: 1.15em;
    margin: 0 0 10px;
    line-height: 1.4;
}

.blog-card-body h2 a {
    color: #222;
    text-decoration: none;
}

.blog-card-body h2 a:hover {
    color: #007bff;
}

.blog-card-body p {
    font-size: 0.9em;
    color: #555;
    line-height: 1.6;
    margin: 0 0 12px;
}

.blog-read-more {
    font-size: 0.9em;
    color: rgb(255, 174, 0);
    font-weight: bold;
    text-decoration: none;
}

.blog-read-more:hover {
    color: rgb(237, 168, 18);
}

/* Blog Makale Sayfası */
.breadcrumb {
    background: #f8f9fa;
    padding: 12px 20px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.85em;
}

.breadcrumb-container {
    max-width: 800px;
    margin: 0 auto;
}

.breadcrumb a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    color: #666;
}

.blog-article {
    padding: 40px 20px 60px;
}

.blog-article-container {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.blog-article-header {
    margin-bottom: 30px;
}

.blog-article-header h1 {
    font-size: 1.8em;
    line-height: 1.3;
    color: #222;
    margin: 0 0 12px;
}

.blog-article-meta {
    font-size: 0.85em;
    color: #888;
}

.blog-article-image {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 30px;
}

.blog-article-container h2 {
    font-size: 1.4em;
    color: #222;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgb(255, 174, 0);
}

.blog-article-container h3 {
    font-size: 1.15em;
    color: #333;
    margin-top: 25px;
    margin-bottom: 10px;
}

.blog-article-container p {
    font-size: 1em;
    color: #444;
    margin-bottom: 15px;
}

.blog-article-container ul,
.blog-article-container ol {
    padding-left: 25px;
    margin-bottom: 15px;
}

.blog-article-container li {
    margin-bottom: 8px;
    color: #444;
    font-size: 1em;
}

.blog-cta {
    margin-top: 50px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
    border-left: 4px solid rgb(255, 174, 0);
}

.blog-cta h3 {
    margin-top: 0;
    border-bottom: none;
}

.blog-cta p {
    color: #555;
}

.blog-cta-button {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 30px;
    background: rgb(255, 174, 0);
    color: #000;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;
}

.blog-cta-button:hover {
    background: rgb(237, 168, 18);
}

/* Blog Responsive */
@media (max-width: 768px) {
    .blog-card {
        flex-direction: column;
    }

    .blog-card-image {
        width: 100%;
        height: 200px;
    }

    .blog-card-body {
        padding: 15px;
    }

    .blog-article-header h1 {
        font-size: 1.4em;
    }

    .blog-article-container h2 {
        font-size: 1.2em;
    }

    .blog-cta {
        padding: 20px;
    }
}