:root {
  --primary: #0A2540;
  --secondary: #0E7490;
  --accent: #FF6B00;
  --bg: #F8FAFC;
  --text: #1E293B;
  --muted: #64748B;
  --white: #FFFFFF;
  --border: #E2E8F0;
  --soft-blue: #EAF7FB;
  --soft-orange: #FFF1E7;
  --shadow-sm: 0 8px 24px rgba(10, 37, 64, 0.08);
  --shadow-md: 0 18px 45px rgba(10, 37, 64, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  letter-spacing: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

main,
.site-footer {
  max-width: 100%;
  overflow-x: clip;
}

body.mobile-menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

p {
  margin-bottom: 0;
  color: var(--muted);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: 0;
}

h1 {
  color: var(--white);
  font-size: 3.5rem;
  max-width: 980px;
}

h2 {
  font-size: 2.35rem;
}

h3 {
  font-size: 1.1rem;
}

.section-padding {
  padding: 96px 0;
}

.bg-white {
  background: var(--white) !important;
}

.bg-soft {
  background:
    linear-gradient(180deg, rgba(14, 116, 144, 0.04), rgba(255, 255, 255, 0) 42%),
    var(--bg);
}

.bg-navy {
  background:
    linear-gradient(135deg, rgba(14, 116, 144, 0.18), rgba(255, 107, 0, 0.08)),
    var(--primary);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading p,
.lead-text {
  font-size: 1.06rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 70px;
  background:
    linear-gradient(135deg, rgba(14, 116, 144, 0.24), rgba(255, 107, 0, 0.12)),
    var(--primary);
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
}

.page-hero p {
  max-width: 840px;
  color: #E2E8F0;
  font-size: 1.12rem;
}

.breadcrumb-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #BAE6FD;
  font-size: 0.88rem;
  font-weight: 800;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.breadcrumb-row a {
  color: var(--white);
}

.breadcrumb-row span {
  color: #CBD5E1;
}

.content-card,
.seo-card,
.blog-card {
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.content-card {
  padding: 30px;
}

.content-card ul {
  padding-left: 20px;
  margin-bottom: 0;
  color: var(--muted);
}

.content-card li + li {
  margin-top: 8px;
}

.seo-card {
  padding: 28px;
  height: 100%;
}

.seo-card h3 {
  margin-bottom: 12px;
}

.seo-card p {
  margin-bottom: 18px;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.area-tags a,
.area-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 11px;
  border-radius: 6px;
  color: var(--primary);
  background: var(--bg);
  border: 1px solid var(--border);
  font-size: 0.9rem;
  font-weight: 800;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.area-tags a:hover,
.area-tags a:focus {
  transform: translateY(-2px);
  color: var(--primary);
  background: var(--soft-orange);
  border-color: rgba(255, 107, 0, 0.26);
}

.local-keyword-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.keyword-box {
  min-height: 120px;
  padding: 20px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.keyword-box:hover,
.keyword-box:focus {
  color: var(--white);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.keyword-box strong {
  color: #FDBA74;
  display: block;
  margin-bottom: 8px;
}

.keyword-box span {
  color: #E2E8F0;
  font-weight: 700;
  line-height: 1.35;
}

.cta-band {
  border-radius: var(--radius);
  padding: 34px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(14, 116, 144, 0.35), rgba(255, 107, 0, 0.16)),
    var(--primary);
  box-shadow: var(--shadow-md);
}

.cta-band h2,
.cta-band p {
  color: var(--white);
}

.cta-band p {
  color: #E2E8F0;
}

.blog-card {
  overflow: hidden;
  height: 100%;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.blog-thumb {
  min-height: 160px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 37, 64, 0.3), rgba(10, 37, 64, 0.74)),
    linear-gradient(135deg, var(--secondary), var(--primary));
}

.blog-thumb.orange {
  background:
    linear-gradient(135deg, rgba(10, 37, 64, 0.2), rgba(10, 37, 64, 0.72)),
    linear-gradient(135deg, var(--accent), #F59E0B);
}

.blog-thumb.green {
  background:
    linear-gradient(135deg, rgba(10, 37, 64, 0.2), rgba(10, 37, 64, 0.72)),
    linear-gradient(135deg, #16A34A, var(--secondary));
}

.blog-thumb span {
  padding: 7px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
  font-weight: 900;
}

.blog-body {
  padding: 24px;
}

.blog-body h2,
.blog-body h3 {
  font-size: 1.12rem;
}

.blog-body p {
  margin-bottom: 18px;
}

.blog-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.blog-meta {
  display: inline-flex;
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-post-image {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  margin-bottom: 32px;
}

.blog-content {
  color: var(--text);
  font-size: 1.05rem;
}

.blog-content p,
.blog-content li {
  color: var(--text);
  margin-bottom: 16px;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
  margin-top: 30px;
}

.blog-content blockquote {
  padding: 18px 22px;
  border-left: 4px solid var(--accent);
  background: var(--bg);
  border-radius: var(--radius);
  color: var(--primary);
  font-weight: 700;
}

.blog-content img {
  max-width: 100%;
  border-radius: var(--radius);
  margin: 24px 0;
}

.sticky-sidebar {
  position: sticky;
  top: 110px;
}

.service-list {
  display: grid;
  gap: 14px;
}

.service-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border-radius: var(--radius);
  color: var(--primary);
  background: var(--white);
  border: 1px solid var(--border);
  font-weight: 900;
  box-shadow: var(--shadow-sm);
}

.service-list a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--accent);
}

.service-list a:hover,
.service-list a:focus {
  background: var(--soft-blue);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--secondary);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-kicker::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent);
}

.section-kicker.light {
  color: #A7F3D0;
}

.section-kicker.hero-kicker {
  color: #BAE6FD;
}

.btn {
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible,
.form-control:focus,
.form-select:focus,
.accordion-button:focus,
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.22rem rgba(255, 107, 0, 0.22);
  border-color: var(--accent);
}

.btn-accent {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(255, 107, 0, 0.22);
}

.btn-accent:hover,
.btn-accent:focus {
  background: #e85f00;
  border-color: #e85f00;
  color: var(--white);
}

.btn-success-soft {
  color: var(--white);
  background: #128C4A;
  border-color: #128C4A;
}

.btn-success-soft:hover,
.btn-success-soft:focus {
  color: var(--white);
  background: #0f7a41;
  border-color: #0f7a41;
}

.btn-light-outline {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
}

.btn-light-outline:hover,
.btn-light-outline:focus {
  background: var(--white);
  color: var(--primary);
}

.btn-call {
  color: var(--primary);
  background: var(--soft-orange);
  border: 1px solid rgba(255, 107, 0, 0.2);
  padding-inline: 16px;
}

.btn-call:hover,
.btn-call:focus {
  background: var(--accent);
  color: var(--white);
}

.btn-whatsapp {
  color: var(--white);
  background: #128C4A;
  border-color: #128C4A;
  padding-inline: 16px;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
  color: var(--white);
  background: #0f7a41;
  border-color: #0f7a41;
}

.btn-card {
  color: var(--primary);
  background: var(--white);
  border: 1px solid var(--border);
  padding: 10px 16px;
  min-height: 42px;
}

.btn-card:hover,
.btn-card:focus {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(10, 37, 64, 0.08);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 36px rgba(10, 37, 64, 0.12);
}

.navbar {
  min-height: 82px;
  padding: 14px 0;
}

.navbar-brand,
.footer-brand {
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 900;
  /* max-width: 175px !important; */
  width: 180px !important;
  white-space: normal;
  overflow-wrap: anywhere;
}

.brand-mark {
  width: var(--brand-logo-width, var(--brand-logo-size, 38px));
  height: var(--brand-logo-height, var(--brand-logo-size, 38px));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--white);
  background: var(--secondary);
  box-shadow: 0 10px 25px rgba(14, 116, 144, 0.25);
}

.brand-logo {
  width: var(--brand-logo-width, var(--brand-logo-size, 42px));
  height: var(--brand-logo-height, var(--brand-logo-size, 42px));
  max-width: 58vw;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-text {
  display: inline-block;
}

.navbar-nav {
  gap: 4px;
}

.nav-link {
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 700;
  padding: 10px 12px !important;
  border-radius: 6px;
  position: relative;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--secondary);
  background: rgba(14, 116, 144, 0.08);
}

.navbar-toggler {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 10px;
}

.hero-section {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 92px 0 42px;
  background: var(--primary);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 37, 64, 0.94) 0%, rgba(10, 37, 64, 0.76) 48%, rgba(10, 37, 64, 0.38) 100%),
    linear-gradient(180deg, rgba(10, 37, 64, 0.14), rgba(10, 37, 64, 0.52));
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-subtitle {
  color: #E2E8F0;
  font-size: 1.18rem;
  max-width: 850px;
  margin-bottom: 30px;
}

.hero-actions {
  margin-bottom: 54px;
}

.trust-strip {
  max-width: 1100px;
}

.trust-item {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.trust-item i {
  color: #FDBA74;
  font-size: 1.2rem;
}

.trust-item span {
  font-weight: 800;
  line-height: 1.25;
}

.about-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--primary);
  box-shadow: var(--shadow-md);
}

