html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.home-redesign {
  --ink: #10263a;
  --teal: #0f9f9a;
  --teal-deep: #0b7f7a;
  --sand: #f4efe7;
  --bg: #f7fbfc;
  --card: #ffffff;
  --line: #dce8ec;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--ink);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: radial-gradient(circle at 85% 10%, #d8f3ef 0%, #f7fbfc 45%, #f7fbfc 100%);
}

.home-redesign section {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 3.5rem clamp(1rem, 4vw, 3rem);
}

.home-redesign .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: #176964;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.hero-band {
  padding-top: 2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(1.95rem, 4vw, 3.25rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-sub {
  color: #355166;
  max-width: 60ch;
  margin-bottom: 1.2rem;
}

.hero-cta-row {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}

.btn-main,
.btn-ghost,
.hero-card button {
  display: inline-block;
  text-decoration: none;
  border-radius: 0.65rem;
  font-weight: 700;
  padding: 0.72rem 1.1rem;
  border: 2px solid transparent;
}

.btn-main,
.hero-card button {
  background: linear-gradient(135deg, var(--teal), var(--teal-deep));
  color: #fff;
}

.btn-ghost {
  border-color: #a8c8cd;
  color: var(--ink);
  background: #fff;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
  color: #25455b;
}

.hero-points li::before {
  content: "�";
  color: var(--teal);
  margin-right: 0.5rem;
}

.hero-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 14px 30px rgba(17, 41, 57, 0.12);
}

.hero-card h3 {
  margin: 0 0 0.35rem;
}

.hero-card p {
  color: #4a6578;
  margin-bottom: 1rem;
}

.hero-card .field {
  margin-bottom: 0.75rem;
}

.hero-card label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.hero-card input,
.hero-card select {
  width: 100%;
  border: 1px solid #c8d8e0;
  border-radius: 0.55rem;
  padding: 0.6rem 0.7rem;
}

.hero-card button {
  width: 100%;
}
.about-band {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(236, 243, 248, 0.95)),
    radial-gradient(circle at 12% 18%, rgba(15, 159, 154, 0.12), transparent 55%);
  border: 1px solid #d8e4ea;
  border-radius: 1.2rem;
  box-shadow: 0 14px 32px rgba(18, 46, 66, 0.09);
}

.about-head {
  text-align: center;
  margin-bottom: 2rem;
}

.about-kicker {
  margin: 0 0 0.45rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: #0d807b;
  font-weight: 700;
}

.about-head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.9rem, 3.2vw, 2.9rem);
  line-height: 1.1;
}

.about-head p {
  margin: 0;
  color: #4c6577;
  font-size: 1rem;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 2rem;
  align-items: start;
}

.about-media img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid #d4e0e7;
  box-shadow: 0 20px 36px rgba(18, 44, 62, 0.16);
}

.about-copy h3 {
  font-size: clamp(1.8rem, 2.35vw, 3rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.about-copy p {
  color: #3f5668;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.about-points {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.about-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-weight: 700;
  background: #fff;
  border: 1px solid #d8e4eb;
  border-radius: 0.8rem;
  padding: 0.75rem 0.8rem;
}

.about-points li div {
  display: grid;
  gap: 0.2rem;
}

.about-points li strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.about-points li small {
  color: #4a6477;
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.35;
}

.about-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f36c31;
  color: #fff;
  display: inline-grid;
  place-items: center;
  font-size: 0.94rem;
  flex-shrink: 0;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  background: var(--sand);
  border-radius: 0.9rem;
  margin-top: 0;
}

.trust-item {
  text-align: center;
  padding: 0.9rem 0.5rem;
}

.trust-item strong {
  display: block;
  font-size: 1.4rem;
}

.trust-item span {
  color: #4f6778;
  font-size: 0.9rem;
}

.section-head h2 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2.3vw, 2.2rem);
}

.services-showcase {
  background: #ececec;
  border-radius: 1rem;
}

.services-head {
  text-align: center;
  margin-bottom: 1.6rem;
}

.services-head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.services-head p {
  margin: 0;
  color: #4d6274;
}

.services-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  background: #f7f7f7;
  border-radius: 0.85rem;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(21, 40, 57, 0.08);
}

