/* Services Page - Unique Classes 2026-sv1 */

/* Hero Section */
.services-hero-2026-sv1 {
    background: #ffffff;
    padding: 120px 24px 100px;
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.services-hero-shell-2026-sv1 {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.services-hero-content-2026-sv1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}

/* Logo */
.services-logo-2026-sv1 {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-logo-image-2026-sv1 {
    max-width: 200px;
    height: auto;
    display: block;
}

/* Mission Statement */
.services-mission-2026-sv1 {
    margin-bottom: 20px;
}

.services-mission-heading-2026-sv1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.2;
    color: #0a2b62;
    margin: 0;
    letter-spacing: -0.02em;
}

.services-mission-highlight-2026-sv1 {
    display: block;
    font-size: 64px;
    margin-top: 8px;
    color: #0a2b62;
}

/* Supporting Text */
.services-text-2026-sv1 {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.services-text-paragraph-2026-sv1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #0a2b62;
    margin: 0;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 968px) {
    .services-hero-2026-sv1 {
        padding: 100px 24px 80px;
        min-height: auto;
    }

    .services-mission-heading-2026-sv1 {
        font-size: 48px;
    }

    .services-mission-highlight-2026-sv1 {
        font-size: 54px;
    }

    .services-text-paragraph-2026-sv1 {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .services-hero-2026-sv1 {
        padding: 80px 20px 60px;
    }

    .services-hero-content-2026-sv1 {
        gap: 32px;
    }

    .services-logo-2026-sv1 {
        margin-bottom: 32px;
    }

    .services-logo-image-2026-sv1 {
        max-width: 160px;
    }

    .services-mission-heading-2026-sv1 {
        font-size: 36px;
    }

    .services-mission-highlight-2026-sv1 {
        font-size: 42px;
        margin-top: 6px;
    }

    .services-text-2026-sv1 {
        gap: 20px;
    }

    .services-text-paragraph-2026-sv1 {
        font-size: 16px;
    }

    .services-logo-image-2026-sv1 {
        max-width: 160px;
    }
}

@media (max-width: 480px) {
    .services-hero-2026-sv1 {
        padding: 60px 16px 50px;
    }

    .services-hero-content-2026-sv1 {
        gap: 28px;
    }

    .services-logo-2026-sv1 {
        margin-bottom: 24px;
    }

    .services-logo-image-2026-sv1 {
        max-width: 140px;
    }

    .services-mission-heading-2026-sv1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .services-mission-highlight-2026-sv1 {
        font-size: 32px;
        margin-top: 4px;
    }

    .services-text-2026-sv1 {
        gap: 18px;
    }

    .services-text-paragraph-2026-sv1 {
        font-size: 15px;
    }

    .services-logo-image-2026-sv1 {
        max-width: 140px;
    }
}

/* Sleep Testing Section */
.services-testing-2026-sv1 {
    background: #f8f9fb;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.services-testing-shell-2026-sv1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.services-testing-content-2026-sv1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.services-testing-text-wrapper-2026-sv1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-testing-heading-2026-sv1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #0a2b62;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.services-testing-paragraph-2026-sv1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #374151;
    margin: 0 0 20px;
}

.services-testing-paragraph-2026-sv1:last-of-type {
    margin-bottom: 32px;
}

.services-testing-btn-2026-sv1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0a2b62;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
    max-width: 250px;
}

.services-testing-btn-2026-sv1:hover {
    background-color: #0d3a7a;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 43, 98, 0.3);
}

.services-testing-image-wrapper-2026-sv1 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-testing-image-2026-sv1 {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive Design for Testing Section */
@media (max-width: 968px) {
    .services-testing-content-2026-sv1 {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .services-testing-image-wrapper-2026-sv1 {
        order: 1;
    }

    .services-testing-text-wrapper-2026-sv1 {
        order: 2;
        text-align: center;
        align-items: center;
    }

    .services-testing-btn-2026-sv1 {
        align-self: center;
    }
}

@media (max-width: 768px) {
    .services-testing-2026-sv1 {
        padding: 80px 20px;
    }

    .services-testing-content-2026-sv1 {
        gap: 40px;
    }

    .services-testing-heading-2026-sv1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .services-testing-paragraph-2026-sv1 {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .services-testing-paragraph-2026-sv1:last-of-type {
        margin-bottom: 28px;
    }

    .services-testing-btn-2026-sv1 {
        padding: 14px 28px;
        font-size: 15px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .services-testing-2026-sv1 {
        padding: 60px 16px;
    }

    .services-testing-content-2026-sv1 {
        gap: 32px;
    }

    .services-testing-heading-2026-sv1 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .services-testing-paragraph-2026-sv1 {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .services-testing-paragraph-2026-sv1:last-of-type {
        margin-bottom: 24px;
    }

    .services-testing-btn-2026-sv1 {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* Prescription Section */
.services-prescription-2026-sv1 {
    background: #ffffff;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.services-prescription-shell-2026-sv1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.services-prescription-content-2026-sv1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.services-prescription-image-wrapper-2026-sv1 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
}

.services-prescription-image-2026-sv1 {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services-prescription-text-wrapper-2026-sv1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 2;
}

.services-prescription-heading-2026-sv1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #0a2b62;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.services-prescription-paragraph-2026-sv1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #374151;
    margin: 0 0 20px;
}

.services-prescription-paragraph-2026-sv1:last-of-type {
    margin-bottom: 32px;
}

.services-prescription-btn-2026-sv1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0a2b62;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
    max-width: 280px;
}

.services-prescription-btn-2026-sv1:hover {
    background-color: #0d3a7a;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 43, 98, 0.3);
}

/* Responsive Design for Prescription Section */
@media (max-width: 968px) {
    .services-prescription-content-2026-sv1 {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .services-prescription-image-wrapper-2026-sv1 {
        order: 1;
    }

    .services-prescription-text-wrapper-2026-sv1 {
        order: 2;
        text-align: center;
        align-items: center;
    }

    .services-prescription-btn-2026-sv1 {
        align-self: center;
    }
}

@media (max-width: 768px) {
    .services-prescription-2026-sv1 {
        padding: 80px 20px;
    }

    .services-prescription-content-2026-sv1 {
        gap: 40px;
    }

    .services-prescription-heading-2026-sv1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .services-prescription-paragraph-2026-sv1 {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .services-prescription-paragraph-2026-sv1:last-of-type {
        margin-bottom: 28px;
    }

    .services-prescription-btn-2026-sv1 {
        padding: 14px 28px;
        font-size: 15px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .services-prescription-2026-sv1 {
        padding: 60px 16px;
    }

    .services-prescription-content-2026-sv1 {
        gap: 32px;
    }

    .services-prescription-heading-2026-sv1 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .services-prescription-paragraph-2026-sv1 {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .services-prescription-paragraph-2026-sv1:last-of-type {
        margin-bottom: 24px;
    }

    .services-prescription-btn-2026-sv1 {
        padding: 12px 24px;
        font-size: 14px;
    }
}

