.u-section-1 .u-sheet-1 {
  min-height: 1893px;
}

.u-section-1 .u-custom-html-1 {
  margin-bottom: -71px;
  height: auto;
  min-height: 1833px;
  margin-top: 131px;
} Our Services | Hummingbird Advisory Partners
    
    
    
    
        :root {
             /* Your requested brand color */
            
            
            
            
        }
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: #334155;
            background-color: #f8fafc;
        }
        /* Hero Section - Updated with #162a3d and subtle pattern */
        header.hero {
            background-color: #162a3d;
            background-image: 
                radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), 
                radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                linear-gradient(135deg, #162a3d 0%, #0a1520 100%);
            background-size: 24px 24px, 24px 24px, 100% 100%;
            background-position: 0 0, 12px 12px, 0 0;
            color: white;
            padding: 100px 5%; /* Adjusted padding */
            text-align: center;
        }
        .hero h1 {
            font-size: 2.8rem;
            line-height: 1.2;
            margin-bottom: 1rem;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 700;
        }
        .hero p {
            font-size: 1.1rem;
            color: #94a3b8;
            max-width: 700px;
            margin: 0 auto;
        }
        /* Services Section - Forced Horizontal Stacking */
        .services-section {
            padding: 60px 4%; /* Optimized padding for horizontal layout */
            max-width: 1600px;
            margin: 0 auto;
        }
        .intro-text {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 50px;
            font-size: 1.1rem;
        }
        .services-grid {
            display: grid;
            /* Forces three columns horizontally on desktop */
            grid-template-columns: repeat(3, 1fr); 
            gap: 25px;
        }
        .service-box {
            background: #ffffff;
            padding: 35px 25px; /* Tighter internal padding for horizontal fit */
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border-top: 5px solid #162a3d;
            transition: transform 0.3s ease;
            display: flex;
            flex-direction: column;
        }
        .service-box:hover {
            transform: translateY(-5px);
        }
        .service-box h2 {
            color: #162a3d;
            font-size: 1.35rem;
            margin-bottom: 1.5rem;
            font-weight: 700;
            min-height: 3.5rem; /* Ensures alignment if titles wrap */
            display: flex;
            align-items: center;
        }
        .service-item {
            margin-bottom: 1.25rem;
        }
        .service-item h3 {
            font-size: 0.95rem;
            color: #1e293b;
            margin-bottom: 0.3rem;
            font-weight: 600;
            display: flex;
        }
        .service-item h3::before {
            content: "•";
            color: #162a3d;
            margin-right: 8px;
            font-weight: bold;
        }
        .service-item p {
            font-size: 0.88rem;
            color: #64748b;
            padding-left: 15px;
            line-height: 1.4;
        }
        /* Footer CTA */
        .cta-section {
            background: #ffffff;
            text-align: center;
            padding: 60px 5%;
            border-top: 1px solid #e2e8f0;
        }
        .cta-section h2 {
            color: #162a3d;
            font-size: 1.8rem;
            margin-bottom: 1rem;
        }
        .btn-large {
            display: inline-block;
            background: #162a3d;
            color: white;
            padding: 0.8rem 2rem;
            text-decoration: none;
            border-radius: 4px;
            font-weight: 600;
            margin-top: 1rem;
            transition: background 0.3s;
        }
        .btn-large:hover {
            background: #0a1520;
        }
        .tagline {
            color: #162a3d;
            font-weight: 700;
            margin-top: 2.5rem;
            font-size: 0.9rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }
        /* Responsiveness: Switch to stack on mobile only */
        @media (max-width: 1024px) {
            .services-grid {
                grid-template-columns: 1fr;
            }
            header.hero h1 { font-size: 2.2rem; }
        }
    
    
        Strategic insight. Scalable support. Systems that work together.
        High-impact solutions for modern healthcare practices and MSOs.
    
    
        
            At Hummingbird Advisory Partners, we deliver the operational and technical agility required for growth-stage organizations.
        
        
            
                Consulting & Strategy
                
                    Tech Stack Modernization
                    Rationalize your tools and integrate smarter with scalable planning.
                
                
                    Workflow Automation + Process Redesign
                    Build operational agility and reduce burnout.
                
                
                    VBC Enablement & Population Health
                    Align your operations, data, and care pathways with value-based goals.
                
                
                    Acquisition Diligence + MSO Design
                    Operational and technical readiness for growth-stage organizations.
                
            
            
                MSO & Operational Support
                
                    Credentialing + Payer Enrollment
                    Streamlined, trackable, and audit-ready.
                
                
                    Revenue Cycle Management (RCM)
                    Improve claims velocity, reduce denials, and build high-trust workflows.
/* Final CTA Section Container */
.cta-final {
    padding: 80px 10%;
    background-color: #f8fafc; /* Matches the background of the middle section */
    display: flex;
    justify-content: center;
}
/* The CTA Card - Styled to match your service boxes */
.cta-card {
    background: #ffffff;
    max-width: 900px;
    width: 100%;
    padding: 60px 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-top: 6px solid #162a3d; /* Brand Navy */
}
.cta-card h2 {
    color: #162a3d;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}
.cta-card p {
    color: #475569;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    line-height: 1.6;
}
/* Action Button */
.btn-cta {
    display: inline-block;
    background-color: #162a3d;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid #162a3d;
}
.btn-cta:hover {
    background-color: transparent;
    color: #162a3d;
}
/* The Branding Tagline */
.tagline-final {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
    color: #162a3d;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* Mobile Adjustments */
@media (max-width: 768px) {
    .cta-final { padding: 40px 5%; }
    .cta-card { padding: 40px 20px; }
    .cta-card h2 { font-size: 1.8rem; }
}