/* Global Styles - Mobilya Temalı Lüks Tasarım */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    /* Mobilya Temalı Renk Paleti */
    --wood-dark: #3d2817;
    --wood-medium: #6b4423;
    --wood-light: #8b6f47;
    --gold-accent: #d4af37;
    --gold-light: #f4e4bc;
    --cream: #f5f1e8;
    --cream-dark: #e8e0d1;
    --sage-green: #87a96b;
    --dark-green: #5a6b4a;
    --charcoal: #2c2c2c;
    --warm-gray: #6b6b6b;
    --success-color: #198754;
    --light-bg: #faf9f6;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
    color: var(--charcoal);
    background-color: var(--light-bg);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: var(--wood-dark);
    letter-spacing: -0.5px;
}

/* Navigation - Lüks Mobilya Teması */
.navbar {
    padding: 1.2rem 0;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(61, 40, 23, 0.08);
    transition: all 0.3s ease;
}

.navbar-brand {
    font-size: 1.8rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--wood-dark) !important;
    letter-spacing: 1px;
    position: relative;
}

.navbar-brand::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-accent), var(--wood-medium));
    border-radius: 2px;
}

.nav-link {
    font-weight: 500;
    margin: 0 0.8rem;
    color: var(--charcoal) !important;
    transition: all 0.3s ease;
    position: relative;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 0;
    height: 2px;
    background: var(--gold-accent);
    transition: all 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 80%;
    transform: translateX(-50%) scaleX(1);
}

.nav-link:hover {
    color: var(--wood-dark) !important;
}

.navbar .btn-success {
    background: linear-gradient(135deg, var(--success-color), #157347);
    border: none;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(25, 135, 84, 0.3);
    transition: all 0.3s ease;
}

.navbar .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(25, 135, 84, 0.4);
}

/* Hero Section - Lüks Mobilya Teması */
.hero-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--cream) 0%, var(--cream-dark) 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="wood" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse"><rect width="100" height="100" fill="%23f5f1e8"/><path d="M0 50 Q25 30 50 50 T100 50" stroke="%23e8e0d1" stroke-width="0.5" fill="none"/></pattern></defs><rect width="100" height="100" fill="url(%23wood)"/></svg>');
    opacity: 0.3;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    font-size: 4rem;
    font-weight: 700;
    color: var(--wood-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}

.hero-section .lead {
    font-size: 1.3rem;
    color: var(--warm-gray);
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 1.8;
}

.hero-section img {
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(61, 40, 23, 0.2);
    border: 8px solid white;
    transition: transform 0.3s ease;
}

.hero-section img:hover {
    transform: scale(1.02);
}

.hero-buttons .btn {
    margin: 0.5rem 0.8rem 0.5rem 0;
    padding: 1rem 2.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-buttons .btn-primary {
    background: linear-gradient(135deg, var(--wood-medium), var(--wood-dark));
    border: none;
    color: white;
}

.hero-buttons .btn-primary:hover {
    background: linear-gradient(135deg, var(--wood-dark), var(--wood-medium));
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(61, 40, 23, 0.3);
}

.hero-buttons .btn-success {
    background: linear-gradient(135deg, var(--success-color), #157347);
    border: none;
}

.hero-buttons .btn-success:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(25, 135, 84, 0.3);
}

/* Category Cards - Lüks Mobilya Teması */
.featured-categories {
    background: white;
    padding: 5rem 0;
    position: relative;
}

.featured-categories h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    color: var(--wood-dark);
    position: relative;
    display: inline-block;
}

.featured-categories h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-accent), var(--wood-medium));
    border-radius: 2px;
}

.category-card {
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem;
}

.category-card:hover {
    transform: translateY(-15px);
}

.category-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 350px;
    background: linear-gradient(135deg, var(--cream-dark), var(--cream));
    box-shadow: 0 10px 30px rgba(61, 40, 23, 0.15);
    border: 3px solid white;
}

.category-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(61, 40, 23, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.category-card:hover .category-image img {
    transform: scale(1.15);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(61, 40, 23, 0.85), rgba(107, 68, 35, 0.75));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
}

.category-card:hover .category-overlay {
    opacity: 1;
}

.category-overlay .btn {
    background: var(--gold-accent);
    border: none;
    color: var(--wood-dark);
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
}

.category-overlay .btn:hover {
    background: var(--gold-light);
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(212, 175, 55, 0.5);
}

.category-card h3 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    color: var(--wood-dark);
    font-weight: 600;
}

.category-card p {
    color: var(--warm-gray);
    margin-top: 0.5rem;
    font-size: 0.95rem;
}

