/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* Header Styles */
.header {
    padding: 60px 0 40px;
    text-align: center;
    position: relative;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center top, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    pointer-events: none;
}



.header-content {
    position: relative;
    z-index: 1;
}

.header-title {
    
}

.header-description {
    max-width: 800px;
    margin: 0 auto 40px;
}

.header-description p {
    font-size: 1.1rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 16px;
    line-height: 1.6;
}

.header-description p:last-child {
    margin-bottom: 0;
}

.header-cta {
    margin-top: 40px;
}

.contacts-btn {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
   border-radius: 10px;
border-radius: 10px;
border: 2px solid #D73535;
background: linear-gradient(90deg, #D73535 0%, #AD2121 100%);
box-shadow: 0 0 13.851px 0 #D73535, 0 0 3.957px 0 #D7B135, 0 0 1.979px 0 #D73535;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
}

.contacts-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.4);
   background: linear-gradient(135deg, #ed3aa8 0%, #f455f7 100%);
}

/* Main Content */
.main {
    padding: 40px 0 60px;
}

/* Contact Section */
.contact-section {
    padding: 60px 0;
}

.contact-container {
    background: rgba(30, 30, 60, 0.8);
    border-radius: 20px;
    padding: 20px;
    border-radius: 12px;
border: 1px solid rgba(232, 232, 237, 0.08);
background: #FFD8CA;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.contact-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.contact-title {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.contact-intro {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.contact-intro p {
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-intro p:last-child {
    margin-bottom: 0;
}

/* Contact Form */
.contact-form {
    position: relative;
    z-index: 1;
}

.form-group {
    margin-bottom: 24px;
    position: relative;
}

.form-group label {
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.form-group.focused label {
    color: #000;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 16px 20px;
    border-radius: 8px;
border: 1px solid #FFF;
background: #FFF;
box-shadow: 0 0 13.851px 0 #D73535, 0 0 3.957px 0 #D73535, 0 0 1.979px 0 #D73535;
    color: #000;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
    background: rgba(15, 15, 35, 0.95);
    color: #fff;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #64748b;
    font-weight: 400;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
    max-height: 200px;
}

.submit-btn {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
border-radius: 10px;
border: 2px solid #D73535;
background: linear-gradient(90deg, #D73535 0%, #AD2121 100%);
box-shadow: 0 0 13.851px 0 #D73535, 0 0 3.957px 0 #D7B135, 0 0 1.979px 0 #D73535;
    display: block;
    margin: 40px auto 0;
    min-width: 160px;
}

.submit-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.4);
    background: linear-gradient(135deg, #ed3aa8 0%, #f455f7 100%);
}

.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Content Section */
.content-section {
    padding: 40px 0;
}

.content-block {
 
}

.content-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
 
}

.content-text {
    color: #000;
    line-height: 1.7;
}

.content-text p {
    margin-bottom: 16px;
    font-size: 0.95rem;
}

.content-text p:last-child {
    margin-bottom: 0;
}

/* Footer */
.footer {
    padding: 50px 0 30px;
   
}

.footer-content {
    text-align: center;
}



.logo-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-item img {
    height: 40px;
    object-fit: contain;
}

.logo-item span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
}

.footer-info {
    margin-bottom: 30px;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-logos img {
    height: 50px;
    object-fit: contain;
}

.therapy-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.therapy-info span {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 500;
}





.footer-copyright {
    color: #64748b;
    font-size: 0.8rem;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Success Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.show {
    opacity: 1;
}

.modal-content {
    background: rgba(30, 30, 60, 0.95);
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    border: 1px solid rgba(99, 102, 241, 0.3);
    backdrop-filter: blur(20px);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.modal.show .modal-content {
    transform: scale(1);
}

.modal-header {
    margin-bottom: 20px;
}

.success-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 16px;
    box-shadow: 0 8px 32px rgba(16, 185, 129, 0.3);
}

.modal-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.modal-body {
    margin-bottom: 30px;
}

.modal-body p {
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.modal-body p:last-child {
    margin-bottom: 0;
}

.modal-close-btn {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
}

.modal-close-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

/* Form Animations */
.form-group input,
.form-group textarea {
    transform: translateY(0);
    transition: all 0.3s ease, transform 0.3s ease;
}

.form-group:nth-child(1) { animation-delay: 0.1s; }
.form-group:nth-child(2) { animation-delay: 0.2s; }
.form-group:nth-child(3) { animation-delay: 0.3s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-container {
    animation: fadeInUp 0.8s ease-out;
}

/* Responsive Design */
@media (max-width: 768px) {
    .navigation {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0 30px;
    }

    .nav-menu {
        gap: 20px;
    }

    .header-title {
        font-size: 2.2rem;
    }

    .contact-container {
        padding: 30px 20px;
    }

    .contact-title {
        font-size: 1.6rem;
    }

    .contact-intro p {
        font-size: 0.95rem;
    }

    .form-group input,
    .form-group textarea {
        padding: 14px 16px;
    }

    .submit-btn {
        width: 100%;
        margin-top: 30px;
    }

    .content-block {
        padding: 24px;
    }

    .responsibility-logos {
       
    }

    .footer-logos {
      
    }

    .footer-links {
       
    }

    .modal-content {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .nav-logo .logo-link {
        font-size: 1.5rem;
    }

    .nav-menu {
        gap: 15px;
    }

    .nav-link {
        font-size: 0.9rem;
    }

    .container {
        padding: 0 16px;
    }

    .header {
        padding: 40px 0 30px;
    }

    .header-title {
        font-size: 1.8rem;
    }

    .header-description p {
        font-size: 1rem;
    }

    .contact-section {
        padding: 40px 0;
    }

    .contact-container {
        padding: 24px 16px;
    }

    .contact-title {
        font-size: 1.4rem;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .success-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.5rem;
    }
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(15, 15, 35, 0.5);
}

::-webkit-scrollbar-thumb {
    background: rgba(99, 102, 241, 0.5);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(99, 102, 241, 0.7);
}

/* Loading states */
.submit-btn:disabled {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}