.box-information {
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 5vh auto;
    padding: 20px;
    background-color: rgba(22, 120, 224, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    box-sizing: border-box;
}

.text-information {
    color: aliceblue;
    font-size: 1.3rem;
    font-family: 'Iranian-sans', sans-serif;
    text-align: right;
    margin-bottom: 2rem;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.small-text-box {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.image-small-box {
    width: 50%;
    height: auto;
}

.contact-text {
    font-size: 1.2rem; /* کمی کوچکتر */
    color: aliceblue;
    text-decoration: none;
    font-family: 'Iranian-sans', sans-serif;
    text-align: right;
    max-width: 80%; 
}
