/* Contact Page Specific Styles */

/* Fix header overlap and background */
body {
    background-color: #000;
}

/* Header styles for contact page */
.header {
    background-color: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.header.header-hidden {
    transform: translateY(-100%);
}

.header.header-visible {
    transform: translateY(0);
}

/* Remove padding from company section */
.company {
    padding: 0 !important;
}

/* Company map container styles */
.company-map-container {
    width: 100%;
    height: 400px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 20;
}

.company-map {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0 !important;
}

/* Position checker patterns below company card */
.company-checker-pattern {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 0 !important;
    bottom: auto !important;
}

.company-checker-pattern2 {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 0 !important;
    bottom: auto !important;
}

.contact-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 50px;
    margin-top: 100px;
}

.contact-card {
    background: #000;
    border: 20px solid #fff;
    border-bottom: none;
    border-radius: 60px 60px 0 0;
    position: relative;
    overflow: hidden;
    color: white;
}

.container-contact {
    position: relative;
    z-index: 2;
    padding: 0;
    height: auto;
}

/* Adjust contact-content layout for single column */
.contact-content {
    position: relative;
    z-index: 2;
    display: block !important;
    grid: none !important;
    grid-template: none !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    grid-template-areas: none !important;
    gap: 0 !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
    justify-items: initial !important;
    align-items: initial !important;
    justify-content: initial !important;
    align-content: initial !important;
    padding: 2rem !important;
    height: auto;
    width: 100% !important;
}

.contact-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: start;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: auto;
    gap: 2rem;
}

/* Contact Title Styles */
.contact-title {
    font-family: 'Antonio', sans-serif;
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1;
    color: white;
    margin: 0;
    text-align: left;
}

/* Contact Info Card Styles */
.contact-info-card {
    background: #000000;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 2rem;
    height: fit-content;
}

.contact-info-card h3 {
    font-family: 'Antonio', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #ff6b6b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-info-card h4 {
    font-family: 'Antonio', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    color: #f3f3f3;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-item strong {
    font-family: 'Antonio', sans-serif;
    font-size: 14px;
    color: #ff6b6b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-item span {
    font-size: 16px;
    color: #f3f3f3;
}

.company-summary {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
}

.summary-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.summary-item strong {
    font-family: 'Antonio', sans-serif;
    font-size: 14px;
    color: #ff6b6b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.summary-item span {
    font-size: 16px;
    color: #f3f3f3;
    line-height: 1.4;
}

/* Contact Description Styles */
.contact-description {
    color: #8a8a8a;
}

/* Remove bottom margin below contact-description */
.contact-description {
    margin-bottom: 0 !important;
}

.contact-description h2 {
    color: #8a8a8a;
    font-size: 24px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.contact-description p {
    color: #8a8a8a;
    margin-bottom: 1rem;
    font-size: 16px;
}

.contact-description ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.contact-description li {
    color: #8a8a8a;
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.contact-description strong {
    color: #8a8a8a;
}

/* Contact Form Styles */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.name-group {
    flex-direction: row !important;
    gap: 2rem !important;
}

.name-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-family: 'Antonio', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #f3f3f3;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.required {
    color: #ff6b6b;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 2rem 1rem;
    border: none;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #f3f3f3;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 30%, transparent 30%, transparent 70%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0.3) 100%);
    background-size: 20px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.05);
    background-image: none;
    border-radius: 10px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(243, 243, 243, 0.3);
}

.checkbox-group {
    flex-direction: row !important;
    align-items: flex-start;
    gap: 1rem;
}

.form-group.checkbox-group .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 15px !important;
    line-height: 1.4;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    color: #f3f3f3 !important;
}

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
}

.privacy-link {
    color: #ff6b6b;
    text-decoration: underline;
}

.privacy-link:hover {
    color: #ff8a8a;
}

.submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.5rem 4rem;
    background: linear-gradient(135deg, #ff6b6b 0%, #d75447 100%);
    border: none;
    border-radius: 50px;
    color: white;
    font-family: 'Antonio', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: center;
    margin: 0 auto;
    width: 200px;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 107, 107, 0.3);
}

.submit-button svg {
    transition: transform 0.3s ease;
    width: 32px !important;
    height: 32px !important;
}

.submit-button:hover svg {
    transform: translateX(5px);
}

/* Contact Info Display */
.contact-info-display {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #000 50%, #1a1a1a 100%);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-content {
    text-align: center;
    color: white;
}

.contact-info-content h3 {
    font-family: 'Antonio', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #ff6b6b;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-item strong {
    font-family: 'Antonio', sans-serif;
    font-size: 14px;
    color: #ff6b6b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-item span {
    font-size: 16px;
    color: #f3f3f3;
}

/* Fade-in animation */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1050px) {
    .contact-form-section {
        padding: 0 1rem;
    }

    .contact-description {
        padding: 0;
        margin-bottom: 2rem;
    }

    .contact-description p {
        font-size: 14px;
    }
    .contact-description li {
        font-size: 14px;
    }

    .form-group label {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .contact-title {
        font-size: 60px;
    }
    
    .contact-description h2 {
        font-size: 20px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.8rem;
        font-size: 14px;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 30%, transparent 30%, transparent 70%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0.3) 100%);
        background-size: 15px 1px;
        background-repeat: repeat-x;
        background-position: bottom;
    }

    .submit-button {
        padding: 1.2rem 1.5rem;
        font-size: 16px;
    }

    .contact-info-content h3 {
        font-size: 20px;
    }

    .contact-item {
        padding: 0.8rem;
    }

    .contact-item strong {
        font-size: 12px;
    }

    .contact-item span {
        font-size: 14px;
    }
}

@media (max-width: 750px) {
    .contact-wrapper {
        margin-top: 65px;
        padding: 0 30px;
    }
    
    .company-card {
        border-radius: 30px 30px 0 0;
    }
    
    .contact-card {
        border-radius: 30px 30px 0 0;
    }
}

@media (max-width: 600px) {
    .contact-wrapper {
        padding: 0;
    }
    
    .contact-content {
        padding: 1rem !important;
    }

    .contact-card {
        border: none;
    }
}

@media (max-width: 480px) {
    .contact-form-section {
        padding: 0 0.5rem;
    }

    .contact-title {
        font-size: 50px;
    }

    .contact-description p {
        line-height: 1.3;
    }

    .contact-description h2 {
        font-size: 18px;
    }

    .form-group label {
        font-size: 20px;
    }

    .contact-description {
        padding: 0;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.6rem;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 30%, transparent 30%, transparent 70%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0.3) 100%);
        background-size: 12px 1px;
        background-repeat: repeat-x;
        background-position: bottom;
    }

    .submit-button {
        padding: 1rem 1.2rem;
        font-size: 14px;
    }

    .form-group.checkbox-group .checkbox-label {
        font-size: 15px !important;
    }
}

@media (max-width: 380px) {
    .form-group label {
        font-size: 18px;
    }
    
    .contact-description h2 {
        font-size: 16px;
    }
}
