.gallery-container{color:#333;max-width:1200px;margin:0 auto;padding:20px}.gallery-header{text-align:center;margin-bottom:40px}.gallery-header h2{color:#000;margin-bottom:10px;font-size:36px;font-weight:700}.gallery-header p{color:#666;margin-bottom:20px;font-size:18px}.gallery-divider{justify-content:center;align-items:center;width:100%;margin:20px 0;display:flex;position:relative}.gallery-divider:before,.gallery-divider:after{content:"";background-color:#ddd;flex-grow:1;height:1px}.gallery-icon{z-index:1;background-color:#fff;padding:0 15px;font-size:24px}.gallery-filters{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:30px;display:flex}.gallery-filter-btn{color:#333;cursor:pointer;background-color:#0000;border:2px solid #0f7ca3;border-radius:50px;padding:10px 20px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.gallery-filter-btn:hover,.gallery-filter-btn.active{color:#fff;background-color:#0f7ca3}.gallery-filter-btn.external{color:#0f7ca3;border-color:#0f7ca3}.gallery-filter-btn.external:hover{color:#fff;background-color:#0056b3}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.gallery-item{cursor:pointer;border-radius:5px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 8px #0000001a}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.gallery-item-wrapper{width:100%;padding-top:55%;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.gallery-item:hover img{transform:scale(1.05)}.gallery-item-overlay{color:#fff;opacity:0;background:linear-gradient(#0000,#000);padding:15px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-overlay h3{margin:0 0 5px;font-size:18px}.gallery-item-overlay p{margin:0;font-size:14px}.video-thumbnail{width:100%;height:100%;position:relative}.play-button{color:#0f7ca3;background-color:#fffc;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 8px #0003}.gallery-modal{z-index:1000;background-color:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.gallery-modal-content{background-color:#fff;border-radius:5px;max-width:90%;max-height:90%;padding:20px;position:relative}.gallery-modal-close{color:#fff;cursor:pointer;background-color:#0f7ca3;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;display:flex;position:absolute;top:10px;right:10px}.gallery-modal img,.gallery-modal video{max-width:100%;max-height:70vh;margin:0 auto;display:block}@media (max-width:768px){.gallery-filters{flex-direction:column;align-items:center}.gallery-filter-btn{text-align:center;width:100%;max-width:300px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr}.gallery-header h2{font-size:28px}.gallery-header p{font-size:16px}}
