/* Contact Page Styles */

/* Page Header */
.page-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.page-header-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.page-title i {
    color: #3b82f6;
    font-size: 2.8rem;
}

.page-subtitle {
    font-size: 1.2rem;
    color: #b3d9ff;
    margin-bottom: 30px;
}

.breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 12px 25px;
    margin: 0 auto;
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.breadcrumb-item a {
    color: #b3d9ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #94a3b8;
    margin: 0 10px;
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background: #f8f9fa;
}


/* Contact Info Cards */
.contact-info-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e9ecef;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.contact-icon-home {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0aa084 0%, #087f6a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}

.contact-content h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.contact-content p {
    color: #6c757d;
    margin: 0;
    line-height: 1.6;
}

.contact-content a {
    color: #0aa084;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-content a:hover {
    color: #087f6a;
}

/* Section Headers */
.section-header {
    margin-bottom: 50px;
}

.section-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 15px;
}

.section-title i {
    color: #0aa084;
    margin-right: 10px;
}

.section-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.title-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #0aa084 0%, #087f6a 100%);
    margin: 0 auto;
    border-radius: 2px;
}

/* Contact Form */
.contact-form-section {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    display: block;
}

.form-label i {
    color: #0aa084;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-control:focus {
    border-color: #0aa084;
    box-shadow: 0 0 0 0.2rem rgba(10, 160, 132, 0.25);
    background: white;
}

.form-control::placeholder {
    color: #adb5bd;
}

.btn-primary-modern {
    background: linear-gradient(135deg, #0aa084 0%, #087f6a 100%);
    border: none;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

.btn-primary-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(10, 160, 132, 0.3);
    color: white;
}

.btn-submit {
    min-width: 200px;
    justify-content: center;
}

/* Map Section */
.map-section {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: fit-content;
    position: sticky;
    top: 20px;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* Quick Contact Actions */
.quick-contact-actions h4 {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.2rem;
}

.quick-contact-actions h4 i {
    color: #0aa084;
}

.contact-actions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.contact-action-btn {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #6c757d;
}

.contact-action-btn i {
    font-size: 1.2rem;
}

.contact-action-btn span {
    font-size: 0.9rem;
    font-weight: 500;
}

.contact-action-btn.phone:hover {
    background: #0aa084;
    border-color: #0aa084;
    color: white;
    transform: translateY(-2px);
}

.contact-action-btn.email:hover {
    background: #e74c3c;
    border-color: #e74c3c;
    color: white;
    transform: translateY(-2px);
}

.contact-action-btn.whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
    color: white;
    transform: translateY(-2px);
}

.contact-action-btn.location:hover {
    background: #3498db;
    border-color: #3498db;
    color: white;
    transform: translateY(-2px);
}

/* Social Media Section */
.social-media-section h4 {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.2rem;
}

.social-media-section h4 i {
    color: #0aa084;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.social-link.facebook {
    background: #3b5998;
}

.social-link.twitter {
    background: #1da1f2;
}

.social-link.linkedin {
    background: #0077b5;
}

.social-link.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-link:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Alert Styles */
.alert {
    border: none;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border-left: 4px solid #28a745;
}

/* Close Button for Bootstrap 4 Compatibility */
.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: transparent !important;
    border: none !important;
    font-size: 18px;
    line-height: 1;
    color: #155724;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.btn-close:before {
    content: "×";
    font-weight: bold;
    font-size: 20px;
}

.btn-close:hover {
    background: rgba(21, 87, 36, 0.1) !important;
    color: #0c5460;
    transform: scale(1.1);
}

.btn-close:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(21, 87, 36, 0.25);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header {
        padding: 60px 0 40px;
    }
    
    .page-title {
        font-size: 2.2rem;
        flex-direction: column;
        gap: 15px;
    }
    
    .page-title i {
        font-size: 2rem;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
    
    .contact-section {
        padding: 50px 0;
    }
    
    .contact-form-section {
        padding: 30px 20px;
        margin-top: 30px;
    }
    
    .map-section {
        margin-top: 30px;
        position: static;
    }
    
    .contact-actions-grid {
        grid-template-columns: 1fr;
    }
    
    .social-links {
        justify-content: space-between;
    }
    
    .map-container iframe {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 1.8rem;
    }
    
    .breadcrumb {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    
    .contact-info-card {
        padding: 20px;
    }
    
    .contact-icon-home {
        width: 60px;
        height: 60px;
        font-size: 1.3rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .btn-primary-modern {
        padding: 12px 30px;
        font-size: 1rem;
    }
} 



