/* Page styles for "Counselling - Jamie Goodison - Family Tree Health" — extracted from holistic-services/psychology/jamie-goodison.html */

        .psych-header {
            background: url('../../img/team_header.jpg') no-repeat center center/cover;
            padding: 200px 20px 100px;
            color: #fff;
            position: relative;
        }

        .psych-header-content {
            max-width: 1200px;
            margin: 0 auto;
        }

        .psych-subheading {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #8cc63f;
        }

        .psych-header h1 {
            margin: 0 0 10px;
            font-size: 3.5rem;
            color: #fff;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
            font-weight: 700;
        }
        
        .header-qualifications {
            font-size: 1.2rem;
            font-style: italic;
            color: #f4f4f4;
            margin-bottom: 30px;
        }

        .psych-content {
            max-width: 1200px;
            margin: 80px auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 60px;
            align-items: start;
        }

        .psych-text h2 {
            color: #8cc63f;
            font-size: 2.2rem;
            margin-top: 0;
            margin-bottom: 5px;
        }

        .psych-text .qualifications {
            font-size: 1.1rem;
            color: #666;
            margin-bottom: 25px;
            font-weight: bold;
        }

        .psych-text h3 {
            color: #2c4c3b;
            font-size: 1.5rem;
            margin-top: 40px;
            margin-bottom: 15px;
        }

        .psych-text p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
            margin-bottom: 20px;
        }

        .styled-list {
            list-style-type: none;
            padding: 0;
            margin: 0 0 20px 0;
        }

        .styled-list li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 15px;
            color: #555;
            font-size: 1.1rem;
            line-height: 1.6;
        }

        .styled-list li strong {
            color: #333;
        }

        .styled-list li::before {
            content: "•";
            color: #8cc63f;
            font-weight: bold;
            font-size: 1.5rem;
            position: absolute;
            left: 0;
            top: -4px;
        }

        .sidebar-card {
            background: #fff;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            position: sticky;
            top: 120px;
        }

        .sidebar-img {
            width: 100%;
            height: auto;
            display: block;
            border-bottom: 5px solid #8cc63f;
            background-color: #ddd;
            min-height: 300px;
            object-fit: cover;
        }

        .sidebar-content {
            padding: 30px;
            text-align: center;
        }

        .sidebar-content h3 {
            margin: 0 0 15px;
            color: #333;
        }

        .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;
        }

        .contact-methods {
            margin-top: 20px;
            text-align: left;
            background: #f9f9f9;
            padding: 15px;
            border-radius: 10px;
        }

        .contact-methods p {
            margin: 5px 0;
            font-size: 0.95rem;
            color: #444;
        }

        @media screen and (max-width: 900px) {
            .psych-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            .sidebar-card {
                position: static;
                max-width: 400px;
                margin: 0 auto;
            }
        }
