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

:root {
    --primary: #0f2862; /* Koyu Kurumsal Lacivert */
    --accent: #D6AD60;  /* Altın Sarısı - Güven ve Kalite */
    --text: #333333;
    --light: #f4f7f6;
    --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; color: var(--text); background: var(--light); line-height: 1.6; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Üst Bar */
.top-bar { background: var(--primary); color: var(--white); padding: 10px 0; font-size: 0.9rem; border-bottom: 3px solid var(--accent); }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-info span { margin-right: 20px; }
.top-info i { color: var(--accent); margin-right: 5px; }

/* Header & Nav */
header { background: var(--white); box-shadow: 0 4px 20px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 1000; }
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; }
.logo { font-size: 24px; font-weight: 700; color: var(--primary); letter-spacing: 1px; }
.logo span { color: var(--accent); }
.nav-links { display: flex; gap: 30px; }
.nav-links a { font-weight: 600; font-size: 15px; color: var(--primary); text-transform: uppercase; position: relative; }
.nav-links a:hover { color: var(--accent); }
.nav-links a::after { content: ''; display: block; width: 0; height: 2px; background: var(--accent); transition: 0.3s; }
.nav-links a:hover::after { width: 100%; }

/* Hero Section */
.hero { 
    background: linear-gradient(rgba(15, 40, 98, 0.8), rgba(15, 40, 98, 0.7)), url('img/banyo-bitmis-1.jpg');
    background-size: cover; background-position: center;
    height: 600px; display: flex; align-items: center; text-align: center; color: var(--white);
}
.hero h1 { font-size: 3.5rem; margin-bottom: 20px; font-weight: 700; line-height: 1.2; }
.hero p { font-size: 1.2rem; margin-bottom: 40px; opacity: 0.9; }
.btn { display: inline-block; padding: 15px 35px; background: var(--accent); color: var(--white); font-weight: 600; border-radius: 5px; text-transform: uppercase; letter-spacing: 1px; border: none; cursor: pointer; }
.btn:hover { background: #c59d50; transform: translateY(-3px); }
.btn-outline { background: transparent; border: 2px solid var(--white); margin-left: 10px; }
.btn-outline:hover { background: var(--white); color: var(--primary); }

/* Kurumsal Kartlar */
.section-padding { padding: 80px 0; }
.section-title { text-align: center; margin-bottom: 50px; }
.section-title h2 { color: var(--primary); font-size: 2.5rem; margin-bottom: 15px; }
.section-title .line { width: 80px; height: 3px; background: var(--accent); margin: 0 auto; }

.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.card { background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: 0.3s; }
.card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.card-img { height: 220px; background: #eee; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-content { padding: 25px; }
.card-content h3 { color: var(--primary); margin-bottom: 10px; }
.card-link { color: var(--accent); font-weight: 600; display: inline-flex; align-items: center; margin-top: 15px; }

/* İletişim Formu */
.contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; background: var(--white); padding: 50px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: var(--primary); }
.form-control { width: 100%; padding: 15px; border: 1px solid #ddd; border-radius: 5px; font-family: 'Poppins', sans-serif; }
.form-control:focus { outline: none; border-color: var(--accent); }

/* WhatsApp Butonu */
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; background: #25d366; color: white; width: 60px; height: 60px; border-radius: 50%; text-align: center; line-height: 60px; font-size: 30px; box-shadow: 2px 2px 10px rgba(0,0,0,0.2); z-index: 9999; transition: 0.3s; }
.whatsapp-float:hover { background: #1da851; transform: scale(1.1); }

/* Footer */
footer { background: #0b1e4a; color: #aab2bd; padding: 70px 0 20px; }
footer h3 { color: var(--white); margin-bottom: 25px; font-size: 1.2rem; }
footer ul li { margin-bottom: 10px; }
footer a:hover { color: var(--accent); }
.copyright { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 50px; padding-top: 20px; text-align: center; font-size: 0.9rem; }

/* Responsive */
@media (max-width: 768px) {
    .navbar { flex-direction: column; }
    .nav-links { margin-top: 20px; flex-wrap: wrap; justify-content: center; gap: 15px; }
    .hero h1 { font-size: 2rem; }
    .contact-wrapper { grid-template-columns: 1fr; }
}
/* Google Yorum Widget Tasarımı */
.google-review-badge {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 20px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e0e0e0;
}
.g-icon { width: 40px; height: 40px; }
.g-score { font-size: 24px; font-weight: bold; color: #333; }
.g-stars { color: #f4b400; letter-spacing: 2px; }
.g-count { color: #666; font-size: 0.9rem; }

.review-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px 5px;
    scrollbar-width: thin;
}
.review-card {
    min-width: 300px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 5px solid #4285F4; /* Google Mavisi */
}
.reviewer-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.reviewer-initial {
    width: 40px; height: 40px;
    background: #e6e6e6;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: bold; color: #555;
}