/* Collaboration Page Styles */
body {
    background-color: #FFFDF8;
}

.collab-header {
    padding: 2rem 0 1rem 0;
}

.collab-banner-img {
    height: auto;
    max-height: 550px;
    object-position: top;
}

.collab-section {
    padding: 4rem 0 2rem 0;
}

.collab-section-img {
    aspect-ratio: 1 / 1;
    height: auto;
    object-position: center;
}

.collab-text-content,
.collab-contact-wrapper {
    padding: 1rem 10%;
}

.collab-text-content p {
    font-size: 0.875rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.collab-text-content strong {
    color: #100F0F;
    font-weight: 700;
}

.collab-divider {
    border-top: 1px solid #000000;
    margin: 3rem auto;
    opacity: 1;
    width: 90%;
}

.collab-contact-section {
    background-color: #F5F5F5;
    padding: 3rem 0;
}

.collab-map {
    height: 450px;
}

.contact-title {
    font-size: 1.65rem;
    color: #100F0F;
    letter-spacing: 0.5px;
}

.contact-subtitle {
    font-size: 0.95rem;
    color: #333;
}

.collab-input {
    background-color: transparent;
    border: 1px solid #D1D1D1;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    color: #100F0F;
    border-radius: 4px;
}

.collab-input::placeholder {
    color: #888;
}

.collab-input:focus {
    background-color: #FFFFFF;
    border-color: #100F0F;
    box-shadow: none;
}

.collab-submit-btn {
    font-weight: 500;
    font-size: 0.95rem;
}

.social-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #E0E0E0;
    color: #100F0F;
    border-radius: 50%;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.social-icon-btn:hover {
    background-color: #100F0F;
    color: #FFFFFF;
}

@media (max-width: 1080px) {

    .collab-text-content,
    .collab-contact-wrapper {
        padding: 1rem 5%;
    }
}

@media (max-width: 767.98px) {

    .collab-text-content,
    .collab-contact-wrapper {
        padding: 1rem 15px;
    }

    .collab-section {
        padding: 2.5rem 0 1rem 0;
    }

    .collab-contact-section {
        padding: 3rem 0;
    }

    .collab-map {
        height: 300px;
    }
}