:root {
  --site-header-height: 102px;
  --site-announcement-height: 70px;
  --site-navigation-height: calc(var(--site-header-height) + var(--site-announcement-height));
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Keep a visible, consistent vertical scroll track across site pages. */
html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
  scrollbar-color: #146dcc #e6f2ff;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background: #e6f2ff;
}

::-webkit-scrollbar-thumb {
  border: 3px solid #e6f2ff;
  border-radius: 999px;
  background: #146dcc;
}

::-webkit-scrollbar-thumb:hover {
  background: #0f58a9;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

img,
video,
iframe,
canvas,
svg {
  max-width: 100%;
}

.services-dropdown,
.about-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.services-dropdown::before,
.about-dropdown::before {
  content: '';
  position: absolute;
  top: 100%;
  right: -1rem;
  left: -1rem;
  height: 1rem;
}

.services-dropdown-trigger,
.about-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

button.services-dropdown-trigger {
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.services-dropdown-trigger .services-dropdown-caret,
.about-dropdown-trigger .about-dropdown-caret {
  font-size: 0.65em;
  transition: transform 0.2s ease;
}

.services-dropdown-menu,
.about-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  z-index: 80;
  width: min(26.75rem, calc(100vw - 2rem));
  padding: 1rem 1.5rem;
  background: #ffffff;
  border-radius: 0 0 0.75rem 0.75rem;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -0.5rem);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.services-dropdown-menu::before,
.about-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -0.55rem;
  left: 50%;
  width: 1.1rem;
  height: 1.1rem;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg);
}

.services-dropdown:hover .services-dropdown-menu,
.services-dropdown:focus-within .services-dropdown-menu,
.about-dropdown:hover .about-dropdown-menu,
.about-dropdown:focus-within .about-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.services-dropdown:hover .services-dropdown-caret,
.services-dropdown:focus-within .services-dropdown-caret,
.about-dropdown:hover .about-dropdown-caret,
.about-dropdown:focus-within .about-dropdown-caret {
  transform: rotate(180deg);
}

.services-dropdown-menu a,
.about-dropdown-menu a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem;
  color: #1e293b;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
  transition: color 0.18s ease, padding-left 0.18s ease;
}

.services-dropdown-menu a + a,
.about-dropdown-menu a + a {
  border-top: 1px solid #cbd5e1;
}

.services-dropdown-menu a:hover,
.services-dropdown-menu a:focus-visible,
.about-dropdown-menu a:hover,
.about-dropdown-menu a:focus-visible {
  color: #2563eb;
  padding-left: 1.25rem;
  outline: none;
}

@media (max-width: 1023px) {
  .services-dropdown-menu,
  .about-dropdown-menu {
    display: none;
  }
}

/* Shared public-site header: matches the home-page navigation on every page. */
[data-site-navigation] ~ .certification-strip,
[data-site-navigation] ~ header {
  display: none !important;
}

[data-site-navigation] {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: var(--site-navigation-height);
  overflow-x: clip;
}

#sharedCertificationStrip.certification-strip {
  position: fixed;
  top: var(--site-header-height);
  right: 0;
  left: 0;
  height: var(--site-announcement-height);
  min-height: 0;
  z-index: 9999;
  overflow: hidden;
  transform: none;
  color: #ffffff;
  background: #0B2E7A;
  border-radius: 0;
  clip-path: none;
  box-shadow: 0 14px 28px rgba(15, 29, 74, 0.13);
  isolation: isolate;
}

#sharedCertificationStrip .certification-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  height: 70px;
  animation: certification-scroll-left 64s linear infinite;
  will-change: transform;
}

#sharedCertificationStrip:hover .certification-track {
  animation-play-state: paused;
}

#sharedCertificationStrip .certification-set {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  height: 100%;
  min-width: max-content;
  padding: 0 clamp(24px, 4vw, 46px) 4px clamp(90px, 17vw, 180px);
}

#sharedCertificationStrip .certification-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
    font-size: 0.92rem;
    font-weight: 800;
  letter-spacing: 0.005em;
}

#sharedCertificationStrip .certification-item i {
  color: #ffffff;
  background: #22C55E;
  width: 17px;
  height: 17px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

@keyframes certification-scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

#sharedHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  height: var(--site-header-height);
  color: #0f1d4a;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}

#sharedHeader.scrolled {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 4px 20px rgba(0, 0, 0, 0.03);
}

#sharedHeader .shared-header-inner {
  display: grid;
  grid-template-columns: clamp(120px, 15vw, 150px) minmax(0, 1fr) 48px;
  align-items: center;
  column-gap: clamp(16px, 3vw, 25px);
  height: 100%;
  min-width: 0;
}

#sharedHeader .shared-brand-logo {
  width: 100%;
  height: 78px;
  object-fit: contain;
  object-position: left center;
}

#sharedHeader .shared-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.6rem, 1.2vw, 1.25rem);
}

#sharedHeader .nav-link {
  position: relative;
  padding: 0.25rem 0;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}

#sharedHeader .nav-link::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -0.15rem;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #1e40af);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

