/* Shared NTM website styles */
:root {
  --ntm-navbar-height: 76px;
  --ntm-navbar-height-mobile: 64px;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  font-family: 'Manrope', sans-serif;
  scroll-padding-top: var(--ntm-navbar-height);
}
body {
  overflow-x: hidden;
  color: #1a2332;
  padding-top: var(--ntm-navbar-height);
}
body[data-navbar-mode="overlay"] {
  padding-top: 0;
}

.partners-orbit-section {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.orbit-container {
  position: relative;
  width: 520px;
  height: 520px;
  max-width: 100%;
}

.orbit-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(157,181,209,0.35) 0%, rgba(157,181,209,0.15) 55%, transparent 75%);
}
.orbit-container::after {
  content: "";
  position: absolute;
  top: 8%;
  left: 8%;
  right: 8%;
  bottom: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,76,137,0.10) 0%, transparent 70%);
}

.orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 45px -10px rgba(0, 54, 100, 0.25);
  z-index: 3;
}
.orbit-center img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}
.orbit-center-fallback {
  font-weight: 900;
  font-size: 1.5rem;
  color: #003664;
}

.orbit-pivot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  animation: orbit-spin 30s linear infinite;
}
.orbit-pivot.reverse {
  animation-direction: reverse;
}

.orbit-node {
  position: absolute;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 32px -8px rgba(0, 54, 100, 0.2);
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: box-shadow 0.3s ease-in-out;
  animation: counter-spin 30s linear infinite;
}
.orbit-node:hover {
  box-shadow: 0 20px 40px -8px rgba(0, 76, 137, 0.35);
  z-index: 4;
}
.orbit-node img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}

@keyframes orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes counter-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(-360deg); }
}

@media (min-width: 1024px) {
  .orbit-container { width: 580px; height: 580px; }
  .orbit-center { width: 180px; height: 180px; }
  .orbit-node { width: 124px; height: 124px; }
}

@media (max-width: 640px) {
  .orbit-container { width: 340px; height: 340px; }
  .orbit-center { width: 110px; height: 110px; }
  .orbit-node { width: 76px; height: 76px; }
}

.orbit-container:hover .orbit-pivot {
  animation-play-state: paused;
}
.orbit-container:hover .orbit-node {
  animation-play-state: paused;
}

@media (max-width: 1023px) {
  :root {
    --ntm-navbar-height: var(--ntm-navbar-height-mobile);
  }
  html {
    scroll-padding-top: var(--ntm-navbar-height);
  }
}

   /* NAVBAR */
#ntm-navbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
  transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  padding: 0.85rem 0;
  background-color: rgba(255, 255, 255, 1);
/* background-image: url('../images/gg.png'); */
  background-size: 25% 210%;
  background-position: center;
  
  background-blend-mode: overlay;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 40px rgba(0,0,0,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

#ntm-navbar > div > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  color: #003664;
  text-decoration: none;
  transition: color 0.24s ease-out;
  will-change: transform, opacity;
}

#ntm-navbar > div > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0.28rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 76, 137, 0) 0%, rgba(0, 76, 137, 0.95) 32%, rgba(127, 180, 222, 0.98) 70%, rgba(127, 180, 222, 0) 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.26s ease-out;
  opacity: 0.85;
  pointer-events: none;
  filter: blur(0.2px);
}

#ntm-navbar > div > ul > li > a::after {
  content: "";
  position: absolute;
  left: -0.35rem;
  right: -0.35rem;
  top: -0.45rem;
  height: 1.35rem;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.7) 8%, rgba(205,232,244,0.32) 24%, rgba(255,255,255,0.4) 48%, rgba(127,188,221,0.24) 68%, rgba(255,255,255,0.2) 84%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.34) 16%, rgba(208,236,247,0.24) 38%, rgba(255,255,255,0.2) 60%, rgba(160,212,234,0.16) 80%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.24) 14%, rgba(208,236,247,0.2) 42%, rgba(255,255,255,0.16) 70%, transparent 100%),
    radial-gradient(circle at 18% 56%, rgba(255,255,255,0.78) 0 1.2px, transparent 2.2px),
    radial-gradient(circle at 40% 40%, rgba(210,239,248,0.64) 0 1px, transparent 2px),
    radial-gradient(circle at 66% 48%, rgba(255,255,255,0.72) 0 0.95px, transparent 1.9px),
    radial-gradient(circle at 84% 35%, rgba(195,226,241,0.56) 0 1px, transparent 2px);
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, auto, auto, auto, auto;
  opacity: 0;
  transform: translate3d(-14%, -2px, 0) scaleX(0.84);
  pointer-events: none;
  filter: blur(8px);
  z-index: -1;
  transition: opacity 0.2s ease-out;
}

