/*
Theme Name: Düzceçatı Profesyonel Tema
Theme URI: http://duzcecati.com
Author: Feyzullah Bal
Description: Düzceçatı için özel olarak hazırlanmış, arama butonlu ve galeri odaklı WordPress teması.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: duzcecati
*/

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f4f4f4;
}

header {
    background: #1a1a1a;
    color: #fff;
    padding: 15px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.search-box-left {
    flex: 1;
}

.search-box-left input[type="text"] {
    padding: 8px;
    border-radius: 4px;
    border: none;
}

.logo {
    flex: 2;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffcc00;
    text-transform: uppercase;
}

.call-btn-container {
    flex: 1;
    text-align: right;
}

.call-btn {
    background: #25d366;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
}

.call-btn:hover {
    background: #128c7e;
}

.hero {
    background: #333;
    color: white;
    text-align: center;
    padding: 60px 20px;
}

.container {
    width: 90%;
    margin: auto;
    padding: 20px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.gallery-item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.gallery-item h3 {
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

footer {
    background: #1a1a1a;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}