#sharedHeader .nav-link:hover,
#sharedHeader .nav-link[aria-current='page'] {
  color: #1e40af;
}

#sharedHeader .nav-link:hover::after,
#sharedHeader .nav-link[aria-current='page']::after {
  transform: scaleX(1);
}

#sharedHeader .shared-menu-button {
  display: none;
  grid-column: 3;
  width: 48px;
  height: 48px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  color: #2563eb;
  background: #eff6ff;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.12);
  cursor: pointer;
}

#sharedHeader .shared-menu-button span {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

#sharedHeader .shared-menu-button:hover,
#sharedHeader .shared-menu-button:focus-visible {
  border-color: #2563eb;
  color: #ffffff;
  background: #2563eb;
  outline: none;
}

#sharedHeader .shared-mobile-menu {
  position: fixed;
  top: var(--site-navigation-height);
  right: 0;
  z-index: 110;
  width: min(22rem, calc(100% - 2rem));
  max-width: 100%;
  height: calc(100vh - var(--site-navigation-height));
  height: calc(100dvh - var(--site-navigation-height));
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  box-shadow: -16px 0 40px rgba(15, 23, 42, 0.18);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

#sharedHeader .shared-mobile-menu.open {
  transform: translateX(0);
}

#sharedHeader .shared-mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

#sharedHeader .shared-mobile-menu-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

#sharedHeader .shared-icon-button {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  color: #334155;
  background: #f8fafc;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

#sharedHeader .shared-icon-button:hover {
  color: #ffffff;
  background: #1d4ed8;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.13);
  transform: translateY(-2px);
}

#sharedHeader .shared-whatsapp-button {
  color: #16a34a;
  background: #f0fdf4;
  border-color: #d1fae5;
}

#sharedHeader .shared-whatsapp-button:hover {
  background: #22c55e;
}

#sharedHeader .shared-mobile-link {
  display: block;
  min-height: 48px;
  padding: 0.8rem 1rem;
  border-radius: 0.75rem;
  color: #334155;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

#sharedHeader .shared-mobile-link:hover,
#sharedHeader .shared-mobile-link[aria-current='page'] {
  color: #1d4ed8;
  background: #eef4ff;
}

#sharedHeader .shared-mobile-services {
  display: block;
}

#sharedHeader .shared-mobile-services-trigger {
  position: relative;
  display: block;
  cursor: pointer;
  list-style: none;
}

#sharedHeader .shared-mobile-services-trigger::-webkit-details-marker {
  display: none;
}

#sharedHeader .shared-mobile-services-trigger::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-50%);
}

#sharedHeader .shared-mobile-services[open] .shared-mobile-services-trigger::after {
  content: '\2212';
}

#sharedHeader .shared-mobile-service-list {
  display: grid;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem 0.5rem 1.5rem;
}

#sharedHeader .shared-mobile-service-list a {
  display: block;
  padding: 0.65rem 0.75rem;
  border-radius: 0.625rem;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

#sharedHeader .shared-mobile-service-list a:hover,
#sharedHeader .shared-mobile-service-list a:focus-visible {
  color: #1d4ed8;
  background: #eef4ff;
  outline: none;
}

#mobileMenu .mobile-service-dropdown {
  display: block;
}

#mobileMenu .mobile-service-trigger {
  position: relative;
  display: block;
  cursor: pointer;
  list-style: none;
}

#mobileMenu .mobile-service-trigger::-webkit-details-marker {
  display: none;
}

#mobileMenu .mobile-service-trigger::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-50%);
}

#mobileMenu .mobile-service-dropdown[open] .mobile-service-trigger::after {
  content: '\2212';
}

#mobileMenu .mobile-service-list {
  display: grid;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem 0.5rem 1.5rem;
}

#mobileMenu .mobile-service-list a {
  display: block;
  padding: 0.65rem 0.75rem;
  border-radius: 0.625rem;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

#mobileMenu .mobile-service-list a:hover,
#mobileMenu .mobile-service-list a:focus-visible {
  color: #1d4ed8;
  background: #eef4ff;
  outline: none;
}

#sharedHeader .shared-mobile-action {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  color: #334155;
  font-weight: 500;
  text-decoration: none;
}

#sharedHeader .shared-mobile-action:hover {
  color: #1d4ed8;
  background: #eef4ff;
}

#sharedHeader .shared-mobile-quote {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 0.75rem;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, #2563eb, #1e40af);
}

#sharedHeader .shared-mobile-overlay {
  position: fixed;
  top: var(--site-navigation-height);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
}

#sharedHeader .shared-mobile-overlay[hidden] {
  display: none;
}

body.shared-header-flow {
  padding-top: 0;
}