#ntm-navbar > div > ul > li > a:hover,
#ntm-navbar > div > ul > li > a:focus-visible {
  color: #004c89;
}

#ntm-navbar > div > ul > li > a:hover::before,
#ntm-navbar > div > ul > li > a:focus-visible::before {
  transform: scaleX(1);
  opacity: 1;
}

#ntm-navbar > div > ul > li > a:hover::after,
#ntm-navbar > div > ul > li > a:focus-visible::after {
  animation: nav-cold-air 0.8s ease-in-out infinite alternate;
  opacity: 0.9;
}

@keyframes nav-cold-air {
  0% {
    transform: translate3d(-14%, -3px, 0) scaleX(0.82);
    opacity: 0.1;
  }
  35% {
    transform: translate3d(8%, -1px, 0) scaleX(0.94);
    opacity: 0.42;
  }
  70% {
    transform: translate3d(16%, -2px, 0) scaleX(1);
    opacity: 0.28;
  }
  100% {
    transform: translate3d(24%, -1px, 0) scaleX(1.02);
    opacity: 0.16;
  }
}

#ntm-navbar > div > ul > li > a:focus-visible {
  outline: none;
}

    /* Mega menu */
    #mega-menu {
      top: calc(100% + 12px);
      box-shadow: 0 24px 64px rgba(0,76,137,0.13), 0 4px 16px rgba(0,0,0,0.06);
    }
    #mega-menu::before {
      content: '';
      position: absolute;
      top: -8px; left: 50%; transform: translateX(-50%);
      width: 16px; height: 16px;
      background: white;
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }

/* HERO */
#hero {
  min-height: 100vh;
  /* background: url('../images/Company-Image.jpg') center center / cover no-repeat; */
  display: flex;
  align-items: center;
  position: relative;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 54, 100, 0.88) 0%, rgba(0, 76, 137, 0.7) 50%, rgba(0, 30, 60, 0.75) 100%);
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9DB5D1;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1.5px;
  background: #7F9AB1;
}

/* INNER HERO */
.inner-hero {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #003664;
  text-align: center;
  position: relative;
}
.inner-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/building.jpg') center center / cover no-repeat;
  opacity: 0.15;
  mix-blend-mode: overlay;
}

.product-hero {
  background: linear-gradient(135deg, #003664 0%, #004c89 48%, #002846 100%);
}

.product-hero-bg {
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.95), rgba(0,0,0,0.55));
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.95), rgba(0,0,0,0.55));
}

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

.product-hero-image-wrap {
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18rem;
}

/* The wrap starts with Tailwind `hidden` and is revealed by JS. Keep the
   hidden state authoritative even though the CSS above sets display:flex. */
.product-hero-image-wrap.hidden {
  display: none;
}

.product-hero-image-frame {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 30rem;
  aspect-ratio: 4 / 3;
  /* padding: clamp(0.625rem, 2vw, 0.875rem) clamp(1rem, 3vw, 1.5rem); */
}

.product-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; /* whole artwork always visible - no cropping, no stretching */
  object-position: center;
  image-rendering: auto;
}

@media (min-width: 640px) {
  .product-hero-image-wrap {
    height: 22rem; /* tablet */
  }
}

