
.vxcel-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;font-family:Sen,Arial,sans-serif}
.vxcel-project-card{background:#fff;border:1px solid #E8F4FA;border-radius:22px;overflow:hidden}
.vxcel-project-card__image{display:flex;min-height:220px;background:#141414;color:#fff;align-items:center;justify-content:center;text-decoration:none}
.vxcel-project-card__image img{width:100%;height:240px;object-fit:cover;display:block}
.vxcel-project-card__content{padding:24px}
.vxcel-project-card__tag{display:inline-flex;color:#22BBFF;background:rgba(34,187,255,.10);border:1px solid rgba(34,187,255,.25);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;margin-bottom:12px}
.vxcel-project-card h3{font-size:24px;line-height:1.15;margin:0 0 10px;font-weight:800;color:#141414}
.vxcel-project-card h3 a{color:inherit;text-decoration:none}
.vxcel-project-card p{color:#525252;font-size:15px;line-height:1.65;margin:0 0 14px}
.vxcel-project-card__meta{font-weight:800;color:#141414!important}
.vxcel-project-card__link{display:inline-flex;color:#141414;font-weight:800;text-decoration:none}
.vxcel-project-card__link:hover{color:#22BBFF}
.vxcel-project-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;font-family:Sen,Arial,sans-serif;margin:24px 0}
.vxcel-project-meta div{background:#F7F7F7;border:1px solid #E8F4FA;border-radius:16px;padding:16px}
.vxcel-project-meta span{display:block;color:#22BBFF;font-size:12px;font-weight:900;text-transform:uppercase;margin-bottom:6px}
.vxcel-project-meta strong{display:block;color:#141414;font-size:15px}
.vxcel-project-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.vxcel-project-gallery a{display:block;border-radius:18px;overflow:hidden;background:#141414}
.vxcel-project-gallery img{width:100%;height:260px;object-fit:cover;display:block}
@media(max-width:1024px){.vxcel-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vxcel-project-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.vxcel-project-grid{grid-template-columns:1fr}.vxcel-project-gallery{grid-template-columns:1fr}.vxcel-project-meta{grid-template-columns:1fr}}

.vxcel-project-story{font-family:Sen,Arial,sans-serif;max-width:980px;margin:0 auto;padding:42px 22px;color:#141414;}
.vxcel-project-story__eyebrow{display:inline-flex;color:#22BBFF;background:rgba(34,187,255,.10);border:1px solid rgba(34,187,255,.25);border-radius:999px;padding:8px 13px;font-size:13px;font-weight:800;margin-bottom:14px;}
.vxcel-project-story h2{font-size:40px;line-height:1.1;letter-spacing:-1.2px;margin:0 0 20px;font-weight:800;color:#141414;}
.vxcel-project-story__content{font-size:17px;line-height:1.8;color:#303030;font-weight:500;}
.vxcel-project-story__content p{margin:0 0 18px;}
.vxcel-project-story__content a{color:#005B8F;font-weight:800;text-decoration:none;}
.vxcel-project-story__content a:hover{color:#22BBFF;}
.vxcel-project-featured-image{overflow:hidden;border-radius:22px;border:1px solid #E8F4FA;background:#F7F7F7;}
.vxcel-project-featured-image img{width:100%;height:auto;display:block;}
@media(max-width:767px){.vxcel-project-story{padding:32px 18px}.vxcel-project-story h2{font-size:31px}.vxcel-project-story__content{font-size:16px}}

/* Vxcel Project Carousel */
.vxcel-project-carousel{font-family:Sen,Arial,sans-serif;position:relative;width:100%;margin:0 auto;}
.vxcel-project-carousel__viewport{overflow:hidden;border-radius:22px;border:1px solid #E8F4FA;background:#141414;}
.vxcel-project-carousel__track{display:flex;transition:transform .45s ease;will-change:transform;}
.vxcel-project-carousel__slide{flex:0 0 100%;display:block;min-width:100%;background:#141414;}
.vxcel-project-carousel__slide img{width:100%;height:560px;object-fit:cover;display:block;}
.vxcel-project-carousel__controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;}
.vxcel-project-carousel__btn{width:44px;height:44px;border-radius:999px;border:1px solid rgba(34,187,255,.28);background:#141414;color:#fff;font-size:28px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s ease;}
.vxcel-project-carousel__btn:hover{background:#22BBFF;border-color:#22BBFF;color:#fff;}
.vxcel-project-carousel__count{font-size:13px;font-weight:800;color:#141414;background:rgba(34,187,255,.10);border:1px solid rgba(34,187,255,.25);border-radius:999px;padding:9px 14px;min-width:70px;text-align:center;}
@media(max-width:1024px){.vxcel-project-carousel__slide img{height:430px}}
@media(max-width:767px){.vxcel-project-carousel__viewport{border-radius:16px}.vxcel-project-carousel__slide img{height:310px}.vxcel-project-carousel__btn{width:40px;height:40px;font-size:24px}}
