.maddox-services-wrap{background:#fff;width:100%;display:flex;justify-content:center;padding:16px 16px}.maddox-services-section{background:#f0f0ee;border-radius:20px;padding:50px;width:100%;max-width:1200px}.services-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;gap:15px}.services-header-left h2{font-family:'Figtree',sans-serif;font-weight:400;font-size:3rem;color:#111;line-height:1.1;margin:16px 0 0}.services-badge{display:inline-flex;align-items:center;gap:8px;background:#F5B700;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:600;text-transform:uppercase;color:#111;width:fit-content}.services-badge-dot{width:9px;height:9px;background:#fff;border-radius:50%;display:inline-block;flex-shrink:0}.services-header-right{flex:0 0 55%;color:#999;font-size:1rem;line-height:1.7;text-align:right}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.service-card{background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px}.card-icon{width:56px;height:56px;background:#F5B700;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-icon svg{width:26px;height:26px}.card-title{font-family:'Figtree',sans-serif;font-weight:500;font-size:1rem;color:#111;line-height:1.35;margin:0}.card-body{font-size:0.875rem;color:#999;line-height:1.7;margin:0}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.services-header{flex-direction:column;align-items:flex-start}.services-header-right{text-align:left;flex:1}}@media (max-width:600px){.maddox-services-section{padding:20px 20px}.services-grid{grid-template-columns:1fr}.services-header-left h2{font-size:2rem}}@media (max-width:1024px){.services-grid{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding-bottom:16px;cursor:grab}.services-grid:active{cursor:grabbing}.services-grid::-webkit-scrollbar{display:none}.services-grid{-ms-overflow-style:none;scrollbar-width:none}.service-card{flex:0 0 80%;scroll-snap-align:start;max-width:320px}}@media (max-width:600px){.service-card{flex:0 0 85%}}