@media (min-width: 768px) {
  .product-hero-image-wrap {
    height: 100%;
    aspect-ratio: auto;
    top: 0;
    bottom: 0;
    transform: none;
  }

  .product-hero-image-frame {
    padding: clamp(1rem, 3vw, 1.5rem);
  }
}

.hero-glow {
  background: radial-gradient(circle, rgba(157,181,209,0.18), transparent 70%);
  filter: blur(12px);
}

/* SCROLL INDICATOR */
.scroll-indicator { animation: bounce 2.4s infinite; }
@keyframes bounce {
  0%, 100% { transform: translateY(0); opacity: 0.7; }
  50%       { transform: translateY(10px); opacity: 1; }
}

/* MARQUEE */
.marquee-track { display: flex; animation: marquee 28s linear infinite; width: max-content; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-fade::before,
.marquee-fade::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .marquee-fade::before,
  .marquee-fade::after {
    width: 120px;
  }
}
.marquee-fade::before { left: 0; background: linear-gradient(to right, #F8FAFC, transparent); }
.marquee-fade::after  { right: 0; background: linear-gradient(to left, #F8FAFC, transparent); }

/* BUTTONS */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #004C89;
  color: white;
  padding: 0.85rem 2rem;
  border-radius: 0.6rem;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  transition: background 0.25s, transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.btn-primary:hover { background: #003664; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,76,137,0.3); }
.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(255,255,255,0.6);
  color: white;
  padding: 0.85rem 2rem;
  border-radius: 0.6rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  transition: border-color 0.25s, background 0.25s;
  text-decoration: none;
}
.btn-outline-white:hover { border-color: white; background: rgba(255,255,255,0.1); }
.btn-outline-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #004C89;
  color: #004C89;
  padding: 0.75rem 1.75rem;
  border-radius: 0.6rem;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background 0.25s, color 0.25s, transform 0.2s;
  text-decoration: none;
}
.btn-outline-primary:hover { background: #004C89; color: white; transform: translateY(-2px); }

/* SECTION LABELS */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7F9AB1;
}
.section-eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: #7F9AB1;
  border-radius: 2px;
}

/* FOOTER */
.footer-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.24s ease, font-weight 0.24s ease;
  will-change: opacity, color;
}
.footer-link::before {
  content: '';
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  background-image: url('../images/NefrtariFotterLinkIcon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-bottom: 4px;
  margin-bottom: 2px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-6px);
  transition: transform 0.24s ease, opacity 0.24s ease;
}
.footer-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(59,130,246,0.28) 0%, rgba(96,165,250,0.95) 45%, rgba(96,165,250,0.95) 55%, rgba(59,130,246,0.28) 100%);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  filter: blur(0.5px);
  box-shadow: 0 0 10px rgba(96,165,250,0.14);
  transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.26s ease;
  pointer-events: none;
}
.footer-link:hover,
.footer-link:focus-visible {
  color: #ffffff;
  font-weight: 600;
}
.footer-link:hover::after,
.footer-link:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}
.footer-link:hover::before,
.footer-link:focus-visible::before {
  opacity: 1;
  transform: translateX(0);
}
.footer-contact-icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  color: #ffffff;
  flex-shrink: 0;
}
.footer-social-button {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.footer-social-button:hover,
.footer-social-button:focus-visible {
  transform: translateY(-4px) scale(1.08);
  background: rgba(255,255,255,0.18);
  box-shadow: 0 10px 30px rgba(59,130,246,0.16);
}
@media (prefers-reduced-motion: reduce) {
  .footer-link,
  .footer-social-button {
    transition: none;
  }
  .footer-link::before,
  .footer-link::after {
    transition: none;
    transform: none;
  }
  .footer-social-button:hover,
  .footer-social-button:focus-visible {
    transform: none;
    box-shadow: none;
  }
}
#scroll-top { transition: opacity 0.3s ease; }
.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #004C89;
  border: 4px solid #e0e7ff;
  position: absolute;
  left: -8px;
  top: 0;
}

