.section-9_FOOT {
    max-width: 1350px;
    margin: min(80px, 14%) auto 0;
    background-color: black;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: min(4%, 30px) min(4%, 30px);
    border-radius: 25px 25px 0 0;
}

.containers-above-9_FOOT {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.container-left-9_FOOT {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 25px;
    background-color: #1D1D1D;
    border-radius: 15px;
}

.container-left-top-9_FOOT {
    display: flex;
    align-items: center;
    gap: 20px;
}

.container-left-9_FOOT img {
    border-radius: 5px;
    width: 35px;
    height: auto;
    aspect-ratio: 1 / 1;
}

.container-form-9_FOOT {
    padding: min(25px, 4%);
    background-color: #1d1d1d;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.body-text-title1-9_FOOT {
    font-family: 'Inter', sans-serif;
    font-size: clamp(16px, calc(10px + 1vw), 18px);
    font-weight: 500;
    color: #e1e1e1;
}

.body-subtitle-9_FOOT {
    font-family: 'Inter', sans-serif;
    font-size: clamp(14px, calc(8px + 1vw), 15px);
    font-weight: 400;
    color: #8f8f8f;
}

.contact-form-9_FOOT {
    margin: 10px auto 0 0;
    align-items: center;
    display: flex;
    gap: min(150px, 6vw);
    border: 1px solid #646464;
    background-color: #2d2d2d;
    border-radius: 999px;
    padding: 5px 5px 5px 20px;
}

.contact-form-9_FOOT input {
    border-radius: 5px;
    padding: 8px 0;
    width: 150px;
    border: none;
    font-size: clamp(13px, calc(4px + 1vw), 14px);
    font-family: 'Inter', sans-serif;
    background: transparent;
    outline: none;
    color: #bebebe;
}

.contact-form-9_FOOT input::placeholder {
    color: #777;
}

.contact-form-9_FOOT button {
    background-color: #ffffff;
    color: black;
    border: none;
    padding: 12px 20px;
    border-radius: 999px;
    font-size: clamp(14px, calc(8px + 1vw), 16px);
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.4s;
}

.contact-form-9_FOOT button:hover {
    background-color: #000000;
    color: white;
}

.body-text-title-9_FOOT {
    font-family: 'Inter', sans-serif;
    font-size: clamp(15px, calc(10px + 1vw), 18px);
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #bebebe;
    line-height: 1.3;
}

.body-text-9_FOOT {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #989898;
    line-height: 1.3;
}

.body-text-9_FOOT:hover {
    text-decoration: none;
}

.title-caption-9_FOOT {
    margin-top: 5px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #6c6c6c;
}

.icon-group-9_FOOT {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-media-9_FOOT {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icons-9_FOOT {
    display: flex;
    align-items: center;
}

.social-icons-9_FOOT svg {
    transition: all 0.5s;
}

.social-icons-9_FOOT svg:hover {
    transform: scale(1.1);
}

.container-below-9_FOOT {
    background-color: #1D1D1D;
    padding: 20px 25px;
    border-radius: 15px;
}

.inline-container-9_FOOT {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}
