.grapefruit-recent-projects-module{box-sizing:border-box;font-family:Graphik,system-ui,-apple-system,Segoe UI,Roboto,Arial;margin:0;padding:28px 0;width:100%}.grapefruit-module-header{margin-bottom:20px}.grapefruit-module-title{color:#fff;font-size:28px;font-weight:600;margin:0}.grapefruit-projects-container{display:flex;flex-direction:column;gap:16px}.grapefruit-projects-track-wrapper{overflow:hidden}.grapefruit-projects-track{align-items:stretch;display:flex;gap:var(--grapefruit-gap,70px);transition:transform .3s ease}.grapefruit-project-card{background:#fff;border-radius:10px;display:flex;flex:0 0 calc(33.33333% - var(--grapefruit-gap, 30px)*2/3);flex-direction:column;overflow:hidden}.grapefruit-project-image{background:#f5f5f5;height:300px;overflow:hidden;width:100%}.grapefruit-project-image img{display:block;height:100%;object-fit:cover;width:100%}.grapefruit-project-content{padding:18px}.grapefruit-project-title{color:#222;font-size:20px;margin:14px 0 6px}.grapefruit-project-description{color:#555;font-size:15px;line-height:1.5;margin-bottom:10px}.grapefruit-project-underline{background-color:#bd91ce;height:3px;margin-bottom:10px;transition:width .4s ease;width:40px}.grapefruit-project-card:hover .grapefruit-project-underline{width:100%}.grapefruit-project-services{color:#444;font-size:14px;line-height:1.45;margin-bottom:10px}.grapefruit-project-details{color:#777;font-size:14px;line-height:1.45}.grapefruit-projects-dots{align-items:center;display:flex;gap:6px;justify-content:center;margin-top:16px}.grapefruit-dot{background:#888;border:none!important;border-radius:50%;box-shadow:none;cursor:pointer;height:8px;margin:0!important;outline:none;padding:0!important;width:8px}.grapefruit-dot.grapefruit-active{background:#bd91ce}.grapefruit-dot:hover{background:#bd91ce!important}@media (max-width:992px){.grapefruit-project-card{flex:0 0 calc((100% - var(--grapefruit-gap,30px))/2)}}@media (max-width:768px){.grapefruit-project-card{flex:0 0 100%}.grapefruit-project-image{height:250px}}