﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,900');

.card-title {
    font-size: 2.5rem;
    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;
    }

.company-info {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

    .company-info h2, .company-info h3 {
        color: #2c3e50;
        border-bottom: 2px solid #2c3e50;
        padding-bottom: 5px;
    }

    .company-info table {
        width: 100%;
        margin-bottom: 20px;
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid #ddd !important;
    }

    .company-info th, .company-info td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .company-info th {
        background-color: #f2f2f2;
        color: #333;
    }


body {
    font-family: 'Poppins' !important;
}

.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;
}
.divmrg {
    padding-right: 0px !important;
}
h2 {
    font-size: 1.5rem !important;
    color: #0175C0 !important;
    font-weight:600;
}

.card-header {
    background-color: transparent !important;
}

.company-info h2 {
    color: #2c3e50;
    border-bottom: none !important;
    padding: 2rem 0 1rem 0;
    color: #0175C0 !important;
    font-weight:600;
    font-size: 1.5rem;
}

.company-info h3 {
    font-size: 1.1rem;
    color: #0175C0;
    border-bottom: none !important;
    padding: 2rem 0 1rem 0;
    font-weight: bold;
}

.table-container {
    margin: 50px auto !important;
    border-radius: 20px !important;
}

table {
    margin-bottom: 0 !important;
    font-size: 13px;
    border: 1px gray !important;
    border-radius: 20px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

    table td {
        padding: 1rem !important;
        width: 50%;
    }


.tableIstirak td{
    width:15% !important;
}
.tableInfo tr td:first-child {
    font-weight: 600;
}
.rating-header {
    background-color: #0077C8;
    color: white;
    font-weight: normal !important;
    padding: 1rem !important;
}

.card-body label {
    font-weight: 500 !important;
    padding: .375rem 0.25rem .375rem .75rem !important;
    margin-bottom: 0 !important;
}