/* FORM */
.form-input {
  width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-family: inherit;
  font-size: 0.9rem;
  color: #1f2937;
  transition: all 0.2s;
}
.form-input:focus {
  outline: none;
  border-color: #004C89;
  background: white;
  box-shadow: 0 0 0 3px rgba(0,76,137,0.1);
}
#site-search-input:focus { outline: none; border-color: #004C89; box-shadow: 0 0 0 4px rgba(0,76,137,0.1); }

/* CARDS */
.partner-grid-card { transition: all 0.3s ease; }
.partner-grid-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(0,76,137,0.12); border-color: #9DB5D1; }
.product-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(0,76,137,0.12); border-color: #9DB5D1; }
.project-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.project-card:hover { transform: translateY(-6px); box-shadow: 0 24px 56px rgba(0,76,137,0.12); }
.news-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(0,0,0,0.08); }
.partner-logo-card { transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.partner-logo-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,76,137,0.1); border-color: #9DB5D1; }

/* FILTER */
.filter-tab { transition: background 0.2s, color 0.2s; }
.filter-tab.filter-active { background: #004C89; color: white; }

/* FOOTER BACKDROP */
footer {
  position: relative;
  background-image: url('../images/FooterBgImg.jpg');
  background-size: cover;
  background-position: center;
}
@media (hover: hover) {
  footer {
    background-attachment: fixed;
  }
}
footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 54, 100, 0.5);
  pointer-events: none;
}
footer > * { position: relative; z-index: 1; }

/* PROJECT PLACEHOLDER */
.project-img-placeholder {
  background: linear-gradient(135deg, #e8f0f8 0%, #d0dff0 100%);
  position: relative;
  overflow: hidden;
}
.project-img-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(0,76,137,0.06));
}

/* CERTIFICATION MARQUEE */
.certification-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.certification-marquee::before,
.certification-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .certification-marquee::before,
  .certification-marquee::after {
    width: 80px;
  }
}
.certification-marquee::before { left: 0; background: linear-gradient(to right, #ffffff, transparent); }
.certification-marquee::after  { right: 0; background: linear-gradient(to left, #ffffff, transparent); }

.certification-track {
  display: flex;
  width: max-content;
  animation: certification-drift 25s linear infinite;
  will-change: transform;
}
.certification-track:hover {
  animation-play-state: paused;
}
.certification-visual {
  flex: 0 0 auto;
  width: 48rem;
  max-width: none;
  height: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .certification-visual {
    width: 56rem;
  }
}
@keyframes certification-drift {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* FORM LABEL */
.form-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.4rem;
  letter-spacing: 0.01em;
}

.form-input[aria-invalid="true"],
.form-input[aria-invalid="true"]:focus {
  background-color: #FFF1F2 !important;
  border-color: #FDA4AF !important;
}

.form-error {
  margin-top: 0.35rem;
  color: #E11D48;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.contact-success-view {
  animation: contact-success-fade 0.35s ease-out both;
}

@keyframes contact-success-fade {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to { opacity: 1; transform: translateY(0); }
}

/* GOOGLE MAP IFRAME */
.map-frame {
  width: 100%;
  height: 470px;
  border: 0;
  display: block;
}

/* BLUEPRINT BACKGROUND
   Used in the index.html CTA section overlay div.
   The image provides a technical line-drawing texture at low opacity. */
.blueprint-bg {
  background-image: url('../images/CTA_Home.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.55;
}

/* CUSTOM SELECT ARROW
   Replaces the browser-default dropdown arrow on the contact-form
   inquiry-type <select> with the NTM accent-colour chevron. */
.select-arrow {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239DB5D1'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.2rem;
  padding-right: 2.5rem;
}

/* FILTER TAB ICONS
   Sizes the Lucide SVGs injected into the filter buttons on the
   projects page after lucide.createIcons() runs. */
.filter-tab svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

/* SUBMIT BUTTON */
.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #004C89;
  color: white;
  padding: 0.85rem 2rem;
  border-radius: 0.6rem;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  transition: background 0.25s, transform 0.2s, box-shadow 0.2s;
  border: none;
  cursor: pointer;
}
.btn-submit:hover {
  background: #003664;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,76,137,0.3);
}