.about-metric {
  min-height: 150px;
  padding: 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-metric strong {
  color: var(--white);
  font-size: 2.2rem;
  line-height: 1;
}

.about-metric span {
  color: #CBD5E1;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.3;
}

.about-note {
  grid-column: 1 / -1;
  display: flex;
  gap: 14px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--white);
}

.about-note i {
  color: var(--accent);
  font-size: 1.35rem;
  margin-top: 4px;
}

.service-card,
.detail-card,
.feature-card,
.process-step,
.work-card,
.enquiry-form,
.contact-card {
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.service-card {
  padding: 26px;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(14, 116, 144, 0.28);
  box-shadow: var(--shadow-md);
}

.service-icon,
.detail-icon {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  color: var(--secondary);
  background: var(--soft-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  margin-bottom: 20px;
}

.service-grid > div:nth-child(odd) .service-icon {
  color: var(--accent);
  background: var(--soft-orange);
}

.service-card p {
  margin-bottom: 22px;
  flex: 1;
}

.image-service-card {
  overflow: hidden;
  padding: 0;
}

.image-service-card .service-icon,
.image-service-card h2,
.image-service-card h3,
.image-service-card p,
.image-service-card .btn {
  margin-left: 26px;
  margin-right: 26px;
}

.image-service-card .btn {
  margin-bottom: 26px;
}

.service-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.image-service-card .service-icon {
  margin-top: -29px;
  position: relative;
  z-index: 1;
  box-shadow: 0 12px 28px rgba(10, 37, 64, 0.16);
}

.image-stack {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: end;
}

.image-stack img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.image-stack img:nth-child(2) {
  min-height: 300px;
  margin-bottom: 38px;
}

.detail-card {
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.detail-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--secondary), var(--accent));
}

