* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #102033;
  background: #ffffff;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1150px, 92%);
  margin: 0 auto;
}

.top-bar {
  background: #082b55;
  color: #ffffff;
  padding: 10px 5%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 14px;
  font-weight: 700;
}

.top-bar a {
  color: #ffffff;
}

.site-header {
  background: rgba(255,255,255,0.98);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.header-inner {
  width: min(1200px, 94%);
  margin: 0 auto;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 112px;
  width: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-weight: 800;
}

nav a {
  color: #082b55;
}

.nav-button {
  background: #0b80d0;
  color: #ffffff !important;
  padding: 13px 20px;
  border-radius: 999px;
}

.hero {
  min-height: 760px;
  background:
    linear-gradient(rgba(2, 19, 39, 0.66), rgba(2, 19, 39, 0.78)),
    url("images/hero.png") center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 80px 20px;
}

.hero-content {
  max-width: 980px;
}

.hero-logo {
  width: min(860px, 96%);
  margin: 0 auto 30px;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.5));
}

.hero h1 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero p {
  font-size: clamp(18px, 2.2vw, 26px);
  max-width: 900px;
  margin: 0 auto 30px;
  font-weight: 700;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.button {
  display: inline-block;
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
}

.primary {
  background: #0b80d0;
  color: #ffffff;
}

.secondary {
  background: #ffffff;
  color: #082b55;
}

.hero-trust {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 800;
}

.trust-bar {
  background: #eaf6ff;
  color: #082b55;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  font-weight: 900;
  border-top: 5px solid #0b80d0;
}

.trust-bar div {
  padding: 24px 15px;
}

.intro,
.services,
.gallery,
.service-area,
.quote-section {
  padding: 90px 0;
  text-align: center;
}

.services {
  background: #f7fbff;
}

.eyebrow {
  display: inline-block;
  color: #0b80d0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 12px;
}

.eyebrow.light {
  color: #80d4ff;
}

.intro h2,
.services h2,
.gallery h2,
.why-us h2,
.service-area h2,
.quote-section h2 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  margin: 0 0 18px;
  color: #082b55;
}

.intro p,
.gallery p,
.service-area p,
.quote-section p {
  font-size: 20px;
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 38px;
}

.service-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 34px;
  text-align: left;
  box-shadow: 0 12px 35px rgba(8,43,85,0.08);
  border: 1px solid #e0eef8;
}

.service-card span {
  color: #0b80d0;
  font-weight: 900;
  font-size: 20px;
  display: block;
  margin-bottom: 14px;
}

.service-card h3 {
  color: #082b55;
  font-size: 26px;
  margin: 0 0 12px;
}

.service-card p {
  line-height: 1.65;
  font-size: 16px;
  margin: 0;
}

.cta-strip {
  background: #082b55;
  color: #ffffff;
  padding: 55px 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.cta-inner h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
}

.gallery {
  background: #ffffff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-top: 35px;
}

.gallery-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(8,43,85,0.14);
}

.gallery-button-wrap {
  margin-top: 35px;
  text-align: center;
}

/* FULL GALLERY PAGE */

.gallery-hero {
  background:
    linear-gradient(rgba(8,43,85,0.88), rgba(8,43,85,0.88)),
    url("images/hero.png") center center / cover no-repeat;
  color: #ffffff;
  text-align: center;
  padding: 120px 0;
}

.gallery-hero h1 {
  font-size: clamp(44px, 7vw, 84px);
  margin: 0 0 15px;
  text-transform: uppercase;
  line-height: 1;
}

.gallery-hero p {
  font-size: 22px;
  margin: 0;
}

.gallery-page {
  padding: 70px 0;
  background: #ffffff;
}

.full-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  gap: 12px;
}

.full-gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(8,43,85,0.12);
  background: #eaf6ff;
}

.full-gallery-grid img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  transition: 0.25s ease;
}

.full-gallery-grid img:hover {
  transform: scale(1.08);
}

.why-us {
  background:
    linear-gradient(rgba(8,43,85,0.92), rgba(8,43,85,0.92)),
    url("images/hero.png") center center / cover no-repeat;
  color: #ffffff;
  padding: 95px 0;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}

.why-us h2 {
  color: #ffffff;
}

.why-us p {
  line-height: 1.75;
  font-size: 18px;
}

.why-list {
  display: grid;
  gap: 18px;
}

.why-list div {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 22px;
  border-radius: 16px;
}

.why-list strong {
  display: block;
  font-size: 21px;
  margin-bottom: 6px;
}

.service-area {
  background: #eaf6ff;
}

.quote-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  align-items: start;
  text-align: left;
}

.quote-phone {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 900;
  color: #082b55;
}

.quote-phone a {
  color: #0b80d0;
  font-size: 30px;
}

.quote-form {
  background: #ffffff;
  padding: 35px;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(8,43,85,0.14);
  border: 1px solid #e0eef8;
  display: grid;
  gap: 14px;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid #c8d8e6;
  border-radius: 10px;
  font-size: 16px;
  font-family: inherit;
}

.quote-form textarea {
  min-height: 130px;
}

