﻿/* Section wrapper */
.Test_Card {
    padding: 60px 20px;
    background-color: #f5f8fc;
}

/* Centers the card horizontally */
.content-wrapper {
    max-width: 90%;
    margin: 0 auto;
}


/* The blue card box */
.content-box {
    background-color: #3a7bbf;
    border-radius: 16px;
    padding: 40px 60px;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
    font-weight: 400;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive: smaller screens */
@media (max-width: 768px) {
    .content-box {
        padding: 30px 24px;
        font-size: 0.95rem;
    }
}

    /* Better text readability like design */
    .content-box p {
        margin: 0;
    }

.iraqlogo {
    width: 55%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.navbar-brandIR {
    margin: 0 auto;
}
#iraqfooterlogo {
    width: 25%;
    height: auto;
    display: block;
}
.contact-container {
    padding-bottom: 0px !important;
}