header {
    background: linear-gradient(to bottom, #04a17ad4, #055e4bf0), url(../img/about.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.header-main {
    margin-top: 6rem;
    margin-bottom: 6rem;
    justify-content: center;
    align-items: center;
}
.header-main h3 {
    font: 3rem 'gofteh';
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(155deg, #ffffff 35%, #85f7d0 100%);
    text-align: center;
}
.container {
    padding-top: 6rem;
}
.contact-item {
    margin-top: 2rem;
}
.contact-icon {
    width: 56px;
    height: 56px;
    background: #01c694;
    border-radius: 50%;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-icon svg {
    fill: #fff;

}
.main-icon {
    display: flex;
    gap: 12px;
    align-items: center;
    line-height: 1.9;
    margin-bottom: 2.5rem;
}
.icon-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #01c694;
}
.wpcf7-form p {
    margin-bottom: 1rem;
}
.wpcf7-form label {
    color: var(--color-1);
}
.wpcf7-form-control-wrap {
    margin-top: 0.5rem;
    display: flex;
}
.wpcf7-form-control-wrap input, textarea {
    font: 1rem "iranyekanx";
    color: var(--color-1);
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #E7E7E7;
    width: 100%;
}
.wpcf7-form-control-wrap input:focus, textarea:focus {
    outline: 1px solid #01c694;

}
.wpcf7-not-valid-tip {
    font-size: 0.85rem !important;
    margin-top: 0.5rem;
}
.wpcf7-submit {
    font: 1.1rem "iranyekanx";
    font-weight: 600;
    border: none;
    border-radius: 6px;
    color: #fff;
    background: #079F7C;
    padding: 18px 56px;
    cursor: pointer;
}
.wpcf7-submit:hover {
    background: #15BC9C;
}