.detail-card p {
  font-size: 1.02rem;
}

.area-intro {
  color: #D9E8EF;
}

.area-card {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: var(--radius);
  color: var(--primary);
  font-weight: 900;
  background: var(--white);
  border: 1px solid rgba(14, 116, 144, 0.18);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.area-card::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FDBA74;
}

.area-card:hover,
.area-card:focus {
  color: var(--white);
  transform: translateY(-4px);
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
}

.bg-navy .area-card {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.bg-navy .area-card:hover,
.bg-navy .area-card:focus {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: none;
}

.feature-card {
  min-height: 170px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.feature-card i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--secondary);
  font-size: 1.25rem;
  margin-bottom: 18px;
}

.feature-grid > div:nth-child(3n) .feature-card i {
  background: var(--accent);
}

.feature-card h3 {
  margin-bottom: 0;
  font-size: 1.03rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.process-step {
  padding: 26px;
  position: relative;
  min-height: 205px;
}

.process-step span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--primary);
  border-radius: 50%;
  font-weight: 900;
  margin-bottom: 20px;
  box-shadow: 0 10px 24px rgba(10, 37, 64, 0.18);
}

.process-step::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 68px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg, rgba(14, 116, 144, 0.25), transparent);
}

.process-step h3 {
  font-size: 1.05rem;
}

