.gallery-hero{position:relative;display:grid;min-height:390px;place-items:center;overflow:hidden;background:#223c36}.gallery-hero>img{position:absolute;width:100%;height:100%;object-fit:cover}.gallery-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,45,39,.78),rgba(20,45,39,.44))}.gallery-hero-content{position:relative;z-index:1;max-width:850px;padding:5rem 1rem;text-align:center}.gallery-hero-content>span,.gallery-hero-content h1,.gallery-hero-content p,.gallery-hero-content nav,.gallery-hero-content nav a,.gallery-hero-content nav b,.gallery-hero-content nav span{color:#fff}.gallery-hero-content>span{font-size:15px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.gallery-hero-content h1{margin:.45rem 0 .7rem;font-size:clamp(42px,5vw,64px);line-height:1.1}.gallery-hero-content p{margin:0 auto 1rem;max-width:660px;font-size:19px;line-height:1.6}.gallery-hero-content nav{display:flex;justify-content:center;gap:.6rem;font-size:15px}.gallery-hero-content nav a{text-decoration:underline;text-underline-offset:3px}.gallery-section{background:#fff}.gallery-section .home-section-heading{max-width:760px;margin:0 auto 2rem}.gallery-section .home-section-heading p{margin:1rem 0 0;color:#263540;font-size:18px}.veda-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem}.veda-gallery-card{position:relative;display:block;min-height:230px;padding:0;overflow:hidden;cursor:zoom-in;background:#fff;border:1px solid rgba(186,19,73,.36);border-radius:14px}.veda-gallery-card img{display:block;width:100%;height:100%;min-height:230px;object-fit:cover;transition:transform .35s ease}.veda-gallery-card span{position:absolute;inset:auto 0 0;padding:.75rem 1rem;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.78));font-size:15px;font-weight:700;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}.veda-gallery-card:hover img,.veda-gallery-card:focus-visible img{transform:scale(1.06)}.veda-gallery-card:hover span,.veda-gallery-card:focus-visible span{opacity:1;transform:translateY(0)}.veda-gallery-card:focus-visible{outline:3px solid #ba1349;outline-offset:3px}.veda-gallery-empty{max-width:760px;margin:auto;padding:2rem;color:#263540;text-align:center;border:1px solid rgba(186,19,73,.3);border-radius:10px}.veda-gallery-lightbox{width:min(92vw,1180px);max-width:none;max-height:90vh;padding:0;overflow:visible;background:transparent;border:0}.veda-gallery-lightbox::backdrop{background:rgba(0,0,0,.8)}.veda-gallery-lightbox img{display:block;max-width:100%;max-height:88vh;margin:auto;object-fit:contain;border:3px solid #fff;border-radius:8px}.veda-gallery-close{position:absolute;top:-14px;right:-14px;display:grid;width:38px;height:38px;place-items:center;color:#fff;background:#ba1349;border:2px solid #fff;border-radius:50%;font-size:29px;line-height:1;z-index:2}@media(max-width:991.98px){.veda-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575.98px){.gallery-hero{min-height:330px}.gallery-hero-content{padding:4rem 1rem}.gallery-hero-content p,.gallery-section .home-section-heading p{font-size:16px}.veda-gallery-grid{grid-template-columns:1fr}.veda-gallery-card,.veda-gallery-card img{min-height:250px}}
