/*
Generated time: March 18, 2026 15:26
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.four-banner-component{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:28px}.four-banner-component .banner-item{position:relative;border-radius:var(--radius-xl);overflow:hidden;display:block;transition:all var(--transition);height:220px}.four-banner-component .banner-item img{width:100%;height:220px;object-fit:cover;display:block;transition:transform var(--transition)}.four-banner-component .banner-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.four-banner-component .banner-item:hover img{transform:scale(1.05)}.four-banner-component .banner-item .img-placeholder{width:100%;height:220px;background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-tertiary) 100%)}.four-banner-component .banner-item .banner-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(to top,rgba(0,0,0,.75) 0,transparent 100%);color:#fff}.four-banner-component .banner-item .banner-title{font-size:17px;font-weight:600;margin-bottom:6px}.four-banner-component .banner-item .banner-subtitle{font-size:14px;opacity:.9}.spotlight-effect{position:relative;overflow:hidden}.spotlight-effect::before{content:'';position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease;z-index:1}.spotlight-effect:hover::before{left:150%}@media (max-width:1299px){.four-banner-component{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.four-banner-component{grid-template-columns:repeat(2,1fr);gap:12px}.four-banner-component .banner-item .banner-overlay{padding:12px}.four-banner-component .banner-item .banner-title{font-size:14px}.four-banner-component .banner-item .banner-subtitle{font-size:12px}}@media (max-width:480px){.four-banner-component{grid-template-columns:1fr}}