.gallery-page{width:100%;overflow:hidden;background:#ffffff}.gallery-page .container{width:min(1180px,calc(100% - 40px));margin:0 auto}.gallery-page-hero{position:relative;overflow:hidden;padding:75px 0 85px;background:radial-gradient(circle at 85% 25%,rgba(46,130,181,.1),transparent 32%),linear-gradient(180deg,#f8fcfd,#ffffff)}.gallery-page-hero:after{content:"";position:absolute;width:350px;height:350px;border-radius:50%;background:rgba(46,130,181,.035);right:-130px;bottom:-160px;pointer-events:none}.gallery-breadcrumb{position:relative;z-index:1;display:flex;align-items:center;gap:9px;margin-bottom:45px;font-size:.88rem}.gallery-breadcrumb a{color:var(--omkar-primary);font-weight:600;text-decoration:none;transition:color .25s ease}.gallery-breadcrumb a:hover{color:var(--omkar-dark)}.gallery-breadcrumb span{color:var(--omkar-text)}.gallery-breadcrumb i{color:#a5bbc5;font-size:.72rem}.gallery-hero-content{position:relative;z-index:1;max-width:850px}.gallery-hero-content h1{margin:0 0 25px;color:var(--omkar-dark);font-family:Montserrat,sans-serif;font-size:clamp(2.6rem,5vw,4.6rem);font-weight:800;line-height:1.1;letter-spacing:-1.5px}.gallery-hero-content h1 span{color:var(--omkar-primary)}.gallery-hero-content p{max-width:700px;margin:0;color:var(--omkar-text);font-size:1.15rem;line-height:1.75}.gallery-section{padding:10px 0 70px;background:#ffffff}.gallery-filters{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:45px}.gallery-filter{border:1px solid #dce7eb;border-radius:50px;padding:10px 20px;background:#ffffff;color:var(--omkar-text);font-family:inherit;font-size:.88rem;font-weight:600;line-height:1;cursor:pointer;transition:color .25s ease,background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.gallery-filter:hover{color:var(--omkar-primary);border-color:var(--omkar-primary);transform:translateY(-2px)}.gallery-filter.active{background:var(--omkar-primary);border-color:var(--omkar-primary);color:#ffffff;box-shadow:0 8px 20px rgba(46,130,181,.18)}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px;gap:28px}.gallery-card{position:relative;overflow:hidden;border:1px solid #e8eff1;border-radius:18px;background:#ffffff;cursor:pointer;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.gallery-card:hover{transform:translateY(-6px);border-color:rgba(46,130,181,.18);box-shadow:0 18px 45px rgba(34,73,88,.1)}.gallery-image-wrapper{position:relative;width:100%;height:290px;overflow:hidden;background:#f3f7f8}.gallery-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-card:hover .gallery-image{transform:scale(1.045)}.gallery-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(23,51,62,.28);opacity:0;transition:opacity .3s ease}.gallery-card:hover .gallery-overlay{opacity:1}.gallery-overlay-icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.95);color:var(--omkar-primary);font-size:17px;transform:scale(.8);transition:transform .3s ease,box-shadow .3s ease}.gallery-card:hover .gallery-overlay-icon{transform:scale(1);box-shadow:0 10px 30px rgba(0,0,0,.12)}.gallery-grid-loading{min-height:300px}.gallery-skeleton{overflow:hidden;border-radius:18px;background:#f4f7f8}.skeleton-image{width:100%;height:290px;background:linear-gradient(90deg,#f2f5f6 25%,#e8edef 50%,#f2f5f6 75%);background-size:200% 100%;animation:gallerySkeleton 1.5s infinite}@keyframes gallerySkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-message{flex-direction:column;min-height:300px;padding:45px 25px;border:1px dashed #d9e5e8;border-radius:18px;text-align:center}.gallery-message,.message-icon{display:flex;align-items:center;justify-content:center}.message-icon{width:58px;height:58px;margin-bottom:18px;border-radius:50%;background:#f0f7f9;color:var(--omkar-primary);font-size:22px}.gallery-message h3{margin:0 0 8px;color:var(--omkar-dark);font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:700}.gallery-message p{max-width:500px;margin:0;color:var(--omkar-text);line-height:1.7}.error-message .message-icon{background:#fff4f3;color:#d9534f}.gallery-retry-btn{margin-top:20px;padding:11px 22px;border:0;border-radius:7px;background:var(--omkar-primary);color:#ffffff;font-family:inherit;font-size:.88rem;font-weight:600;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.gallery-retry-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(46,130,181,.2)}.gallery-result-info{margin-top:30px;color:#84959b;font-size:.82rem;text-align:center}.gallery-result-info strong{color:var(--omkar-primary);font-weight:700}.gallery-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:70px 100px;background:rgba(10,18,23,.94);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:galleryLightboxFade .25s ease}.lightbox-content{position:relative;width:min(1100px,100%);height:min(78vh,760px);overflow:hidden;animation:galleryLightboxScale .25s ease}.lightbox-content,.lightbox-image-container{display:flex;align-items:center;justify-content:center;background:transparent}.lightbox-image-container{width:100%;height:100%}.lightbox-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;animation:lightboxImageFade .25s ease}.lightbox-close{position:fixed;top:25px;right:30px;z-index:10001;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.08);color:#ffffff;font-size:16px;cursor:pointer;transition:background .25s ease,transform .25s ease,border-color .25s ease}.lightbox-close:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.35);transform:rotate(90deg)}.lightbox-nav{position:fixed;top:50%;z-index:10001;display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.08);color:#ffffff;font-size:21px;cursor:pointer;transform:translateY(-50%);transition:background .25s ease,border-color .25s ease,transform .25s ease}.lightbox-nav:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.35)}.lightbox-prev{left:30px}.lightbox-next{right:30px}.lightbox-prev:hover{transform:translate(-3px,-50%)}.lightbox-next:hover{transform:translate(3px,-50%)}.lightbox-counter{position:fixed;left:50%;bottom:25px;z-index:10001;transform:translateX(-50%);padding:7px 15px;border:1px solid rgba(255,255,255,.18);border-radius:30px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.9);font-size:.82rem;font-weight:600;line-height:1}@keyframes galleryLightboxFade{0%{opacity:0}to{opacity:1}}@keyframes galleryLightboxScale{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes lightboxImageFade{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (max-width:991px){.gallery-page .container{width:min(100% - 40px,1180px)}.gallery-page-hero{padding:70px 0 75px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.gallery-image-wrapper,.skeleton-image{height:280px}.gallery-lightbox{padding:60px 75px}.lightbox-content{height:75vh}.lightbox-prev{left:18px}.lightbox-next{right:18px}}@media (max-width:767px){.gallery-page .container{width:calc(100% - 30px)}.gallery-page-hero{padding:65px 0}.gallery-breadcrumb{margin-bottom:32px}.gallery-hero-content h1{font-size:2.65rem;letter-spacing:-1px}.gallery-hero-content p{margin-top:20px;font-size:1rem;line-height:1.7}.gallery-section{padding:10px 0 50px}.gallery-filters{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;gap:8px;margin-bottom:30px;padding:3px 2px 8px;scrollbar-width:none}.gallery-filters::-webkit-scrollbar{display:none}.gallery-filter{flex-shrink:0;padding:9px 17px;font-size:.82rem}.gallery-grid{grid-template-columns:1fr;gap:18px}.gallery-image-wrapper,.skeleton-image{height:300px}.gallery-overlay{opacity:0}.gallery-card:active .gallery-overlay{opacity:1}.gallery-lightbox{padding:60px 15px 70px}.lightbox-content{width:100%;height:70vh}.lightbox-image{max-width:100%;max-height:70vh}.lightbox-close{top:15px;right:15px;width:42px;height:42px}.lightbox-nav{width:44px;height:44px;font-size:17px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-counter{bottom:18px;font-size:.78rem}}@media (max-width:420px){.gallery-hero-content h1{font-size:2.3rem}.gallery-image-wrapper,.skeleton-image{height:270px}.gallery-lightbox{padding-left:10px;padding-right:10px}.lightbox-nav{width:40px;height:40px}.lightbox-prev{left:7px}.lightbox-next{right:7px}}