.contact {

    width: 70vw; /* Установяване на ширина от 80% */
    margin: 0 auto; /* Центриране на секцията */
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.contact .heading h2 span {
    color: #ff9100;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #ff9100;
    color: #ffffff;
    width: 100%;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .content .info {
    margin-top: 30px;
}
.contact .content .info i {
    font-size: 40px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}
.contact .content .info h4 {
    font-size: 15px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 15px;
    font-weight: 300;
    color: #999999;
}

.contact-icon {
    margin-left: 5px; /* Малко разстояние между иконките */
}

.icon-img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

/* Медийна заявка за резолюции под 1055px */
@media (max-width: 1055px) {
    .phone-number {
        display: flex;
        flex-direction: row; /* Подравнява телефоните и иконите в ред */
        align-items: center;
    }

    .contact-icon {
        margin-left: 5px; /* Поддържа иконите на същия ред, близо до телефонния номер */
    }

    .phone-number {
        margin-bottom: -20px; /* Няма разстояние между елементите */
    }

    /* Намаляване на иконките леко, за по-добър вид на по-малки екрани */
    .icon-img {
        width: 20px;
        height: 20px;
    }
    .contact .title h3 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }
    .contact .title p {
        font-size: 14px;
        font-weight: 400;
        color: #999;
        line-height: 1.6;
        margin: 0 0 40px;
        text-align: center;
    }
}
