.contact-hero {
    padding: 127px 80px 80px 80px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-height: 360px;
    aspect-ratio: 531/350;
    background: linear-gradient(0deg, rgba(58, 53, 49, 0.80) 0%, rgba(58, 53, 49, 0.80) 100%), url(../images/content/guestool-crna-gora.jpg) lightgray 0px -73.17px / 100% 269.616% no-repeat;
    @media (max-width: 768px) {
        display: flex;
        height: 260px;
        padding: 121px 16px 0 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 396px;
        align-self: stretch;
    }
}

.contact-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.contact-h1 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    @media (max-width: 768px) {
        font-size: 36px;
        line-height: 38px;
    }
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 80px;
    background-color: #FAFAFA;
    gap: 24px;
    align-self: stretch;
    @media (max-width: 768px) {
        grid-template-columns: 1fr;
        padding: 60px 16px;
        gap: 40px;
        align-self: stretch;
    }
}

.contact-form-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.contact-form-left h2 {
    color: #3A3531;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
    @media (max-width: 768px) {
        font-size: 24px;
    }
}

.contact-form-left p {
    color: #5C5C5C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    max-width: 554px;
    line-height: normal;
    @media (max-width: 768px) {
        max-width: 345px;
    }
}

.contact-social {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.contact-social img {
    filter: invert(65%) sepia(19%) saturate(474%) hue-rotate(345deg) brightness(120%) contrast(75%);
}

.contact-social a {
    border: 1px solid  rgba(185, 185, 185, 0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
}

.contact-form-info h3 {
    color: #14161C;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.contact-form-info p {
    color: #6D6558;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

/*right form side*/
.contact-form-right {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #FFFFFF;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 16px;
    box-shadow: 0 12px 16px -4px rgba(19, 15, 6, 0.08);
    @media (max-width: 768px) {
        gap: 16px;
    }
}

.form-group label {
    color: #14161C;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.contact-form-right .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    @media (max-width: 768px) {
        margin-bottom: 0;
    }
}

.contact-form-right .form-row {
    display: flex;
    gap: 16px;
}

.contact-form-right input,
.contact-form-right textarea,
.contact-form-right button {
    border: none;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    outline: none;
}

.contact-form-right input,
.contact-form-right textarea {
    background-color: #FAFAFA;
}

.contact-form-right input::placeholder,
.contact-form-right textarea::placeholder {
    color: #C7C7C7;
    font-size: 16px;
    font-family: Urbanist;

}

.contact-form-right textarea {
    resize: none;
}

.contact-form-right button {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s;
    border-radius: 16px;
    background: #B9B9B9;
    max-width: 112px;
    max-height: 54px;
}

.contact-form-right button:hover {
    background-color: #9B907E;
    color: #fff;
}

.btn-text {
    color: #FFF;
    text-align: justify;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
}

/* Mobile only styles */
@media (max-width: 768px) {

    .contact-form-right .form-row {
        flex-direction: column;
        gap: 16px;
    }


    .contact-form-right input,
    .contact-form-right textarea,
    .contact-form-right button {
        width: 100%;
    }

    .contact-form-right button {
        max-width: 100%;
        text-align: center;
        margin-top: 24px;
    }
}