/* Product Cards - Lüks Mobilya Teması */
.featured-products {
    background: linear-gradient(135deg, var(--cream) 0%, white 100%);
    padding: 5rem 0;
}

.featured-products h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    color: var(--wood-dark);
    position: relative;
    display: inline-block;
}

.featured-products h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-accent), var(--wood-medium));
    border-radius: 2px;
}

.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(61, 40, 23, 0.12);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    position: relative;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-accent), var(--wood-medium));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover::before {
    opacity: 1;
}

.product-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 50px rgba(61, 40, 23, 0.25);
    border-color: var(--gold-light);
}

.product-image {
    position: relative;
    overflow: hidden;
    height: 280px;
    background: linear-gradient(135deg, var(--cream-dark), var(--cream));
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-card:hover .product-image img {
    transform: scale(1.15);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(61, 40, 23, 0.9), rgba(107, 68, 35, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-overlay .btn {
    background: var(--gold-accent);
    border: none;
    color: var(--wood-dark);
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
}

.product-overlay .btn:hover {
    background: var(--gold-light);
    transform: scale(1.1);
}

.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: white;
}

.product-info h4 {
    color: var(--wood-dark);
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.product-info .text-muted {
    color: var(--warm-gray);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.product-info .btn-success {
    background: linear-gradient(135deg, var(--success-color), #157347);
    border: none;
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.85rem;
    box-shadow: 0 4px 15px rgba(25, 135, 84, 0.3);
    transition: all 0.3s ease;
}

.product-info .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(25, 135, 84, 0.4);
}

/* Featured Products */
.featured-products {
    background: var(--light-bg);
}

/* Quick Contact - Lüks Mobilya Teması */
.quick-contact {
    background: linear-gradient(135deg, white 0%, var(--cream) 100%);
    padding: 5rem 0;
    position: relative;
}

.quick-contact h2 {
    font-size: 2.5rem;
    color: var(--wood-dark);
    margin-bottom: 1rem;
}

.quick-contact .lead {
    color: var(--warm-gray);
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    text-decoration: none;
    color: var(--charcoal);
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(61, 40, 23, 0.08);
    border-left: 4px solid var(--gold-accent);
    margin-bottom: 1rem;
}

.contact-item:hover {
    background: linear-gradient(135deg, var(--wood-dark), var(--wood-medium));
    color: white;
    transform: translateX(15px);
    box-shadow: 0 8px 30px rgba(61, 40, 23, 0.2);
}

.contact-item i {
    margin-right: 1.5rem;
    font-size: 2rem;
    color: var(--gold-accent);
    transition: all 0.3s ease;
}

.contact-item:hover i {
    color: var(--gold-light);
    transform: scale(1.2);
}

.quick-contact img {
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(61, 40, 23, 0.15);
    border: 5px solid white;
}

/* Products Page - Lüks Mobilya Teması */
.products-page {
    background: linear-gradient(135deg, var(--cream) 0%, white 100%);
    padding: 3rem 0;
}

.products-page h1 {
    font-size: 3.5rem;
    color: var(--wood-dark);
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
}

.products-page h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-accent), var(--wood-medium));
    border-radius: 2px;
}

.category-filters {
    margin-bottom: 4rem;
    text-align: center;
}

.category-filters .btn {
    padding: 0.8rem 2rem;
    margin: 0.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.category-filters .btn-outline-primary {
    border-color: var(--wood-medium);
    color: var(--wood-dark);
    background: white;
}

.category-filters .btn-outline-primary:hover {
    background: var(--wood-dark);
    color: white;
    border-color: var(--wood-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(61, 40, 23, 0.2);
}

.category-filters .btn-primary {
    background: linear-gradient(135deg, var(--wood-medium), var(--wood-dark));
    border: none;
    color: white;
    box-shadow: 0 4px 15px rgba(61, 40, 23, 0.3);
}

.product-detail-card {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(61, 40, 23, 0.15);
    margin-bottom: 3rem;
    border-top: 4px solid var(--gold-accent);
}

.product-gallery .carousel-item img {
    border-radius: 15px;
    height: 550px;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(61, 40, 23, 0.15);
    border: 5px solid white;
}

.thumbnail-gallery .thumbnail-img {
    cursor: pointer;
    border-radius: 10px;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    height: 120px;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(61, 40, 23, 0.1);
}

.thumbnail-gallery .thumbnail-img:hover,
.thumbnail-gallery .thumbnail-img.active {
    border-color: var(--gold-accent);
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(212, 175, 55, 0.3);
}

.product-video {
    margin-top: 2rem;
}

.product-video h5 {
    color: var(--wood-dark);
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.product-video .ratio {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(61, 40, 23, 0.15);
    border: 3px solid white;
}

.product-info h2 {
    font-size: 2.5rem;
    color: var(--wood-dark);
    margin-bottom: 1rem;
}

.product-features {
    background: var(--cream);
    padding: 1.5rem;
    border-radius: 15px;
    margin: 2rem 0;
}

.product-features h5 {
    color: var(--wood-dark);
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.product-features ul li {
    padding: 0.8rem 0;
    color: var(--warm-gray);
    font-size: 1.05rem;
}

.product-features .bi-check-circle {
    color: var(--sage-green);
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.product-actions .btn {
    margin-bottom: 1rem;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.product-actions .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.product-actions .btn-success {
    background: linear-gradient(135deg, var(--success-color), #157347);
}

.product-actions .btn-outline-primary {
    border: 2px solid var(--wood-medium);
    color: var(--wood-dark);
}

.product-actions .btn-outline-primary:hover {
    background: var(--wood-dark);
    border-color: var(--wood-dark);
    color: white;
}

/* Gallery Page - Lüks Mobilya Teması */
.gallery-page {
    background: linear-gradient(135deg, var(--cream) 0%, white 100%);
    padding: 4rem 0;
}

.gallery-page h1 {
    font-size: 3.5rem;
    color: var(--wood-dark);
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
}

.gallery-page h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-accent), var(--wood-medium));
    border-radius: 2px;
}

.gallery-section {
    margin-bottom: 5rem;
}

.gallery-section h2 {
    font-size: 2.5rem;
    color: var(--wood-dark);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--gold-accent);
    display: inline-block;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    height: 280px;
    background: linear-gradient(135deg, var(--cream-dark), var(--cream));
    box-shadow: 0 8px 30px rgba(61, 40, 23, 0.12);
    border: 3px solid white;
    transition: all 0.4s ease;
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(61, 40, 23, 0.25);
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-item:hover .gallery-image {
    transform: scale(1.2);
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(61, 40, 23, 0.7), rgba(107, 68, 35, 0.6));
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item::before {
    content: '🔍';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 3rem;
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* About Page - Lüks Mobilya Teması */
.about-page {
    background: linear-gradient(135deg, white 0%, var(--cream) 100%);
    padding: 4rem 0;
}

.about-page h1 {
    font-size: 3.5rem;
    color: var(--wood-dark);
    margin-bottom: 2rem;
}

.about-page .lead {
    font-size: 1.3rem;
    color: var(--warm-gray);
    line-height: 1.8;
}

.about-page img {
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(61, 40, 23, 0.15);
    border: 5px solid white;
}

.about-card {
    background: white;
    border-radius: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 30px rgba(61, 40, 23, 0.1);
    border-top: 4px solid var(--gold-accent);
    height: 100%;
}

.about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(61, 40, 23, 0.2);
}

.about-icon {
    margin-bottom: 1.5rem;
    color: var(--gold-accent);
}

.about-card h3 {
    color: var(--wood-dark);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.about-card p {
    color: var(--warm-gray);
    line-height: 1.8;
}

.about-page h2 {
    font-size: 2.5rem;
    color: var(--wood-dark);
    margin-bottom: 1.5rem;
}

.about-page ul li {
    padding: 0.8rem 0;
    color: var(--warm-gray);
    font-size: 1.05rem;
}

.about-page .bi-check-circle-fill {
    color: var(--sage-green);
}

/* Contact Page - Lüks Mobilya Teması */
.contact-page {
    background: linear-gradient(135deg, var(--cream) 0%, white 100%);
    padding: 4rem 0;
}

.contact-page h1 {
    font-size: 3.5rem;
    color: var(--wood-dark);
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
}

.contact-page h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-accent), var(--wood-medium));
    border-radius: 2px;
}

.contact-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(61, 40, 23, 0.15);
    border-top: 4px solid var(--gold-accent);
    height: 100%;
}

.contact-card h2 {
    font-size: 2.2rem;
    color: var(--wood-dark);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--cream-dark);
}

.contact-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gold-light), var(--gold-accent));
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.contact-item h5 {
    margin-bottom: 0.5rem;
    color: var(--wood-dark);
    font-size: 1.2rem;
    font-weight: 600;
}

