/* Contact Page Visual CSS styles */
.contact-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    color: white;
    padding: 5rem 0 6rem 0;
    text-align: center;
    margin-top: 6.875rem;
    position: relative;
    overflow: hidden;
}
.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(0, 98, 172, 0.15) 0%, transparent 60%);
    pointer-events: none;
}
.contact-hero-subtitle {
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    color: #818cf8;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    background: rgba(0, 98, 172, 0.12);
    padding: 0.35rem 1rem;
    border-radius: 2rem;
    border: 1px solid rgba(0, 98, 172, 0.2);
}
.contact-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: white;
    max-width: 800px;
    margin: 0 auto 1.5rem auto;
    line-height: 1.2;
}
.contact-hero-title span {
    background: linear-gradient(to right, #818cf8, #a5b4fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-hero-desc {
    font-size: 1.1rem;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid Layout */
.contact-section-grid {
    padding: 5rem 0;
    background: #f8fafc;
}
.contact-layout {
    display: grid;
    grid-template-columns: 4fr 5fr;
    gap: 4.5rem;
    align-items: start;
}

/* Left Side Info Panel */
.contact-info-panel {
    font-family: 'Inter', sans-serif;
}
.contact-info-subtitle {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0062ac;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin-bottom: 0.5rem;
    display: block;
}
.contact-info-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.contact-info-desc {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}
.contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}
.contact-detail-item {
    display: flex;
    gap: 1.25rem;
    align-items: start;
}
.contact-icon-wrapper {
    width: 3rem;
    height: 3rem;
    background: white;
    border: 1px solid #e2e8f0;
    color: #0062ac;
    font-size: 1.25rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.01);
    flex-shrink: 0;
}
.contact-detail-text h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.25rem 0;
}
.contact-detail-text p {
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0;
}
.contact-detail-text a {
    color: #0062ac;
    text-decoration: none;
    font-weight: 600;
}
.contact-detail-text a:hover {
    text-decoration: underline;
}
.contact-time-info {
    font-size: 0.8rem;
    color: #64748b;
}
.contact-location-info {
    color: #0062ac;
}

/* Mock Map Block */
.contact-map-mock {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    position: relative;
}
.map-mock-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    color: #0f172a;
}
.map-mock-body {
    background: #cbd5e1;
    height: 12rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    background-image: radial-gradient(#94a3b8 1px, transparent 1px), radial-gradient(#94a3b8 1px, transparent 1px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
.map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.25rem;
    color: #ef4444;
    animation: bounce 2s infinite;
}

/* Form Styling */
.contact-form-card {
    background: white;
    border: 1px solid #e2e8f0;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.08);
    border-radius: 2rem;
    padding: 3rem;
}
.contact-form-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
}
.contact-form-subtitle {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}
.contact-form-group {
    margin-bottom: 1.5rem;
}
.contact-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
    display: block;
}
.contact-input-wrapper {
    position: relative;
}
.contact-input-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1rem;
}
.contact-input {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    padding: 0.85rem 1.25rem 0.85rem 2.75rem;
    font-size: 0.92rem;
    border-radius: 0.75rem;
    color: #0f172a;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}
.contact-input:focus {
    background: white;
    border-color: #0062ac;
    box-shadow: 0 0 0 4px rgba(0, 98, 172, 0.1);
    outline: none;
}
.contact-textarea {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    padding: 0.85rem 1.25rem;
    font-size: 0.92rem;
    border-radius: 0.75rem;
    color: #0f172a;
    font-family: 'Inter', sans-serif;
    min-height: 8rem;
    resize: vertical;
    transition: all 0.3s ease;
}
.contact-textarea:focus {
    background: white;
    border-color: #0062ac;
    box-shadow: 0 0 0 4px rgba(0, 98, 172, 0.1);
    outline: none;
}
.contact-submit-btn {
    width: 100%;
    background: #0062ac;
    color: white;
    border: none;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 1rem;
    border-radius: 0.75rem;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 98, 172, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.contact-submit-btn:hover {
    background: #004f8b;
    box-shadow: 0 12px 25px rgba(0, 79, 139, 0.3);
    transform: translateY(-2px);
}
.contact-submit-btn:active {
    transform: translateY(0);
}
.contact-security-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
    font-size: 0.78rem;
    color: #94a3b8;
}
.contact-security-badge i {
    color: #22c55e;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translate(-50%, -50%); }
    40% { transform: translate(-50%, -85%); }
    60% { transform: translate(-50%, -65%); }
}

/* ── Contact Page Responsiveness Overhauls ──────────────────────────── */
@media (max-width: 991px) {
    .contact-hero {
        padding: 4rem 1rem;
    }
    .contact-hero-title {
        font-size: 2.25rem;
    }
    .contact-layout {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .contact-form-card {
        padding: 2.5rem 2rem;
    }
    .contact-info-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 575px) {
    .contact-hero {
        padding: 3rem 1rem;
        margin-top: 4rem;
    }
    .contact-hero-title {
        font-size: 1.75rem;
    }
    .contact-hero-desc {
        font-size: 0.95rem;
    }
    .contact-section-grid {
        padding: 3rem 0;
    }
    .contact-info-title {
        font-size: 1.5rem;
    }
    .contact-info-desc {
        font-size: 0.92rem;
        margin-bottom: 2rem;
    }
    .contact-details-list {
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    .contact-detail-item {
        gap: 1rem;
    }
    .contact-icon-wrapper {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1.1rem;
        border-radius: 0.75rem;
    }
    .contact-form-card {
        padding: 2rem 1.25rem;
        border-radius: 1.5rem;
    }
    .contact-form-title {
        font-size: 1.35rem;
    }
    .contact-form-subtitle {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }
    .map-mock-body {
        height: 10rem;
    }
}
.footer-credit a {
    color: #28a745;
    text-decoration: none;
}
.footer-credit a:hover {
    text-decoration: underline;
}

/* Extracted style classes from contact.blade.php */
.contact-whatsapp-icon {
    background: rgba(37, 211, 102, 0.1) !important;
    color: #25d366 !important;
}
.contact-iframe-border-none {
    border: 0;
}