/* @font-face {
  font-family: "helvetica-lt-pro";
  src: url("../fonts/Neue-Haas-Grotesk-Font/NHaasGroteskTXPro-55Rg.ttf") format("ttf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-lt-pro";
  src: url("../fonts/Neue-Haas-Grotesk-Font/NHaasGroteskTXPro-65Rg.ttf") format("ttf");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-lt-pro";
  src: url("../fonts/Neue-Haas-Grotesk-Font/NHaasGroteskTXPro-75Bd.ttf") format("ttf");
  font-weight: 700;
  font-display: swap;
} */
@font-face {
  font-family: 'lulo-one';
  src: url('../fonts/itc/ITCErasBold.otf') format('otf');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'ErasBoldITC';
  src: url('<?php echo get_template_directory_uri(); ?>/assets/fonts/itc/eras-bold-itc.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Amble';
  src: url('<?php echo get_template_directory_uri();?>/assets/fonts/amble/Amble-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --accent: #f4a12e;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  overflow-x: hidden;
  font-family: "helvetica-lt-pro";
  padding-top: 60px;
}

.premium-nav .navbar-brand img {
  width: 100px;
}

.stage {
  position: sticky;
  top: 0;
  height: 100vh;
}





.frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: translateZ(0);
}


.info-card {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 680px;
  transform: translate(-50%, -50%) scale(.95);
  padding: 28px;
  border-radius: 24px;
  z-index: 5;
  opacity: 0;
  transition: all .45s ease;
  pointer-events: none;
  text-align: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
}

.info-card.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
  box-shadow: 4px 0px 14px 2px #ffffff66;
}

.info-card h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.05;
  letter-spacing: -.5px;
}

.info-card p {
  margin: 0;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.6;
  opacity: .9;
}

.info-card a,
.info-card button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 14px 22px;
  border: none;
  border-radius: 12px;
  background: var(--accent);
  color: #111;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.info-card a:hover,
.info-card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(244, 161, 46, .35);
}

.right {
  left: 50%;
  right: -10%;
}

.left {
  left: 50%;
  right: auto;
}

.scroll-section {
  height: 520vh;
  /* 🔥 gives space for footer */
}

.blue {
  background: rgb(0 75 151);
}

.green {
  background: rgba(6, 95, 70, .55);
}

.orange {
  color: #f79f37;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .left {
    left: 50%;
    right: auto;
  }
}

@media (max-width:768px) {

  .info-card {
    width: 80% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .scroll-anime {
    bottom: 15%;
    width: 70px;
  }

  .mobile-offcanvas .nav-item a {
    color: white !important;

  }

  .info-card,
  .right {
    bottom: 90px;
    width: auto;
    padding: 20px;
  }

  img.img-fluid.ms-md-4.mt-3.mt-md-0.mb-icon {
    width: 110px;
  }

  .info-card h2 {
    font-size: 24px;
  }

  .info-card p {
    font-size: 14px;
  }

  .left {
    left: 50%;
    width: 75% !important;
    right: auto;
    height: fit-content;
  }
}

span.navbar-toggler-icon {
  color: black;
}

.premium-nav .navbar-brand img {
  width: 100px;
}

.premium-nav {
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  transition: all .3s ease;
  padding: 12px 0;
  z-index: 999;
  background-color: white !important;
}

.premium-nav .navbar-brand {
  font-size: 1.15rem;
  letter-spacing: .3px;
}

.premium-nav .nav-link {
  color: #000000 !important;
  font-weight: 500;
  opacity: .9;
  transition: .25s ease;

}

.premium-nav .nav-link:hover,
.premium-nav .nav-link.active {
  color: #f4a12e !important;
  opacity: 1;
}

.premium-nav .btn-warning {
  background: #f4a12e;
  border: none;
  color: #111;
}

@media (max-width:768px) {

  .frame {
    transform: scale(1.1);
    transform-origin: center center;
    object-fit: cover;
    object-position: 22% center;
  }

  .stage {
    height: 100vh;
    overflow: hidden;
  }

  .info-card,
  .right {
    bottom: 40px;
  }

  ul.navbar-nav.align-items-lg-center.gap-lg-2 {
    gap: 0.1rem !important;
    margin-top: 20px;
  }
}



.welcome-modal {
  background: #0d4ea6;
  color: #fff;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(20px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
  animation: modalZoom .45s ease;
}

@keyframes modalZoom {
  from {
    opacity: 0;
    transform: scale(.92) translateY(20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.welcome-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(244, 161, 46, .12);
  color: #f4a12e;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
}

.welcome-modal h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
}

.welcome-modal p {
  min-height: 54px;
  opacity: .9;
  line-height: 1.7;
}

.welcome-modal .btn-warning {
  background: #f4a12e;
  border: none;
  color: #111;
}

.modal-backdrop.show {
  opacity: .78;
}

.canvas-progress-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #0d6efd;
  z-index: 1111;
  overflow: hidden;
}

.canvas-progress-bar {
  width: 0%;
  height: 100%;
  background: #f4a12e;
  border-radius: 0 999px 999px 0;
  transition: width .12s linear;
  box-shadow: 0 0 18px rgba(13, 110, 253, .35);
}

@media(max-width:768px) {
  .canvas-progress-wrap {
    height: 8px;
  }
}

.post-hero,
.service-hero,
.industry-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: center;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.content-box {
  font-size: 18px;
  line-height: 1.9;
}

.content-box img {
  max-width: 100%;
  border-radius: 16px;
  margin: 20px 0;
}

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

/* ===== PREMIUM FOOTER ===== */

.premium-footer {
  background: #f4f4f4;
  color: #222;
  border-top: 3px solid #f4a12e;
}

.footer-logo {
  max-width: 180px;
}

.footer-desc {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
}

.footer-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111;
}