.contact-item p,
.contact-item a {
    color: var(--warm-gray);
    font-size: 1rem;
}

.contact-buttons .btn {
    border-radius: 50px;
    padding: 1rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.contact-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.map-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(61, 40, 23, 0.15);
    border-top: 4px solid var(--gold-accent);
}

.map-card h3 {
    font-size: 1.8rem;
    color: var(--wood-dark);
    margin-bottom: 1.5rem;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(61, 40, 23, 0.1);
    border: 3px solid white;
}

.contact-form-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(61, 40, 23, 0.15);
    border-top: 4px solid var(--gold-accent);
}

.contact-form-card h2 {
    font-size: 2.2rem;
    color: var(--wood-dark);
    margin-bottom: 2rem;
}

.contact-form-card .form-label {
    color: var(--wood-dark);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-form-card .form-control {
    border: 2px solid var(--cream-dark);
    border-radius: 10px;
    padding: 0.8rem 1.2rem;
    transition: all 0.3s ease;
}

.contact-form-card .form-control:focus {
    border-color: var(--gold-accent);
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

/* Footer - Lüks Mobilya Teması */
footer {
    margin-top: auto;
    background: linear-gradient(135deg, var(--wood-dark) 0%, var(--charcoal) 100%) !important;
    border-top: 4px solid var(--gold-accent);
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-accent), transparent);
}

