/* --- Contact Section --- */
.contact-section {
    padding: 50px 20px;
    background-color: #CFDADB;
}

.d-title {
    width: 50%;
}

.contact-title {
    font-family: 'Gelica', sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    color: rgb(27, 31, 32);
    margin-top: 20px;
}

.contact-text {
    font-family: 'Neue Montreal', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgb(27, 31, 32);
    margin-top: 20px;
}

/* Modern Contact Page Styles */
.contact-info-grid {
    margin-top: 2rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem 0;
}

.contact-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(228, 113, 171, 0.1);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.contact-info-item:hover .contact-icon {
    background: rgba(228, 113, 171, 0.2);
    transform: scale(1.05);
}

.contact-details h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2C2048;
    margin-bottom: 0.5rem;
}

.contact-details p {
    color: #6c757d;
    margin-bottom: 0.25rem;
    line-height: 1.6;
}

.modern-contact-form {
    position: relative;
    z-index: 2;
}

.modern-contact-form .form-label {
    color: white;
    font-weight: 500;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.modern-contact-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: white;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.modern-contact-form .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1);
    color: white;
}

.modern-contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.modern-contact-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(240, 147, 251, 0.4);
    color: white;
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 2rem;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: white;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.contact-form-alert {
    background: rgba(220, 53, 69, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: 12px;
    color: white;
    margin-bottom: 2rem;
}

.contact-form-alert ul {
    margin-bottom: 0;
    padding-left: 1.5rem;
}

/* Section styling */
.description-section {
    padding: 120px 0;
    position: relative;
}

.description-content {
    align-items: center;
    min-height: 500px;
}

.section-badge {
    display: inline-block;
    background: rgba(228, 113, 171, 0.1);
    color: #E471AB;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(228, 113, 171, 0.2);
}

.description-title {
    font-family: 'Gelica', sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.2;
    color: #2C2048;
    margin-bottom: 1.5rem;
}

.highlight-text {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 400;
}

.secondary-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.image-container {
    text-align: center;
    position: relative;
}

.hero-illustration {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

@media (max-width: 992px) {
    .d-title {
        width: 100%;
    }
    .contact-title {
        font-size: 40px;
        line-height: 48px;
    }
    .contact-text {
        font-size: 16px;
        line-height: 24px;
    }
    .description-title {
        font-size: 2.5rem;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .d-title {
        width: 100%;
    }
    .contact-title {
        font-size: 32px;
        line-height: 40px;
    }
    .contact-text {
        font-size: 14px;
        line-height: 22px;
    }
    .description-title {
        font-size: 2rem;
    }
    .contact-info-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    .contact-icon {
        align-self: center;
    }
    .overlay h1 {
        font-size: 2.5rem;
    }
    .section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .description-title {
        font-size: 1.75rem;
    }
    .overlay h1 {
        font-size: 2rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .contact-info-item {
        padding: 1rem 0;
    }
}
