/* assets/css/seo-pages.css */

/* Background */
body.services-page {
    background-color: #f0f2f5;
    background-image: radial-gradient(#d1d5db 1px, transparent 1px);
    background-size: 20px 20px;
}

/* Glassmorphism Container */
.seo-content {
    font-family: var(--neci-body-font, 'Inter', sans-serif);
    color: #334155;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.7);
    /* Semi-transparent white */
    backdrop-filter: blur(12px);
    /* Frosted glass effect */
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 3.5rem 4.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    margin-top: -4rem;
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    .seo-content {
        padding: 2.5rem 1.5rem;
    }
}

/* Typography Enhancements */
.seo-content h1 {
    color: var(--neci-primary-dark, #1b1e5a);
    font-weight: 800;
    margin-bottom: 2.5rem;
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: -0.5px;
}

/* Refined Neumorphism for H2 */
.seo-content h2 {
    color: var(--neci-primary, #323d8c);
    font-weight: 700;
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 1.7rem;
    text-align: center;
    background-color: #f1f5f9;
    padding: 1.2rem 2.5rem;
    border-radius: 12px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #cbd5e1;
    box-shadow:
        5px 5px 15px rgba(50, 61, 140, 0.08),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

/* Refined Neumorphism for H3 */
.seo-content h3 {
    color: #de2526;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    text-align: center;
    background-color: #fef2f2;
    padding: 1rem 2rem;
    border-radius: 10px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #fee2e2;
    border-bottom: 1px solid #fca5a5;
    box-shadow:
        4px 4px 10px rgba(222, 37, 38, 0.06),
        -4px -4px 10px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.seo-content p {
    margin-bottom: 1.5rem;
    font-size: 1.08rem;
}

/* Premium Lists */
.seo-content ul {
    margin-bottom: 2rem;
    background: rgba(248, 250, 252, 0.6);
    padding: 1.8rem 1.8rem 1.8rem 3.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--neci-primary, #323d8c);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.seo-content li {
    margin-bottom: 0.7rem;
    font-size: 1.08rem;
}

/* Modern Tables */
.seo-content .table-responsive {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    border: none;
    overflow: hidden;
    background: #ffffff;
}

.seo-content .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.seo-content .table th {
    background: linear-gradient(135deg, var(--neci-primary, #323d8c) 0%, #1e265c 100%);
    color: #ffffff;
    font-weight: 600;
    padding: 1.4rem 1.2rem;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.seo-content .table td {
    padding: 1.2rem 1.2rem;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
}

.seo-content .table tbody tr:last-child td {
    border-bottom: none;
}

.seo-content .table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: rgba(248, 250, 252, 0.4);
}

/* Interactive Cards (Types of...) */
.seo-content .card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%) !important;
    border: 1px solid rgba(226, 232, 240, 0.6) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
}

.seo-content .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(50, 61, 140, 0.2) !important;
}

.seo-content .card h3 {
    margin-top: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    text-align: left;
    color: var(--neci-primary-dark, #1b1e5a);
}

/* Premium Contact Box */
.contact-info-box {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(244, 246, 251, 0.8) 100%);
    backdrop-filter: blur(8px);
    padding: 3.5rem;
    border-radius: 20px;
    margin-top: 5rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-top: 6px solid #de2526;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-info-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 100% 100%, rgba(50, 61, 140, 0.05) 0%, transparent 50%);
    z-index: 0;
    pointer-events: none;
}

.contact-info-box>* {
    position: relative;
    z-index: 1;
}

.contact-info-box h2 {
    margin-top: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    font-size: 2rem;
}

.contact-info-box h3 {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 1.5rem;
    font-size: 1.2rem;
}

.contact-info-box ul {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    box-shadow: none;
}

.contact-info-box li {
    font-size: 1.2rem;
}

.contact-info-box a {
    color: var(--neci-primary, #323d8c);
    font-weight: 600;
    transition: color 0.2s ease;
}

.contact-info-box a:hover {
    color: #de2526;
}

/* Floating Accordions */
.seo-content .accordion-item {
    border: none;
    border-radius: 12px !important;
    margin-bottom: 1.2rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease;
}

.seo-content .accordion-item:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.seo-content .accordion-button {
    background-color: #ffffff;
    color: var(--neci-primary-dark, #1b1e5a);
    font-weight: 600;
    font-size: 1.15rem;
    padding: 1.4rem 1.8rem;
    border-radius: 12px !important;
}

.seo-content .accordion-button:not(.collapsed) {
    background-color: #fff5f5;
    color: #de2526;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.seo-content .accordion-button:focus {
    box-shadow: none;
}

.seo-content .accordion-body {
    padding: 1.8rem;
    font-size: 1.08rem;
    background-color: #fafbfc;
    color: #475569;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.seo-content .accordion-item h3 {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

/* ================= LOCATION FOOTER SECTION ================= */
.locations-footer-section {
    background-color: #ffffff;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.02);
}

.locations-header {
    background-color: #e6b3b3;
    text-align: center;
    padding: 1.2rem 0;
    cursor: pointer;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
}

.locations-header:hover {
    background-color: #9cb7ec;
}

.locations-header h2 {
    color: var(--neci-primary-dark, #1b1e5a);
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.locations-footer-section .container {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
}

.location-col-title {
    color: var(--neci-primary-dark, #1b1e5a);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.location-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}

.location-links-list li {
    border-bottom: 1px solid #f1f5f9;
    padding: 0.8rem 0;
    margin-bottom: 0;
}

.location-links-list li:last-child {
    border-bottom: none;
}

.location-links-list a {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
    font-size: 0.95rem;
}

.location-links-list a:hover {
    color: #de2526;
    transform: translateX(5px);
}