.elementor-556 .elementor-element.elementor-element-056a927{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-556 .elementor-element.elementor-element-056a927{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-94e75ae */:root {
  --blue: #1A5FD4;
  --blue-dark: #0F3E9A;
  --blue-deeper: #0A2866;
  --blue-light: #E8F0FD;
  --blue-mid: #C3D6FA;
  --gray-200: #DDE5F4;
  --gray-400: #8FA3C8;
  --gray-800: #1E2D47;
  --text-muted: #5A6E8C;
  --off-white: #F7F9FF;
}

.gal-hero, .gal-content { font-family: 'Outfit', sans-serif; color: var(--gray-800); }

/* ---- HERO ---- */
.gal-hero { position: relative; min-height: 440px; display: flex; align-items: flex-end; overflow: hidden; }
.gal-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gal-hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(10,40,102,.92) 0%, rgba(10,40,102,.7) 50%, rgba(10,40,102,.35) 100%); }
.gal-hero-inner { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; padding: 60px 32px 56px; width: 100%; }

.gal-breadcrumb {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.8); font-size: .85rem; padding: 8px 16px; border-radius: 100px; margin-bottom: 22px;
}
.gal-breadcrumb a { color: rgba(255,255,255,.8); text-decoration: none; }
.gal-breadcrumb a:hover { color: #fff; }
.gal-breadcrumb strong { color: #fff; font-weight: 600; }

.gal-badge {
  display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #fff; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25);
  padding: 6px 16px; border-radius: 100px; margin-bottom: 18px;
}
.gal-title { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5vw, 3.6rem); color: #fff; line-height: 1.1; margin-bottom: 14px; }
.gal-desc { font-size: 1.05rem; color: rgba(255,255,255,.85); max-width: 620px; line-height: 1.75; margin-bottom: 30px; }

.gal-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem;
  padding: 14px 26px; border-radius: 100px; text-decoration: none; transition: all .3s ease; border: none; cursor: pointer;
}
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(26,95,212,.35); }
.btn-outline-dark { background: rgba(255,255,255,.08); color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn-outline-dark:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }

.gal-trust-row { display: flex; flex-wrap: wrap; gap: 20px; }
.gal-trust-row span { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.85); }

/* ---- CONTENT ---- */
.gal-content { background: var(--off-white); padding: 60px 32px 90px; }
.gal-content-inner { max-width: 1300px; margin: 0 auto; }

.gal-tabs {
  display: inline-flex; gap: 6px; background: #fff; border: 1px solid var(--gray-200);
  border-radius: 100px; padding: 6px; margin-bottom: 32px;
}
.gal-tab {
  border: none; background: none; cursor: pointer; font-family: inherit;
  font-size: .92rem; font-weight: 600; color: var(--text-muted);
  padding: 10px 22px; border-radius: 100px; transition: background .25s ease, color .25s ease;
}
.gal-tab.active { background: var(--blue); color: #fff; }
.gal-tab:not(.active):hover { background: var(--blue-light); color: var(--blue-dark); }

/* ---- GRID ---- */
.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}
.gal-tile {
  position: relative; aspect-ratio: 1/1; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--gray-200); padding: 0; cursor: pointer; background: var(--blue-light);
  transition: transform .3s ease, box-shadow .3s ease;
}
.gal-tile:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(26,95,212,.2); }
.gal-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.gal-tile:hover img { transform: scale(1.07); }

.gal-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(10,40,102,.35);
}
.gal-play svg {
  width: 52px; height: 52px; color: #fff; background: rgba(26,95,212,.85);
  border-radius: 50%; padding: 14px; box-shadow: 0 8px 20px rgba(0,0,0,.3);
  transition: transform .3s ease;
}
.gal-tile:hover .gal-play svg { transform: scale(1.12); }

/* ---- PAGINATION ---- */
.gal-pagination { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; }
.gal-page-btn {
  border: 1px solid var(--gray-200); background: #fff; color: var(--gray-800);
  font-family: inherit; font-size: .9rem; font-weight: 600; cursor: pointer;
  padding: 9px 16px; border-radius: 10px; transition: all .25s ease;
}
.gal-page-btn:hover:not(:disabled) { background: var(--blue-light); border-color: var(--blue-mid); }
.gal-page-btn.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.gal-page-btn:disabled { opacity: .4; cursor: not-allowed; }
.gal-page-num { min-width: 42px; }

/* ---- LIGHTBOX ---- */
.gal-lightbox {
  position: fixed; inset: 0; background: rgba(6,14,32,.94); z-index: 5000;
  display: none; align-items: center; justify-content: center; padding: 40px;
  opacity: 0; transition: opacity .25s ease;
}
.gal-lightbox.open { display: flex; opacity: 1; }
.gal-lb-media { max-width: 90vw; max-height: 82vh; display: flex; align-items: center; justify-content: center; }
.gal-lb-media img, .gal-lb-media video {
  max-width: 90vw; max-height: 82vh; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.5);
  display: block;
}
.gal-lb-close, .gal-lb-arrow {
  position: absolute; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: #fff; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .25s ease, transform .25s ease;
}
.gal-lb-close { top: 24px; right: 24px; width: 44px; height: 44px; font-size: 1.1rem; }
.gal-lb-close:hover { background: rgba(255,255,255,.22); transform: rotate(90deg); }
.gal-lb-arrow { top: 50%; transform: translateY(-50%); width: 52px; height: 52px; font-size: 1.3rem; }
.gal-lb-arrow:hover { background: var(--blue); transform: translateY(-50%) scale(1.08); }
.gal-lb-prev { left: 24px; }
.gal-lb-next { right: 24px; }
.gal-lb-counter {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.8); font-size: .9rem; font-weight: 600;
  background: rgba(255,255,255,.08); padding: 6px 16px; border-radius: 100px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .gal-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .gal-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .gal-hero-inner { padding: 44px 20px 40px; }
  .gal-content { padding: 44px 20px 70px; }
  .gal-lb-arrow { width: 42px; height: 42px; font-size: 1.05rem; }
  .gal-lb-prev { left: 10px; }
  .gal-lb-next { right: 10px; }
  .gal-lb-close { top: 14px; right: 14px; width: 38px; height: 38px; }
}
@media (max-width: 420px) {
  .gal-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gal-hero-actions .btn { width: 100%; justify-content: center; }
  .gal-hero-actions { flex-direction: column; }
}/* End custom CSS */