﻿

.laborlaw-banner {
    background-image: url('/images/ishukuku-banner.jpg'); /* Banner görselini uygun adla ekle */
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.laborlaw-banner {
    background: url('/images/sigortabanner.jpg') center center no-repeat;
    background-size: contain; /* veya cover */
    height: auto;
    width: 100%;
    display: block;
}

.laborlaw-banner-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.laborlaw-banner h1 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.laborlaw-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.laborlaw-title {
    font-size: 30px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 25px;
    position: relative;
}

    .laborlaw-title::after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background-color: #31436b;
        margin-top: 10px;
    }

.laborlaw-text {
    font-size: 17px;
    color: #444;
    line-height: 1.7;
}

.laborlaw-services {
    list-style: none;
    padding-left: 0;
}

    .laborlaw-services li {
        font-size: 17px;
        color: #333;
        margin-bottom: 12px;
        padding-left: 28px;
        position: relative;
    }

        .laborlaw-services li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #31436b;
            font-weight: bold;
        }

.laborlaw-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
