@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
    margin: 0;
    background: #fdfffd;
    font-family: "Vazirmatn", sans-serif;
    direction: rtl;
    overflow-x: hidden;
}

:root {
    --green-dark: #00563f;
    --green-light: #008060;
    --white: #ffffff;
    --black: #000000;
    --coffee-brown: #4b3621;
}

.first-baner {
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #00563f, transparent 85%);
    isolation: isolate;
    color: #cbeae2;
    padding-top: 100px;
}

.first-baner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("img/contact/9346704.jpg");
    background-size: 580px;
    background-repeat: repeat;
    opacity: 0.04;
    transform: translateZ(0);
    animation: fallBeans 10s linear infinite;
    -webkit-mask-image: linear-gradient(to bottom, #00563f, transparent 75%);
    mask-image: linear-gradient(to bottom, #00563f, transparent 75%);
    pointer-events: none;
    z-index: 1;
}

@keyframes fallBeans {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 400px;
    }
}

@keyframes fallBeansSlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 1400px;
    }
}

.contact-hero-title {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -1.8px;
    line-height: 1.3;
    color: rgb(45, 45, 45);
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding-bottom: 12px;
    /* font-family: 'Yekan', sans-serif !important; */
}

.contact-hero-title span {
    color: #00563f;
}

.img-photo img {
    transform: rotate(20deg);
    position: absolute;
    top: -10px;
    width: 120px;
}


/*--form--*/

.contact-form {
    padding: 10px 4px;
    backdrop-filter: blur(4px);
}

.contact-title {
    font-size: 22px;
    font-weight: 800;
    color: #3d4a42;
    text-align: right;
    margin-bottom: 24px;
    position: relative;
    letter-spacing: -0.3px;
    padding-bottom: 5px;
}

.contact-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 4px;
    background: linear-gradient( 90deg, rgba(65, 105, 95, 0.19), rgba(120, 170, 150, 0.48), rgba(65, 105, 95, 0.5));
    border-radius: 50px;
    mask-size: cover;
    mask-repeat: no-repeat;
    transition: all 0.35s ease;
}

.field {
    position: relative;
    margin-bottom: 18px;
}

.field input,
.field textarea {
    width: 100%;
    padding: 16px 20px 12px;
    border: 0;
    border: 2px solid rgba(9, 63, 50, 0.534);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    outline: none;
    font-size: 15px;
    color: #3d4a42;
    transition: all 0.25s ease;
}

.field textarea {
    height: 100px;
    padding-top: 20px;
    border-radius: 28px;
}

.field label {
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
    transition: all 0.22s ease;
}

.field input.has-value+label,
.field textarea.has-value+label,
.field input:focus+label,
.field textarea:focus+label {
    top: -12px;
    right: 22px;
    font-size: 14px;
    color: var(--green-dark);
    background: rgb(255, 255, 255);
    padding: 0px 12px;
    border-radius: 14px;
}

.img-people img {
    width: 580px;
    margin: -50px auto;
}

.send-btn {
    padding: 12px 32px;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--green-dark), var(--green-light));
    border: none;
    font-weight: 800;
    font-size: 15px;
    color: var(--white);
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

.send-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, var(--green-light), var(--green-light));
    color: #fdfffd;
}

@media (max-width: 1305px) {
    .img-people img {
        width: 500px;
    }
}

@media (max-width: 1120px) {
    .img-people img {
        width: 420px;
    }
}

@media (max-width: 992px) {
    .form {
        margin-top: 0px !important;
    }
    .img-people img {
        width: 465px;
        justify-content: center;
        display: flex;
    }
    .contact-title::after {
        right: 25%;
    }
}

@media (max-width: 769px) {
    .contact-title::after {
        right: 16%;
    }
    .img-photo img {
        width: 90px;
        transform: rotate(5deg);
    }
    .social-inner {
        justify-content: center !important;
    }
    .social-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .img-people img {
        width: auto;
        margin: 0px auto;
    }
    .contact-hero-title {
        font-size: 35px;
        margin-right: 45px;
    }
}


/*---------Social-networks------------*/

.social-inner {
    width: 100%;
    padding: 24px 32px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #075332, #008060);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.social-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("img/contact/9342450.jpg") center/cover repeat;
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
    background-size: 300px;
}

.social-inner * {
    position: relative;
    z-index: 2;
}

.social-inner:hover {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12), 0 6px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.social-title {
    font-size: 20px;
    font-weight: 900;
    color: #e2ece6;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.icon-wrap {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #f0e0e8, #cde5db);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    padding-top: 10px;
}

.icon-wrap i {
    font-size: 24px;
    color: #3d4a42;
    transition: transform 0.3s ease, color 0.3s ease;
}

.icon-wrap:hover {
    transform: translateY(-6px) scale(1.1);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.icon-wrap:hover i {
    color: #2c6b58;
}

@media (max-width: 991px) {
    .contact-title {
        text-align: center;
        font-size: 18px;
    }
    .social-icons {
        justify-content: flex-start;
        margin-top: 12px;
    }
    .icon-wrap {
        margin-left: 8px;
        margin-right: 0;
    }
    .contact-form {
        margin-top: 25px;
    }
}


/*---Information-card---*/

.contact-card {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 22px;
    padding: 22px 22px 22px 5px;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 7px 22px;
    overflow: hidden;
}

.card-wave {
    position: absolute;
    right: -95px;
    top: 0;
    height: 120px;
    width: 120px;
    opacity: .45;
    z-index: 1;
    transform: rotate(270deg);
}

.card-icon {
    min-width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #009f70, #00563f);
    border-radius: 50%;
    color: white;
    font-size: 26px;
    animation: floatIcon 2.4s ease-in-out infinite;
    margin-right: 2px;
    margin-left: 12px;
    padding-top: 10px;
}

@keyframes floatIcon {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0);
    }
}

.exclusive-card-shadow {
    width: 60px;
    height: 10px;
    background: rgba(96, 100, 118, 0.12);
    position: absolute;
    bottom: 16px;
    border-radius: 50%;
    filter: blur(2px);
    z-index: 1;
}

.card-info {
    display: flex;
    flex-direction: column;
}

.info-label {
    font-weight: 700;
    font-size: 17px;
    color: #00563f;
    position: relative;
    padding-bottom: 3px;
}

.info-label::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(185deg, var(--green-dark), transparent);
    border-radius: 4px;
}

.info-value {
    font-weight: 500;
    font-size: 14px;
    color: #2a2a2a;
    margin-top: 15px;
    text-decoration: none;
}