.gallery-section{background-color:#fbf4eb;padding:80px 0;position:relative}a{text-decoration:none}.gallery-header{margin-bottom:50px;text-align:center}.gallery-title{color:#132b3f;font-family:Montserrat,sans-serif;font-size:48px;font-weight:800;margin:0;text-transform:uppercase}.gallery-scroll-wrapper{display:flex;gap:20px;margin:0 auto;max-width:1468px;overflow-x:auto;overflow-y:hidden;padding:10px 20px 30px;scroll-behavior:smooth}.gallery-card{align-items:flex-start;background-color:#d3d3d3;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:18px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;flex-direction:column;flex-shrink:0;gap:10px;height:286px;justify-content:flex-end;overflow:hidden;position:relative;transition:transform .2s;width:286px}.gallery-card:hover{transform:translateY(-4px)}.gallery-card-content{align-items:flex-start;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(8px);background:rgba(19,43,63,.3);border-bottom-left-radius:18px;border-bottom-right-radius:18px;border-top:1px solid hsla(0,0%,100%,.1);bottom:0;display:flex;flex-direction:column;gap:6px;justify-content:center;left:0;padding:25px 18px 20px;position:absolute;width:100%}.gallery-card-content h3{color:#fff;font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.gallery-link{border-bottom:1px solid hsla(0,0%,100%,.5);color:hsla(0,0%,100%,.9);font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;text-decoration:none}.gallery-link:hover{border-color:#fff}.gallery-scroll-wrapper::-webkit-scrollbar{height:6px}.gallery-scroll-wrapper::-webkit-scrollbar-track{background:transparent}.gallery-scroll-wrapper::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}@media (max-width:1024px){.gallery-scroll-wrapper{flex-wrap:nowrap;justify-content:flex-start}}