﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,900');


.card-title {
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.responsive-paragraphs {
    padding: 30px;
    margin: 20px;
    background-color: #fdfdfd;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    font-size: 1.3rem;
    line-height: 2;
    color: #2c3e50;
    font-family: "Times New Roman", Times, serif;
}

    .responsive-paragraphs p {
        margin-bottom: 20px;
        text-indent: 30px;
        letter-spacing: 0.8px;
    }


.info-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .info-table th,
    .info-table td {
        padding: 15px;
        border: 1px solid #ddd;
        text-align: left;
    }

    .info-table th {
        background-color: #0077C8;
        color: #fff;
        font-weight: bold;
    }

    .info-table td {
        background-color: #fdfdfd;
        color: #333;
    }

    .info-table th {
        background-color: #0077C8;
        border-bottom: none;
    }



.main-content {
    background-color: #f2f2f2 !important;
    font-family: 'Poppins' !important;
}

.card {
    border: var(--bs-card-border-width) solid #9ACD66 !important;
    padding: 2rem !important;
    margin: 85px 0px 1px 8px !important;
    border-radius: 1.2rem;
}

h2 {
    font-size: 1.5rem !important;
    color: #0175C0 !important;
    padding: 1rem 0 !important;
    font-weight:600;
}
.divmrg {
    padding-right: 0px !important;
}
.card-header {
    background-color: transparent !important;
}

.bolge-alt-cizgi {
    max-width: 100% !important;
    height: 1px !important;
    background-color: #9ACD66 !important;
    margin: 0 auto 50px auto !important;
}

