/* Contact Page Styles - Premium Blue Design */

/* Contact Hero Section */
.contact-hero-section {
    position: relative;
    background: linear-gradient(135deg, #0a0f1c 0%, #1a1f3a 25%, #2a2f5a 50%, #1a1f3a 75%, #0a0f1c 100%);
    padding: 120px 0 80px;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

/* Premium Background Effects */
.contact-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(30, 58, 138, 0.25) 0%, transparent 45%),
        radial-gradient(circle at 80% 30%, rgba(37, 99, 235, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(59, 130, 246, 0.15) 0%, transparent 55%),
        radial-gradient(circle at 70% 70%, rgba(29, 78, 216, 0.18) 0%, transparent 48%);
    z-index: 1;
}

.contact-hero-section .container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
}

.contact-hero-content {
    text-align: center;
    padding: 40px;
    background: rgba(30, 58, 138, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    box-shadow: 
        0 12px 40px rgba(15, 23, 42, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-hero-content:hover {
    background: rgba(30, 58, 138, 0.12);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 
        0 16px 50px rgba(15, 23, 42, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

/* Premium Blue Badge */
.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(30, 58, 138, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.4);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #60a5fa;
    margin-bottom: 20px;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 15px rgba(30, 58, 138, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.contact-badge:hover {
    background: rgba(30, 58, 138, 0.3);
    border-color: rgba(59, 130, 246, 0.6);
    transform: translateY(-2px);
    box-shadow: 
        0 8px 25px rgba(30, 58, 138, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    color: #93c5fd;
}

.contact-badge svg {
    width: 16px;
    height: 16px;
    filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.3));
}

.contact-title {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(2.2rem, 3.8vw, 3.2rem);
    font-weight: 800;
    background: linear-gradient(135deg, #1e40af, #3b82f6, #60a5fa, #93c5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-shadow: 0 0 35px rgba(59, 130, 246, 0.4);
}

.contact-description {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    color: #bfdbfe; /* Lighter blue for better contrast */
    line-height: 1.7;
    margin-bottom: 40px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Primary Contact Methods */
.primary-contact-methods {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.primary-contact-method {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 30px;
    background: rgba(30, 58, 138, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(15px);
    text-decoration: none;
    color: inherit;
    box-shadow: 
        0 8px 25px rgba(15, 23, 42, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.primary-contact-method::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.primary-contact-method:hover::before {
    left: 100%;
}

.primary-contact-method:hover {
    transform: translateY(-5px);
    background: rgba(30, 58, 138, 0.25);
    border-color: rgba(59, 130, 246, 0.5);
    box-shadow: 
        0 12px 35px rgba(15, 23, 42, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.whatsapp-method {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.15), rgba(18, 140, 126, 0.1));
    border-color: rgba(37, 211, 102, 0.3);
}

.whatsapp-method:hover {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.25), rgba(18, 140, 126, 0.15));
    border-color: rgba(37, 211, 102, 0.5);
}

.whatsapp-method .method-icon {
    color: #25d366;
}

.phone-method {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(37, 99, 235, 0.1));
    border-color: rgba(59, 130, 246, 0.3);
}

.phone-method:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(37, 99, 235, 0.15));
    border-color: rgba(59, 130, 246, 0.5);
}

.phone-method .method-icon {
    color: #3b82f6;
}

.method-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 
        0 6px 20px rgba(15, 23, 42, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.primary-contact-method:hover .method-icon {
    transform: scale(1.1) rotate(5deg);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 8px 25px rgba(15, 23, 42, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.method-content {
    flex: 1;
}

.method-content h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.method-content p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #bfdbfe;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.method-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.8rem;
    color: rgba(219, 234, 254, 0.6);
    transition: all 0.3s ease;
}

.primary-contact-method:hover .method-content h3 {
    color: #93c5fd;
}

.primary-contact-method:hover .method-content p {
    color: #dbeafe;
}

.primary-contact-method:hover .method-label {
    color: rgba(219, 234, 254, 0.8);
}

/* Background Elements */
.contact-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.bg-element {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, rgba(30, 64, 175, 0.1) 50%, transparent 70%);
    opacity: 0.7;
    backdrop-filter: blur(2px);
    border: 1px solid rgba(59, 130, 246, 0.1);
    box-shadow: 
        0 8px 30px rgba(30, 58, 138, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.bg-element-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 5%;
}

.bg-element-2 {
    width: 150px;
    height: 150px;
    top: 70%;
    right: 10%;
}

.bg-element-3 {
    width: 120px;
    height: 120px;
    bottom: 20%;
    left: 15%;
}

/* Contact Main Section */
.contact-main-section {
    position: relative;
    background: linear-gradient(135deg, #0a0f1c 0%, #1a1f3a 25%, #2a2f5a 50%, #1a1f3a 75%, #0a0f1c 100%);
    padding: 80px 0;
    overflow: hidden;
}

/* Premium Background Effects */
.contact-main-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.contact-main-section .container {
    position: relative;
    z-index: 2;
}

/* Contact Grid Layout */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Contact Info Card */
.info-card {
    padding: 40px;
    background: rgba(30, 58, 138, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    box-shadow: 
        0 12px 40px rgba(15, 23, 42, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.info-card:hover {
    background: rgba(30, 58, 138, 0.12);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 
        0 16px 50px rgba(15, 23, 42, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.info-title {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #1e40af, #3b82f6, #60a5fa, #93c5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-shadow: 0 0 30px rgba(59, 130, 246, 0.4);
}

.info-subtitle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    color: #bfdbfe;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* Contact Details */
.contact-details {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    padding: 16px;
    background: rgba(30, 58, 138, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.contact-detail:hover {
    background: rgba(30, 58, 138, 0.15);
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-3px);
    box-shadow: 
        0 8px 25px rgba(15, 23, 42, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.detail-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 
        0 6px 20px rgba(30, 58, 138, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.contact-detail:hover .detail-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0 8px 25px rgba(30, 58, 138, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.detail-content {
    flex: 1;
}

.detail-content h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #f8fafc;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.detail-content p,
.detail-content a {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    color: #bfdbfe;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.contact-detail:hover .detail-content h3 {
    color: #93c5fd;
}

.contact-detail:hover .detail-content p,
.contact-detail:hover .detail-content a {
    color: #dbeafe;
}

.detail-content a:hover {
    color: #60a5fa;
    transform: translateX(3px);
}

/* Social Links */
.social-links {
    margin-bottom: 30px;
}

.social-links h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #f8fafc;
    margin-bottom: 16px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(30, 58, 138, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    color: #60a5fa;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 15px rgba(15, 23, 42, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.social-icons a:hover {
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    border-color: #3b82f6;
    color: white;
    transform: translateY(-2px);
    box-shadow: 
        0 8px 25px rgba(30, 58, 138, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Location Map */
.location-map {
    margin-top: 30px;
}

.location-map h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #f8fafc;
    margin-bottom: 16px;
}

.map-container {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 
        0 12px 40px rgba(15, 23, 42, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    transition: all 0.3s ease;
}

.map-container:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 16px 50px rgba(15, 23, 42, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border-color: rgba(59, 130, 246, 0.4);
}

.map-image {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.6s ease;
}

.map-container:hover .map-image {
    transform: scale(1.03);
}

/* Contact Form */
.form-card {
    padding: 40px;
    background: rgba(30, 58, 138, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    box-shadow: 
        0 12px 40px rgba(15, 23, 42, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-card:hover {
    background: rgba(30, 58, 138, 0.12);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 
        0 16px 50px rgba(15, 23, 42, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.form-title {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #1e40af, #3b82f6, #60a5fa, #93c5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-shadow: 0 0 30px rgba(59, 130, 246, 0.4);
}

.form-subtitle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    color: #bfdbfe;
    margin-bottom: 30px;
    line-height: 1.5;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    position: relative;
}

.form-group label {
    display: block;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #93c5fd;
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 12px 16px; /* Reduced padding for more compact appearance */
    background: rgba(30, 58, 138, 0.1);
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    color: #f8fafc;
    font-size: 1rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(15px);
    box-shadow: 
        0 4px 15px rgba(15, 23, 42, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    line-height: 1.4; /* Reduced line height for more compact appearance */
}

.form-control::placeholder {
    color: rgba(219, 234, 254, 0.5);
    opacity: 0.7;
}

.form-control:focus {
    outline: none;
    border-color: #3b82f6;
    background: rgba(30, 58, 138, 0.15);
    box-shadow: 
        0 0 0 4px rgba(59, 130, 246, 0.15),
        0 8px 20px rgba(15, 23, 42, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
    line-height: 1.5; /* Slightly larger line height for textarea */
}

.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 8px 25px rgba(30, 58, 138, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    margin-top: 10px;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 12px 30px rgba(30, 58, 138, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.submit-btn:active {
    transform: translateY(0) scale(0.98);
}

.btn-icon {
    transition: transform 0.3s ease;
}

.submit-btn:hover .btn-icon {
    transform: translateX(3px) rotate(-10deg);
}

/* Form Success Message */
.form-success {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
}

.form-success.show {
    display: flex;
    animation: successFadeIn 0.5s ease forwards;
}

@keyframes successFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(34, 197, 94, 0.15);
    border-radius: 50%;
    margin-bottom: 20px;
    color: #22c55e;
    box-shadow: 
        0 8px 25px rgba(34, 197, 94, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.form-success h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #22c55e;
    margin-bottom: 10px;
}

.form-success p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    color: #bfdbfe;
    line-height: 1.5;
}

/* Background Elements */
.contact-main-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.main-bg-element-1 {
    width: 180px;
    height: 180px;
    top: 15%;
    left: 8%;
}

.main-bg-element-2 {
    width: 140px;
    height: 140px;
    top: 65%;
    right: 12%;
}

.main-bg-element-3 {
    width: 100px;
    height: 100px;
    bottom: 25%;
    left: 20%;
}

/* FAQ Section */
.faq-section {
    position: relative;
    background: linear-gradient(135deg, #0a0f1c 0%, #1a1f3a 25%, #2a2f5a 50%, #1a1f3a 75%, #0a0f1c 100%);
    padding: 80px 0;
    overflow: hidden;
    border-top: 1px solid rgba(59, 130, 246, 0.2);
}

/* Premium Background Effects */
.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.faq-section .container {
    position: relative;
    z-index: 2;
}

/* FAQ Header */
.faq-header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(30, 58, 138, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.4);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #60a5fa;
    margin-bottom: 20px;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 15px rgba(30, 58, 138, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.faq-badge:hover {
    background: rgba(30, 58, 138, 0.3);
    border-color: rgba(59, 130, 246, 0.6);
    transform: translateY(-2px);
    box-shadow: 
        0 8px 25px rgba(30, 58, 138, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    color: #93c5fd;
}

.faq-badge svg {
    width: 16px;
    height: 16px;
    filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.3));
}

.faq-title {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(2rem, 3.8vw, 2.8rem);
    font-weight: 800;
    background: linear-gradient(135deg, #1e40af, #3b82f6, #60a5fa, #93c5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-shadow: 0 0 35px rgba(59, 130, 246, 0.4);
}

.faq-description {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    color: #bfdbfe;
    line-height: 1.7;
    margin-bottom: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* FAQ Grid */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* FAQ Item */
.faq-item {
    background: rgba(30, 58, 138, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 
        0 8px 25px rgba(15, 23, 42, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.faq-item:hover {
    background: rgba(30, 58, 138, 0.12);
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-3px);
    box-shadow: 
        0 12px 35px rgba(15, 23, 42, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    transition: all 0.3s ease;
}

.faq-question h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #f8fafc;
    margin: 0;
    transition: all 0.3s ease;
}

.faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #60a5fa;
    transition: all 0.3s ease;
}

.faq-item:hover .faq-question h3 {
    color: #93c5fd;
}

.faq-item:hover .faq-icon {
    color: #93c5fd;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 24px 20px;
    max-height: 300px;
}

.faq-answer p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    color: #bfdbfe;
    line-height: 1.6;
    margin: 0;
}

/* Background Elements */
.faq-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.faq-bg-element-1 {
    width: 160px;
    height: 160px;
    top: 20%;
    right: 10%;
}

.faq-bg-element-2 {
    width: 120px;
    height: 120px;
    bottom: 30%;
    left: 12%;
}

/* Animation on scroll */
.contact-hero-content,
.info-card,
.form-card,
.faq-header,
.faq-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards;
}

.contact-hero-content { animation-delay: 0.2s; }
.info-card { animation-delay: 0.4s; }
.form-card { animation-delay: 0.6s; }
.faq-header { animation-delay: 0.8s; }

.faq-item:nth-child(1) { animation-delay: 1s; }
.faq-item:nth-child(2) { animation-delay: 1.1s; }
.faq-item:nth-child(3) { animation-delay: 1.2s; }
.faq-item:nth-child(4) { animation-delay: 1.3s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.primary-contact-method {
    opacity: 0;
    transform: translateY(20px);
    animation: methodFadeIn 0.8s ease forwards;
}

.primary-contact-method:nth-child(1) { animation-delay: 0.6s; }
.primary-contact-method:nth-child(2) { animation-delay: 0.8s; }

@keyframes methodFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-detail {
    opacity: 0;
    transform: translateX(-20px);
    animation: detailSlideIn 0.6s ease forwards;
}

.contact-detail:nth-child(1) { animation-delay: 0.6s; }
.contact-detail:nth-child(2) { animation-delay: 0.7s; }
.contact-detail:nth-child(3) { animation-delay: 0.8s; }
.contact-detail:nth-child(4) { animation-delay: 0.9s; }

@keyframes detailSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 1199px) {
    .contact-hero-section {
        padding: 100px 0 70px;
    }
    
    .contact-hero-content {
        padding: 35px;
    }
    
    .primary-contact-methods {
        gap: 20px;
    }
    
    .primary-contact-method {
        padding: 16px 24px;
    }
    
    .method-icon {
        width: 48px;
        height: 48px;
    }
    
    .contact-main-section {
        padding: 70px 0;
    }
    
    .contact-grid {
        gap: 30px;
    }
    
    .info-card,
    .form-card {
        padding: 30px;
    }
    
    .faq-section {
        padding: 70px 0;
    }
    
    .faq-grid {
        gap: 25px;
    }
}

@media (max-width: 991px) {
    .contact-hero-section {
        padding: 90px 0 60px;
    }
    
    .contact-hero-content {
        padding: 30px;
    }
    
    .primary-contact-methods {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .primary-contact-method {
        width: 100%;
        max-width: 400px;
    }
    
    .contact-main-section {
        padding: 60px 0;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .info-card,
    .form-card {
        padding: 25px;
    }
    
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .contact-hero-section {
        padding: 80px 0 50px;
    }
    
    .contact-hero-content {
        padding: 25px;
    }
    
    .contact-title {
        font-size: clamp(1.8rem, 3vw, 2.5rem);
    }
    
    .contact-description {
        font-size: clamp(0.9rem, 1.2vw, 1rem);
    }
    
    .method-icon {
        width: 44px;
        height: 44px;
    }
    
    .method-content h3 {
        font-size: 1.1rem;
    }
    
    .method-content p {
        font-size: 1rem;
    }
    
    .contact-main-section {
        padding: 50px 0;
    }
    
    .contact-grid {
        gap: 30px;
    }
    
    .detail-icon {
        width: 40px;
        height: 40px;
    }
    
    .detail-content h3 {
        font-size: 1rem;
    }
    
    .detail-content p,
    .detail-content a {
        font-size: 0.95rem;
    }
    
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-question h3 {
        font-size: 1rem;
    }
    
    .faq-answer p {
        font-size: 0.9rem;
    }
}

@media (max-width: 575px) {
    .contact-hero-section {
        padding: 70px 0 40px;
    }
    
    .contact-hero-content {
        padding: 20px;
    }
    
    .contact-badge {
        padding: 6px 16px;
        font-size: 0.8rem;
    }
    
    .contact-title {
        font-size: clamp(1.6rem, 3vw, 2.2rem);
    }
    
    .primary-contact-method {
        padding: 14px 20px;
    }
    
    .method-icon {
        width: 40px;
        height: 40px;
    }
    
    .method-content h3 {
        font-size: 1rem;
    }
    
    .method-content p {
        font-size: 0.9rem;
    }
    
    .contact-main-section {
        padding: 40px 0;
    }
    
    .info-card,
    .form-card {
        padding: 20px;
    }
    
    .info-title,
    .form-title {
        font-size: 1.5rem;
    }
    
    .info-subtitle,
    .form-subtitle {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .contact-detail {
        padding: 12px;
        gap: 12px;
    }
    
    .detail-icon {
        width: 36px;
        height: 36px;
    }
    
    .social-icons a {
        width: 40px;
        height: 40px;
    }
    
    .form-control {
        padding: 10px 14px; /* Further reduced padding for mobile */
        font-size: 0.95rem;
    }
    
    .submit-btn {
        padding: 14px 28px;
        font-size: 1rem;
    }
    
    .faq-section {
        padding: 40px 0;
    }
    
    .faq-question {
        padding: 16px 20px;
    }
    
    .faq-answer {
        padding: 0 20px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 20px 16px;
    }
}

/* Large screens */
@media (min-width: 1400px) {
    .contact-hero-section {
        padding: 140px 0 100px;
    }
    
    .contact-hero-content {
        padding: 50px;
    }
    
    .primary-contact-methods {
        gap: 40px;
    }
    
    .primary-contact-method {
        padding: 24px 36px;
    }
    
    .method-icon {
        width: 64px;
        height: 64px;
    }
    
    .method-content h3 {
        font-size: 1.3rem;
    }
    
    .method-content p {
        font-size: 1.2rem;
    }
    
    .contact-main-section {
        padding: 100px 0;
    }
    
    .contact-grid {
        gap: 50px;
    }
    
    .info-card,
    .form-card {
        padding: 50px;
    }
    
    .info-title,
    .form-title {
        font-size: 2rem;
    }
    
    .detail-icon {
        width: 56px;
        height: 56px;
    }
    
    .detail-content h3 {
        font-size: 1.2rem;
    }
    
    .detail-content p,
    .detail-content a {
        font-size: 1.1rem;
    }
    
    .faq-section {
        padding: 100px 0;
    }
    
    .faq-grid {
        gap: 35px;
    }
    
    .faq-question h3 {
        font-size: 1.2rem;
    }
    
    .faq-answer p {
        font-size: 1rem;
    }
}

/* Performance optimizations */
.primary-contact-method,
.contact-detail,
.social-icons a,
.submit-btn {
    will-change: transform;
    backface-visibility: hidden;
}

/* Accessibility */
.primary-contact-method:focus-visible,
.contact-detail a:focus-visible,
.social-icons a:focus-visible,
.form-control:focus-visible,
.submit-btn:focus-visible,
.faq-item:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .contact-hero-content,
    .info-card,
    .form-card,
    .faq-header,
    .faq-item,
    .primary-contact-method,
    .contact-detail {
        animation: none;
        opacity: 1;
        transform: none;
    }
    
    .primary-contact-method:hover,
    .contact-detail:hover,
    .info-card:hover,
    .form-card:hover,
    .faq-item:hover {
        transform: none;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .contact-hero-content,
    .info-card,
    .form-card,
    .faq-item,
    .primary-contact-method,
    .contact-detail {
        border-width: 2px;
        border-color: rgba(255, 255, 255, 0.4);
    }
    
    .contact-hero-content:hover,
    .info-card:hover,
    .form-card:hover,
    .faq-item:hover,
    .primary-contact-method:hover,
    .contact-detail:hover {
        border-color: #3b82f6;
    }
    
    .contact-badge,
    .faq-badge {
        background: #1e40af;
        color: white;
        border-color: white;
    }
    
    .form-control {
        border-width: 3px;
        border-color: rgba(255, 255, 255, 0.4);
    }
    
    .form-control:focus {
        border-color: #3b82f6;
    }
}