.service-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.service-card-body {
  padding: 0.95rem 1rem 1rem;
  display: flex;
  flex-direction: column;
}

.service-card-body h3 {
  margin: 0;
  font-size: 1.08rem;
}

.service-price {
  margin: 0.4rem 0 0.85rem;
  color: #f25d24;
  font-size: 1.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.service-book-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 0.42rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  background: #f25d24;
  align-self: flex-end;
}

.services-more {
  margin-top: 0.85rem;
  display: flex;
  justify-content: flex-end;
}

.services-more-btn {
  text-decoration: none;
  background: #f25d24;
  color: #fff;
  border-radius: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.7rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.service-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 1rem;
}

.service-grid h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.service-grid p {
  margin: 0;
  color: #486377;
}

.process {
  background: linear-gradient(180deg, #ffffff 0%, #eef8f6 100%);
  border-radius: 1rem;
}

.process-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.process-grid div {
  background: #fff;
  border: 1px solid #d2e6e3;
  border-radius: 0.85rem;
  padding: 0.95rem;
}

.process-grid span {
  display: inline-block;
  font-size: 0.8rem;
  color: #16635f;
  background: #dbf0ec;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  margin-bottom: 0.55rem;
}

.process-grid h4 {
  margin: 0 0 0.35rem;
}

.process-grid p {
  margin: 0;
  color: #4b687b;
}

.gallery-blocks {
  background: #eef3f6;
  border: 1px solid #d7e4eb;
  border-radius: 1rem;
}

.gallery-head {
  text-align: center;
}

.gallery-head h2 {
  margin-bottom: 0.4rem;
}

.gallery-tabs {
  display: flex;
  gap: 0.55rem;
  background: #dce9ef;
  border-radius: 999px;
  padding: 0.35rem;
  width: fit-content;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery-tab {
  border: 0;
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  font-weight: 700;
  color: #20445b;
  background: transparent;
}

.gallery-tab.is-active {
  background: #fff;
  color: #0f9f9a;
  box-shadow: 0 6px 16px rgba(17, 44, 63, 0.12);
}

.gallery-panel {
  margin-top: 0.4rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.gallery-item {
  margin: 0;
  background: #fff;
  border: 1px solid #d6e3ea;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 40, 58, 0.08);
}

.gallery-item img,
.gallery-item video,
.gallery-item iframe {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.gallery-item img,
.gallery-item video {
  object-fit: cover;
}

.gallery-item iframe {
  border: 0;
}

.testimonial-blocks {
  background:
    radial-gradient(circle at 10% 20%, rgba(15, 159, 154, 0.08), transparent 45%),
    linear-gradient(180deg, #ffffff 0%, #f9fcfe 100%);
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}

.testimonial-blocks .section-head {
  text-align: center;
}

.testimonial-slider {
  position: relative;
  min-height: 335px;
}

.testimonial-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 1.15rem;
  box-shadow:
    0 24px 48px rgba(17, 40, 58, 0.13),
    inset 0 0 0 1px #e5edf3;
  text-align: center;
  padding: 2rem 2rem 1.8rem;
}

.testimonial-item::before {
  content: "�";
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 0.9rem;
  border-radius: 50%;
  background: #f15d23;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.testimonial-item.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.testimonial-item img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.85rem;
  border: 4px solid #e8f2f7;
}

.testimonial-meta {
  margin-bottom: 0.55rem;
}

.testimonial-item h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
}

.testimonial-role {
  display: block;
  margin-top: 0.22rem;
  color: #0f9f9a;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.testimonial-item p {
  margin: 0;
  color: #355367;
  line-height: 1.9;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.cta-panel {
  text-align: center;
  background: #112f45;
  color: #fff;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.cta-panel h2 {
  margin-bottom: 0.5rem;
}

.cta-panel p {
  color: #d4e5ef;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-copy h3 {
    margin-top: 0.35rem;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-slider {
    min-height: 360px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .home-redesign section {
    padding: 2.25rem 1rem;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .services-showcase-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-slider {
    min-height: 420px;
  }

  .testimonial-item {
    padding: 1.55rem 1.1rem 1.35rem;
  }

  .service-grid,
  .process-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }
}

.site-wrap {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
}

.top-strip {
  background: #0f344a;
  color: #d2e5ee;
  font-size: 0.82rem;
}

.top-strip .site-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.45rem 0;
}

.top-strip-left {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.top-strip p {
  margin: 0;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(210, 229, 238, 0.35);
  border-radius: 999px;
  padding: 0.2rem 0.35rem;
  flex-shrink: 0;
}

.lang-switch i {
  color: #d8ecf7;
  font-size: 0.88rem;
  margin-right: 0.1rem;
}

.lang-btn {
  border: 0;
  background: transparent;
  color: #d8ecf7;
  border-radius: 999px;
  padding: 0.18rem 0.6rem;
  font-size: 0.78rem;
  line-height: 1.2;
  cursor: pointer;
}

.lang-btn.is-active {
  background: #ffffff;
  color: #0f344a;
}

.lang-sep {
  color: rgba(210, 229, 238, 0.6);
  font-size: 0.78rem;
}

.top-strip-emergency {
  white-space: nowrap;
}

.google-translate-hidden {
  display: none !important;
}

body > .skiptranslate,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.site-nav {
  background: #f8fcfd;
  border-bottom: 1px solid #d8e8ee;
  box-shadow: 0 8px 20px rgba(17, 47, 69, 0.08);
}

.nav-shell {
  display: flex;
  align-items: center;
  min-height: 74px;
  gap: 1rem;
}

.brand-mark {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.brand-badge {
  width: 42px;
  height: 42px;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #0f9f9a, #0b7f7a);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.brand-logo-custom {
  width: 142px;
  height: 142px;
  /* border-radius: 0.75rem; */
  /* object-fit: cover; */
  /* border: 1px solid #d6e7ef; */
}

.brand-text {
  display: grid;
  line-height: 1.08;
}

.brand-text strong {
  color: #10263a;
  font-size: 1rem;
}

.brand-text small {
  color: #446174;
  font-size: 0.75rem;
}

#mainNav {
  margin-left: auto;
}

.nav-links {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #d8e8ee;
  border-radius: 999px;
  padding: 0.36rem;
  gap: 0.2rem;
  backdrop-filter: blur(6px);
}

.nav-links .nav-link {
  color: #16334a;
  font-weight: 400;
  font-size: 1.08rem;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  letter-spacing: 0.01em;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-links .nav-link:hover,
.nav-links .nav-link:focus {
  background: #e6f3f1;
  color: #0d6f6a;
  transform: translateY(-1px);
}

.nav-links .nav-link[data-book-now-trigger="true"] {
  background: linear-gradient(135deg, #f36a33, #dc4f19);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(220, 79, 25, 0.24);
}

.nav-links .nav-link[data-book-now-trigger="true"]:hover,
.nav-links .nav-link[data-book-now-trigger="true"]:focus {
  background: linear-gradient(135deg, #ff7b47, #e65c25);
  color: #ffffff;
}

.page-main {
  min-height: 58vh;
}

.about-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: radial-gradient(circle at 80% 0%, #ddf5f1 0%, #f5fbfc 45%, #f5fbfc 100%);
  color: #122d43;
}

.about-page section {
  padding: 3.25rem clamp(1rem, 4vw, 3rem);
}

.about-hero {
  text-align: center;
}

.about-hero h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  margin-bottom: 0.9rem;
}

.about-hero p {
  max-width: 72ch;
  margin: 0 auto;
  color: #3f5d70;
  line-height: 1.75;
}

.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.about-story-media img {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #d7e6ee;
  box-shadow: 0 16px 36px rgba(16, 43, 62, 0.14);
}

.about-story-copy h2,
.about-values h2,
.about-cta h2 {
  margin-bottom: 0.85rem;
}

.about-story-copy p {
  color: #3b596c;
  line-height: 1.8;
}

.about-stat-grid {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.about-stat-grid div {
  background: #ffffff;
  border: 1px solid #d8e6ee;
  border-radius: 0.8rem;
  padding: 0.8rem;
}

.about-stat-grid strong {
  display: block;
  font-size: 1.2rem;
}

.about-stat-grid span {
  color: #486377;
  font-size: 0.92rem;
}

.about-values {
  background: #f1f7f9;
}

.about-value-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-value-grid article {
  background: #fff;
  border: 1px solid #d8e7ee;
  border-radius: 0.9rem;
  padding: 1rem;
}

.about-value-grid p {
  margin: 0;
  color: #496678;
}

.about-cta {
  text-align: center;
  background: #123750;
  color: #fff;
}

.about-cta p {
  color: #cfe0ec;
  margin-bottom: 1rem;
}

.services-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: radial-gradient(circle at 90% 0%, #ddf3f0 0%, #f5fbfc 40%, #f5fbfc 100%);
  color: #122d43;
}

.services-page section {
  padding: 3.25rem clamp(1rem, 4vw, 3rem);
}

.services-page-hero {
  text-align: center;
}

.services-page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.05rem);
  margin-bottom: 0.75rem;
}

.services-page-hero p {
  margin: 0 auto;
  max-width: 68ch;
  color: #3f5f72;
}

.services-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.services-page-card {
  background: #fff;
  border: 1px solid #d8e6ee;
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(16, 43, 62, 0.1);
  display: flex;
  flex-direction: column;
}

.service-media-link {
  display: block;
}

.services-page-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.services-page-card h3 {
  margin: 0.95rem 1rem 0.5rem;
  font-size: 1.18rem;
}

.services-page-card h3 a {
  color: #102f45;
  text-decoration: none;
}

.services-page-card h3 a:hover,
.services-page-card h3 a:focus {
  color: #0f8f8a;
}

.services-page-card p {
  margin: 0 1rem 1rem;
  color: #4a6578;
  line-height: 1.65;
}

.service-card-book-btn {
  align-self: flex-start;
  margin: auto 1rem 1rem;
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #f25d24;
  color: #fff;
  font-weight: 700;
  font-size: 0.86rem;
}

.service-detail-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(180deg, #f7fcfd 0%, #eef7fa 100%);
}

.service-detail-wrap {
  padding: 3.25rem clamp(1rem, 4vw, 3rem);
}

.service-back-link {
  display: inline-block;
  margin-bottom: 1rem;
  color: #1a4f70;
  text-decoration: none;
  font-weight: 700;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  align-items: center;
  background: #fff;
  border: 1px solid #d9e7ef;
  border-radius: 1rem;
  padding: 1rem;
}

.service-detail-media img {
  width: 100%;
  border-radius: 0.85rem;
  border: 1px solid #d5e4ec;
}

.service-detail-copy h1 {
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  margin-bottom: 0.75rem;
}

.service-detail-copy p {
  color: #3f5f72;
  line-height: 1.8;
}

.service-detail-copy h3 {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.1rem;
  color: #123a54;
}

.service-detail-price {
  margin: 0.85rem 0 1rem;
  color: #f25d24;
  font-size: 1.3rem;
  font-weight: 800;
}

.service-detail-actions {
  margin-bottom: 0.9rem;
}

.service-detail-actions .btn-main {
  background: #f25d24;
  color: #fff;
}

.service-share {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.service-share span {
  color: #2f5166;
  font-weight: 700;
  margin-right: 0.2rem;
}

.service-share a,
.share-link-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  border: 0;
  background: #13496a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.share-link-btn {
  cursor: pointer;
  width: auto;
  padding: 0 0.65rem;
  border-radius: 999px;
}

.service-share a i,
.share-link-btn i {
  font-size: 0.95rem;
  line-height: 1;
}

.other-services-block {
  margin-top: 1.4rem;
  background: #fff;
  border: 1px solid #d9e7ef;
  border-radius: 1rem;
  padding: 1.1rem;
}

.other-services-head h2 {
  margin: 0.2rem 0 0.8rem;
  color: #123a54;
}

.other-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.other-service-card {
  display: block;
  text-decoration: none;
  border: 1px solid #d8e5ed;
  border-radius: 0.8rem;
  padding: 0.9rem;
  background: #f9fcfe;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.other-service-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0.6rem;
  border: 1px solid #d8e5ed;
  margin-bottom: 0.65rem;
}

.other-service-card h3 {
  margin: 0 0 0.35rem;
  color: #123a54;
  font-size: 1rem;
}

.other-service-card p {
  margin: 0;
  color: #456377;
  line-height: 1.6;
  font-size: 0.95rem;
}

.other-service-card:hover {
  transform: translateY(-2px);
  border-color: #f25d24;
  box-shadow: 0 10px 24px rgba(18, 58, 84, 0.1);
}

.gallery-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: radial-gradient(circle at 85% 0%, #def4f1 0%, #f5fbfc 40%, #f5fbfc 100%);
}

.gallery-page section {
  padding: 3.25rem clamp(1rem, 4vw, 3rem);
}

.gallery-page-hero {
  text-align: center;
}

.gallery-page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.8rem;
}

.gallery-page-hero p {
  margin: 0 auto;
  max-width: 72ch;
  color: #3f5d71;
}

.gallery-page-wrap .gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-page-wrap .gallery-item {
  cursor: pointer;
}

.gallery-blocks .gallery-item {
  cursor: pointer;
}

.gallery-page-wrap .gallery-item iframe {
  pointer-events: none;
}

.gallery-blocks .gallery-item iframe {
  pointer-events: none;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 29, 0.78);
}

.gallery-lightbox-dialog {
  position: relative;
  width: min(980px, 95vw);
  max-height: 90vh;
  background: #0f1f2c;
  border-radius: 0.8rem;
  overflow: auto;
  border: 1px solid #2d4354;
  z-index: 1;
}

.gallery-lightbox-close {
  position: sticky;
  top: 0.5rem;
  float: right;
  margin: 0.5rem 0.5rem 0 0;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #f25d24;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.gallery-lightbox-body {
  padding: 0.75rem;
}

.gallery-lightbox-body img,
.gallery-lightbox-body video,
.gallery-lightbox-body iframe {
  display: block;
  width: 100%;
  max-height: 78vh;
  border: 0;
  border-radius: 0.55rem;
}

.gallery-lightbox-body iframe {
  pointer-events: auto;
}

.gallery-lightbox-body img,
.gallery-lightbox-body video {
  object-fit: contain;
}

body.gallery-lightbox-open {
  overflow: hidden;
}

.booking-modal .modal-content {
  border: 0;
  border-radius: 0.7rem;
  overflow: hidden;
}

.booking-modal .modal-dialog {
  max-width: 560px;
}

.booking-modal-head {
  background: #f35d24;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

.booking-modal-head h5 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
}

.booking-modal .modal-body {
  background: #f1f1f1;
  padding: 0.85rem 1rem;
  max-height: 78vh;
  overflow-y: auto;
}

.booking-form {
  display: grid;
  gap: 0.65rem;
}

.booking-row {
  display: grid;
  gap: 0.65rem;
}

.booking-row-two {
  grid-template-columns: 1fr 1fr;
}

.booking-field label {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  color: #30353a;
}

.booking-field input,
.booking-field select,
.booking-field textarea {
  width: 100%;
  border: 1px solid #c8cdd3;
  border-radius: 0.55rem;
  background: #fff;
  padding: 0.52rem 0.7rem;
  font-size: 0.95rem;
}

.booking-submit-btn {
  border: 0;
  border-radius: 999px;
  background: #f35d24;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 0.58rem 0.9rem;
}

@media (max-width: 640px) {
  .booking-row-two {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  background: #16567d;
  color: #d8e7f2;
  padding-top: 2.25rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr 1fr;
  gap: 1.6rem;
  padding: 0 0 2rem;
}

.footer-grid h5 {
  color: #fff;
  margin-bottom: 0.85rem;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  font-weight: 800;
}

.footer-grid p {
  margin: 0.5rem 0;
  color: #d4e6f1;
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.7;
}

.footer-grid a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin: 0.48rem 0;
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
}

.footer-grid a:link,
.footer-grid a:visited,
.footer-grid a:hover,
.footer-grid a:active {
  color: #ffffff;
}

.footer-grid a:hover,
.footer-grid a:focus {
  color: #ffffff;
}

.footer-title-icon {
  margin-right: 0.4rem;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.footer-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: inline-grid;
  place-items: center;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-social a i {
  font-size: 1.05rem;
  line-height: 1;
}

.footer-links-col a::before {
  content: "\203A";
  color: #cfe3f0;
  margin-right: 0.6rem;
}

.footer-contact-col .contact-icon {
  color: #ff6a2d;
  margin-right: 0.55rem;
}

.copyright {
  border-top: 1px solid rgba(213, 231, 243, 0.15);
}

 .copyright .site-wrap {
  padding: 0.9rem clamp(0.75rem, 2vw, 1.5rem);
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
  color: #e3eef6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin: 0 auto;
}

.copyright-links {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
}

.copyright-links a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}.copyright-links a + a::before {
  content: "|";
  color: rgba(227, 238, 246, 0.75);
  margin-right: 0.9rem;
}

.copyright-links a:hover,
.copyright-links a:focus {
  text-decoration: underline;
}

.whatsapp-sticky-chat {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1150;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  background: #25d366;
  color: #ffffff;
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  box-shadow: 0 10px 24px rgba(10, 36, 24, 0.3);
  font-weight: 700;
}

.whatsapp-sticky-chat:hover,
.whatsapp-sticky-chat:focus {
  color: #ffffff;
  background: #1ebe5d;
}

.whatsapp-sticky-chat svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.whatsapp-sticky-chat span {
  font-size: 0.92rem;
  line-height: 1;
}

.faq-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: radial-gradient(circle at 12% 0%, #dff4ff 0%, #f4fafc 42%, #f4fafc 100%);
}

.faq-hero,
.faq-wrap {
  padding: 3.25rem clamp(1rem, 4vw, 3rem);
}

.faq-hero {
  text-align: center;
}

.faq-hero h1 {
  font-size: clamp(2rem, 4vw, 2.95rem);
  margin-bottom: 0.7rem;
}

.faq-hero p {
  margin: 0 auto;
  max-width: 70ch;
  color: #3f5d71;
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  background: #fff;
  border: 1px solid #d9e7ef;
  border-radius: 0.9rem;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: #123a54;
  padding: 1rem 1.15rem;
  position: relative;
  padding-right: 2.7rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e9f3f8;
  color: #123a54;
}

.faq-item[open] summary::after {
  content: "-";
  background: #f25d24;
  color: #fff;
}

.faq-answer {
  padding: 0 1.15rem 1rem;
}

.faq-answer p {
  margin: 0;
  color: #47657a;
  line-height: 1.8;
}

.faq-empty {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid #d9e7ef;
  border-radius: 0.9rem;
  padding: 1.35rem;
}

@media (max-width: 991px) {
  .site-header {
    position: static;
  }

  .top-strip .site-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-strip-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .top-strip-emergency {
    white-space: normal;
  }

  .nav-shell {
    min-height: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .brand-logo-custom {
    width: 84px;
    height: 84px;
    object-fit: contain;
  }

  .navbar-toggler {
    margin-left: auto;
  }

  #mainNav {
    width: 100%;
    flex-basis: 100%;
    order: 3;
    margin-top: 0.5rem;
  }

  #mainNav .nav-links {
    width: 100%;
    align-items: flex-start;
    border-radius: 0.9rem;
    padding: 0.55rem;
    gap: 0.3rem;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 52, 74, 0.12);
  }

  #mainNav .nav-item {
    width: 100%;
  }

  #mainNav .nav-link {
    display: block;
    width: 100%;
    border-radius: 0.6rem;
    padding: 0.68rem 0.85rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
  }

  .about-story {
    grid-template-columns: 1fr;
  }

  .about-value-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .other-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-page-wrap .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-hero,
  .faq-wrap {
    padding: 2.35rem 1rem;
  }
}