@media (max-width: 1023px) {
  html,
  body {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: clip !important;
  }

  body > main {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  #sharedHeader .shared-desktop-nav {
    display: none;
  }

  #sharedHeader .shared-menu-button {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  :root {
    --site-header-height: 84px;
    --site-announcement-height: 60px;
  }

  [data-site-navigation] {
    min-height: var(--site-navigation-height);
  }

  #sharedCertificationStrip.certification-strip {
    height: var(--site-announcement-height);
    min-height: 0;
    border-radius: 0;
  }

  #sharedCertificationStrip .certification-track {
    height: 60px;
    animation-duration: 70s;
  }

  #sharedCertificationStrip .certification-set {
    gap: 12px;
    padding: 0 15px 3px;
  }

  #sharedCertificationStrip .certification-item {
      font-size: 0.96rem;
      font-weight: 800;
    letter-spacing: 0.005em;
    gap: 7px;
  }

  #sharedCertificationStrip .certification-item i {
    width: 15px;
    height: 15px;
    font-size: 0.52rem;
  }

  #sharedHeader {
    top: 0;
    height: var(--site-header-height);
  }

  #sharedHeader .shared-header-inner {
    grid-template-columns: 128px minmax(0, 1fr) 48px;
  }

  #sharedHeader .shared-brand-logo {
    height: 64px;
  }

  body.shared-header-flow {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  #sharedHeader .shared-mobile-menu {
    width: 100%;
    max-width: 100%;
  }

  #sharedHeader .shared-mobile-menu > div {
    padding: 1.25rem;
  }

  #sharedHeader .shared-mobile-menu-header {
    margin-bottom: 1.75rem;
  }
}

/* Keep the header, then the announcement strip, above the mobile navigation. */
@media (max-width: 1023px) {
  #sharedHeader {
    top: 0 !important;
    z-index: 10000 !important;
  }

  #sharedCertificationStrip.certification-strip {
    top: var(--site-header-height) !important;
    z-index: 9999 !important;
  }

  #sharedHeader .shared-mobile-menu {
    top: var(--site-navigation-height) !important;
    height: calc(100vh - var(--site-navigation-height)) !important;
    height: calc(100dvh - var(--site-navigation-height)) !important;
    z-index: 110 !important;
  }

  #sharedHeader .shared-mobile-overlay {
    top: var(--site-navigation-height) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 105 !important;
  }
}

/* Shared public-site footer, based on the approved light footer layout. */
[data-site-footer] ~ footer {
  display: none !important;
}

#sharedFooter {
  position: relative;
  overflow: hidden;
  color: #0f172a;
  background-color: #e5e7eb;
  background-image: linear-gradient(rgba(229, 231, 235, 0.93), rgba(229, 231, 235, 0.93)), url('Assests/home1.png');
  background-position: center;
  background-size: cover;
}

#sharedFooter .shared-footer-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(300px, 1.2fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  padding-top: 3.25rem;
  padding-bottom: 2.5rem;
}

#sharedFooter .shared-footer-title {
  margin: 0 0 2.35rem;
  color: #0f172a;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#sharedFooter .shared-footer-title::after {
  content: '';
  display: block;
  width: 3.2rem;
  height: 3px;
  margin-top: 1.1rem;
  background: #2563eb;
}

#sharedFooter .shared-footer-list {
  display: grid;
  gap: 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sharedFooter .shared-footer-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #111827;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

#sharedFooter .shared-footer-list a::before {
  content: '»';
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.15);
}

#sharedFooter .shared-footer-list a:hover {
  color: #2563eb;
  transform: translateX(3px);
}

#sharedFooter .shared-footer-contact {
  min-width: 0;
}

#sharedFooter .shared-footer-logo {
  display: block;
  width: min(100%, 220px);
  height: 116px;
  margin: -0.75rem auto 1.25rem;
  object-fit: contain;
}

#sharedFooter .shared-footer-contact-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sharedFooter .shared-footer-contact-list li,
#sharedFooter .shared-footer-contact-list a {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  color: #111827;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

#sharedFooter .shared-footer-contact-list i {
  width: 1.1rem;
  margin-top: 0.3rem;
  color: #0874e8;
  text-align: center;
}

#sharedFooter .shared-footer-contact-list a:hover {
  color: #2563eb;
}

#sharedFooter .shared-footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

#sharedFooter .shared-footer-socials a {
  display: inline-flex;
  width: 2.3rem;
  height: 2.3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: #2563eb;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

#sharedFooter .shared-footer-socials a:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}

#sharedFooter .shared-footer-bottom {
  position: relative;
  z-index: 1;
  padding: 1rem 0;
  background: #38bdf8;
  border-top: 1px solid rgba(37, 99, 235, 0.18);
  color: #0f172a !important;
  font-size: 0.875rem;
  text-align: center;
}

@media (max-width: 1023px) {
  #sharedFooter .shared-footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #sharedFooter .shared-footer-contact {
    grid-column: 1 / -1;
    max-width: 42rem;
  }

  #sharedFooter .shared-footer-logo {
    margin-left: 0;
  }

  #sharedFooter .shared-footer-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  #sharedFooter .shared-footer-content {
    grid-template-columns: 1fr;
    gap: 2.75rem;
    padding-top: 2.75rem;
  }

  #sharedFooter .shared-footer-contact {
    grid-column: auto;
  }

  #sharedFooter .shared-footer-title {
    margin-bottom: 1.75rem;
  }

  #sharedFooter .shared-footer-logo {
    margin: 0 0 1rem;
  }
}
