/* Reset ve Temel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
}

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.2;
}

.section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #1a1a1a;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #f4d03f);
}

/* Buttons */
.btn-primary {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    color: #1a1a1a;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
    background: linear-gradient(135deg, #f4d03f, #d4af37);
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.logo {
    display: flex;
    align-items: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
}

.logo i {
    font-size: 2rem;
    color: #d4af37;
    margin-right: 12px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* GOOGLE HARİTALAR BUTONU İÇİN CSS KODU */
.google-maps-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;

    /* Google Haritalar Renklerinde Gradient Arka Plan */
    background: linear-gradient(135deg, #4285F4, #34A853); /* Google mavisi ve yeşili */
    color: white; /* Metin ve ikon rengi beyaz olacak */
    margin-right: 1rem; /* Eğer yan yana başka butonlar varsa sağdan boşluk */
}

/* Parlama Efekti */
.google-maps-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease-in-out;
    z-index: 1;
}

.google-maps-btn:hover::before {
    left: 100%;
}

/* Hover Efektleri */
.google-maps-btn:hover {
    background: linear-gradient(135deg, #34A853, #4285F4); /* Hover'da gradient yönü değişebilir */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(66, 133, 244, 0.4); /* Gölge rengi Google mavisine yakın olsun */
}

/* İkon Stili */
.google-maps-btn i {
    font-size: 1.2rem;
    color: inherit;
    z-index: 2;
}

/* Metin Stili */
.google-maps-btn span {
    color: inherit;
    z-index: 2;
}

.instagram-btn {
    display: inline-flex; /* İçeriği (ikon ve metin) yan yana hizalar */
    align-items: center;  /* Dikeyde ortalar */
    gap: 8px;             /* İkon ile metin arasına boşluk */
    padding: 12px 20px;   /* Butonun iç boşluğu */
    border-radius: 25px;  /* Kenarları yuvarlar */
    text-decoration: none; /* Alt çizgiyi kaldırır */
    font-size: 1rem;      /* Metin boyutu */
    font-weight: 600;     /* Metin kalınlığı */
    transition: all 0.3s ease; /* Hover ve diğer geçişler için */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Hafif gölge */
    position: relative;   /* ::before pseudo-element için */
    overflow: hidden;     /* Parlama efektinin taşmasını engeller */

    /* Instagram Renklerinde Gradient Arka Plan */
    background: linear-gradient(135deg, #C13584, #FCAF45); /* Morumsu Kırmızıdan Turuncuya */
    color: white; /* Metin ve ikon rengi beyaz olacak */
    margin-right: 1rem; /* Eğer yan yana başka butonlar varsa sağdan boşluk */
}

/* Parlama Efekti */
.instagram-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease-in-out; /* Daha akıcı bir geçiş */
    z-index: 1; /* İçeriğin arkasında kalması için */
}

.instagram-btn:hover::before {
    left: 100%;
}

/* Hover Efektleri */
.instagram-btn:hover {
    background: linear-gradient(135deg, #FCAF45, #C13584); /* Hover'da gradient yönü değişebilir */
    transform: translateY(-2px); /* Hafif yukarı kalkma efekti */
    box-shadow: 0 6px 20px rgba(193, 53, 132, 0.4); /* Gölge rengi Instagram moruna yakın olsun */
}

/* İkon Stili */
.instagram-btn i {
    font-size: 1.2rem; /* İkon boyutu */
    color: inherit; /* Üst öğeden rengi miras alır (beyaz) */
    z-index: 2; /* İçeriğin ::before efekti üzerinde kalması için */
}

/* Metin Stili */
.instagram-btn span {
    color: inherit; /* Üst öğeden rengi miras alır (beyaz) */
    z-index: 2; /* İçeriğin ::before efekti üzerinde kalması için */
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    position: relative;
    overflow: hidden;
}

.whatsapp-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.whatsapp-btn:hover::before {
    left: 100%;
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #128c7e, #25d366);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn i {
    font-size: 1.2rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.nav-link {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #d4af37;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #d4af37;
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #1a1a1a;
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('https://diamondpalace.com.tr/gold5.jpeg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.hero-content {
    z-index: 2;
}

.hero-title {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.1), rgba(244, 208, 63, 0.1));
}

/* Sections */
section {
    padding: 100px 0;
}

/* Salonlar */
.salons {
    background: #f8f9fa;
}

.salons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 3rem;
}

.salon-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.salon-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.salon-image {
    height: 300px;
    overflow: hidden;
}

.salon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.salon-card:hover .salon-image img {
    transform: scale(1.1);
}

.salon-content {
    padding: 2rem;
}

.salon-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #d4af37;
}

.salon-content p {
    margin-bottom: 1.5rem;
    color: #666;
}

.salon-features {
    list-style: none;
}

.salon-features li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding-left: 25px;
}

.salon-features li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: #d4af37;
    font-weight: bold;
}

.salon-features li:last-child {
    border-bottom: none;
}

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

.gallery-item {
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Yorumlar */
.reviews {
    background: #f8f9fa;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.review-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.review-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin-right: 1rem;
}

.review-info h4 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.review-date {
    color: #666;
    font-size: 0.9rem;
}

.review-stars {
    color: #ffc107;
    margin-bottom: 1rem;
}

.review-content {
    font-style: italic;
    color: #555;
    line-height: 1.6;
}

.review-badge {
    display: inline-block;
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    color: #1a1a1a;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 1rem;
}

/* Hakkımızda */
.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #555;
}

/* İletişim */
.contact {
    background: #f8f9fa;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.contact-item i {
    font-size: 1.5rem;
    color: #d4af37;
    margin-right: 1rem;
    margin-top: 0.25rem;
}

.contact-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.contact-item p {
    color: #666;
}

.contact-form {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 1rem;
    border: 2px solid #f0f0f0;
    border-radius: 8px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #d4af37;
}

/* Footer */
.footer {
    background: #1a1a1a;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    text-align: center;
}

.footer-map {
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
}

.footer-info .logo {
    justify-content: center;
    margin-bottom: 1rem;
    color: white;
}

.footer-info p {
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .nav {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .salons-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .reviews-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .container {
        padding: 0 15px;
    }
    
    section {
        padding: 60px 0;
    }
    
    .whatsapp-btn {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .salon-content {
        padding: 1.5rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
}

/* Animasyonlar */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* Smooth scrolling için ek stil */
.nav-link {
    scroll-behavior: smooth;
}