.contact-container {
    text-align: center;
    padding: 60px 20px;
    background: #faf7ff;
}
.message {
    padding: 15px;
    margin: 20px auto;
    border-radius: 8px;
    font-size: 16px;
    max-width: 1200px;
}

.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.contact-header h2 {
    font-size: 32px;
    font-weight: bold;
    color: #0f172a;
    margin-bottom: 10px;
}

.contact-header p {
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 40px;
}

.contact-content {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact-form {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 50%;
    min-width: 350px;
}

.contact-form h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #0f172a;
}

.input-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.text-input, .text-area {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    background: #fff;
    transition: border 0.3s ease-in-out;
}

.text-input:focus, .text-area:focus {
    border: 1px solid #7d22e7;
    outline: none;
    box-shadow: 0 0 5px rgba(125, 34, 231, 0.2);
}

.text-area {
    height: 120px;
    resize: vertical;
}

.send-btn {
    width: 100%;
    padding: 12px;
    background: #7d22e7;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    transition: background 0.3s, transform 0.2s;
}

.send-btn:hover {
    background: #5e14b8;
    transform: translateY(-2px);
}

.contact-info {
    width: 40%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 24px;
}

.info-box h4 {
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 5px;
}

.info-box p {
    font-size: 16px;
    color: #4b5563;
}


.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 30%;
    min-width: 300px;
}

.info-box {
    display: flex;
    align-items: center;
    text-align: center;
    background: white;
    padding: 20px;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 24px;
    margin-right: 15px;
    color: #7d22e7;
}

.info-box h4 {
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 5px;
}

.info-box p {
    font-size: 14px;
    color: #4b5563;
}

/* General Contact Section Styling */
.contact-container {
    text-align: center;
    padding: 60px 20px;
    background: #faf7ff;
}

.contact-header h2 {
    font-size: 32px;
    font-weight: bold;
    color: #0f172a;
}

.contact-header p {
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 40px;
}

/* Contact Content Layout */
.contact-content {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* Contact Form */
.contact-form {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 50%;
    min-width: 350px;
}

.contact-form h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #0f172a;
}

.input-row {
    display: flex;
    gap: 15px;
}

.text-input, .text-area {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
}

.text-area {
    height: 120px;
    resize: none;
}

.send-btn {
    width: 100%;
    padding: 12px;
    background: #7d22e7;
    color: white;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    transition: 0.3s;
}

.send-btn:hover {
    background: #5e14b8;
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 30%;
    min-width: 300px;
}

.info-box {
    display: flex;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 24px;
    margin-right: 15px;
    color: #7d22e7;
}

.info-box h4 {
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 5px;
}

.info-box p {
    font-size: 14px;
    color: #4b5563;
}

/* 💡 FIXED Support Section Layout */
.support-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 60px 10px;
    flex-wrap: wrap; /* Ensures responsiveness */
}

/* Support Card */
.support-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    width: 420px; /* Increased width */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Lottie Animation */
.animation-container {
    width: 100%;
    max-width: 250px; /* Adjusted size */
    height: 200px;
    margin-bottom: 15px;
}

/* Support Section Text */
.support-card h2 {
    font-size: 22px;
    font-weight: bold;
    color: #0f172a;
    margin: 15px 0;
}

.support-card p {
    font-size: 16px;
    color: #4b5563;
}

/* Support Link */
.support-link {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.3s;
}

.support-link:hover {
    background-color: #0056b3;
}


@media screen and (max-width: 768px) {
    .header, .footer {
        text-align: center;
        padding: 10px;
    }
    .form-container {
        width: 100%;
        padding: 20px;
    }
    .service-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact-form input, .contact-form textarea {
        width: 100%;
    }
}
