.shared-section {
    background-color: rgba(0, 38, 62, 0.1);
    height: 9rem;
    width: 100%;
    color: rgba(0, 38, 62);
}

.iconWrapper {
    width: 3rem;
    height: 3rem;
    background-color: var(--secondary-color);
}

.col-md-6 {
    color: var(--primary-color);
}

a {
    color: var(--secondary-color);
}

input {
    border-radius: 4rem !important;
    width: 100% !important;
}

.phone-input {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 4rem;
    box-sizing: border-box;
    height: 45px;
}

.number-input {
    border: none;
    outline: none;
    height: 100%;
}

.marginItem {
    margin-inline-end: 1rem;
}

.select-wrapper select {
    width: 100%;
    border-radius: 4rem;
    overflow: hidden;
    appearance: none;
    background-image: url("../Assets/Icons/Vector2.svg");
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 1rem;
    padding: 0.5rem;
}

.contact-button {
    padding: 0.5rem 3.25rem;
    background-color: var(--primary-color);
    color: white;
    border-radius: 2rem;
}

.spanColor {
    color: var(--secondary-color);
}

body.arabic-version input::placeholder,
body.arabic-version textarea::placeholder {
    text-align: right;
}

body.arabic-version input,
body.arabic-version textarea {
    direction: ltr;
    text-align: right;
}

body.arabic-version .select-wrapper select {
    background-position: 10%;
    text-align: right;
}

@media (max-width: 576px) {
    .col-md-6 {
        padding: 1rem !important;
        box-sizing: border-box;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .iconWrapper {
        height: 5.25rem;
        width: 2rem;
    }
}

.complaints-section .contact-button {
    padding: 0.6rem 2.5rem;
}