/* Contact Page Styles */

/* Hero Section */
.contact-hero {
    padding: 80px 0 60px;
    background-color: #F9F5FF;
}

.contact-hero .section-label {
    color: #7C3AED;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.contact-hero h1 {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact-hero p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    max-width: 900px;
}

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

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

/* Request Demo */
.request-demo .section-label {
    color: #7C3AED;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.request-demo h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 20px;
}

.request-demo p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.demo-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.demo-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.demo-feature i {
    color: #7C3AED;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.demo-feature span {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
}

/* Contact Form */
.contact-form .section-label {
    color: #7C3AED;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

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

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

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

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}

.form-group input,
.form-group textarea {
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #1a1a1a;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #7C3AED;
}

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

.module-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.module-tag {
    padding: 10px 20px;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    font-size: 14px;
    color: #4a4a4a;
    cursor: pointer;
    transition: all 0.3s ease;
}

.module-tag:hover {
    border-color: #7C3AED;
    color: #7C3AED;
}

.module-tag.active {
    background-color: #7C3AED;
    border-color: #7C3AED;
    color: #ffffff;
}

.submit-btn {
    padding: 14px 32px;
    background-color: #7C3AED;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.submit-btn:hover {
    background-color: #6941C6;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.3);
}

/* Contact Info Section */
.contact-info-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.contact-info-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

/* Why Contact */
.why-contact h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 30px;
}

.contact-reasons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-reason {
    display: flex;
    align-items: center !important;
    background: #FCFCFD;
    border: 1px solid #EAECF0;
    gap: 15px;
    padding: 12px 10px !important;
    border-radius: 12px !important;
}

.contact-reason img {
    font-size: 24px;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-reason span {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 600 !important;
    color: #18181A;
}

/* Get in Touch */
.get-in-touch .section-label {
    color: #7C3AED;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.get-in-touch h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 15px;
}

.get-in-touch>p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.contact-locations {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.location-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e0e0e0;
}

.location-flag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.location-flag img {
    width: 32px;
    height: auto;
}

.location-flag span {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.location-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.location-item i {
    color: #7C3AED;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.location-item span {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
}

/* Expect Section */
.expect-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.expect-box {
    background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 100%);
    border-radius: 20px;
    padding: 60px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.expect-content {
    flex: 1;
}

.expect-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 16px;
}

.expect-content p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.expect-content ol {
    margin: 0;
    padding-left: 20px;
}

.expect-content ol li {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}

.expect-button-wrapper {
    flex-shrink: 0;
}

.expect-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.expect-button:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.expect-button img {
    font-size: 14px;
    color: #000000;
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-hero h1 {
        font-size: 36px;
    }

    .contact-content,
    .contact-info-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .expect-box {
        flex-direction: column;
        padding: 40px 30px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .contact-hero h1 {
        font-size: 28px;
    }

    .request-demo h2,
    .why-contact h2,
    .get-in-touch h2 {
        font-size: 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .expect-content h2 {
        font-size: 24px;
    }

    .contact-hero,
    .contact-form-section,
    .contact-info-section,
    .expect-section {
        padding: 60px 0;
    }
}
/* 
Thank You Message Styles */
.thank-you-message {
    text-align: center;
    padding: 40px 20px;
    animation: fadeIn 0.5s ease;
}

.thank-you-icon {
    margin-bottom: 24px;
}

.thank-you-icon i {
    font-size: 80px;
    color: #10B981;
    animation: scaleIn 0.5s ease;
}

.thank-you-message h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.thank-you-text {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 32px;
    line-height: 1.6;
}

.what-happens-next {
    background: #F8F9FA;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 32px;
    text-align: left;
}

.what-happens-next h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.what-happens-next ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.what-happens-next ul li {
    font-size: 1rem;
    color: var(--text-dark);
    padding: 12px 0;
    padding-left: 32px;
    position: relative;
    line-height: 1.6;
}

.what-happens-next ul li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.2rem;
}

.btn-back-to-form {
    background: linear-gradient(26.57deg, #53389E 8.33%, #6941C6 91.67%);
    color: var(--white);
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-back-to-form:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(108, 92, 231, 0.3);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .thank-you-icon i {
        font-size: 60px;
    }
    
    .thank-you-message h3 {
        font-size: 1.5rem;
    }
    
    .what-happens-next {
        padding: 20px;
    }
}
