body {
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto; 
    overflow-x: hidden;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.bg-main {
    background: #004aad;
}
.text-main {
    color: #004aad;
}
.fs-0 {
    font-size: 60px;
}

.card {
    width: 120px;
    height: 180px;
    background-color: #004aad;
    border-radius: 20px;
}
.card::before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -20px;
    background: #fff;
    width: 150px;
    height: 60px;
    transform: rotate(160deg);
    border-radius: 30px;
}
.card-2 {
    width: 120px;
    height: 180px;
    background-color: #004aad;
    position: relative;
    border-radius: 20px;
}
.card-2::before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -20px;
    background: #fff;
    width: 150px;
    height: 60px;
    transform: rotate(-160deg);
    border-radius: 30px;
}
.card-3 {
    width: 120px;
    height: 180px;
    background-color: #004aad;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: end;
    text-align: center;
    justify-content: center;
}
.card-3::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    background: #fff;
    width: 150px;
    height: 60px;
    transform: rotate(160deg);
    border-radius: 30px;
}
.card-4 {
    width: 120px;
    height: 180px;
    background-color: #004aad;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: end;
    text-align: center;
    justify-content: center;
}
.card-4::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    background: #fff;
    width: 150px;
    height: 60px;
    transform: rotate(-160deg);
    border-radius: 30px;
}
.content {
    text-align: center;
    color: white;
}

.number {
    font-size: 22px;
    font-weight: bold;
}

.label {
    font-size: 14px;
    margin-top: 4px;
}
.box_shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-group {
    width: 350px;
}

label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #333;
}

input[type="tel"] {
    width: 100%;
    padding: 12px 45px 12px 12px; 
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    direction: ltr;
}

.iti {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container {
    right: auto;
    left: 0;
}

.iti--allow-dropdown input {
    padding-left: 100px !important;
}
@media (max-width: 600px) {
    .fs-0 {
        font-size: 35px;
    }
    .card,
    .card-2,
    .card-3,
    .card-4 {
        height: 300px;
        width: 100%;
        margin-bottom: 20px;
    }
    .card::before {
        content: "";
        width: 220px;
        height: 80px;
        transform: rotate(190deg);
    }
    .card-2::before {
        content: "";
        width: 220px;
        height: 80px;
        transform: rotate(-190deg);
    }
    .card-3::before {
        content: "";
        width: 220px;
        height: 80px;
        transform: rotate(-200deg);
    }
    .card-4::before {
        content: "";
        width: 220px;
        height: 80px;
        transform: rotate(200deg);
    }
}