@media (max-width: 640px) {
  .brand-text small {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .footer-grid h5 {
    font-size: 1.28rem;
  }

  .footer-grid p,
  .footer-grid a,
  .copyright .site-wrap {
    font-size: 0.98rem;
  }

  .copyright .site-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .copyright-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-social a {
    width: 40px;
    height: 40px;
  }

  .about-page section {
    padding: 2.35rem 1rem;
  }

  .about-stat-grid,
  .about-value-grid {
    grid-template-columns: 1fr;
  }

  .services-page section {
    padding: 2.35rem 1rem;
  }

  .services-page-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-wrap {
    padding: 2.35rem 1rem;
  }

  .other-services-grid {
    grid-template-columns: 1fr;
  }

  .gallery-page section {
    padding: 2.35rem 1rem;
  }

  .gallery-page-wrap .gallery-grid {
    grid-template-columns: 1fr;
  }

.booking-modal .modal-dialog {
    margin: 0.5rem;
  }

  .booking-modal-head h5 {
    font-size: 1.32rem;
  }

  .whatsapp-sticky-chat {
    right: 0.7rem;
    bottom: 0.7rem;
    padding: 0.5rem 0.75rem;
  }
}

.admin-login-page {
  min-height: 62vh;
  display: grid;
  place-items: center;
  padding: 2rem 1rem;
  background: linear-gradient(180deg, #f5fafc 0%, #eaf3f8 100%);
}

.admin-login-card {
  width: min(460px, 100%);
  background: #fff;
  border: 1px solid #d8e5ee;
  border-radius: 0.9rem;
  box-shadow: 0 14px 28px rgba(16, 43, 62, 0.12);
  padding: 1.25rem;
}

.admin-login-card h1 {
  margin: 0 0 0.35rem;
  font-size: 1.65rem;
}

.admin-login-card p {
  color: #4b6779;
  margin-bottom: 1rem;
}

.admin-login-field {
  margin-bottom: 0.8rem;
}

.admin-login-field label {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 700;
}

.admin-login-field input {
  width: 100%;
  border: 1px solid #c8d7e1;
  border-radius: 0.5rem;
  padding: 0.65rem 0.7rem;
}

.admin-login-btn {
  width: 100%;
  border: 0;
  border-radius: 0.6rem;
  padding: 0.7rem 1rem;
  background: #f25d24;
  color: #fff;
  font-weight: 800;
}

.admin-login-error {
  background: #ffe8e2;
  color: #9b2a20;
  border: 1px solid #f7c6ba;
  border-radius: 0.5rem;
  padding: 0.55rem 0.65rem;
  margin-bottom: 0.85rem;
}

.contact-redesign-wrap {
  padding-top: 0;
}

.contact-redesign-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 1.1rem;
}

.contact-info-card,
.contact-form-card,
.contact-map-card {
  background: #fff;
  border: 1px solid #d8e5ee;
  border-radius: 0.9rem;
  box-shadow: 0 10px 24px rgba(16, 43, 62, 0.08);
  padding: 1rem;
}

.contact-info-card h3,
.contact-map-card h3 {
  margin: 0 0 0.35rem;
}

.contact-info-sub {
  color: #4b6779;
  margin-bottom: 0.85rem;
}

.contact-info-item {
  display: grid;
  gap: 0.2rem;
  padding: 0.55rem 0;
  border-top: 1px dashed #d8e5ee;
}

.contact-info-item strong {
  color: #10263a;
}

.contact-info-item a,
.contact-info-item span {
  color: #365162;
  text-decoration: none;
}

.contact-map-wrap {
  padding-top: 1rem;
}

.contact-map-frame {
  width: 100%;
  min-height: 360px;
  border: 1px solid #d8e5ee;
  border-radius: 0.7rem;
  overflow: hidden;
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.contact-form-card .btn-main {
  background: #0f9f9a;
  border-color: #0f9f9a;
  color: #ffffff;
}

.contact-form-card .btn-main:hover,
.contact-form-card .btn-main:focus {
  background: #0b7f7a;
  border-color: #0b7f7a;
}

@media (max-width: 991px) {
  .contact-redesign-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .contact-info-card,
  .contact-form-card,
  .contact-map-card {
    padding: 0.85rem;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 300px;
  }
}

.page-detail-shell {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: radial-gradient(circle at 12% 0%, #e6f6fb 0%, #f5fbfd 42%, #f5fbfd 100%);
}

.page-detail-hero,
.page-detail-wrap {
  padding: 3.25rem clamp(1rem, 4vw, 3rem);
}

.page-detail-hero {
  text-align: center;
}

.page-detail-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
}

.page-detail-hero p {
  margin: 0 auto;
  max-width: 72ch;
  color: #3f5d71;
}

.page-detail-content {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d7e6ef;
  border-radius: 1rem;
  box-shadow: 0 12px 24px rgba(20, 52, 74, 0.08);
  padding: 1.25rem;
  color: #28475c;
  line-height: 1.85;
}

.page-detail-content h2,
.page-detail-content h3,
.page-detail-content h4 {
  color: #123a54;
  margin-top: 1rem;
}

.page-detail-content a {
  color: #0d5f8b;
}

@media (max-width: 991px) {
  .page-detail-hero,
  .page-detail-wrap {
    padding: 2.35rem 1rem;
  }
}



