body {
    font-family: 'Cairo', sans-serif;
    background-color: #f9f9f9;
    direction: rtl;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
table tr td span {
    font-family: 'Cairo', sans-serif;
}

.header {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
    display: grid !important;
    align-items: center;
    justify-content: center;
}

.header .logo {
    width: 250px;
    height: auto;
text-align: center;
    margin: 0 auto;
}

.header .header-text {
    text-align: right;
}

.header .header-text h1 {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.header .header-text h2 {
    margin: 0;
    font-size: 20px;
    color: #015196;
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.contact-form h1,
.contact-form h2 {
    color: #015196;
}

.input-group {
    margin-bottom: 20px;
    width: 100%;
}

.input-group .form-control {
    height: 45px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 8px !important;
    direction: rtl;
    width: 100%;
}

.input-group-addon {
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-footer {
    font-size: 14px;
    color: #555;
    text-align: center;
    padding: 15px;
    background-color: #f1f1f1;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}

.social-links a {
    color: #555;
    margin: 0 10px;
    font-size: 18px;
}

.person {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    background: linear-gradient(145deg, #e6e9f0, #f8f9fc);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1), -4px -4px 10px rgba(255, 255, 255, 0.7);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.person:hover {
    transform: translateY(-5px);
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.15), -6px -6px 15px rgba(255, 255, 255, 0.8);
}

.person h3 {
    font-size: 20px;
    color: #428ecc;
    margin-bottom: 10px;
    font-weight: bold;
}

.person h4 {
    font-size: 18px;
    color: #333;
}

.btn-submit {
    background-color: #015196;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
}

.btn-submit:hover {
    background-color: #128a92;
}

.checkbox label,
.radio label {
    padding-right: 25px;
    position: relative;
    display: inline-block;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    position: absolute;
    right: 0;
    top: 2px;
}

.category-block label {
    display: block;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    position: relative;
}

.category-block input[type="radio"] {
    position: absolute;
    right: 15px;
    top: 20px;
}

.category-block strong {
    margin-right: 30px;
}

.category-block:hover {
    background-color: #e6e6e6;
}

.category-block.selected {
    border-color: #015196;
    background-color: #e6f7f9;
    box-shadow: 0px 0px 10px rgba(24, 162, 173, 0.3);
}

@media (max-width: 767px) {
    .person {
        margin-bottom: 20px;
    }

    .header {
        flex-direction: column;
        align-items: center;
    }

    .header .logo {
        margin-bottom: 10px;
    }

    .header .header-text {
        text-align: center;
    }
}



.kkk {
    padding: 10px;
    margin: 10px 0px;
    border: 1 px solid #eee;
}

.kkk p {
    font-size: 18px;
}

.card {
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 300px;
    height: auto;
    object-fit: cover;
}

.card-content {
    padding: 20px;
    flex: 1;
}

.card-content h3 {
    color: #009688;
    margin: 0 0 10px;
}

.card-content p {
    margin: 10px 0;
    color: #555;
    line-height: 1.6;
}

.card-content .details {
    margin-bottom: 15px;
}

.card-content .details span {
    display: block;
    font-size: 14px;
    color: #666;
}