footer h5 {
    color: var(--gold-light);
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

footer h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--gold-accent);
}

footer p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

footer ul li {
    margin-bottom: 0.8rem;
}

footer a {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}

footer a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
    color: var(--gold-accent);
}

footer a:hover {
    color: var(--gold-light) !important;
    padding-left: 20px;
}

footer a:hover::before {
    opacity: 1;
    left: 0;
}

footer .bi {
    color: var(--gold-accent);
    margin-right: 0.5rem;
}

/* Responsive - Lüks Mobilya Teması */
/* Tablet ve küçük ekranlar */
@media (max-width: 992px) {
    .hero-section h1 {
        font-size: 3rem;
    }

    .hero-section .lead {
        font-size: 1.2rem;
    }

    .category-image {
        height: 300px;
    }

    .product-image {
        height: 250px;
    }

    .product-detail-card {
        padding: 2rem;
    }

    .product-gallery .carousel-item img {
        height: 400px;
    }
}

/* Mobil cihazlar */
@media (max-width: 768px) {
    /* Navigation */
    .navbar {
        padding: 0.8rem 0;
    }

    .navbar-brand {
        font-size: 1.3rem;
    }

    .navbar-brand::after {
        width: 40%;
    }

    .nav-link {
        margin: 0.3rem 0;
        padding: 0.5rem 0;
    }

    .navbar .btn-success {
        width: 100%;
        margin: 0.5rem 0 0 0;
        text-align: center;
    }

    main {
        margin-top: 70px !important;
    }

    /* Hero Section */
    .hero-section {
        padding: 2rem 0;
        text-align: center;
    }

    .hero-section::before {
        display: none;
    }

    .hero-section h1 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .hero-section .lead {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-section p.text-muted {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }

    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0.9rem 1.5rem;
        font-size: 1rem;
    }

    .hero-section img {
        margin-top: 2rem;
        border-width: 4px;
    }

    /* Başlıklar */
    .featured-categories h2,
    .featured-products h2,
    .products-page h1,
    .gallery-page h1,
    .contact-page h1,
    .about-page h1 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .featured-categories h2::after,
    .featured-products h2::after,
    .products-page h1::after,
    .gallery-page h1::after,
    .contact-page h1::after {
        width: 60px;
    }

    .featured-categories p,
    .featured-products p {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }

    /* Kategori Kartları */
    .category-image {
        height: 220px;
    }

    .category-card {
        margin-bottom: 2rem;
    }

    .category-card h3 {
        font-size: 1.3rem;
    }

    /* Ürün Kartları */
    .product-card {
        margin-bottom: 1.5rem;
    }

    .product-image {
        height: 200px;
    }

    .product-info {
        padding: 1.2rem;
    }

    .product-info h4 {
        font-size: 1.1rem;
    }

    .product-info .btn-success {
        font-size: 0.8rem;
        padding: 0.5rem 1.2rem;
    }

    /* Ürün Detay Sayfası */
    .product-detail-card {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .product-detail-card .row {
        flex-direction: column;
    }

    .product-detail-card .col-lg-6 {
        margin-bottom: 2rem;
    }

    .product-gallery .carousel-item img {
        height: 280px;
    }

    .thumbnail-gallery .thumbnail-img {
        height: 80px;
    }

    .product-info h2 {
        font-size: 1.8rem;
    }

    .product-features {
        padding: 1.2rem;
    }

    .product-actions .btn {
        width: 100%;
        margin-bottom: 0.8rem;
    }

    /* Galeri */
    .gallery-section h2 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }

    .gallery-item {
        height: 200px;
        margin-bottom: 1rem;
    }

    /* Hakkımızda */
    .about-page {
        padding: 2rem 0;
    }

    .about-page h1 {
        font-size: 2rem;
    }

    .about-page .lead {
        font-size: 1.1rem;
    }

    .about-page img {
        margin-bottom: 2rem;
        border-width: 3px;
    }

    .about-card {
        margin-bottom: 1.5rem;
        padding: 1.5rem;
    }

    .about-card h3 {
        font-size: 1.3rem;
    }

    .about-page h2 {
        font-size: 1.8rem;
    }

    /* İletişim */
    .contact-page {
        padding: 2rem 0;
    }

    .contact-card {
        margin-bottom: 2rem;
        padding: 1.5rem;
    }

    .contact-card h2 {
        font-size: 1.8rem;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
        padding: 1.2rem;
    }

    .contact-item i {
        margin-bottom: 0.8rem;
        margin-right: 0;
        font-size: 2.5rem;
    }

    .contact-buttons .btn {
        width: 100%;
        margin-bottom: 0.8rem;
    }

    .map-card {
        padding: 1.5rem;
    }

    .map-card h3 {
        font-size: 1.5rem;
    }

    .contact-form-card {
        padding: 1.5rem;
    }

    .contact-form-card h2 {
        font-size: 1.8rem;
    }

    /* Footer */
    footer {
        padding: 3rem 0 !important;
    }

    footer .row > div {
        margin-bottom: 2rem;
    }

    footer h5 {
        font-size: 1.3rem;
    }

    /* Quick Contact */
    .quick-contact {
        padding: 3rem 0;
        text-align: center;
    }

    .quick-contact h2 {
        font-size: 1.8rem;
    }

    .quick-contact .lead {
        font-size: 1rem;
    }

    .quick-contact img {
        margin-top: 2rem;
        border-width: 3px;
    }

    /* WhatsApp Float Button */
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 20px;
        font-size: 28px;
    }

    .whatsapp-float i {
        font-size: 28px;
    }

    /* Badge */
    .badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
}

    /* Kategori filtreleri mobil */
    .category-filters {
        margin-bottom: 2rem;
    }

    .category-filters .btn {
        font-size: 0.8rem;
        padding: 0.6rem 1.2rem;
        margin: 0.3rem;
    }

    /* Ürün grid mobil */
    .products-grid .row {
        margin: 0;
    }

    .products-grid .col-md-6,
    .products-grid .col-lg-3 {
        padding: 0.5rem;
    }

    /* Çok küçük ekranlar */
