/* Page styles for "Osteopathy - Clare Isaac - Family Tree Health" — extracted from holistic-services/osteopathy.html */

        .service-page-header {
            background: url('../../img/clare_at_work.jpg') no-repeat center center/cover;
            padding: 200px 20px 100px;
            color: #fff;
            position: relative;
        }

        .service-header-content {
            max-width: 1200px;
            margin: 0 auto;
        }

        .service-subheading {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #8cc63f;
        }

        .service-page-header h1 {
            margin: 0 0 20px;
            font-size: 3.5rem;
            color: #fff;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
            font-weight: 700;
        }

        .btn-green {
            background-color: #8cc63f;
            color: #fff;
            padding: 12px 30px;
            text-decoration: none;
            border-radius: 30px;
            font-weight: bold;
            font-size: 1.1rem;
            display: inline-block;
            transition: background-color 0.3s;
        }

        .btn-green:hover {
            background-color: #7ab32e;
        }

        .service-content {
            padding: 80px 20px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .service-section {
            margin-bottom: 60px;
        }

        .service-section h2 {
            color: #8cc63f;
            font-size: 2.2rem;
            margin-top: 0;
            margin-bottom: 25px;
        }

        .service-section p {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 20px;
            color: #555;
        }

        .profile-photo {
            float: right;
            width: 300px;
            max-width: 100%;
            border-radius: 15px;
            margin: 0 0 20px 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        @media (max-width: 768px) {
            .profile-photo {
                float: none;
                display: block;
                margin: 0 auto 30px auto;
            }
            .service-page-header h1 {
                font-size: 2.5rem;
            }
        }