.work-card {
  overflow: hidden;
  margin: 0;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.work-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.work-placeholder {
  position: relative;
  min-height: 250px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.work-placeholder::before,
.work-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 28px 28px, cover;
}

.work-placeholder::before {
  right: 50%;
  width: 50%;
  background:
    repeating-linear-gradient(45deg, rgba(100, 116, 139, 0.2) 0 2px, transparent 2px 12px),
    linear-gradient(135deg, #CBD5E1, #94A3B8);
}

.work-placeholder::after {
  left: 50%;
  width: 50%;
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 12px),
    linear-gradient(135deg, var(--secondary), #38BDF8);
}

.work-placeholder.wall::after {
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 12px),
    linear-gradient(135deg, #22C55E, var(--secondary));
}

.work-placeholder.paint::after {
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 12px),
    linear-gradient(135deg, var(--accent), #FBBF24);
}

.work-placeholder.basement::after {
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 12px),
    linear-gradient(135deg, var(--primary), var(--secondary));
}

.work-placeholder span {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: start;
  margin: 14px;
  padding: 7px 11px;
  border-radius: 6px;
  color: var(--white);
  background: rgba(10, 37, 64, 0.82);
  font-size: 0.82rem;
  font-weight: 900;
}

.work-placeholder span:last-child {
  justify-self: end;
  background: rgba(255, 107, 0, 0.9);
}

.work-card figcaption {
  padding: 18px 20px;
  color: var(--primary);
  font-weight: 900;
}

.gallery-grid {
  align-items: stretch;
}

.gallery-card {
  width: 100%;
  height: 100%;
  min-height: 280px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: var(--primary);
  color: var(--white);
  text-align: left;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gallery-card:hover,
.gallery-card:focus {
  color: var(--white);
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 0.4s ease, opacity 0.22s ease;
}

.gallery-card:hover img,
.gallery-card:focus img {
  transform: scale(1.06);
  opacity: 0.62;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 37, 64, 0.1), rgba(10, 37, 64, 0.82));
}

.gallery-card span,
.gallery-card h2,
.gallery-card h3 {
  position: relative;
  z-index: 1;
  margin-left: 18px;
  margin-right: 18px;
}

.gallery-card span {
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
  font-weight: 900;
}

.gallery-card h2,
.gallery-card h3 {
  color: var(--white);
  font-size: 1.08rem;
  margin-top: 10px;
  margin-bottom: 18px;
}

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}

.gallery-filter button {
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--primary);
  background: var(--white);
  font-weight: 900;
}

.gallery-filter button.active,
.gallery-filter button:hover,
.gallery-filter button:focus {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}

.gallery-modal {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: var(--primary);
}

.gallery-modal .btn-close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}

.gallery-modal img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #061A2D;
}

.gallery-modal-caption {
  color: var(--white);
  padding: 16px 20px;
  font-weight: 900;
}

.faq-accordion {
  max-width: 900px;
}

.accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--radius) !important;
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: var(--shadow-sm);
}

.accordion-button {
  color: var(--primary);
  font-weight: 800;
  padding: 20px 22px;
  letter-spacing: 0;
}

.accordion-button:not(.collapsed) {
  color: var(--primary);
  background: var(--soft-blue);
  box-shadow: none;
}

.accordion-body {
  color: var(--muted);
  padding: 0 22px 22px;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(14, 116, 144, 0.08), rgba(255, 107, 0, 0.08)),
    var(--white);
}

.contact-card {
  margin-top: 28px;
  padding: 22px;
  display: grid;
  gap: 14px;
}

.contact-card a,
.contact-card span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 800;
}

.contact-card i {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--secondary);
  flex: 0 0 auto;
}

.contact-card a:nth-child(2) i {
  background: #128C4A;
}

.enquiry-form {
  padding: 34px;
}

.enquiry-popup .modal-dialog {
  max-width: 640px;
}

.enquiry-popup .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 28px 80px rgba(2, 8, 23, 0.34);
}

.enquiry-popup .btn-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--white);
  opacity: 1;
}

.popup-header {
  padding: 30px 34px 22px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.popup-header .section-kicker {
  color: #FED7AA;
}

.popup-header h2 {
  color: var(--white);
  font-size: 1.55rem;
  margin-bottom: 8px;
  padding-right: 42px;
}

.popup-header p {
  color: #E2E8F0;
  margin-bottom: 0;
}

.popup-enquiry-form {
  padding: 28px 34px 34px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.popup-enquiry-form textarea.form-control {
  min-height: 94px;
}

.form-label {
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 8px;
}

.form-control,
.form-select {
  min-height: 52px;
  border-radius: 8px;
  border-color: var(--border);
  color: var(--text);
  font-weight: 600;
}

textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

.form-control::placeholder {
  color: #94A3B8;
  font-weight: 500;
}

.site-footer {
  color: #CBD5E1;
  background: #061A2D;
  padding: 70px 0 92px;
}

.brand-logo-slider {
  overflow: hidden;
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid rgba(10, 37, 64, 0.08);
}

.brand-logo-window {
  overflow: hidden;
  width: 100%;
  padding: 30px 0;
}

.brand-logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: brandLogoSlide 22s linear infinite;
}

.brand-logo-slider:hover .brand-logo-track {
  animation-play-state: paused;
}

.brand-logo-item {
  width: 25vw;
  min-width: 260px;
  max-width: 420px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 38px;
}

.brand-logo-item img {
  width: 100%;
  height: 100%;
  max-height: 104px;
  object-fit: contain;
  display: block;
}

@keyframes brandLogoSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-logo-track {
    animation: none;
  }
}

