/* Orijinal Site Birebir Kopya CSS */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header - Basit Beyaz */
.header {
    background: white;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.logo a {
    color: #333;
    text-decoration: none;
}

.nav {
    display: flex;
    gap: 25px;
}

.nav a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.nav a:hover {
    color: #28a745;
}

.social {
    display: flex;
    gap: 15px;
}

.social a {
    color: #333;
    font-size: 20px;
}

.mobile-menu-btn {
    display: none;
}

/* Hero - Basit Gri Arka Plan */
.hero {
    background: #f8f9fa;
    padding: 40px 0;
}

.hero h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
    font-weight: normal;
}

/* Modern Process Section - Clean Envato Style */
.process-section {
    background: #fff;
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 42px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 800;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #2c3e50 0%, #28a745 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-header p {
    font-size: 18px;
    color: #7f8c8d;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.process-step {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
}

.process-step:hover {
    border-color: #28a745;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.1);
    transform: translateY(-5px);
}

.step-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
}

.process-step h3 {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 50px;
}

.process-step p {
    font-size: 13px;
    color: #7f8c8d;
    line-height: 1.6;
}

.process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.step {
    text-align: center;
    padding: 20px 15px;
    background: white;
    border: 1px solid #e0e0e0;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 10px;
}

.step h3 {
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

/* Packages - Beyaz Arka Plan */
.packages {
    padding: 40px 0;
    background: white;
}

.packages h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
    font-weight: normal;
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.package-card {
    background: white;
    border: 1px solid #e0e0e0;
}

.package-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f0f0f0;
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package-card h3 {
    padding: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.price {
    padding: 0 15px;
    font-size: 24px;
    font-weight: bold;
    color: #28a745;
    text-align: center;
    margin-bottom: 5px;
}

.price-info {
    padding: 0 15px 10px;
    font-size: 13px;
    color: #666;
    text-align: center;
}

.price-info strong {
    color: #2c3e50;
    font-weight: 700;
}

.package-content {
    padding: 15px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.package-content strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.order-section {
    padding: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.quantity {
    width: 50px;
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
}

.btn-order {
    padding: 10px 20px;
    background: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.btn-order:hover {
    background: #218838;
}

/* Livestock - Gri Arka Plan */
.livestock {
    padding: 40px 0;
    background: #f8f9fa;
}

.livestock h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
    font-weight: normal;
}

.livestock-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.livestock-card {
    background: white;
    border: 1px solid #e0e0e0;
}

.livestock-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #f0f0f0;
}

.livestock-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.livestock-info {
    padding: 15px;
}

.livestock-info p {
    margin: 5px 0;
    font-size: 13px;
    color: #666;
}

.livestock-info strong {
    color: #333;
}

.livestock-price {
    font-size: 18px;
    font-weight: bold;
    color: #dc3545;
    margin: 10px 0;
}

.stock-info {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 8px;
    background: #f8f9fa;
    font-size: 13px;
}

.stock-completed {
    background: #dc3545;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

/* Footer - Koyu */
.footer {
    background: #343a40;
    color: white;
    padding: 30px 0 15px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 20px;
}

.footer-section h4 {
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-section p {
    margin: 5px 0;
    font-size: 14px;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
}

.footer-section a:hover {
    color: white;
}

.footer-bottom {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #555;
    font-size: 14px;
}

.footer-bottom .social {
    justify-content: center;
    margin-top: 10px;
}

.footer-bottom .social a {
    color: white;
    margin: 0 10px;
}

/* WhatsApp Button */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    z-index: 1000;
}

.whatsapp-btn:hover {
    background: #20ba5a;
}

.scroll-top-btn {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .process {
        grid-template-columns: 1fr;
    }
    
    .package-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .livestock-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .nav {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
        background: none;
        border: none;
        color: #333;
        font-size: 24px;
        cursor: pointer;
    }
}


/* Process Section Responsive */
@media (max-width: 992px) {
    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-header h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .process-section {
        padding: 50px 0;
    }
    
    .process-timeline {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-header h2 {
        font-size: 26px;
    }
    
    .process-step {
        padding: 30px 20px;
    }
    
    .process-step h3 {
        min-height: auto;
        font-size: 15px;
    }
}


/* Extra Small Screens */
@media (max-width: 480px) {
    .package-grid {
        grid-template-columns: 1fr;
    }
}
