/* Denizli Taksi - Custom Styles */

:root {
    --primary-color: #f59e0b;
    --secondary-color: #fbbf24;
    --dark-color: #1f2937;
    --light-bg: #fffbeb;
}

* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: #1f2937;
}

/* Header */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #fef3c7;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.navbar-brand {
    font-weight: 800;
    color: #1f2937;
}

.logo-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.btn-whatsapp {
    background: #25d366;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 24px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
    color: white;
}

.btn-call {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: white;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 24px;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    transition: all 0.3s ease;
    border: none;
}

.btn-call:hover {
    background: linear-gradient(135deg, #d97706, #f59e0b);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.5);
    color: white;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 50%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 50px;
    right: 50px;
    width: 300px;
    height: 300px;
    background: #fde68a;
    border-radius: 50%;
    opacity: 0.3;
    filter: blur(80px);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.2;
    color: #1f2937;
}

.hero-gradient-text {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.badge-24 {
    background: white;
    border-radius: 50px;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #fde68a;
}

.feature-badge {
    background: white;
    border-radius: 50px;
    padding: 10px 20px;
    border: 1px solid #fde68a;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Feature Cards */
.feature-card {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1px solid #fde68a;
    border-radius: 16px;
    padding: 40px 30px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

/* Service Cards */
.service-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: #fde68a;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.service-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.15);
}

/* District Cards */
.district-card {
    background: linear-gradient(135deg, #f9fafb 0%, #fffbeb 100%);
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

.district-card:hover {
    border-color: #fbbf24;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    text-decoration: none;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 50%, #f59e0b 100%);
    padding: 80px 0;
    position: relative;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='grid' width='60' height='60' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 10 0 L 0 0 0 10' fill='none' stroke='white' stroke-opacity='0.1' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23grid)'/%3E%3C/svg%3E");
    opacity: 0.3;
}

.btn-cta-primary {
    background: white;
    color: #1f2937;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 20px 40px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    border: none;
}

.btn-cta-primary:hover {
    background: #f9fafb;
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(0,0,0,0.25);
    color: #1f2937;
}

.btn-cta-secondary {
    background: #25d366;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 20px 40px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    border: none;
}

.btn-cta-secondary:hover {
    background: #20ba5a;
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.4);
    color: white;
}

/* Stats Cards */
.stat-card {
    padding: 30px 20px;
    border-radius: 12px;
    color: white;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.stat-card.orange {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

.stat-card.blue {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
}

.stat-card.green {
    background: linear-gradient(135deg, #10b981, #059669);
}

/* Contact Cards */
.contact-card {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border: 1px solid #fde68a;
}

.contact-item {
    background: #fffbeb;
    border-radius: 12px;
    padding: 20px;
    transition: background 0.3s ease;
}

.contact-item:hover {
    background: #fef3c7;
}

.contact-item.whatsapp {
    background: #d1fae5;
}

.contact-item.whatsapp:hover {
    background: #a7f3d0;
}

/* Footer */
footer {
    background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
    color: #9ca3af;
}

footer h4 {
    color: white;
    font-weight: 700;
}

footer a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #fbbf24;
}

/* Map Container */
.map-container {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    border: 1px solid #e5e7eb;
}

.map-overlay {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: white;
    padding: 24px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .btn-cta-primary, .btn-cta-secondary {
        font-size: 1.1rem;
        padding: 16px 32px;
        width: 100%;
    }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #f59e0b;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d97706;
}
