/* Contact Page Styles */

/* Active nav link */
.nav-link-active {
    color: #57FF90 !important;
}

/* Contact Hero Section */
.contact-hero {
    position: relative;
    padding: 48px 72px 80px;
    min-height: 500px;
}

.contact-hero-bg {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 660px;
    overflow: hidden;
    z-index: 0;
}

.contact-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1776px;
    margin: 0 auto;
    padding-top: 220px;
}

.contact-hero-title {
    color: #9E9EA8;
    font-size: 56px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -1.68px;
}

/* Contact Form Section */
.contact-form-section {
    padding: 0;
    background: #151517;
}

.contact-form-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    align-items: flex-end;
}

.contact-form-container {
    flex: 1;
    /* max-width: 960px; */
    padding: 80px 72px;
    background: #F3F3F3;
    width: 50%;
}

.contact-form-main {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.form-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.form-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
}

.form-field input,
.form-field textarea,
.form-field select {
    position: relative;
    z-index: 1;
}

.form-label {
    color: #9E9EA8;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.form-label-select {
    color: #151517;
    font-weight: 600;
}

.form-label-file {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #151517;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.form-input,
.form-textarea {
    border: none;
    background: transparent;
    color: #151517;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    outline: none;
    font-family: 'Libre Franklin', sans-serif;
    cursor: text;
    pointer-events: auto;
    -webkit-user-select: text;
    user-select: text;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #9E9EA8;
}

.form-textarea {
    resize: none;
    min-height: 129px;
    cursor: text;
    pointer-events: auto;
    -webkit-user-select: text;
    user-select: text;
}

.form-divider {
    height: 1px;
    width: 100%;
    background: rgba(158, 158, 168, 0.32);
    pointer-events: none;
    position: relative;
    z-index: 0;
}

/* Phone Input */
.phone-input-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.phone-code-selector {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-code {
    color: #151517;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.phone-input {
    flex: 1;
}

/* Select Wrapper */
.select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.form-select {
    flex: 1;
    border: none;
    background: transparent;
    color: #151517;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    padding-right: 32px;
    outline: none;
    appearance: none;
    cursor: pointer;
    font-family: 'Libre Franklin', sans-serif;
    pointer-events: auto;
    -webkit-user-select: text;
    user-select: text;
}

.select-arrow {
    position: absolute;
    right: 0;
    pointer-events: none;
}

/* File Upload */
.form-field-file {
    gap: 24px;
}

.file-upload-area {
    height: 56px;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px dashed #151517;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.file-upload-area:hover {
    background: rgba(21, 21, 23, 0.05);
}

.file-input {
    display: none;
}

.file-upload-label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.file-upload-text {
    color: #151517;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.file-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.file-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.file-item-content {
    display: flex;
    align-items: center;
    gap: 18px;
}

.file-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.file-name {
    color: #151517;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.file-remove {
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.3s ease;
}

.file-remove:hover {
    opacity: 1;
}

/* Checkbox */
.form-field-checkbox {
    gap: 0;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.checkbox-input {
    display: none;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #9E9EA8;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.checkbox-input:checked + .checkbox-custom {
    background: #151517;
    border-color: #151517;
}

.checkbox-input:checked + .checkbox-custom::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #57FF90;
    border-radius: 2px;
}

.checkbox-label {
    flex: 1;
    color: #9E9EA8;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}

.checkbox-label a {
    color: #9E9EA8;
    text-decoration: underline;
}

/* Submit Button */
.form-submit {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    background: #151517;
    border: none;
    color: #F3F3F3;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    font-family: 'Libre Franklin', sans-serif;
}

.form-submit:hover {
    opacity: 0.9;
}

.form-submit svg {
    width: 24px;
    height: 24px;
}

/* Contact Form Image */
.contact-form-image {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    flex: 1;
}

.contact-form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* Contact Information Section */
.contact-info-section {
    padding: 80px 72px 120px;
    background: #151517;
}

.contact-info-content {
    max-width: 1776px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.contact-info-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.contact-info-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-info-label {
    color: #57FF90;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.contact-info-links {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.contact-info-link {
    color: #F3F3F3;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.contact-info-link:hover {
    color: #57FF90;
}

.contact-info-text {
    color: #F3F3F3;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

/* Responsive */
@media (max-width: 1440px) {
    .contact-form-wrapper {
        flex-direction: column;
    }

    .contact-form-container {
        max-width: 100%;
        padding: 60px 48px;
    }

    .contact-form-image {
        width: 100%;
        height: 600px;
    }

    .contact-form-image img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform: none;
        object-fit: cover;
    }

    .contact-info-grid {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .contact-hero {
        padding: 40px 48px 60px;
    }

    .contact-hero-title {
        font-size: 40px;
        line-height: 48px;
    }

    .contact-form-container {
        padding: 40px 48px;
    }

    .contact-form-main {
        gap: 32px;
    }

    .form-row {
        flex-direction: column;
        gap: 32px;
    }

    .contact-form-image {
        height: 400px;
    }

    .contact-info-section {
        padding: 60px 48px 80px;
    }

    .contact-info-content {
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 40px 24px 40px;
        min-height: 300px;
    }

    .contact-hero-content {
        padding-top: 120px;
    }

    .contact-hero-title {
        font-size: 32px;
        line-height: 40px;
    }

    .contact-form-container {
        padding: 40px 24px;
        width:100%;
    }

    .contact-form-main {
        gap: 24px;
    }

    .form-row {
        gap: 24px;
    }

    .form-label {
        font-size: 16px;
    }

    .form-input,
    .form-textarea,
    .form-select {
        font-size: 16px;
    }

    .contact-form-image {
        height: 300px;
    }

    .contact-info-section {
        padding: 40px 24px 60px;
    }

    .contact-info-content {
        gap: 40px;
    }

    .contact-info-grid {
        flex-direction: column;
        gap: 32px;
    }

    .contact-info-links {
        flex-direction: column;
        gap: 16px;
    }

    .contact-info-link,
    .contact-info-text {
        font-size: 18px;
        line-height: 24px;
    }
}

