﻿/* Service Hero Section */
.service-hero {
    background: url('/images/virtual_emdr_hero_image.svg') center/cover no-repeat;
    background-size: cover;
    min-height: 400px;
    position: relative;
}

.virtual-hero-icon {
    font-size: 60px;
    display: block;
    margin-bottom: 1rem;
}

.hero-stats-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-highlight .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #FFD166;
    display: block;
}

.stat-highlight .stat-text {
    font-size: 1rem;
    margin: 0;
    opacity: 0.9;
}

/* Virtual Effectiveness Section */
.virtual-effectiveness {
    background-color: #f8f9fa;
}

.effectiveness-points {
    margin-top: 2rem;
}

.effectiveness-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #0077b6;
    transition: transform 0.3s ease;
}

    .effectiveness-card:hover {
        transform: translateY(-3px);
    }

.effectiveness-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.effectiveness-card h4 {
    color: #0077b6;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.effectiveness-card p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Virtual Process Section */
.virtual-process {
    background-color: #f8f9fa;
}

.virtual-steps {
    margin-top: 2rem;
}

.virtual-step {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #2a9d8f;
    transition: transform 0.3s ease;
}

    .virtual-step:hover {
        transform: translateY(-3px);
    }

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0077b6, #2a9d8f);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.virtual-step h4 {
    color: #0077b6;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.virtual-step p {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.step-details {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid #FFD166;
}

    .step-details ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .step-details li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 0.3rem;
        color: #555;
        font-size: 0.9rem;
    }

        .step-details li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #2a9d8f;
            font-weight: bold;
        }

/* Virtual Benefits Section */
.virtual-benefits {
    background-color: white;
}

.benefits-grid {
    margin-top: 2rem;
}

.benefit-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #2a9d8f;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

    .benefit-card:hover {
        transform: translateY(-3px);
        background-color: #e3f2fd;
    }

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.benefit-card h4 {
    color: #0077b6;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.benefit-card p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Technology & Security Section */
.technology-security {
    background-color: #f8f9fa;
}

.sherly-virtual-img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.security-features {
    margin: 2rem 0;
}

.security-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #FFD166;
}

.security-icon {
    font-size: 2rem;
    margin-right: 1rem;
    min-width: 50px;
    color: #0077b6;
}

.security-content h5 {
    color: #0077b6;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.security-content p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Technical Requirements */
.tech-requirements {
    background-color: white;
}

.requirements-grid {
    margin-top: 2rem;
}

.requirement-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #0077b6;
}

    .requirement-card h4 {
        color: #0077b6;
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
        text-align: center;
    }

.requirement-list {
    list-style: none;
    padding-left: 0;
}

    .requirement-list li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 0.75rem;
        color: #555;
        line-height: 1.5;
    }

        .requirement-list li::before {
            content: "●";
            position: absolute;
            left: 0;
            color: #2a9d8f;
            font-weight: bold;
        }

.tech-support {
    margin-top: 3rem;
}

.support-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #FFD166;
}

    .support-card h4 {
        color: #0077b6;
        margin-bottom: 1rem;
    }

    .support-card p {
        color: #666;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }

.support-features .badge {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

/* Virtual Comparison Section */
.virtual-comparison {
    background-color: #f8f9fa;
}

.comparison-table {
    margin-top: 2rem;
}

.comparison-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

    .comparison-card.in-person {
        border-left: 4px solid #6c757d;
    }

    .comparison-card.virtual {
        border-left: 4px solid #2a9d8f;
    }

    .comparison-card h4 {
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
        text-align: center;
    }

    .comparison-card.in-person h4 {
        color: #6c757d;
    }

    .comparison-card.virtual h4 {
        color: #0077b6;
    }

.pros-cons h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.pros h5 {
    color: #28a745;
}

.cons h5 {
    color: #fd7e14;
}

.pros-cons ul {
    list-style: none;
    padding-left: 0;
}

.pros-cons li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    color: #555;
    line-height: 1.5;
    font-size: 0.95rem;
}

.pros li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.cons li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #fd7e14;
    font-weight: bold;
}

.comparison-conclusion {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #FFD166;
}

    .comparison-conclusion h3 {
        color: #0077b6;
        margin-bottom: 1rem;
    }

/* Getting Started */
.getting-started {
    background: linear-gradient(135deg, #0077b6, #2a9d8f);
    color: white;
}

    .getting-started h2,
    .getting-started .lead {
        color: white;
    }

.virtual-steps-simple .step-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 2rem 1rem;
    text-align: center;
    color: white;
    height: 100%;
}

.virtual-steps-simple .step-number {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.virtual-steps-simple .step-card h4 {
    color: white;
    margin: 1rem 0;
}

.virtual-steps-simple .step-card p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Related Services */
.related-services {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

    .related-services h5 {
        margin-bottom: 0.5rem;
        transition: color 0.3s ease;
    }

    .related-services a:hover h5 {
        color: #2a9d8f !important;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .service-hero {
        min-height: 300px;
        text-align: center;
    }

    .virtual-hero-icon {
        font-size: 50px;
    }

    .hero-stats-card {
        margin-top: 2rem;
        padding: 1.5rem;
    }

    .stat-highlight .stat-number {
        font-size: 2.5rem;
    }

    .sherly-virtual-img {
        width: 250px;
        height: 150px;
        margin-top: 2rem;
    }

    .virtual-step,
    .benefit-card,
    .effectiveness-card {
        margin-bottom: 1.5rem;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .security-item {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .security-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .comparison-card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .service-hero {
        padding: 2rem 0;
    }

    .display-4 {
        font-size: 2rem;
    }

    .virtual-step,
    .benefit-card,
    .effectiveness-card {
        padding: 1.25rem;
    }

    .requirement-card,
    .support-card {
        padding: 1.5rem;
    }

    .security-item {
        padding: 1rem;
    }

    .comparison-card {
        padding: 1.5rem;
    }

    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }

    .support-features .badge {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
        display: block;
        margin-bottom: 0.5rem;
    }
}
