/* Contact Us Page Specific Styles */

/* Contact Hero Section */
.contact-hero-section {
    padding: 120px 0 80px;
    text-align: center;
}

.orange-text {
    color: #F97316;
}

.contact-hero-content h1 {
    margin-bottom: 24px;
}

.contact-hero-content p {
    margin-bottom: 0;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

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

.contact-container {
    display: grid;
    grid-template-columns: 36% 56%;
    gap: 8%;
    align-items: start;
}

.contact-info h2 {
    margin-bottom: 24px;
}

.contact-info p {
    margin-bottom: 48px;
    line-height: 1.6;
}

/* Contact Details */
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #000000;
    border-radius: 12px;
    color: #FFF;
    flex-shrink: 0;
}

.contact-text h3 {
    margin-bottom: 8px;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 600;
}

.contact-text p {
    margin-bottom: 0;
    color: #666;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
}

/* Contact Form */
.contact-form-container {
    background: #F8F9FA;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
}

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

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-family: 'Sofia Pro';
    font-weight: 500;
    color: #1C1917;
    font-size: 17px;
    letter-spacing: 0.5px;
}
.contact-form-section .contact-form .form-row.technology .form-group select.form-input {
    appearance: none;
    background-image: url(/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
}
.contact-form-section .contact-form .form-group select.form-input {
    appearance: none;
    background-image: url(/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
}
.form-input {
    padding: 16px 20px;
    border: 2px solid #E5E5E5;
    border-radius: 12px;
    background: #FFF;
    font-family: 'Sofia Pro';
    font-size: 16px;
    color: #1C1917;
    outline: none;
    transition: all 0.3s ease;
}

.form-input:focus {
    border-color: #F97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.form-input::placeholder {
    color: #999;
}

textarea.form-input {
    resize: vertical;
    min-height: 120px;
}
.contact-form-section .contact-form button.submit-btn.primary-button {
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.submit-btn .arrow-icon {
    transition: transform 0.3s ease;
}

.submit-btn:hover .arrow-icon {
    transform: translateX(4px);
}

.submit-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}



/* Responsive Design */
@media screen and (max-width: 1024px) {
    .contact-hero-section {
        padding: 100px 0 60px;
    }
    
    .contact-hero-content h1 {
        font-size: 48px;
        line-height: 60px;
    }
    
    .contact-hero-content p {
        font-size: 24px;
        line-height: 32px;
    }
    
    .contact-container {
        gap: 6%;
        grid-template-columns: 37% 57%;
    }
    .form-row {
        grid-template-columns: auto;
    }
    .contact-form-container {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    .contact-hero-section {
        padding: 50px 0 40px;
    }
    
    .contact-hero-content h1 {
        font-size: 38px;
        line-height: 44px;
    }
    
    .contact-hero-content p {
        font-size: 20px;
        line-height: 28px;
    }
    
    .contact-form-section {
        padding: 40px 0;
    }
    
    .contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-info h2 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .contact-info p {
        font-size: 18px;
        line-height: 26px;
        /* margin-bottom: 32px; */
    }

    .contact-details {
        gap: 30px;
    }
    
    .contact-item {
        gap: 12px;
    }
    .contact-icon {
        width: 40px;
        height: 40px;
    }
    .contact-text h3 {
        font-size: 18px;
    }
    .contact-text p {
        font-size: 16px;
    }
    .contact-form-container {
        padding: 32px 24px;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .contact-form {
        gap: 20px;
    }
    .form-input {
        padding: 5px 16px;
        font-size: 16px;
        height: 44px;
    }
    .contact-info {
        order: 2;
    }
}

@media screen and (max-width: 480px) {
    .contact-hero-content h1 {
        font-size: 38px;
        line-height: 36px;
    }
    .contact-hero-content p {
        font-size: 18px;
        line-height: 26px;
    }
    .contact-info h2 {
        font-size: 28px;
        line-height: 36px;
        display: none;
    }
    .contact-info p {
        font-size: 16px;
        line-height: 24px;
    }
    .contact-sub-info{
        display: none;
    }
    .contact-icon {
        width: 56px;
        height: 56px;
    }
    .contact-text{
        padding-top: 5px;
    }
    .contact-text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contact-text p {
        font-size: 14px;
    }
    .contact-form-container {
        padding: 24px 20px;
    }
    .form-input {
        padding: 5px 14px;
    }
}

/* Animation Classes */
.contact-item {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-2px);
}

.contact-item:hover .contact-icon {
    background: #FACC15;
    transform: scale(1.05);
    color: #000;
}

/* Focus States for Accessibility */
.form-input:focus,
.submit-btn:focus {
    outline: 2px solid #F97316;
    outline-offset: 2px;
}

/* Loading Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.submit-btn.loading::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 8px;
}

/* Print Styles */
@media print {
    .contact-form-container,
    .map-placeholder {
        box-shadow: none;
        border: 1px solid #E5E5E5;
    }
    
    .submit-btn {
        display: none;
    }
}