.hotel-gallery-grid-preview{display:grid !important;grid-template-columns:2fr 1fr 1fr !important;grid-template-rows:1fr 1fr !important;gap:6px !important;height:420px !important;min-height:420px !important;margin-bottom:20px !important;border-radius:8px !important;overflow:hidden !important}.gallery-grid-item{position:relative !important;overflow:hidden !important;cursor:pointer !important;background:#f0f0f0 !important;border-radius:4px !important;min-height:100% !important}.gallery-grid-item.grid-item-main{grid-row:1 / 3 !important;grid-column:1 / 2 !important}.gallery-grid-item img{width:100% !important;height:100% !important;object-fit:cover !important;position:absolute !important;top:0 !important;left:0 !important;transition:transform .3s ease !important}.gallery-grid-item:hover img{transform:scale(1.05) !important}.gallery-grid-item .show-all-photos{position:absolute !important;bottom:12px !important;right:12px !important;background:rgba(0,0,0,0.75) !important;color:#fff !important;padding:8px 16px !important;border-radius:6px !important;font-weight:600 !important;font-size:14px !important;pointer-events:none !important;display:flex !important;align-items:center !important;gap:6px !important;z-index:1 !important}.gallery-grid-item .show-all-photos i{font-size:16px !important}@media(max-width:767px){.hotel-gallery-grid-preview{display:grid !important;grid-template-columns:1fr 1fr !important;grid-template-rows:auto auto auto !important;gap:4px !important;height:auto !important;margin-bottom:20px !important}.gallery-grid-item{position:relative !important;width:100% !important;aspect-ratio:4 / 3 !important;overflow:hidden !important;background:#f0f0f0 !important;border-radius:4px !important}.gallery-grid-item.grid-item-main{grid-row:1 / 2 !important;grid-column:1 / 3 !important}.gallery-grid-item img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important}.gallery-grid-item .show-all-photos{padding:6px 12px !important;font-size:13px !important;bottom:8px !important;right:8px !important}}.modal-gallery-fullscreen{width:calc(100% - 60px);max-width:calc(100% - 60px);margin:30px;height:calc(100vh - 60px);z-index:999999}.modal-gallery-fullscreen .modal-content{height:calc(100vh - 60px);border-radius:8px;border:0;background:#fff;box-shadow:0 5px 30px rgba(0,0,0,0.3);display:flex;flex-direction:column;overflow:hidden;padding:20px}.modal-gallery-fullscreen .modal-body{padding:0;flex:1;overflow:hidden;display:flex;flex-direction:column}.modal-gallery-fullscreen .close{position:absolute;top:-5px;right:5px;font-size:32px;color:#333;opacity:.7;z-index:100;background:transparent;border:0;font-weight:300;padding:5px;line-height:1}.modal-gallery-fullscreen .close:hover{opacity:1;color:#000}.gallery-nav-wrapper{position:relative;display:flex;align-items:center;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}.gallery-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;background:rgba(255,255,255,0.95);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,0.15);transition:all .2s;color:#333}.gallery-nav-arrow:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.2);color:#2563eb}.gallery-nav-arrow:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.gallery-nav-prev{left:5px}.gallery-nav-next{right:5px}.gallery-nav-tabs{list-style:none;padding:0 50px;margin:0;display:flex;background:#fff;position:relative;z-index:1;flex:1;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gallery-nav-tabs::-webkit-scrollbar{display:none}.gallery-nav-tabs li{margin:0;padding:0;flex-shrink:0}.gallery-nav-tabs li a{display:block;padding:16px 24px;color:#6b7280;font-size:14px;font-weight:500;text-decoration:none;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap}.gallery-nav-tabs li a:hover{color:#1a2b48;background:#f9fafb}.gallery-nav-tabs li a.active{color:#2563eb;border-bottom-color:#2563eb;background:transparent}.gallery-all-content{padding:20px 30px 20px 20px;flex:1;overflow-y:auto;overflow-x:hidden}.gallery-all-content::-webkit-scrollbar{width:10px}.gallery-all-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:5px}.gallery-all-content::-webkit-scrollbar-thumb{background:#888;border-radius:5px}.gallery-all-content::-webkit-scrollbar-thumb:hover{background:#555}.gallery-section{margin-bottom:30px;scroll-margin-top:80px}.gallery-section:first-child{padding-top:0}.gallery-section:last-child{margin-bottom:30px}.section-title{font-size:18px;font-weight:700;color:#1a2b48;margin:0 0 15px;padding-bottom:10px;border-bottom:2px solid #e5e7eb}.gallery-grid-full{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery-item-full{position:relative;overflow:hidden;border-radius:8px;cursor:pointer;background:#f5f5f5;aspect-ratio:4/3}.gallery-item-full img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.gallery-item-full:hover img{transform:scale(1.05)}.gallery-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.95);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.gallery-lightbox.active{opacity:1}.gallery-lightbox img{max-width:90%;max-height:90%;object-fit:contain}.lightbox-close{position:fixed;top:20px;right:30px;font-size:50px;color:white;background:0;border:0;cursor:pointer;z-index:10000;width:50px;height:50px;line-height:50px;text-align:center}@media(max-width:767px){.modal-gallery-fullscreen .close{top:-5px;right:0;font-size:28px;border-radius:50%;width:36px;height:36px;line-height:36px;text-align:center;padding:0}.gallery-nav-tabs{padding-right:50px}.gallery-nav-tabs li a{padding:10px 14px;font-size:12px}.gallery-all-content{padding:12px 12px 12px 10px}.gallery-section{margin-bottom:20px}.section-title{font-size:15px;margin:0 0 10px;padding-bottom:8px}.gallery-grid-full{grid-template-columns:repeat(2,1fr);gap:8px}.gallery-item-full{border-radius:6px}}