@media (max-width: 767.98px) {
  .brand-logo-window {
    padding: 22px 0;
  }

  .brand-logo-item {
    min-width: 215px;
    height: 94px;
    padding: 0 24px;
  }

  .brand-logo-item img {
    max-height: 76px;
  }
}

.site-footer p,
.site-footer a {
  color: #CBD5E1;
}

.site-footer a {
  transition: color 0.18s ease;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--white);
}

.site-footer h2 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 18px;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-brand {
  color: var(--white);
  margin-bottom: 18px;
}

.footer-brand .brand-logo img{
  margin-left: -31px;
}

.footer-brand:hover,
.footer-brand:focus {
  color: var(--white);
}

.footer-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.footer-actions a,
.footer-actions span {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 800;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.quick-links a {
  padding: 9px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
}

.footer-note {
  max-width: 480px;
}

.footer-related-searches {
  margin-top: 58px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-related-searches h2 {
  margin-bottom: 16px;
}

.related-search-links {
  max-width: 1180px;
  color: #CBD5E1;
  font-size: 0.96rem;
  line-height: 1.9;
}

.related-search-links a {
  color: #E2E8F0;
  font-weight: 600;
}

.related-search-links a:hover,
.related-search-links a:focus {
  color: var(--white);
  text-decoration: underline;
}

.related-search-links span {
  margin-right: 5px;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1040;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--white);
  background: #128C4A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 16px 36px rgba(18, 140, 74, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
  color: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(18, 140, 74, 0.4);
}

.mobile-action-bar {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1050;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 18px 44px rgba(10, 37, 64, 0.2);
}

.mobile-action-bar a {
  flex: 1;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 900;
  border-right: 1px solid var(--border);
}

.mobile-action-bar a:last-child {
  border-right: 0;
}

.mobile-action-bar a:nth-child(2) {
  color: #128C4A;
}

.admin-body {
  min-height: 100vh;
  background: var(--bg);
}

.admin-login-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.admin-card,
.admin-table-card,
.admin-editor-card {
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}

.admin-card {
  width: min(100%, 430px);
  padding: 34px;
}

.admin-card h1 {
  color: var(--primary);
  font-size: 1.7rem;
  text-align: center;
}

.admin-card p {
  text-align: center;
  margin-bottom: 22px;
}

.admin-hint {
  font-size: 0.85rem;
}

.admin-card-note {
  color: var(--muted);
  margin-bottom: 18px;
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px 1fr;
}

.admin-sidebar {
  padding: 24px;
  background: var(--primary);
  color: var(--white);
}

.admin-sidebar .footer-brand {
  color: var(--white);
  margin-bottom: 30px;
}

.admin-sidebar nav {
  display: grid;
  gap: 10px;
}

.admin-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #CBD5E1;
  font-weight: 800;
}