.quote-form button {
  background: #0b80d0;
  color: #ffffff;
  border: none;
  padding: 17px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

footer {
  background: #061d39;
  color: #ffffff;
  padding: 35px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-logo {
  width: 280px;
}

footer a {
  color: #ffffff;
  font-weight: 900;
}

.mobile-call {
  display: none;
}

@media (max-width: 900px) {
  .top-bar {
    flex-direction: column;
    text-align: center;
  }

  .header-inner {
    min-height: auto;
    padding: 12px 0;
    flex-direction: column;
    gap: 12px;
  }

  .logo {
    height: 90px;
  }

  nav {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
  }

  .hero {
    min-height: 680px;
  }

  .trust-bar {
    grid-template-columns: 1fr 1fr;
  }

  .service-grid,
  .why-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .quote-grid {
    text-align: center;
  }

  .cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .gallery-hero {
    padding: 80px 0;
  }

  .full-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
    gap: 10px;
  }

  .full-gallery-grid img {
    height: 105px;
  }

  .mobile-call {
    display: block;
    position: fixed;
    bottom: 14px;
    left: 14px;
    right: 14px;
    z-index: 100;
    background: #0b80d0;
    color: #ffffff;
    text-align: center;
    padding: 16px;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(0,0,0,0.28);
  }

  body {
    padding-bottom: 72px;
  }
.gallery-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.gallery-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(8,43,85,0.14);
  color: #082b55;
  text-align: left;
  transition: 0.25s ease;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(8,43,85,0.22);
}

.gallery-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.gallery-card h3 {
  font-size: 26px;
  margin: 20px 22px 8px;
}

.gallery-card p {
  margin: 0 22px 24px;
  font-size: 16px;
  color: #4b5d73;
}

.full-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  gap: 12px;
}

.full-gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(8,43,85,0.12);
  background: #eaf6ff;
}

.full-gallery-grid img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  transition: 0.25s ease;
}

.full-gallery-grid img:hover {
  transform: scale(1.08);
}

.gallery-page {
  padding: 70px 0;
  background: #ffffff;
}

.gallery-hero {
  background:
    linear-gradient(rgba(8,43,85,0.88), rgba(8,43,85,0.88)),
    url("images/hero.png") center center / cover no-repeat;
  color: #ffffff;
  text-align: center;
  padding: 120px 0;
}

.gallery-hero h1 {
  font-size: clamp(44px, 7vw, 84px);
  margin: 0 0 15px;
  text-transform: uppercase;
  line-height: 1;
}

.gallery-hero p {
  font-size: 22px;
  margin: 0;
}

.gallery-button-wrap {
  margin-top: 35px;
  text-align: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
.gallery-links {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.gallery-link {
  background: #ffffff;
  color: #082b55;
  padding: 28px 32px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(8,43,85,0.08);
  font-size: 26px;
  font-weight: 800;
  transition: 0.25s ease;
  text-align: center;
}

.gallery-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(8,43,85,0.15);
  background: #f7fbff;
}

@media (max-width: 700px) {
  .gallery-link {
    font-size: 22px;
    padding: 22px;
  }
.gallery-list {
  max-width: 700px;
  margin: 40px auto;
  padding-left: 40px;
  text-align: left;
}

.gallery-list li {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

.gallery-list a {
  color: #082b55;
}

.gallery-list a:hover {
  color: #0b80d0;
.before-after-section {
  padding: 80px 0;
  background: #f7fbff;
  text-align: center;
}

.before-after-section {
  padding: 70px 0;
  background: #f7fbff;
  text-align: center;
}

.before-after-grid {
  max-width: 650px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.before-after-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 8px 22px rgba(8,43,85,0.12);
}

.before-after-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.before-after-images > div {
  position: relative;
}

.before-after-images span {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #082b55;
  color: #ffffff;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  z-index: 2;
}

.before-after-images img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 10px;
}

.before-after-card h3 {
  margin: 10px 0 0;
  color: #082b55;
  font-size: 15px;
}

@media (max-width: 700px) {
  .before-after-grid {
    max-width: 95%;
  }

  .before-after-images {
    grid-template-columns: 1fr 1fr;
  }

  .before-after-images img {
    height: 90px;
  }
.contact-section {
padding: 80px 0;
background: #f7fbff;
text-align: center;
}

.contact-section h2 {
color: #082b55;
margin-bottom: 15px;
}

.contact-section p {
max-width: 700px;
margin: 0 auto 35px;
}

.contact-info {
display: flex;
justify-content: center;
gap: 25px;
flex-wrap: wrap;
}

.contact-box {
background: #ffffff;
padding: 30px;
min-width: 280px;
border-radius: 18px;
box-shadow: 0 10px 25px rgba(8,43,85,0.12);
}

.contact-box h3 {
color: #082b55;
margin-bottom: 10px;
}

.contact-box a {
color: #0b80d0;
font-size: 22px;
font-weight: 800;
word-break: break-word;
}
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

#lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-image {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 48px;
  cursor: pointer;
}
.lightbox-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.92) !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 999999 !important;
  padding: 25px !important;
}

.lightbox-overlay.active {
  display: flex !important;
}

.lightbox-overlay img {
  max-width: 94vw !important;
  max-height: 88vh !important;
  object-fit: contain !important;
  border-radius: 10px !important;
}

.lightbox-close {
  position: fixed !important;
  top: 18px !important;
  right: 28px !important;
  color: #ffffff !important;
  font-size: 44px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  z-index: 1000000 !important;
}