.community-gallery-section{position:relative;padding:64px 0;overflow:hidden;min-height:600px}.gallery-background{position:absolute;inset:0;background:linear-gradient(to bottom right,rgb(254 215 170 / .3),rgb(252 231 243 / .4),rgb(254 243 199 / .3));z-index:1}.bg-pulse{width:100%;height:100%;background:linear-gradient(to bottom right,rgb(251 146 60 / .3),rgb(245 158 11 / .3));opacity:.1;animation:galleryPulse 3s ease-in-out infinite}.floating-hearts{position:absolute;inset:0;z-index:15;pointer-events:none}.heart-icon{position:absolute;width:30px;height:30px;fill:none;stroke:rgb(251 146 60 / .3);stroke-width:2;animation:galleryPulse 4s ease-in-out infinite}.floating-animals{position:absolute;inset:0;z-index:15;pointer-events:none}.animal-icon{position:absolute;width:28px;height:28px;fill:none;stroke-width:2;animation:bounce 5s ease-in-out infinite}.animal-icon.dog{stroke:rgb(245 158 11 / .25)}.animal-icon.cat{stroke:rgb(251 146 60 / .25)}.gallery-content{position:relative;z-index:20;padding:0 16px}.container{max-width:1280px;margin:0 auto}.gallery-header{text-align:center;margin-bottom:32px}.gallery-title{font-size:2.25rem;font-weight:700;color:#78350f;text-shadow:0 1px 2px rgb(0 0 0 / .1);margin-bottom:16px}.gallery-subtitle{font-size:1.125rem;color:#92400e;text-shadow:0 1px 2px rgb(0 0 0 / .1)}.gallery-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;width:100%}.gallery-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 10px 15px -3px rgb(0 0 0 / .1);transition:all 0.7s ease-in-out;background:rgb(255 255 255 / .05);backdrop-filter:blur(4px);border:1px solid rgb(255 255 255 / .1);margin:1px;animation:fadeIn 1s ease-in-out forwards;opacity:0}@keyframes fadeIn{to{opacity:1}}.gallery-item:hover{transform:scale(1.1)!important;z-index:30;box-shadow:0 20px 25px -5px rgb(0 0 0 / .2);opacity:.6}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.gallery-item:hover img{transform:scale(1.05)}.image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(120 53 15 / .2),transparent,transparent);opacity:.6}.image-pulse{position:absolute;inset:0;background:linear-gradient(to bottom right,rgb(251 146 60 / .2),rgb(245 158 11 / .2));opacity:.15;animation:galleryPulse 3s ease-in-out infinite;border-radius:8px}.item-heart{position:absolute;top:-4px;right:-4px;width:10px;height:10px;fill:none;stroke:rgb(251 146 60 / .6);stroke-width:2;animation:galleryPulse 2s ease-in-out infinite}@keyframes galleryPulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.gallery-title{font-size:1.875rem}.gallery-subtitle{font-size:1rem}.gallery-item{width:60px!important;height:72px!important}.heart-icon,.animal-icon{width:20px;height:20px}}@media (max-width:480px){.community-gallery-section{padding:40px 0}.gallery-title{font-size:1.5rem}.gallery-item{width:50px!important;height:60px!important}}[dir="rtl"] .gallery-content{direction:rtl}[dir="rtl"] .gallery-header{text-align:center}