/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 768px) {
    body {
        padding-top: 60px; /* Mobile header height */
        overflow-x: hidden;
    }
    
    /* Touch optimizations */
    * {
        -webkit-tap-highlight-color: transparent;
    }
    
    .nav-link, .btn, .cart-link, .user-link {
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }
    
    /* Prevent zoom on input focus */
    input, textarea, select {
        font-size: 16px !important;
    }
    
    /* Smooth scrolling */
    html {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
    
    /* Prevent horizontal scroll */
    .container, .nav-container {
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    /* Fix any layout issues */
    .header, .navbar, .nav-container {
        box-sizing: border-box;
    }
    
    /* Ensure proper stacking */
    .header {
        z-index: 1000;
    }
    
    .nav-menu.mobile-menu {
        z-index: 999;
    }
}

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

/* Responsive body for all screen sizes */
body {
    min-width: auto;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

/* Responsive sections for all screen sizes */
.product-catalog {
    min-width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.photo-printing {
    min-width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.about {
    min-width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contact {
    min-width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    min-width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1921px) {
    body {
        max-width: 1920px;
        margin: 0 auto;
    }
    
    .container {
        max-width: 1200px;
    }
    
    .header {
        max-width: 1920px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .hero {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .product-catalog {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .photo-printing {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .about {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .contact {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: auto;
    max-width: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.navbar {
    padding: 1rem 0;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.nav-logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
    position: absolute;
    left: 10px;
    z-index: 10;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.logo-image {
    width: 350px;
    height: 100px;
    object-fit: contain;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

/* Desktop Menu */
.nav-menu.desktop-menu {
    display: flex;
    list-style: none;
    gap: 1.5rem;
    align-items: center;
    margin: 0;
    justify-content: center;
    flex: 1;
    padding: 0;
    flex: 1;
    justify-content: center;
    margin-left: 380px; /* Logo için yer aç */
}

/* Mobile Menu */
.nav-menu.mobile-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}



/* Desktop Actions */
.nav-actions.desktop-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.nav-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 16px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #ff6b6b, #ffa500);
    transition: width 0.3s ease;
    border-radius: 1px;
}

.nav-link:hover::after {
    width: 80%;
}

/* Nav Actions */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    margin-left: auto;
}

.cart-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cart-link:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cart-count {
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
    position: absolute;
    top: -5px;
    right: -5px;
}

/* Modern User Link */
.user-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

.user-link::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;
}

.user-link:hover::before {
    left: 100%;
}

.user-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4c93 100%);
}

.user-text {
    font-weight: 500;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

.user-dropdown-container:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.admin-link {
    background: #e74c3c;
    color: white !important;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Global color variables for consistency */
:root {
    --primary-color: #e74c3c;
    --primary-hover: #c0392b;
    --primary-light: #ff6b6b;
}

.admin-link:hover {
    background: #c0392b !important;
    color: white !important;
}

.admin-link::after {
    display: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    z-index: 10000;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.3s ease;
    border-radius: 2px;
}

.hamburger.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* HERO SLIDER DÜZELTME */
.hero {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 60px; /* Mobile header height */
}

/* Mobile hero background fix */
@media (max-width: 768px) {
    .hero {
        background: transparent;
    }
    
    .slide {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1; /* En altta */
    padding: 0 2rem;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 6rem;
    height: 50vh;
    min-height: unset;
    gap: 4rem;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hero {
        margin-top: 60px;
        min-height: 60vh;
        padding-top: 0;
        background: transparent;
    }
    
    .hero-slider {
        height: 60vh;
        min-height: 60vh;
    }
    
    .slide {
        height: 60vh;
    }
    
    .slide-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        gap: 1.5rem;
        text-align: center;
        height: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .hero-content {
        max-width: 100%;
        margin-right: 0;
        padding: 0 1rem;
        order: 1;
    }
    
    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
        line-height: 1.4;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 0.8rem;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    
    .hero-buttons .btn {
        width: 100%;
        padding: 1rem 2rem;
        font-size: 1rem;
        border-radius: 8px;
    }
    
    .hero-image {
        display: flex;
        order: 2;
        min-width: auto;
        max-width: 100%;
        height: auto;
        margin-right: 0;
        margin-top: 1rem;
    }
    
    .slide-image {
        max-height: 50vh;
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
    }
    
    /* Slider navigation mobile */
    .slider-nav {
        bottom: 20px;
        gap: 1rem;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
}

.hero-content {
    flex: 0 0 auto;
    max-width: 600px;
    z-index: 2;
    position: relative;
    margin-right: 0;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    animation: slideInLeft 1s ease-out;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    animation: slideInLeft 1s ease-out 0.2s both;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    flex-wrap: wrap;
    animation: slideInLeft 1s ease-out 0.4s both;
}

.btn {
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.btn-primary {
    background: #e74c3c;
    color: white;
}

.btn-primary:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.4);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: #667eea;
    transform: translateY(-2px);
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: slideInRight 1s ease-out 0.3s both;
    position: relative;
    z-index: 1;
    min-width: 700px;
    max-width: 900px;
    height: 100%;
    overflow: hidden;
    margin-right: 30px;
}

.slide-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 95vh;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.slide-image:hover {
    transform: scale(1.05);
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 2rem;
    z-index: 10;
}

.slider-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    backdrop-filter: blur(10px);
}

.slider-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.slider-dots {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

/* Slider Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Section Styles */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
}

/* About Section */
.about {
    padding: 100px 0;
    background: #f8f9fa;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text h3 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.about-text p {
    margin-bottom: 1.5rem;
    color: #555;
    line-height: 1.8;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.stat {
    text-align: center;
}

.stat h4 {
    font-size: 2.5rem;
    color: #e74c3c;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat p {
    color: #7f8c8d;
    font-weight: 500;
}

.about-image {
    display: flex;
    justify-content: center;
}

.about-placeholder {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3rem;
}

.about-placeholder p {
    font-size: 1rem;
    margin-top: 1rem;
}

/* Gallery Section */
.gallery {
    padding: 100px 0;
}

.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 20px;
    border: 2px solid #e74c3c;
    background: transparent;
    color: #e74c3c;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.filter-btn.active,
.filter-btn:hover {
    background: #e74c3c;
    color: white;
}

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

.gallery-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-10px);
}

.gallery-placeholder {
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
}

.gallery-placeholder p {
    font-size: 1rem;
    margin-top: 1rem;
}

/* Services Section */
.services {
    padding: 100px 0;
    background: #f8f9fa;
}

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

.service-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.service-card h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.service-card p {
    color: #7f8c8d;
    margin-bottom: 1.5rem;
}

.service-card ul {
    list-style: none;
    text-align: left;
}

.service-card li {
    padding: 0.5rem 0;
    color: #555;
    position: relative;
    padding-left: 1.5rem;
}

.service-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

/* Photo Printing Section */
.photo-printing {
    padding: 100px 0;
    background: white;
}

.product-selection {
    margin-bottom: 4rem;
}

.product-selection h3 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    text-align: center;
}

.price-note {
    text-align: center;
    margin-bottom: 2rem;
    color: #7f8c8d;
    font-size: 0.9rem;
    font-style: italic;
}

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

.product-card {
    background: white;
    border: 2px solid #e1e8ed;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-card:hover {
    border-color: #e74c3c;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(231, 76, 60, 0.2);
}

.product-card.selected {
    border-color: #e74c3c;
    background: #fff5f5;
}

.product-image {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.product-card h4 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.product-card p {
    color: #7f8c8d;
    margin-bottom: 1.5rem;
}

.product-price {
    margin-bottom: 1.5rem;
}

.current-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e74c3c;
    margin-right: 1rem;
}

.old-price {
    font-size: 1.1rem;
    color: #7f8c8d;
    text-decoration: line-through;
}

/* Order Form */
.order-form-container {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 3rem;
    margin-top: 2rem;
}

.order-form {
    max-width: 800px;
    margin: 0 auto;
}

.order-form h3 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 2rem;
    text-align: center;
}

.selected-product-info {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    text-align: center;
    border-left: 4px solid #e74c3c;
}

.selected-product-info h4 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.selected-product-info p {
    color: #e74c3c;
    font-weight: 600;
    font-size: 1.1rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #2c3e50;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #667eea;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* File Upload Area */
.file-upload-area {
    border: 2px dashed #e1e8ed;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background: white;
}

.file-upload-area:hover {
    border-color: #667eea;
    background: #f8f9fa;
}

.file-upload-area.dragover {
    border-color: #e74c3c;
    background: #fff5f5;
}

.file-upload-content i {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 1rem;
}

.file-upload-content p {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.file-info {
    font-size: 0.9rem;
    color: #7f8c8d;
}

.uploaded-files {
    margin-top: 1rem;
}

.uploaded-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    border: 1px solid #e1e8ed;
}

.file-info-display {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
}

.file-info-display i {
    color: #667eea;
    font-size: 1.2rem;
}

.file-details h5 {
    color: #2c3e50;
    margin-bottom: 0.2rem;
}

.file-details p {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.remove-file {
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
}

.remove-file:hover {
    background: #c0392b;
    transform: scale(1.05);
}

/* Cart Customer Info */
.cart-customer-info {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.customer-info-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.customer-info-header i {
    color: #2196f3;
}

.customer-info-content {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.customer-info-content .info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.customer-info-content .info-label {
    font-weight: 500;
    color: #555;
}

.customer-info-content .info-value {
    color: #333;
}

/* Photo Printing Section */
.photo-printing {
    padding: 80px 0;
    background: #f8f9fa;
    color: #333;
}

.photo-printing-container {
    display: flex !important;
    flex-direction: row !important;
    gap: 60px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Left Side - Product Images */
.product-images-section {
    flex: 1;
    max-width: 600px;
}

.product-images-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
}

.main-product-image {
    position: relative;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.overlapping-photos {
    position: relative;
    width: 100%;
    height: 400px;
}

.photo-background {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80%;
    height: 80%;
    transform: rotate(5deg);
    z-index: 1;
}

.photo-foreground {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 80%;
    height: 80%;
    transform: rotate(-3deg);
    z-index: 2;
}

.background-photo,
.foreground-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 3px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.thumbnail-gallery {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.thumbnail {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnail.active {
    border-color: #e74c3c;
    transform: scale(1.05);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Side - Order Options */
.order-options-section {
    flex: 1;
    max-width: 500px;
    min-width: 400px;
}

.order-options-container {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e1e8ed;
}

.option-group {
    margin-bottom: 25px;
}

.option-group label {
    display: block;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1rem;
}

.button-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-width: 100%;
}

/* Product type buttons - 3 columns */
.option-group:first-child .button-group {
    grid-template-columns: repeat(3, 1fr);
}

.option-btn,
.size-btn,
.surface-btn {
    padding: 8px 12px;
    border: 2px solid #e1e8ed;
    background: white;
    color: #666;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.option-btn:hover,
.size-btn:hover,
.surface-btn:hover {
    border-color: #667eea;
    color: #667eea;
}

.option-btn.active,
.size-btn.active,
.surface-btn.active {
    background: #e74c3c;
    border-color: #e74c3c;
    color: white;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e1e8ed;
}

.quantity-btn {
    width: 35px;
    height: 35px;
    border: none;
    background: #e74c3c;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.quantity-btn:hover {
    background: #5a6fd8;
}

#photoQuantity {
    width: 60px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    font-size: 1rem;
    font-weight: 600;
}

.quantity-label {
    font-weight: 600;
    color: #666;
}

.price-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.price-display {
    text-align: center;
}

.main-price {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.price-per-unit {
    font-size: 0.9rem;
    color: #666;
}

.order-btn {
    width: 100%;
    padding: 15px;
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.order-btn:hover {
    background: #c0392b;
}

.hidden {
    display: none;
}

/* Photo Order Form Styles */
.photo-order-form {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.order-form-container {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.order-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e8ed;
}

.order-form-header h3 {
    margin: 0;
    color: #2c3e50;
    font-size: 1.8rem;
}

.back-btn {
    background: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background 0.3s ease;
}

.back-btn:hover {
    background: #5a6268;
}

.selected-product-summary {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.selected-product-summary h4 {
    margin: 0 0 15px 0;
    color: #2c3e50;
}

.product-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e1e8ed;
}

/* File Upload Styles */
.file-upload-section {
    margin-bottom: 30px;
}

.file-upload-section h4 {
    margin-bottom: 15px;
    color: #2c3e50;
}

.upload-area {
    border: 2px dashed #667eea;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    background: #f8f9fa;
    transition: all 0.3s ease;
    cursor: pointer;
    pointer-events: auto !important;
    position: relative;
    z-index: 100;
}

.upload-area:hover {
    border-color: #5a6fd8;
    background: #e8f2ff;
}

.upload-area.dragover {
    border-color: #e74c3c;
    background: #ffeaea;
}

.upload-content {
    pointer-events: auto !important;
    position: relative;
    z-index: 50;
}

.upload-content i {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 15px;
}

.upload-content p {
    margin: 10px 0;
    color: #666;
}

.upload-info {
    font-size: 0.9rem;
    color: #999;
}

.upload-btn {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 15px;
    transition: background 0.3s ease;
    pointer-events: auto !important;
    z-index: 1000 !important;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.upload-btn:hover {
    background: #c0392b;
}

/* Photo Preview Styles */
.photo-preview-section {
    margin-bottom: 30px;
}

.photo-preview-section h4 {
    margin-bottom: 15px;
    color: #2c3e50;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.photo-item {
    position: relative;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.photo-item:hover {
    transform: translateY(-5px);
}

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

.photo-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.photo-item:hover .photo-item-overlay {
    opacity: 1;
}

.photo-item-actions {
    display: flex;
    gap: 10px;
}

.photo-action-btn {
    background: white;
    color: #333;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.8rem;
    transition: background 0.3s ease;
}

.photo-action-btn:hover {
    background: #f8f9fa;
}

/* Photo Editor Modal Styles */
.photo-editor-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10010;
    display: none;
}

.photo-editor-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.editor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.editor-container {
    position: relative;
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.editor-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e1e8ed;
}

.editor-header h4 {
    margin: 0;
    color: #2c3e50;
}

.close-editor {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.editor-content {
    padding: 20px;
}

.editor-tools {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.tool-btn {
    background: #f8f9fa;
    border: 1px solid #e1e8ed;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.tool-btn.active {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

.editor-workspace {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    height: 500px;
}

.frame-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.print-frame {
    position: relative;
    background: white;
    border: 2px solid #667eea;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#editingImage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
    cursor: move;
    user-select: none;
    transition: transform 0.1s ease;
}

.editor-sidebar {
    width: 300px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    overflow-y: auto;
}

.size-info {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e8ed;
}

.size-info h5 {
    margin: 0 0 10px 0;
    color: #2c3e50;
    font-size: 1rem;
}

.size-info p {
    margin: 5px 0;
    color: #666;
    font-size: 0.9rem;
}

.transform-controls,
.adjustment-controls {
    margin-bottom: 20px;
}

.transform-controls h5,
.adjustment-controls h5 {
    margin: 0 0 15px 0;
    color: #2c3e50;
    font-size: 1rem;
}

.control-group {
    margin-bottom: 15px;
}

.control-group label {
    display: block;
    margin-bottom: 5px;
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.control-group input[type="range"] {
    width: 100%;
    margin-bottom: 5px;
}

.control-group span {
    display: inline-block;
    font-size: 0.8rem;
    color: #999;
    font-weight: 600;
    min-width: 40px;
    text-align: right;
}

.editor-controls {
    display: flex;
    gap: 10px;
    justify-content: center;
}

/* Order Summary Styles */
.order-summary-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.order-summary-section h4 {
    margin: 0 0 15px 0;
    color: #2c3e50;
}

.summary-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e1e8ed;
}

.summary-row.total {
    font-weight: 700;
    font-size: 1.1rem;
    color: #e74c3c;
    border-bottom: none;
}

/* Order Actions */
.order-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.btn {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #e74c3c;
    color: white;
}

.btn-primary:hover {
    background: #c0392b;
}

.btn-primary:disabled {
    background: #6c757d;
    cursor: not-allowed;
}

.btn-secondary {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover {
    background: #5a6268;
}

/* Photo Quantity Styles */
.photo-quantity-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    margin-bottom: 1rem;
    border: 1px solid #e1e8ed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.photo-quantity-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #e1e8ed;
}

.quantity-input-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.quantity-input-group label {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
}

.quantity-input-group input {
    width: 100px;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    text-align: center;
}

.quantity-input-group input:focus {
    outline: none;
    border-color: #e74c3c;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2);
}

.cart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.cart-summary {
    margin-bottom: 20px;
}

.cart-summary .summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
}

.cart-summary .summary-item:last-child {
    font-weight: 600;
    font-size: 18px;
    color: #e74c3c;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.cart-actions {
    display: flex;
    gap: 15px;
}

.cart-actions .btn {
    flex: 1;
    padding: 12px 20px;
    font-size: 14px;
}

.cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 40px 20px;
}

.cart-empty i {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 20px;
}

.cart-empty p {
    color: #666;
    font-size: 18px;
    margin-bottom: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    /* Body and container fixes */
    body {
        min-width: auto;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    
    /* Header */
    .header {
        height: 60px;
        padding: 0;
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    
    .navbar {
        height: 60px;
        padding: 0;
    }
    
    .nav-container {
        height: 60px;
        padding: 0 15px;
        gap: 0;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
    }
    
    /* Logo */
    .nav-logo {
        position: static;
        left: auto;
        margin: 0;
        flex-shrink: 0;
    }
    
    .logo-image {
        width: 150px;
        height: 40px;
        object-fit: contain;
    }
    
    /* Desktop Menu Hide */
    .nav-menu.desktop-menu {
        display: none;
    }
    
    /* Desktop Actions Hide */
    .nav-actions.desktop-actions {
        display: none;
    }
    
    /* Mobile Menu */
    .nav-menu.mobile-menu {
        position: fixed;
        top: 60px;
        left: -100%;
        width: 100%;
        height: calc(50vh - 60px);
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0.5rem 0;
        margin: 0;
        gap: 0;
        z-index: 999;
        overflow-y: auto;
        transition: left 0.3s ease;
        box-sizing: border-box;
    }
    
    .nav-menu.mobile-menu.active {
        left: 0;
    }
    
    .nav-menu.mobile-menu .nav-item {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .nav-menu.mobile-menu .nav-item:last-child {
        border-bottom: none;
    }
    
    .nav-menu.mobile-menu .nav-link {
        display: block;
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
        color: #2c3e50;
        text-decoration: none;
        transition: background 0.3s ease;
        width: 100%;
        box-sizing: border-box;
    }
    
    .nav-menu.mobile-menu .nav-link:hover {
        background: #f8f9fa;
    }
    
    /* Mobile Actions */
    .mobile-actions {
        margin-top: 0.3rem;
        padding: 0.2rem 0;
        background: #f8f9fa;
        border-top: 1px solid #e0e0e0;
        width: 100%;
        box-sizing: border-box;
    }
    
    .mobile-actions-container {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        padding: 0 0.8rem;
        width: 100%;
        box-sizing: border-box;
    }
    
    .mobile-cart-link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.3rem;
        padding: 0.4rem 0.6rem;
        background: white;
        border-radius: 4px;
        border: 1px solid #e0e0e0;
        text-decoration: none;
        color: #2c3e50;
        font-weight: 500;
        font-size: 0.8rem;
        transition: all 0.3s ease;
        width: 100%;
        box-sizing: border-box;
        min-height: 36px;
    }
    
    .mobile-cart-link:hover {
        background: #f0f0f0;
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .mobile-user-link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        padding: 0.5rem 0.8rem;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.85rem;
        transition: all 0.3s ease;
        width: 100%;
        box-sizing: border-box;
        min-height: 40px;
        box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
    }
    
    .mobile-user-link:hover {
        background: linear-gradient(135deg, #5a6fd8 0%, #6a4c93 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }
    
    .action-text {
        font-size: 0.8rem;
        font-weight: 500;
    }
    
    .mobile-cart-link .cart-count {
        position: static;
        background: #e74c3c;
        color: white;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.65rem;
        font-weight: bold;
    }
    
    /* Hamburger */
    .hamburger {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        padding: 5px;
        margin-left: 0.5rem;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
    }
    
    .bar {
        width: 20px;
        height: 2px;
        background-color: #2c3e50;
        margin: 2px 0;
        transition: 0.3s ease;
        border-radius: 1px;
    }
    
    .hamburger.active .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-4px, 4px);
    }
    
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active .bar:nth-child(3) {
        transform: rotate(45deg) translate(-4px, -4px);
    }
    
    /* Button group mobile fixes */
    .button-group {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .option-group:first-child .button-group {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .option-btn,
    .size-btn,
    .surface-btn {
        width: 100%;
        padding: 12px 16px;
        font-size: 0.9rem;
    }
}

/* Tablet Responsive */
@media (min-width: 769px) and (max-width: 1024px) {
    body {
        min-width: auto;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
    
    .header {
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    
    .nav-container {
        padding: 0 20px;
        max-width: 100%;
    }
    
    .nav-logo {
        left: 50px;
    }
    
    .logo-image {
        width: 300px;
        height: 90px;
    }
    
    .nav-menu {
        margin-left: 350px;
        gap: 1.5rem;
    }
    
    .nav-link {
        font-size: 0.9rem;
    }
    
    .nav-actions {
        gap: 0.8rem;
    }
    
    .user-text {
        font-size: 0.9rem;
    }
    
    /* Button group tablet fixes */
    .button-group {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .option-group:first-child .button-group {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Large Screen Responsive */
@media (min-width: 1025px) and (max-width: 1400px) {
    body {
        min-width: auto;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .container {
        width: 100%;
        max-width: 1200px;
        padding: 0 20px;
    }
    
    .header {
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    
    .nav-container {
        max-width: 1200px;
    }
    
    .nav-logo {
        left: 80px;
    }
    
    .nav-menu {
        margin-left: 450px;
    }
    
    /* Button group large screen fixes */
    .button-group {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    
    .option-group:first-child .button-group {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Ultra Wide Screen */
@media (min-width: 1401px) {
    body {
        min-width: auto;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .container {
        width: 100%;
        max-width: 1600px;
        padding: 0 20px;
    }
    
    .header {
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    
    .nav-container {
        max-width: 1600px;
    }
    
    .nav-logo {
        left: 120px;
    }
    
    .nav-menu {
        margin-left: 550px;
    }
    
    /* Button group ultra wide screen fixes */
    .button-group {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    
    .option-group:first-child .button-group {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Responsive Cart */
@media (max-width: 768px) {
    .cart-container {
        max-width: 100%;
    }
    
    .cart-item {
        flex-direction: column;
        text-align: center;
    }
    
    .cart-item-actions {
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }
    
    .cart-actions {
        flex-direction: column;
    }
}

/* Cart Animation */
.cart-item {
    animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Cart Badge Animation */
.cart-count {
    animation: bounce 0.6s ease-out;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.2);
    }
    60% {
        transform: scale(1.1);
    }
} 

/* Modern Customer Info Modal Styles */
.customer-info-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: none;
}

.customer-info-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    animation: overlayFadeIn 0.3s ease-out;
}

@keyframes overlayFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 24px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    animation: modalSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-50px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.modal-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
    50% { transform: translate(-50%, -50%) rotate(180deg); }
}

.modal-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.modal-header h3 i {
    font-size: 28px;
    background: rgba(255, 255, 255, 0.2);
    padding: 12px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.modal-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.modal-content {
    padding: 40px 35px;
    background: white;
}

.info-notice {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border: none;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    overflow: hidden;
}

.info-notice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #2196f3 0%, #9c27b0 100%);
}

.info-notice i {
    color: #2196f3;
    font-size: 22px;
    margin-top: 3px;
    background: rgba(33, 150, 243, 0.1);
    padding: 8px;
    border-radius: 50%;
}

.info-notice p {
    margin: 0;
    color: #1976d2;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.modal-content .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.modal-content .form-group {
    margin-bottom: 25px;
    position: relative;
}

.modal-content .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 15px;
    transition: all 0.3s ease;
}

.modal-content .form-group input,
.modal-content .form-group textarea {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e8ecf0;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background: #f8f9fa;
    font-family: inherit;
}

.modal-content .form-group input:focus,
.modal-content .form-group textarea:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.modal-content .form-group input:focus + label,
.modal-content .form-group textarea:focus + label {
    color: #667eea;
}

.modal-content .form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.modal-content .form-actions {
    margin-top: 35px;
    text-align: center;
}

.modal-content .form-actions .btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-width: 200px;
}

.modal-content .form-actions .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;
}

.modal-content .form-actions .btn:hover::before {
    left: 100%;
}

.modal-content .form-actions .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

.modal-content .form-actions .btn:active {
    transform: translateY(-1px);
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-container {
        width: 95%;
        max-width: none;
        margin: 20px;
        border-radius: 20px;
    }
    
    .modal-header {
        padding: 25px 25px;
    }
    
    .modal-header h3 {
        font-size: 20px;
    }
    
    .modal-header h3 i {
        font-size: 24px;
        padding: 10px;
    }
    
    .modal-content {
        padding: 30px 25px;
    }
    
    .modal-content .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .modal-content .form-group {
        margin-bottom: 20px;
    }
    
    .modal-content .form-group input,
    .modal-content .form-group textarea {
        padding: 14px 18px;
        font-size: 16px; /* Prevent zoom on iOS */
    }
    
    .modal-content .form-actions .btn {
        padding: 14px 30px;
        font-size: 15px;
        min-width: 180px;
    }
    
    .info-notice {
        padding: 18px;
        margin-bottom: 25px;
    }
    
    .info-notice i {
        font-size: 20px;
        padding: 7px;
    }
    
    .info-notice p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .modal-container {
        width: 98%;
        margin: 10px;
        border-radius: 16px;
    }
    
    .modal-header {
        padding: 20px;
    }
    
    .modal-header h3 {
        font-size: 18px;
        gap: 10px;
    }
    
    .modal-content {
        padding: 25px 20px;
    }
    
    .modal-content .form-actions .btn {
        width: 100%;
        min-width: auto;
    }
} 

/* User System Styles */
.user-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    background: #667eea;
    min-width: 100px;
    height: 40px;
}

.user-link:hover {
    color: white;
    background: #5a6fd8;
}

.user-link i {
    font-size: 16px;
}

.user-text {
    font-size: 0.85rem;
    font-weight: 500;
}

.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid #e0e0e0;
    z-index: 10006;
    margin-top: 8px;
    display: none;
    animation: dropdownSlideIn 0.3s ease-out;
}

.user-dropdown.active {
    display: block;
}

@keyframes dropdownSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-header i {
    font-size: 20px;
    color: #667eea;
}

.dropdown-header span {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.dropdown-menu {
    padding: 10px 0;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.dropdown-item:hover {
    background: #f8f9fa;
    color: #667eea;
}

.dropdown-item i {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.dropdown-divider {
    height: 1px;
    background: #eee;
    margin: 8px 0;
}

.logout-item {
    color: #e74c3c;
}

.logout-item:hover {
    background: #fdf2f2;
    color: #c0392b;
}

.logout-item i {
    color: #e74c3c;
}

/* Auth Modal Styles */
.auth-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10005;
    display: none;
}

.auth-modal.active {
    display: block;
}

.auth-modal .modal-container {
    max-width: 450px;
}

.auth-modal .modal-content {
    padding: 30px;
    max-height: 80vh;
    overflow-y: auto;
}

.auth-modal .form-group small {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.auth-links {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.auth-links p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.auth-links a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.auth-links a:hover {
    color: #5a67d8;
    text-decoration: underline;
}

/* Profile Modal Specific Styles */
#profileEmail {
    background: #f8f9fa;
    color: #666;
}

#profileEmail:read-only {
    cursor: not-allowed;
}

/* Profile Modal Form Styles */
#profileModal .form-group {
    margin-bottom: 20px;
}

#profileModal .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

#profileModal .form-group input,
#profileModal .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background: white;
}

#profileModal .form-group input:focus,
#profileModal .form-group textarea:focus {
    outline: none;
    border-color: #2196f3;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
}

#profileModal .form-actions {
    margin-top: 25px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

#profileModal .form-actions .btn {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

#profileModal .form-actions .btn-primary {
    background: #2196f3;
    color: white;
}

#profileModal .form-actions .btn-primary:hover {
    background: #1976d2;
    transform: translateY(-1px);
}

#profileModal .form-actions .btn-secondary {
    background: #6c757d;
    color: white;
}

#profileModal .form-actions .btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

/* User Status Styles */
.user-link.logged-in {
    color: #27ae60;
    background: rgba(39, 174, 96, 0.1);
    border-color: #27ae60;
}

.user-link.logged-in:hover {
    color: #229954;
    background: rgba(39, 174, 96, 0.2);
}

/* Responsive Auth Modal */
@media (max-width: 768px) {
    .auth-modal .modal-container {
        width: 95%;
        margin: 20px;
    }
    
    .auth-modal .modal-content {
        padding: 20px;
    }
    
    .auth-modal .form-row {
        grid-template-columns: 1fr;
    }
} 

/* User Dropdown Styles */
.user-dropdown-container {
    position: relative;
}

.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 280px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid #e0e0e0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 10006;
    margin-top: 10px;
}

.user-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-arrow {
    margin-left: 8px;
    font-size: 14px;
    transition: transform 0.3s ease;
    color: white;
}

.user-dropdown.active + .user-link .dropdown-arrow,
.user-link:hover + .user-dropdown .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-info i {
    font-size: 40px;
    color: #667eea;
}

.user-details {
    flex: 1;
}

.user-name {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    margin-bottom: 4px;
}

.user-email {
    display: block;
    color: #666;
    font-size: 14px;
}

.dropdown-menu {
    padding: 10px 0;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.dropdown-item:hover {
    background: #f8f9fa;
    color: #667eea;
    transform: translateX(5px);
}

.dropdown-item i {
    width: 16px;
    text-align: center;
    color: #666;
}

.dropdown-item:hover i {
    color: #667eea;
}

.dropdown-divider {
    height: 1px;
    background: #eee;
    margin: 10px 0;
}

/* Responsive Dropdown */
@media (max-width: 768px) {
    .user-dropdown {
        width: 250px;
        right: -10px;
    }
    
    .dropdown-header {
        padding: 15px;
    }
    
    .user-info i {
        font-size: 32px;
    }
    
    .user-name {
        font-size: 14px;
    }
    
    .user-email {
        font-size: 12px;
    }
} 

/* Customer Info Display Styles */
.customer-info-display {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.customer-info-display h4 {
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.customer-info-display h4 i {
    color: #667eea;
}

.customer-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.customer-detail-item {
    display: flex;
    flex-direction: column;
}

.customer-detail-label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.customer-detail-value {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

#editCustomerInfo {
    background: #667eea;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

#editCustomerInfo:hover {
    background: #5a67d8;
    transform: translateY(-1px);
}

/* Responsive Customer Info */
@media (max-width: 768px) {
    .customer-details {
        grid-template-columns: 1fr;
    }
} 

/* ===== Z-INDEX HIERARCHY ===== */
/* Base elements */
.hero-slider {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    z-index: 1; /* En altta */
}

/* Cart system */
.cart-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.cart-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid #e1e8ed;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px 12px 0 0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.cart-header h3 {
    margin: 0;
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-header h3 i {
    color: #667eea;
    font-size: 22px;
}

.cart-close {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
    position: relative;
    overflow: hidden;
}

.cart-close::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;
}

.cart-close:hover::before {
    left: 100%;
}

.cart-close:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
}

.cart-close:active {
    transform: scale(0.95);
}

.cart-close i {
    font-size: 16px;
    font-weight: bold;
}

.cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

/* Cart Item Styles */
.cart-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    margin-bottom: 1rem;
    border: 1px solid #e1e8ed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cart-item-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e1e8ed;
    flex-shrink: 0;
}

.cart-item-image i {
    font-size: 2rem;
    color: #ccc;
}

.cart-item-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 6px;
}

.cart-item-placeholder i {
    font-size: 2rem;
    color: #6c757d;
    opacity: 0.7;
}

.cart-item-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.cart-item-details {
    flex: 1;
    min-width: 0;
}

.cart-item-name {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.cart-item-price {
    font-weight: 700;
    color: #e74c3c;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.cart-item-details small {
    color: #7f8c8d;
    font-size: 0.85rem;
}

.cart-item-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f8f9fa;
    border-radius: 6px;
    padding: 0.25rem;
}

.quantity-btn {
    background: #667eea;
    color: white;
    border: none;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: background 0.3s ease;
}

.quantity-btn:hover {
    background: #5a6fd8;
}

.quantity-input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.25rem;
    font-size: 0.9rem;
}

.cart-item-remove {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
    position: relative;
    overflow: hidden;
}

.cart-item-remove::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;
}

.cart-item-remove:hover::before {
    left: 100%;
}

.cart-item-remove:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
}

.cart-item-remove:active {
    transform: scale(0.95);
}

.cart-item-remove i {
    font-size: 14px;
    font-weight: bold;
}

/* Customer info modal */
.customer-info-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: none;
}

/* Auth modals (highest priority) */
.auth-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10005;
    display: none;
}

/* User dropdown (highest) */
.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid #e0e0e0;
    z-index: 10006;
    margin-top: 8px;
    display: none;
    animation: dropdownSlideIn 0.3s ease-out;
}

/* ===== TABLET RESPONSIVE ===== */
@media (min-width: 769px) and (max-width: 1024px) {
    .contact-info {
        grid-template-columns: 1fr 1fr;
        gap: 1.2rem;
        max-width: 100%;
    }
    
    .contact-item {
        padding: 1.8rem 1.2rem;
    }
    
    .contact-icon {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }
}

/* ===== RESPONSIVE MODAL STYLES ===== */
.auth-modal .modal-content {
    max-height: 90vh;
    overflow-y: auto;
    margin: 20px;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.customer-info-modal .modal-content {
    max-height: 90vh;
    overflow-y: auto;
    margin: 20px;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
    /* Modal adjustments for mobile */
    .auth-modal .modal-content,
    .customer-info-modal .modal-content {
        margin: 10px;
        max-height: 95vh;
        width: calc(100% - 20px);
    }
    
    /* User dropdown mobile */
    .user-dropdown {
        width: 200px;
        right: -50px;
    }
    
    /* Cart modal mobile */
    .cart-container {
        width: 100%;
        max-width: 100%;
    }
    
    .cart-header {
        padding: 20px 25px;
    }
    
    .cart-header h3 {
        font-size: 20px;
    }
    
    .cart-header h3 i {
        font-size: 18px;
    }
    
    .cart-close {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .cart-close i {
        font-size: 14px;
    }
    
    /* Cart item mobile */
    .cart-item {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    /* Photo printing mobile */
    .photo-printing {
        padding: 40px 0;
        background: white;
    }
    
    .photo-printing-container {
        flex-direction: row !important;
        gap: 40px;
        padding: 0 15px;
    }
    
    .product-images-section {
        flex: 1.2;
        max-width: 100%;
    }
    
    .order-options-section {
        flex: 1;
        max-width: 100%;
        min-width: 350px;
    }
    
    .overlapping-photos {
        height: 300px;
    }
    
    .button-group {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .quantity-selector {
        justify-content: center;
    }
    
    .order-btn {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }
    
    .option-group:first-child .button-group {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Mobile devices - column layout */
@media (max-width: 640px) {
    .photo-printing-container {
        flex-direction: column !important;
        gap: 30px;
        padding: 0 15px;
    }
    
    .product-images-section {
        flex: none;
        max-width: 100%;
    }
    
    .order-options-section {
        flex: none;
        max-width: 100%;
        min-width: auto;
    }
    
    .order-options-container {
        padding: 20px;
    }
    
    .button-group {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }
    
    .main-product-image {
        margin-bottom: 15px;
    }
    
    .overlapping-photos {
        height: 250px;
    }
    
    .option-btn,
    .size-btn,
    .surface-btn {
        width: 100%;
    }
    
    /* Photo order form mobile */
    .photo-order-form {
        padding: 10px;
    }
    
    .order-form-container {
        padding: 20px;
    }
    
    .order-form-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .product-details {
        grid-template-columns: 1fr;
    }
    
    .photo-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }
    
    .photo-item img {
        height: 150px;
    }
    
    .editor-container {
        width: 95%;
        max-height: 95vh;
    }
    
    .editor-tools {
        justify-content: center;
    }
    
    .tool-btn {
        flex: 1;
        min-width: 80px;
    }
    
    .order-actions {
        flex-direction: column;
    }
    
    /* Photo editor mobile */
    .editor-workspace {
        flex-direction: column;
        height: auto;
    }
    
    .editor-sidebar {
        width: 100%;
        order: -1;
    }
    
    .frame-container {
        min-height: 300px;
    }
    
    .print-frame {
        max-width: 100%;
        max-height: 250px;
    }
    
    .control-group {
        margin-bottom: 10px;
    }
    
    .control-group input[type="range"] {
        margin-bottom: 3px;
    }
    
    .cart-item-image {
        width: 100px;
        height: 100px;
    }
    
    .cart-item-actions {
        align-items: center;
        width: 100%;
    }
    
    .cart-item-quantity {
        justify-content: center;
    }
    
    .cart-item-remove {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    
    .cart-item-remove i {
        font-size: 12px;
    }
    
    /* Hero slider mobile */
    .hero-slider {
        height: 50vh;
        min-height: 100vh;
    }
    
    .slide-content {
        flex-direction: column;
        text-align: center;
        padding: 80px 20px 30px;
        height: 50vh;
        justify-content: center;
        gap: 1.5rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-buttons {
        justify-content: center;
        flex-direction: column;
        gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    }
    
    .btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        padding: 15px 25px;
        font-size: 1rem;
    }
    
    .slide-image {
        max-width: 100%;
        max-height: 40vh;
        margin-top: 1rem;
        object-fit: contain;
    }
    
    .hero-image {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        overflow: hidden;
    }
}

/* ===== TABLET RESPONSIVE ===== */
@media (min-width: 769px) and (max-width: 1024px) {
    .auth-modal .modal-content,
    .customer-info-modal .modal-content {
        margin: 30px;
        max-width: 600px;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .slide-content {
        padding: 0 0 0 5%;
        gap: 1.5rem;
    }
}

/* ===== LARGE SCREEN RESPONSIVE ===== */
@media (min-width: 1025px) {
    .auth-modal .modal-content,
    .customer-info-modal .modal-content {
        margin: 40px;
        max-width: 700px;
    }
    
    .hero-title {
        font-size: 3.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
}

/* ===== ULTRA-WIDE SCREEN SUPPORT ===== */
@media (min-width: 1440px) {
    .hero-title {
        font-size: 4rem;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
    
    .slide-content {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 0 0 3%;
    }
}

/* ===== LANDSCAPE MOBILE ===== */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-slider {
        height: 50vh;
    }
    
    .slide-content {
        padding: 60px 20px 20px;
        height: 50vh;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .slide-image {
        max-height: 30vh;
    }
}

/* ===== HIGH DPI DISPLAYS ===== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slide-image {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* ===== ACCESSIBILITY IMPROVEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
    .auth-modal .modal-content,
    .customer-info-modal .modal-content,
    .user-dropdown {
        animation: none;
        transition: none;
    }
}

/* ===== DARK MODE SUPPORT ===== */
@media (prefers-color-scheme: dark) {
    .auth-modal .modal-content,
    .customer-info-modal .modal-content {
        background: #2c2c2c;
        color: #ffffff;
    }
    
    .user-dropdown {
        background: #2c2c2c;
        color: #ffffff;
        border-color: #444;
    }
} 

/* ===== NAVIGATION RESPONSIVE ===== */
@media (max-width: 768px) {
    /* Header mobile */
    header {
        padding: 10px 0;
    }
    
    .nav-container {
        padding: 0 15px;
    }
    
    .logo-image {
        width: 200px;
        height: 60px;
        margin-right: 5px;
        margin-left: 10px;
    }
    
    /* Navigation mobile */
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s ease-in-out;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1);
        padding: 2rem 0;
        z-index: 9999;
        border-top: 1px solid #eee;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-item {
        margin: 15px 0;
        opacity: 0;
        animation: slideInFromLeft 0.3s ease forwards;
    }
    
    .nav-item:nth-child(1) { animation-delay: 0.1s; }
    .nav-item:nth-child(2) { animation-delay: 0.2s; }
    .nav-item:nth-child(3) { animation-delay: 0.3s; }
    .nav-item:nth-child(4) { animation-delay: 0.4s; }
    .nav-item:nth-child(5) { animation-delay: 0.5s; }
    .nav-item:nth-child(6) { animation-delay: 0.6s; }
    .nav-item:nth-child(7) { animation-delay: 0.7s; }
    .nav-item:nth-child(8) { animation-delay: 0.8s; }
    .nav-item:nth-child(9) { animation-delay: 0.9s; }
    .nav-item:nth-child(10) { animation-delay: 1.0s; }
    
    .nav-link {
        font-size: 1.2rem;
        padding: 15px 20px;
        display: block;
        border-radius: 8px;
        margin: 0 20px;
        transition: all 0.3s ease;
    }
    
    .nav-link:hover {
        background-color: #f8f9fa;
        transform: translateX(10px);
    }
    
    /* User dropdown mobile positioning */
    .user-dropdown-container {
        position: relative;
    }
    
    .user-dropdown {
        position: absolute;
        top: 100%;
        right: -30px;
        width: 180px;
        margin-top: 10px;
    }
    
    /* Cart link mobile */
    .cart-link {
        position: relative;
        padding: 10px 15px;
    }
    
    .cart-count {
        position: absolute;
        top: -5px;
        right: -5px;
        background: #e74c3c;
        color: white;
        border-radius: 50%;
        padding: 2px 6px;
        font-size: 0.7rem;
        min-width: 18px;
        text-align: center;
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ===== TABLET NAVIGATION ===== */
@media (min-width: 769px) and (max-width: 1024px) {
    .hamburger {
        display: none;
    }
    
    .nav-menu {
        display: flex;
        position: static;
        flex-direction: row;
        width: auto;
        padding: 0;
        box-shadow: none;
        border-top: none;
    }
    
    .nav-item {
        margin: 0;
        opacity: 1;
        animation: none;
    }
    
    .nav-link {
        font-size: 0.95rem;
        padding: 8px 12px;
        margin: 0;
        border-radius: 0;
    }
    
    .nav-link:hover {
        background-color: transparent;
        transform: none;
    }
}

/* ===== DESKTOP NAVIGATION ===== */
@media (min-width: 1025px) {
    .hamburger {
        display: none;
    }
    
    .nav-menu {
        display: flex;
        position: static;
        flex-direction: row;
        width: auto;
        padding: 0;
        box-shadow: none;
        border-top: none;
    }
    
    .nav-item {
        margin: 0;
        opacity: 1;
        animation: none;
    }
    
    .nav-link {
        font-size: 1rem;
        padding: 10px 15px;
        margin: 0;
        border-radius: 0;
    }
    
    .nav-link:hover {
        background-color: transparent;
        transform: none;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

/* ===== FORM RESPONSIVE ===== */
@media (max-width: 768px) {
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-group label {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }
    
    .form-group input,
    .form-group textarea,
    .form-group select {
        padding: 12px;
        font-size: 1rem;
    }
    
    .form-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn {
        width: 100%;
        padding: 15px;
        font-size: 1rem;
    }
}

/* ===== PRODUCT CARDS RESPONSIVE ===== */
@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }
    
    .product-card {
        max-width: 100%;
    }
    
    .product-image {
        height: 200px;
    }
    
    .product-title {
        font-size: 1.2rem;
    }
    
    .product-price {
        font-size: 1.3rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* ===== WHATSAPP BUTTON RESPONSIVE ===== */
@media (max-width: 768px) {
    .whatsapp-button {
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-button a {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

/* ===== FOOTER RESPONSIVE ===== */
@media (max-width: 768px) {
    .footer {
        padding: 30px 0 15px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    
    .footer-section h3 {
        font-size: 1.3rem;
    }
    
    .social-links {
        justify-content: center;
    }
} 

/* ===== PRICING SECTION ===== */
.pricing {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

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

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

.pricing-card.featured {
    border: 3px solid #e74c3c;
    transform: scale(1.05);
}

.pricing-card.featured::before {
    content: "Popüler";
    position: absolute;
    top: 0;
    right: 0;
    background: #e74c3c;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 0 15px 0 15px;
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.pricing-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.2rem;
}

.currency {
    font-size: 1.2rem;
    font-weight: 500;
    color: #6c757d;
}

.amount {
    font-size: 3rem;
    font-weight: 700;
    color: #e74c3c;
}

.period {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 500;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.pricing-features li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #f1f3f4;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #495057;
    font-weight: 500;
}

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

.pricing-features i {
    color: #e74c3c;
    font-size: 1.1rem;
    width: 20px;
}

.pricing-card .btn {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* ===== CONTACT SECTION ===== */
.contact {
    padding: 80px 0;
    background: white;
}

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

.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    max-width: 600px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(102, 126, 234, 0.1);
    position: relative;
    overflow: hidden;
}

.contact-item:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-color: rgba(102, 126, 234, 0.2);
}

.contact-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    transition: left 0.6s;
}

.contact-item:hover::before {
    left: 100%;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.4rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.contact-details h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.contact-details p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

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

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form .btn {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
}

/* ===== FOOTER ===== */
.footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    color: white;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer-section h3 {
    font-size: 1.3rem;
}

.footer-section h4 {
    font-size: 1.1rem;
}

.footer-section p {
    color: #bdc3c7;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #3498db;
}

.social-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    margin-top: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #3498db;
    transform: translateY(-3px);
}

.footer-section p i {
    margin-right: 0.5rem;
    color: #3498db;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
}

.footer-bottom p {
    color: #bdc3c7;
    margin: 0;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #3498db;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pricing-card.featured {
        transform: none;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .pricing-card {
        padding: 1.5rem;
    }
    
    .amount {
        font-size: 2.5rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .contact-info {
        grid-template-columns: 1fr;
        gap: 1rem;
        max-width: 100%;
    }
    
    .contact-item {
        padding: 1.5rem 1rem;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .contact-details h4 {
        font-size: 1.1rem;
    }
    
    .contact-details p {
        font-size: 0.9rem;
    }
} 

/* ===== SCROLL TO TOP BUTTON ===== */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background: #c0392b;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
} 

/* ===== WHATSAPP BUTTON ===== */
.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.whatsapp-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 2rem;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-button a:hover {
    background: #128c7e;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* ===== PRODUCT CATALOG SECTION ===== */
.product-catalog {
    padding: 100px 0;
    background: #ffffff;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.product-catalog .section-header {
    text-align: center;
    margin-bottom: 80px;
}

.product-catalog .section-header h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0;
    line-height: 1.3;
}

.product-catalog .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-catalog .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.product-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0;
    border: 1px solid #e9ecef;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.product-image {
    position: relative;
    height: 140px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
    width: 100%;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-title-overlay {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.product-overlay .btn {
    padding: 8px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 6px;
    background: #e74c3c;
    border: none;
    color: white;
    text-transform: uppercase;
}

.product-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.3;
}

.product-description {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.product-price {
    margin-bottom: 15px;
}

.product-price .price {
    font-size: 1rem;
    font-weight: 600;
    color: #e74c3c;
}

.order-btn {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.order-btn:hover {
    background: #c0392b;
    transform: translateY(-2px);
}
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.product-overlay .btn:hover {
    background: #c0392b;
    transform: translateY(-2px);
}

.product-content {
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.product-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.product-price {
    margin-top: auto;
}

.product-price .price {
    font-size: 0.9rem;
    font-weight: 500;
    color: #666666;
}

/* Responsive Design */
@media (max-width: 992px) {
    .catalog-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .product-catalog .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .product-catalog {
        padding: 60px 0;
    }
    
    .catalog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }
    
    .product-catalog .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .product-catalog .section-header {
        margin-bottom: 40px;
    }
    
    .product-catalog .section-header h2 {
        font-size: 1.6rem;
    }
    
    .product-image {
        height: 120px;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    
    .product-content h3 {
        font-size: 1rem;
    }
    
    .product-price .price {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .product-catalog {
        padding: 40px 0;
    }
    
    .product-catalog .section-header {
        margin-bottom: 30px;
    }
    
    .product-catalog .section-header h2 {
        font-size: 1.4rem;
    }
    
    .product-image {
        height: 100px;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    
    .product-content h3 {
        font-size: 0.9rem;
    }
    
    .product-price .price {
        font-size: 0.7rem;
    }
    
    .product-title-overlay {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .product-overlay .btn {
        padding: 6px 12px;
        font-size: 0.7rem;
    }
}

/* ===== MODERN MINIMALIST SLIDER ===== */
.hero {
    min-height: 50vh;
    position: relative;
    margin-top: 60px;
    min-width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 50vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}

.slide-info {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 15px 0 0 15px;
    color: white;
    max-width: 400px;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.slide-info h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-info p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    opacity: 0.9;
    line-height: 1.4;
}

.slide-info .price {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slide-info .order-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    width: 100%;
}

.slide-info .order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

/* Responsive Slider */
@media (max-width: 1200px) {
    .slide-info h2 {
        font-size: 2rem;
    }
    
    .slide-info p {
        font-size: 1rem;
    }
    
    .slide-info .price {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: 40vh;
    }
    
    .hero-slider {
        height: 40vh;
        min-height: 40vh;
    }
    
    .slide {
        height: 40vh;
    }
    
    .slide-content {
        padding: 1rem;
        justify-content: center;
    }
    
    .hero-text {
        padding: 2rem;
        max-width: 90%;
        margin-right: 0;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-price {
        font-size: 1.4rem;
    }
    
    .hero-cta {
        padding: 15px 30px;
        font-size: 1rem;
    }
    
    /* Hide product catalog on mobile */
    .product-catalog {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero {
        min-height: 35vh;
    }
    
    .hero-slider {
        height: 35vh;
        min-height: 35vh;
    }
    
    .slide {
        height: 35vh;
    }
    
    .hero-text {
        padding: 1.5rem;
        max-width: 95%;
        margin-right: 0;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-price {
        font-size: 1.2rem;
    }
    
    .hero-cta {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

.slide-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: slideInUp 1s ease-out;
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    margin-bottom: 3rem;
    animation: slideInUp 1s ease-out 0.2s both;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(10px);
}

.feature-item i {
    color: #4CAF50;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.feature-item span {
    font-size: 1.1rem;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    animation: slideInUp 1s ease-out 0.4s both;
}

.hero-buttons .btn {
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-buttons .btn-primary {
    background: #e74c3c;
    color: white;
    border: none;
}

.hero-buttons .btn-primary:hover {
    background: #c0392b;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 2rem;
    z-index: 10;
}

.slider-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.slider-dots {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.dot.active {
    background: white;
    transform: scale(1.2);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive for New Slider */
@media (max-width: 768px) {
    .hero {
        margin-top: 60px;
        min-height: calc(100vh - 60px);
    }
    
    .hero-slider {
        height: calc(50vh - 60px);
        min-height: calc(100vh - 60px);
    }
    
    .slide {
        height: calc(50vh - 60px);
    }
    
    .slide-content {
        padding: 0 1rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-features {
        gap: 0.8rem;
        margin-bottom: 2rem;
    }
    
    .feature-item {
        padding: 0.8rem 1.5rem;
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .feature-item span {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
        align-items: center;
    }
    
    .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
        padding: 12px 30px;
        font-size: 1.1rem;
    }
    
    .slider-nav {
        bottom: 30px;
        gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .feature-item {
        padding: 0.6rem 1rem;
    }
    
    .feature-item span {
        font-size: 0.9rem;
    }
    
    .hero-buttons .btn {
        padding: 10px 25px;
        font-size: 1rem;
    }
}