.admin-sidebar nav a.active,
.admin-sidebar nav a:hover,
.admin-sidebar nav a:focus {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.admin-main {
  padding: 34px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.admin-topbar h1 {
  color: var(--primary);
  font-size: 2rem;
}

.admin-table-card {
  padding: 18px;
}

.admin-table-card table {
  margin-bottom: 0;
}

.admin-table-card small {
  color: var(--muted);
}

.admin-thumb {
  width: 88px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.admin-image-preview {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.admin-message-cell {
  max-width: 280px;
  white-space: normal;
}

.admin-code-field {
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.92rem;
  line-height: 1.5;
}

.color-code-control {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: center;
}

.color-code-control .form-control-color {
  width: 64px;
  height: 44px;
  padding: 4px;
}

.admin-brand-preview {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
}

.admin-theme-preview {
  min-height: 84px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.admin-theme-preview span {
  border-radius: 8px;
  min-height: 84px;
}

.admin-theme-preview span:nth-child(1) {
  background: var(--primary);
}

.admin-theme-preview span:nth-child(2) {
  background: var(--secondary);
}

.admin-theme-preview span:nth-child(3) {
  background: var(--accent);
}

.status-pill {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-pill.published {
  color: #166534;
  background: #DCFCE7;
}

.status-pill.draft {
  color: #92400E;
  background: #FEF3C7;
}

.status-pill.new {
  color: #075985;
  background: #E0F2FE;
}

.status-pill.contacted {
  color: #166534;
  background: #DCFCE7;
}

.status-pill.closed {
  color: #475569;
  background: #E2E8F0;
}

.admin-editor-card {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#editor {
  min-height: 420px;
  background: var(--white);
}

.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  border-color: var(--border);
}

.ql-toolbar.ql-snow {
  border-radius: 8px 8px 0 0;
}

.ql-container.ql-snow {
  border-radius: 0 0 8px 8px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
}

@media (max-width: 1199.98px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .navbar-brand {
    font-size: 1.05rem;
  }

  .nav-link {
    padding-inline: 9px !important;
  }
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 76px;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .section-padding {
    padding: 76px 0;
  }

  .page-hero {
    padding: 78px 0 58px;
  }

  .local-keyword-strip {
    grid-template-columns: 1fr;
  }

  .navbar {
    min-height: 76px;
  }

  .navbar-collapse {
    margin-top: 14px;
    padding: 16px;
    border-radius: var(--radius);
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  .navbar-nav {
    gap: 2px;
  }

  .header-actions .btn {
    width: 100%;
  }

  .hero-section {
    min-height: auto;
    padding: 96px 0 42px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(10, 37, 64, 0.94), rgba(10, 37, 64, 0.74)),
      linear-gradient(180deg, rgba(10, 37, 64, 0.2), rgba(10, 37, 64, 0.62));
  }

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

  .about-metric {
    min-height: 120px;
  }

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

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 76px;
  }

  [data-aos="fade-left"],
  [data-aos="fade-right"] {
    transform: translate3d(0, 24px, 0);
  }

  [data-aos="fade-left"].aos-animate,
  [data-aos="fade-right"].aos-animate {
    transform: none;
  }

  h1 {
    font-size: 2.15rem;
  }

  h2 {
    font-size: 1.65rem;
  }

  h3 {
    font-size: 1rem;
  }

  .section-padding {
    padding: 62px 0;
  }

  .page-hero {
    padding: 62px 0 48px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .navbar-brand {
    max-width: 245px;
  }

  .hero-section {
    padding-top: 78px;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-actions {
    margin-bottom: 34px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .trust-item {
    min-height: 92px;
    padding: 13px;
    align-items: flex-start;
    flex-direction: column;
  }

  .service-card,
  .detail-card,
  .feature-card,
  .process-step,
  .content-card,
  .seo-card,
  .enquiry-form {
    padding: 22px;
  }

  .cta-band {
    padding: 24px;
  }

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

  .image-stack {
    grid-template-columns: 1fr;
  }

  .image-stack img,
  .image-stack img:nth-child(2) {
    min-height: 260px;
    margin-bottom: 0;
  }

  .admin-main {
    padding: 22px;
  }

  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-sidebar nav {
    grid-template-columns: 1fr;
  }

  .process-step {
    min-height: auto;
  }

  .process-step::before {
    display: none;
  }

  .work-placeholder {
    min-height: 220px;
  }

  .contact-card a,
  .contact-card span {
    align-items: flex-start;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-action-bar {
    display: flex;
  }

  .site-footer {
    padding-bottom: 116px;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1.46rem;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .navbar-brand {
    font-size: 0.98rem;
    max-width: 220px;
  }

  .hero-section {
    padding-bottom: 30px;
  }

  .trust-strip .col-6 {
    width: 100%;
  }

  .trust-item {
    min-height: auto;
    flex-direction: row;
    align-items: center;
  }

  .area-card {
    min-height: 68px;
    padding: 16px;
    font-size: 0.95rem;
  }

  .work-placeholder {
    min-height: 200px;
  }

  .accordion-button {
    padding: 18px;
    font-size: 0.94rem;
  }

  .accordion-body {
    padding: 0 18px 18px;
  }

  .enquiry-form {
    padding: 18px;
  }

  .enquiry-popup .modal-dialog {
    margin: 12px;
  }

  .popup-header {
    padding: 24px 20px 16px;
  }

  .popup-header h2 {
    font-size: 1.28rem;
    padding-right: 36px;
  }

  .popup-enquiry-form {
    padding: 20px;
  }

  .enquiry-popup .form-control,
  .enquiry-popup .form-select {
    min-height: 48px;
  }
}
