header {
    width: 100%;
    z-index: 9;
    float: left;
    height: auto;
    background: #FFF;
    background: #FFf !important;
}

.section-header {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
}

    .uretim-header {
        background: #fff;
        padding: 60px 0;
        margin-top: 0px;
        border-bottom: 1px solid #eee;
        float: left;
        width: 100%;
    }

    .header-content {
        max-width: 100%;
        margin: 0 auto;
    }

    .header-text {
        text-align: center;
        margin-bottom: 20px;
    }

    .header-text h1 {
        font-size: 1.7rem !important;!i;!;
        color: #1d3c5c;
        margin-bottom: 15px;
        font-weight: 600;
        letter-spacing: -1px;
        text-align: left;
        border-bottom: solid thin #CCC;
        padding-bottom: 10px;
    }

    .subtitle {
        font-size: 1.1rem;
        color: #666;
        font-weight: 400;
    }

    .header-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .stat-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
        transition: all 0.2s ease;
    }

    .stat-box:hover {
        border-color: #45739a;
    }

    .stat-content {
        display: flex;
        flex-direction: column;
    }

    .stat-number {
        font-size: 18px !important;
        font-weight: 600;
        color: #1d3c5c;
        margin-bottom: 3px;
    }

    .stat-label {
        font-size: 0.85rem;
        color: #666;
    }

    .stat-icon {
        width: 40px;
        height: 40px;
        background: #f8f9fa;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .stat-icon i {
        font-size: 1.2rem;
        color: #45739a;
    }

    .uretim-page {
        padding: 60px 0;
        background: #fff;
        float: left;
    width: 100%;
    }

    .uretim-content {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 40px;
        align-items: start;
        max-width: 1200px;
        margin: 0 auto 60px;
    }

    .section-header {
        margin-bottom: 25px !important;
    }

    .section-header h2, .section-header h3 {
        font-size: 1.8rem;
        color: #1d3c5c;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .section-line {
        width: 40px;
        height: 2px;
        background: #45739a;
        margin-left:49%;
    }

    .uretim-info p {
        color: #444;
        line-height: 1.7;
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        
    }

    .feature-item {
        display: flex;
        gap: 15px;
        padding: 20px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
        transition: all 0.2s ease;
    }

    .feature-item:hover {
        border-color: #45739a;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        background: #f8f9fa;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left:20px;
    }

    .feature-icon i {
        font-size: 1.2rem;
        color: #45739a;
    }

    .feature-content h4 {
        font-size: 1rem;
    color: #1d3c5c;
    margin-bottom: 3px;
    font-weight: 500;
    margin: 0px;
    }

    .feature-content p {
        font-size: 0.85rem;
        color: #666;
        margin: 0;
    }
    .feature-content {
    padding: 10px !important;
}

    .tolerans-table {
        overflow-x: auto;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 15px;
    }

    .tolerans-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .tolerans-table th,
    .tolerans-table td {
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    .tolerans-table th {
        color: #45739a;
        font-weight: 500;
        font-size: 0.85rem;
    }

    .tolerans-table td {
        color: #444;
        font-size: 0.9rem;
    }

    .tolerans-table tr:hover {
        background: #f8f9fa;
    }

    .uretim-gallery {
        max-width: 1200px;
        margin: 0 auto;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .gallery-item {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #eee;
        aspect-ratio: 2/1;
    }

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

    .gallery-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
        padding: 20px;
        color: #fff;
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    .gallery-overlay span {
        font-size: 0.9rem;
        font-weight: 400;
    }

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

    .gallery-item:hover .gallery-overlay {
        transform: translateY(0);
    }

    @media (max-width: 1200px) {
        .uretim-content {
            gap: 20px;
        }
    }

    @media (max-width: 991px) {
        .uretim-content {
            grid-template-columns: 1fr;
        }

        .header-stats {
            grid-template-columns: 1fr;
        }

        .features-grid {
            grid-template-columns: 1fr;
        }

        .gallery-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .header-text h1 {
            font-size: 2.2rem;
        }
    }

    @media (max-width: 767px) {
        .uretim-header {
            padding: 40px 0;
        }

        .stat-box {
            padding: 15px;
        }

        .stat-number {
            font-size: 1.4rem;
        }

        .section-header h2, .section-header h3 {
            font-size: 1.6rem;
        }

        .gallery-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .feature-item {
            padding: 15px;
        }
    }
    
    .stat-number {
    font-size: 14px !important;
    font-weight: 600;
    color: #1d3c5c;
    margin-bottom: 3px;
}
    

.header-image{
    width: 600px !important;
    height: 100%;
    object-fit: cover;
}    

.header-text-content{
    width: 600px !important;
    height: 100%;
    object-fit: cover;
    text-align: left;
    padding-left: 50px;
}
.subtitle{
    font-size: 1.1rem;
    color: #1d3c5c;
    font-weight: 400;
    text-align: left;
}
p{
    font-size: 1rem;
    color: #666;
    font-weight: 400;
    text-align: left;
}

.header-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: solid thin #cccccc6c;
}
.left-symbol {
    display: inline-block;
    width: 1.2em;
    text-align: left;
    font-weight: bold;
    color: #0f4e79;
    margin-right: 2px;
  }