@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 1.8rem;
    }

    .featured-categories h2,
    .featured-products h2,
    .products-page h1,
    .gallery-page h1,
    .contact-page h1,
    .about-page h1 {
        font-size: 1.5rem;
    }

    .category-image {
        height: 180px;
    }

    .product-image {
        height: 180px;
    }

    .gallery-item {
        height: 180px;
    }

    .product-gallery .carousel-item img {
        height: 250px;
    }

    .thumbnail-gallery .thumbnail-img {
        height: 60px;
    }

    .navbar-brand {
        font-size: 1.1rem;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .product-detail-card,
    .contact-card,
    .about-card,
    .map-card,
    .contact-form-card {
        padding: 1.2rem;
    }
}

/* Yatay mod (landscape) mobil */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-section {
        padding: 2rem 0;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .category-image,
    .product-image,
    .gallery-item {
        height: 200px;
    }
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Touch optimizasyonları */
* {
    -webkit-tap-highlight-color: rgba(212, 175, 55, 0.2);
}

button, a, .btn {
    touch-action: manipulation;
    -webkit-touch-callout: none;
}

/* Mobil için font rendering iyileştirmesi */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Loading Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* WhatsApp Button Fixed - Lüks Mobilya Teması */
.whatsapp-float {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, var(--success-color), #157347);
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 8px 25px rgba(25, 135, 84, 0.4);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 3px solid white;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 8px 25px rgba(25, 135, 84, 0.4);
    }
    50% {
        box-shadow: 0 8px 35px rgba(25, 135, 84, 0.6);
    }
    100% {
        box-shadow: 0 8px 25px rgba(25, 135, 84, 0.4);
    }
}

.whatsapp-float:hover {
    background: linear-gradient(135deg, #157347, var(--success-color));
    transform: scale(1.15) translateY(-5px);
    box-shadow: 0 12px 40px rgba(25, 135, 84, 0.5);
    animation: none;
}

.whatsapp-float i {
    font-size: 32px;
}

/* Utility Classes */
.shadow-custom {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.rounded-custom {
    border-radius: 10px;
}
