﻿body {
    margin: 0;
    padding: 0;
}

.insurance-law-section {
    margin-top: 0;
    padding-top: 0;
}

.insurance-law-section {
    font-family: "Segoe UI", sans-serif;
    background-color: #f2f4f7;
    padding-bottom: 80px;
}


    .insurance-banner img {
        display: block;
        margin: 0;
        padding: 0;
    }
.insurance-banner {

    background-position: center top;
    margin-top : 70px;
    background-size: cover; /* contain değil cover */
    width: 100%;

    margin: 0;
    padding: 0;
    display: block;
}

.insurance-banner-content h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.insurance-banner-content p {
    font-size: 20px;
    font-weight: 300;
}

.insurance-title {
    font-size: 32px;
    color: #1f2d3d;
    margin-bottom: 20px;
    position: relative;
}

.insurance-description {
    font-size: 18px;
    max-width: 900px;
    margin: auto;
    color: #444;
}

.insurance-services {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.insurance-card {
    background-color: white;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease;
}
.big-icon {
    font-size: 64px;
    color: #31436b; /* kurumsal mavi tonun */
    margin-bottom: 15px;
}
    .insurance-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }

    .insurance-card img {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
    }

    .insurance-card h3 {
        font-size: 22px;
        color: #31436b;
        margin-bottom: 10px;
    }

    .insurance-card p {
        font-size: 16px;
        color: #555;
    }
