.royal-portfolio-gallery-wrapper{--gallery-columns:3;--gallery-gap:20px;--gallery-item-max-height:none;--lightbox-bg:#1F3A53;width:100%}.royal-gallery-single-image .royal-portfolio-gallery-grid{display:block}.royal-gallery-single-image .royal-gallery-item{width:100%;border-radius:12px;overflow:hidden}.royal-gallery-single-image .gallery-image-inner{min-height:unset;height:auto}.royal-gallery-single-image .royal-gallery-item img{width:100%;height:auto;max-height:80vh;object-fit:contain;display:block}.royal-gallery-single-image .royal-gallery-pagination-container{display:none!important}.royal-portfolio-gallery-grid{display:grid;grid-template-columns:repeat(var(--gallery-columns),1fr);grid-gap:var(--gallery-gap);grid-auto-flow:dense;grid-auto-rows:var(--gallery-item-max-height,250px)}.royal-gallery-item{position:relative;overflow:hidden;border-radius:12px;background:#f0f2f5;transition:transform 0.4s cubic-bezier(.165,.84,.44,1),box-shadow 0.4s ease;height:100%}.royal-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.6s ease}.royal-gallery-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgb(0 0 0 / .15);z-index:2}.royal-gallery-item:hover img{transform:scale(1.08)}.gallery-image-inner{position:relative;width:100%;height:100%;overflow:hidden}.royal-gallery-item.span-2-rows{grid-row:span 2}.royal-gallery-item.span-2-cols{grid-column:span 2}.royal-portfolio-gallery-grid.rg-masonry{display:block;columns:var(--gallery-columns,3);column-gap:var(--gallery-gap,20px);grid-auto-rows:unset}.royal-portfolio-gallery-grid.rg-masonry .royal-gallery-item{break-inside:avoid;display:inline-block;width:100%;height:auto;margin-bottom:var(--gallery-gap,20px)}.royal-portfolio-gallery-grid.rg-masonry .gallery-image-inner{height:auto}.royal-portfolio-gallery-grid.rg-masonry .royal-gallery-item img{width:100%;height:auto;object-fit:unset;display:block}.gallery-item-overlay{position:absolute;inset:0;background:rgb(30 41 59 / .4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease}.royal-gallery-item:hover .gallery-item-overlay{opacity:1}.zoom-icon{transform:scale(.5);transition:transform 0.4s cubic-bezier(.175,.885,.32,1.275)}.royal-gallery-item:hover .zoom-icon{transform:scale(1)}.royal-gallery-pagination-container{margin-top:50px;display:flex;flex-direction:column;align-items:center;gap:20px}.btn-royal-gallery-load-more{background:#2d3748;color:#fff;padding:14px 36px;border-radius:8px;border:none;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.btn-royal-gallery-load-more:hover{background:#1a202c;transform:translateY(-2px);box-shadow:0 10px 15px rgb(0 0 0 / .2)}.btn-royal-gallery-load-more.loading{opacity:.7;pointer-events:none}.royal-pagination{display:flex;gap:10px;align-items:center}.pagination-number,.pagination-arrow{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #e2e8f0;background:#fff;color:#4a5568;cursor:pointer;transition:all 0.2s ease;font-weight:500}.pagination-number:hover,.pagination-arrow:not(.disabled):hover{border-color:#cbd5e0;background:#f7fafc}.pagination-number.active{background:#4a5568;color:#fff;border-color:#4a5568}.pagination-arrow.disabled{opacity:.5;cursor:not-allowed}.pagination-dots{color:#cbd5e0;font-weight:700}.rl-body-lock{overflow:hidden!important}#royal-lightbox{display:none;position:fixed;inset:0;z-index:99999;flex-direction:column;align-items:center;justify-content:center;background:var(--lightbox-bg,#1F3A53)}#royal-lightbox.rl-open{display:flex}.rl-backdrop{position:absolute;inset:0;cursor:zoom-out}.rl-inner{position:relative;z-index:1;display:flex;flex-direction:row;align-items:stretch;width:100%;flex:1;min-height:0;padding:20px 20px 0;box-sizing:border-box;gap:12px}.rl-stage{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0}.rl-img{max-width:100%;max-height:calc(100vh - 140px);object-fit:contain;display:block;border-radius:4px;transition:opacity 0.25s ease}.rl-img.rl-loading{opacity:.25}.rl-caption{color:rgb(255 255 255 / .65);font-size:13px;margin-top:8px;text-align:left;min-height:18px;width:100%}.rl-thumbnav{width:80px;flex-shrink:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:6px;scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / .25) #fff0;padding-right:2px;align-self:flex-start;max-height:calc(100vh - 140px)}.rl-thumbnav::-webkit-scrollbar{width:4px}.rl-thumbnav::-webkit-scrollbar-track{background:#fff0}.rl-thumbnav::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .25);border-radius:2px}.rl-thumbnav .rl-tn{width:76px;height:56px;object-fit:cover;border-radius:4px;cursor:pointer;opacity:.45;border:2px solid #fff0;transition:opacity 0.2s,border-color 0.2s;flex-shrink:0;display:block}.rl-thumbnav .rl-tn:hover{opacity:.75}.rl-thumbnav .rl-tn.rl-tn-active{opacity:1;border-color:rgb(255 255 255 / .85)}.rl-bottom-bar{position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;padding:14px 0 16px;width:100%}.rl-nav,.rl-close{background:#fff0;border:none;color:rgb(255 255 255 / .75);font-size:22px;line-height:1;cursor:pointer;padding:6px 10px;border-radius:4px;transition:color 0.2s,background 0.2s;display:flex;align-items:center;justify-content:center}.rl-nav:hover,.rl-close:hover{color:#fff;background:rgb(255 255 255 / .12)}.rl-close{font-size:18px;padding:6px 12px}@media (max-width:991px){.royal-portfolio-gallery-grid{grid-template-columns:repeat(2,1fr)}.royal-portfolio-gallery-grid.rg-masonry{columns:2}.royal-gallery-item.span-2-cols{grid-column:span 1}.rl-thumbnav{width:60px}.rl-thumbnav .rl-tn{width:56px;height:44px}}@media (max-width:767px){.royal-portfolio-gallery-grid{grid-template-columns:1fr}.royal-portfolio-gallery-grid.rg-masonry{columns:1}.royal-gallery-item.span-2-rows{grid-row:span 1}.pagination-number{display:none}.rl-thumbnav{display:none}.rl-img{max-height:calc(100vh - 110px)}}.rg-hidden-on-mobile{display:none!important}.royal-mobile-slider{position:relative;width:100%;overflow:hidden;border-radius:14px;touch-action:pan-y;user-select:none}.royal-ms-track-wrap{overflow:hidden;width:100%;border-radius:14px}.royal-ms-track{display:flex;will-change:transform}.royal-ms-slide{flex:0 0 100%;min-width:0;position:relative;overflow:hidden;border-radius:14px;background:#f0f2f5}.royal-ms-slide a{display:block;width:100%;text-decoration:none}.royal-ms-slide img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;border-radius:14px}.royal-ms-slide .gallery-item-overlay{opacity:0;transition:opacity 0.3s ease}.royal-ms-slide a:active .gallery-item-overlay,.royal-ms-slide a:focus .gallery-item-overlay{opacity:1}.royal-ms-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgb(255 255 255 / .85);border:none;color:#1e293b;width:36px;height:36px;border-radius:50%;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgb(0 0 0 / .15);transition:background 0.2s ease,transform 0.2s ease;padding:0;line-height:1}.royal-ms-arrow:active{background:rgb(255 255 255);transform:translateY(-50%) scale(.93)}.royal-ms-prev{left:10px}.royal-ms-next{right:10px}.royal-ms-progressbar{height:6px;width:200px;max-width:80%;margin:16px auto 0;background:#2F5477;border-radius:10px;overflow:hidden;position:relative;cursor:pointer}.royal-ms-progressbar-fill{height:100%;background:#fff;width:0%;border-radius:10px;transition:width 0.45s cubic-bezier(.25,.46,.45,.94);box-shadow:0 0 4px rgb(0 0 0 / .1)}@media (min-width:768px){.royal-mobile-slider{display:none!important}.royal-portfolio-gallery-grid.rg-hidden-on-mobile{display:grid!important}.royal-gallery-pagination-container.rg-hidden-on-mobile{display:flex!important}}