.footer-links li,
.footer-contact li {
  margin-bottom: .65rem;
}

.footer-links a,
.footer-contact a {
  color: #444;
  text-decoration: none;
  transition: .25s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #f4a12e;
  padding-left: 4px;
}

.footer-contact {
  line-height: 1.7;
  color: #444;
}

.footer-bottom {
  background: #111;
  color: #ddd;
  font-size: .95rem;
}

.footer-bottom a {
  color: #ddd;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #f4a12e;
}

/* Mobile */
@media(max-width:768px) {

  .premium-footer {
    text-align: center;
  }

  .footer-logo {
    margin: auto;
  }

  .footer-title {
    margin-top: 1rem;
  }

  .footer-contact,
  .footer-links {
    padding-left: 0;
  }
}

ul.navbar-nav.align-items-lg-center.gap-lg-2 {
  gap: 2rem !important;
  text-transform: capitalize;
}

.nav-partner-logo img {
  width: 100px;
}



@media (max-width: 768px) {
  .welcome-note {
    background-color: transparent !important;
    backdrop-filter: none;
  }

  .main-title {
    font-family: "Jost", sans-serif;
    text-shadow: -2px 1px 20px #ff9b02;
  }

  div#card-1 {
    top: 42% !important;
    width: 100%;
    background: none;
    backdrop-filter: none;

  }

  .main-title {
    font-size: 24px;
    line-height: 1.05;
    color: #F69525;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'helvetica-lt-pro';
    margin-bottom: 2px;
    padding: 5px 1px;
    text-shadow: -2px 1px 12px #ff9b02;
  }

  div#card1 {
    left: 56%;
    top: 56%;
    text-align: end;
    width: 280px !important;
  }

  div#card1 p {
    font-size: 16px !important;
    line-height: 1.2;
    padding: 0;
  }

  div#card0 h2 {
    font-size: 26px;
    width: 100%;
    background: none;
    backdrop-filter: none;
  }

  div#card2 {
    backdrop-filter: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  .magic-box-layout {
    width: 100%;
    height: 82vh !important;
    pointer-events: none;
    background: none !important;
    backdrop-filter: unset !important;
  }

  .center-button {
    left: 53% !important;
    bottom: -25px !important;
  }

  .center-button {
    position: absolute;
    left: 53% !important;
    top: 90% !important;
    bottom: 20px !important;
    transform: translate(-50%, -50%);
    z-index: 20;
  }
}

.welcome-note h6 {
  color: rgb(0, 0, 0);
  font-size: 20px;
  margin-bottom: 16px;
}

.welcome-note h2 {
  color: #003685;
}

.mb-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}


button.nav-link.active {
  opacity: 1;
}

button.nav-link:hover {
  opacity: 0.8;
}

a.expertise-card-link {
  text-decoration: none;
}

.cta {
  font-family: "Helvetika LT Pro";
  font-weight: 600 !important;
  font-size: 9px;
  letter-spacing: -1px;
}