/* ==========================================================================
   PIVORA — Redesign Stylesheet
   Sections (in page order): Hero, Trusted-By, Founder Quote, Who We Are,
   Capabilities, Where We Work, Stats, Sectors, CTA Banner, Footer.
   Font family: Inter (Google Fonts)
   ========================================================================== */

:root{
  /* Core palette */
  --navy:         #0B0F1A;   /* near-black band background */
  --blue:         #4d92ce;   /* primary brand blue — buttons, strong accents */
  --dark-blue : #4d92ce;
  --ink:          #12141C;   /* heading text on light sections */
  --white:        #FFFFFF;

  /* Grays */
  --gray-600:     #5B6072;   /* body copy on light sections */
  --gray-500:     #8A90A2;   /* muted / footer link text */
  --gray-200:     #E6E8EF;   /* borders on light sections */
  --gray-100:     #F5F6FA;   /* light section fills (footer) */

  /* Stats band gradient */
  --blue-stats-a: #1E40C4;
  --blue-stats-b: #0B1C6B;

  --font-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --container-max: 1440px;
  --card-bg-color: #4d92ce12;
  
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

body{
  font-family: var(--font-base);
  margin: 0;
  background: var(--white);
  color: var(--gray-600);
  -webkit-font-smoothing: antialiased;
}

img{ max-width: 100%; display: block; }
a{ text-decoration: none; }

/* ---------- Shared buttons ---------- */
.btn-navy-cta{
  background: var(--blue);
  color: var(--white);
  font-weight: 600;
  font-size: .85rem;
  padding: .75rem 1.5rem;

  display: inline-flex;
  align-items: center;
  border: none;
  transition: background .2s ease, transform .2s ease;
}

nav a {
  color: #fff;
}

.bg-navy {background: var(--dark-blue);}

.btn-navy-cta:hover{ background: var(--navy); color: var(--white); transform: translateY(-1px); }

.btn-cta-white{
  background: var(--white);
  color: var(--ink);
  font-weight: 600;
  font-size: .85rem;
  padding: .7rem 1.5rem;

  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: transform .2s ease;
  flex-shrink: 0;
}
.btn-cta-white:hover{ transform: translateY(-1px); color: var(--ink); }

/* ---------- Shared section typography (reused across light sections
   so type scale stays consistent regardless of source screenshot) ---------- */
.section-eyebrow{
  color: var(--blue);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: .75rem;
}
.section-eyebrow--dark{ color: var(--blue); }

.section-title{
  color: var(--ink);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.01em;
  line-height: 1.15;
  font-size: 2rem;
  margin: 0 0 1.25rem;
}
.section-title .char,
.section-title .word{ display: inline-block; }
.section-title--dark{ color: var(--white); max-width: 480px; }
.section-title--blue{ color: var(--blue); }

.section-copy{
  color: var(--gray-600);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 1.2rem;
}
.section-copy .word{ display: inline-block; }
.section-copy--dark{ color: rgba(255,255,255,.65); max-width: 420px; }

.section-subcopy{
  color: var(--gray-600);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.section-subcopy .word{ display: inline-block; }

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section{
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 560px;
  max-height: 1000px;
  overflow: hidden;
  background: var(--navy); /* shows while the HLS stream is loading */
}

.hero-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.hero-overlay{
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #000000d4;
  pointer-events: none;
}

.hero-navbar{
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 10;
}

.hero-logo{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  line-height: 1;
}
.hero-logo-icon{ width: 100%; height: 60px; object-fit: contain; margin-bottom: .4rem; }
.hero-logo-text{ color: var(--white); font-weight: 700; letter-spacing: .22em; font-size: .72rem; }

.hero-menu-btn{
  background: transparent;
  border: none;
  padding: .5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  cursor: pointer;
}
.hero-menu-btn .menu-bar{
  display: block;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: width .2s ease, background .2s ease;
}
.hero-menu-btn .bar-1{ width: 40px; }
.hero-menu-btn .bar-2{ width: 30px; }
.hero-menu-btn .bar-3{ width: 20px; }
.hero-menu-btn:hover .menu-bar{ width: 35px; }



.hero-content{
position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: space-between;
  z-index: 5;

}


.hero__title {
    color: var(--white);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -.01em;
    line-height: 1.08;
    font-size: clamp(2rem, 5.2vw, 3.75rem);
    margin: 0;
    position: absolute;
    bottom: 20%;
}


.hero__title .char,
.hero__title .word{ display: inline-block; will-change: transform, opacity; }

.audio-btn{
  position: absolute;
  right: clamp(1.25rem, 3vw, 2.5rem);
  bottom: clamp(1.25rem, 3vw, 2.5rem);
  z-index: 10;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.3);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.audio-btn:hover{ background: rgba(255,255,255,.22); transform: translateY(-1px); }


/* ============================================================
   HERO YOUTUBE PLAY BUTTON STYLES
   ============================================================ */
.hero-video-play-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0.6rem 1.25rem 0.6rem 0.6rem;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  text-decoration: none;
  flex-shrink: 0;
      position: absolute;
    bottom: 2rem;
    right:1rem;
}

.hero-video-play-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: var(--blue);
  transform: translateY(-2px);
}

.play-icon-circle {
  width: 40px;
  height: 40px;
  background: var(--blue);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.hero-video-play-btn:hover .play-icon-circle {
  background: var(--white);
  color: var(--ink);
}

.play-btn-text {
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Modal Backdrop Smooth Blur */
.modal-backdrop.show {
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  opacity: 0.85 !important;
}

.video-popup-modal .modal-content {
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-popup-modal.show .modal-content {
  transform: scale(1);
}


/* ==========================================================================
   OFFCANVAS & NAVBAR — SMOOTH & HIGH PERFORMANCE
   ========================================================================== */

/* 1. Backdrop Glass Effect */
.offcanvas-backdrop.show {
  opacity: 0.6 !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* 2. Premium Drawer Slide */
.offcanvas.site-offcanvas {
  background-color: #070B14 !important;
  color: var(--white);
  width: min(380px, 85vw) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.5);
  z-index: 1060 !important;
  
  /* GPU acceleration & luxury cubic-bezier easing */
  transform: translate3d(100%, 0, 0);
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.3, 1) !important;
  will-change: transform;
}

.site-offcanvas .offcanvas-header {
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-offcanvas .offcanvas-body {
  padding: 1.5rem 2rem 2.5rem;
}

/* 3. Navigation Links */
.offcanvas-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offcanvas-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.offcanvas-nav a,
.offcanvas-item-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}

.offcanvas-item-has-submenu div{

  padding: 1rem 0;
  
}

.offcanvas-nav a:hover,
.offcanvas-item-toggle:hover {
  color: var(--blue);
  transform: translateX(4px);
}

/* Submenu Arrow Rotation */
.offcanvas-arrow {
  font-size: 0.8rem;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-bs-toggle="collapse"][aria-expanded="true"] .offcanvas-arrow {
  transform: rotate(180deg);
  color: var(--blue);
}

/* Smooth Accordion Submenu */
.offcanvas-submenu {
  list-style: none;
  padding: 0.25rem 0 1rem 1rem;
  margin: 0;
}

.offcanvas-submenu li a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #94A3B8;
  text-transform: none;
  padding: 0.45rem 0;
  letter-spacing: 0;
}

.offcanvas-submenu li a:hover {
  color: var(--white);
  transform: translateX(4px);
}

/* Collapse Transition Smoothing */
.site-offcanvas .collapsing {
  transition: height 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 4. Luxury Close & Hamburger Buttons */
.btn-close-white {
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.btn-close-white:hover {
  opacity: 1;
  transform: rotate(90deg);
}





/* ==========================================================================
   TRUSTED-BY / BRAND MARQUEE SECTION
   ========================================================================== */
.brand-section{
  background: var(--navy);
  padding: 2rem 0;
  overflow: hidden;
}

.brand-heading{
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.005em;
  line-height: 1.3;
  font-size: clamp(1.25rem, 2.6vw, 1.85rem);
  margin: 0;
}
.brand-heading span{ color: rgba(255,255,255,.62); font-weight: 700; }
.brand-heading .char,
.brand-heading .word{ display: inline-block; }

.brand-slider-wrap{
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.brand-swiper{ width: 100%; }

.brand-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.brand-slide img{
  max-height: auto;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0) invert(1);
  opacity: .5;
  transition: opacity .25s ease;
}
.brand-slide:hover img{ opacity: .85; }

/* ==========================================================================
   FOUNDER QUOTE SECTION
   ========================================================================== */
.founder-section {
    background: var(--navy);
    padding: 2rem 0;
}

.founder-quote-icon {
  color: var(--blue);
  font-size: 2.2rem;
  line-height: 1;
}

.founder-quote{
  color: var(--white);
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  max-width: 720px;
  margin: 0;
}
.founder-quote .word{ display: inline-block; }

.founder-attribution{
  font-size: .95rem;
  line-height: 1.5;
}
.founder-attribution .word{ display: inline-block; }

.founder-dash {
  color: var(--blue);
}
.founder-name {
  color: var(--white);
  font-weight: 600;
}
.founder-role {
  color: var(--blue);
  font-weight: 500;
}

.founder-photo{
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  border-radius: 16px;
  margin-left: auto;
  margin-right: 0;
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

/* ==========================================================================
   WHO WE ARE SECTION
   ========================================================================== */
.who-we-are-section{
  background: var(--white);
  padding: 2rem 0;
}

.title-divider{
  width: 56px;
  height: 3px;
  background: var(--blue);
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.pattern-graphic{
  width: 100%;
}

/* ==========================================================================
   CAPABILITIES SECTION
   ========================================================================== */
.capabilities-section{
  background: var(--white);
  padding: 2rem 0;
}

.cap-heading{ max-width: 720px; }
.text-accent-strong{ color: var(--blue); }

.cap-grid{ margin-bottom: 2.5rem; }

.cap-card{
  position: relative;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 1.9rem;
  height: 100%;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}
.cap-card:hover{
  box-shadow: 0 12px 30px rgba(16,22,50,.08);
  transform: translateY(-3px);
  background: var(--blue);
}

.cap-card:hover .cap-title, p, .cap-link {
    color: var(--white);
}

 .cap-card:hover p{
    color: var(--white);
}

.cap-card:hover .cap-link {
    color: var(--white);
}

/* Decorative per-card background artwork */
.cap-card-bg{
  position: absolute;
  right: -8%;
  bottom: -8%;
  width: 50%;
  max-width: 200px;
  opacity: .6;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Top row: icon (left) + tag/title stacked (right) */
.cap-card-top{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.cap-icon{
  width: 46px;
  height: 46px;
  background: #EAF0FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}


.cap-card-heading{ flex: 1 1 auto; min-width: 0; }

.cap-tag{
  display: inline-block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .3rem .65rem;

  white-space: nowrap;
  margin-bottom: .55rem;
}
.cap-tag--pastel-blue{ background: #EAF0FF; color: var(--blue); }
.cap-tag--solid-blue{ background: var(--blue); color: var(--white); }
.cap-tag--solid-purple{ background: #6D5BD0; color: var(--white); }
.cap-tag--solid-gold{ background: #C8862B; color: var(--white); }

.cap-title{
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin: 0;
}

.cap-title-rule{
  position: relative;
  z-index: 1;
  display: block;
  width: 28px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
  margin: 0 0 1rem;
}
.cap-title-rule--purple{ background: #6D5BD0; }
.cap-title-rule--gold{ background: #C8862B; }

.cap-desc{
  position: relative;
  z-index: 1;
  font-size: .92rem;
  color: var(--gray-600);
  margin-bottom: 1.5rem;
  min-height: 44px;
}

.cap-link{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: .75rem;
  width: 100%;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--blue);
  text-decoration: none;
}
.cap-link-text{ flex-shrink: 0; }
.cap-link-line{ flex: 1 1 auto; height: 1px; background: currentColor; opacity: .35; }
.cap-link i{ font-size: .7rem; flex-shrink: 0; transition: transform .2s ease; }
.cap-link:hover i{ transform: translateX(4px); }
.cap-link--purple{ color: #6D5BD0; }
.cap-link--gold{ color: #C8862B; }

/* ---------- Card 3: Pivora360 (blue highlight, uniform thin border) ---------- */
.cap-card--highlight{
  border: 1.5px solid var(--blue);
  background: linear-gradient(180deg, #F3F6FF 0%, #FFFFFF 55%);
  box-shadow: 0 16px 32px rgba(27,63,174,.08);
}
.cap-icon--outline{
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid var(--blue);
  color: var(--blue);
  font-size: .72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  flex-shrink: 0;
}
.cap-icon-rotate{
  position: absolute;
  top: -6px; left: -6px;
  font-size: .55rem;
  background: var(--white);
  border-radius: 50%;
  padding: 2px;
}

/* ---------- Card 4: PivoraDev (purple top accent, gray sides/bottom) ---------- */
.cap-card--purple{
  border: 1px solid var(--gray-200);
  border-top: 4px solid #6D5BD0;
  background: #FBFAFF;
}
.cap-icon--purple{ background: #EFEBFC; color: #6D5BD0; font-size: 1.1rem; }

/* ---------- Card 5: PivoraX (gold top accent, gray sides/bottom) ---------- */
.cap-card--gold{
  border: 1px solid var(--gray-200);
  border-top: 4px solid #C8862B;
  background: #FFFBF2;
}
.cap-icon--dark{ background: var(--navy); color: #C8862B; font-weight: 800; font-size: 1.1rem; }

/* ---------- Bottom info strip ---------- */
.cap-info-strip {
    border-top: 1px solid var(--gray-200);
    padding-top: 1.75rem;
    background: var(--card-bg-color);
    border-radius: 16px;
    padding: 10px 20px;
}
.cap-info-icon{ color: var(--blue); font-size: 1.1rem; margin-top: .2rem; }
.cap-info-text{ color: var(--gray-600); font-size: .92rem; line-height: 1.6; }
.cap-info-text span{ color: var(--blue); font-weight: 600; }

/* ==========================================================================
   WHERE WE WORK SECTION
   ========================================================================== */
.where-we-work-section{
  background: var(--navy);
  padding: 2rem 0;
}

.office-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 250px;
    background: #fff;
}


.office-card img{ width: 100%; height: 100%; object-fit: cover; }
.office-card-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,.2) 100%);
  pointer-events: none;
}
.office-label{
  position: absolute;
  top: 16px; left: 16px;
  display: flex;
  flex-direction: column;
  color: var(--white);
}
.office-city{ font-weight: 700; font-size: .95rem; letter-spacing: .02em; }
.office-country{ font-size: .72rem; opacity: .8; margin-top: .1rem; }

@media (max-width: 575.98px){
      .office-card {
        aspect-ratio: 4 / 3;
    }
    .about-hero-subtext {
  width: 100%;
}

  .px-lg-15 {
  padding: 0 2rem !important;
}

.hero__title {
    line-height: 60px;
    font-size: 2.5rem !important;
}
}

/* ==========================================================================
   STATS SECTION
   ========================================================================== */
.stats-section{
 background: linear-gradient(180deg, var(--blue-stats-a) -10%, var(--blue-stats-b) 100%);
  padding: clamp(2rem, 4vw, 2.75rem) 0;
}
.stats-row{ margin: 0; }

.stats-item{
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: .5rem 1.25rem;
  border-right: 1px solid rgba(255,255,255,.22);
}
.stats-item--last{ border-right: none; }

.stats-icon{
  flex-shrink: 0;
  width: 28px; height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .15rem;
}
.stats-icon img{ width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }

.stats-content{ min-width: 0; }
.stats-number{
  color: var(--white);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 .25rem;
}
.stats-label{
  color: rgba(255,255,255,.78);
  font-size: .78rem;
  line-height: 1.4;
  margin: 0;
  max-width: 160px;
}

@media (max-width: 767.98px){
  .stats-item{
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding-bottom: 1.1rem;
  }
  .stats-item:nth-child(odd){ border-right: 1px solid rgba(255,255,255,.15); }
}

/* ==========================================================================
   SECTORS SECTION
   ========================================================================== */
.sectors-section{
  background: var(--white);
  padding: 2rem 0;
}

.sector-grid{ margin-top: 2.25rem; }

.sector-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: .9rem;
  height: 100%;
  padding: 1.75rem 1rem;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  background: var(--white);
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.sector-card:hover {
  box-shadow: 0 10px 24px rgba(16,22,50,.08);
  transform: translateY(-3px);
  border-color: var(--blue);
  background: var(--blue);
}
.sector-card:hover .sector-icon {
    filter: invert(1);
}

.sector-card:hover p {
     color: var(--white);
}

.sector-icon {
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.sector-icon img{ width: 100%; height: auto; object-fit: contain; }

.sector-card p{
  font-size: .85rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
  margin: 0;
}

/* ==========================================================================
   CTA BANNER SECTION
   ========================================================================== */
.cta-banner-section{
  position: relative;
  overflow: hidden;
  min-height: 92px;
  display: flex;
  align-items: center;
}

.cta-banner-bg{
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.cta-banner-section .container-fluid{ position: relative; z-index: 1; width: 100%; }

.cta-banner-inner{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.4rem 0;
  text-align: center;
}

.cta-banner-text {
    color: var(--white);
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .01em;
    text-transform: uppercase;
    margin: 0;
}

.cta-banner-text .word{ display: inline-block; }

@media (max-width: 767.98px){
  .cta-banner-inner{ flex-direction: column; gap: 1rem; padding: 1.75rem 0; }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer{
  position: relative;
  background: var(--gray-100);
  padding: padding: 2rem 0;
}

.footer-logo{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  line-height: 1;
}
.footer-logo-icon {
    width: 100%;
    height: 80px;
    object-fit: contain;
    margin-bottom: .4rem;
    filter: invert(1);
}
.footer-logo-text{ color: var(--ink); font-weight: 700; letter-spacing: .1em; font-size: .85rem; }

.footer-social a{
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: .85rem;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.footer-social a:hover{ background: var(--ink); color: var(--white); border-color: var(--ink); }

.footer-heading{ font-size: .85rem; font-weight: 700; color: var(--ink); margin-bottom: 1.1rem; }

.footer-links{ list-style: none; margin: 0; padding: 0; }
.footer-links li{ margin-bottom: .2rem; }
.footer-links a{ color: var(--ink); font-size: .88rem; text-decoration: none; transition: color .2s ease; }
.footer-links a:hover{ color: var(--blue); }

.footer-bottom{
  border-top: 1px solid var(--gray-200);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  font-size: .82rem;
  color: var(--gray-500);
}

.footer-desc {
    color: #000;
}

.footer-bottom p {
    color: #000;
}

/* ---------- Scroll to top ---------- */
.scroll-top{
  position: fixed;
  bottom: 26px; right: 26px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease, background .2s ease;
  z-index: 999;
  text-decoration: none;
}
.scroll-top.is-visible{ opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover{ background: var(--blue); color: var(--white); }

/* ==========================================================================
   RESPONSIVE — global
   ========================================================================== */
@media (max-width: 991.98px){
  .founder-photo{ margin: 0 auto; }
}

@media (max-width: 767.98px){
  .hero-section{ height: 100svh; }
  .hero__title{ font-size: clamp(1.6rem, 7vw, 2.4rem); }
}

@media (prefers-reduced-motion: reduce){
  *{ transition: none !important; animation: none !important; }
}



/*common */

.px-lg-15 {
  padding: 0 15rem;
}

.page-hero {
  position: relative;
  /* Removed: background-image: var(--hero-bg); */
  background-image: var(--hero-bg);
  
  
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 130px 0 80px;
  background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 100%;
}



/* Gradient fade from solid dark left to transparent right */
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #070B14 0%,
    #070B14 38%,
    rgba(7, 11, 20, 0.85) 60%,
    rgba(7, 11, 20, 0.4) 100%
  );
  z-index: 2;
}

.page-hero .container-fluid {
  z-index: 3;
}

.page-hero-eyebrow {
  color: var(--blue);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-hero-title {
  color: #FFFFFF;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.text-highlight {
  color: var(--blue);
}

.page-hero-subtext {
  color: #94A3B8;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 55%;
}

/* Mobile & Tablet view */
@media (max-width: 991.98px) {
  .page-hero {
    min-height: 70vh;
    padding: 110px 0 60px;
  }
  .page-hero::before {
    width: 100%;
    opacity: 0.35;
  }
  .page-hero-overlay {
    background: rgba(7, 11, 20, 0.88);
  }
}

/* ============================================================
   BUILT FOR TEAMS SECTION
   ============================================================ */
.built-teams-section {
  background: #ffffff;
}

/* Eyebrow and Accent Line */
.teams-eyebrow {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.teams-eyebrow-line {
  display: inline-block;
  width: 42px;
  height: 2px;
  background-color: var(--blue);
  opacity: 0.45;
}

/* Main Heading */
.teams-title {
  font-size: clamp(1.6rem, 2.3vw, 2rem);
  font-weight: 900;
  color: #0a0e1a;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.teams-title .text-blue {
  color: var(--blue);
}

/* Subtext */
.teams-sub-desc {
  max-width: 820px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #475569;
}

.teams-sub-desc p {
    color: #475569 !important;
}

/* Team Card Container */
.teams-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  padding: 2rem 1.5rem 2.2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.teams-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  background: var(--blue);
}

.teams-card:hover .teams-icon img{
    filter: invert(1);
}


.teams-card:hover .teams-icon i{
    color: #fff;
}

.teams-card:hover .teams-icon {
    color: #fff;
}



.teams-card:hover .teams-text,
.teams-card:hover h3,
.teams-card:hover p,
.teams-card:hover a ,
.teams-card:hover .text-dark{
    color: var(--white) !important;
}


/* Big Blue Stroke Icon */
.teams-icon {
  font-size: 2.2rem;
  color: var(--blue);
  line-height: 1;
  display: block;
}

/* Card Body Text */
.teams-text {
  font-size: 0.92rem;
  font-weight: 500;
  color: #1e293b;
  line-height: 1.6;
}

/* ============================================================
   GLOBAL CTA BANNER
   ============================================================ */
.site-cta-banner {
  background-color: #070B14;
}

.site-cta-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.site-cta-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(7, 11, 20, 0.4);
  z-index: 1;
}

.site-cta-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-cta-title {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.btn-site-cta-white {
  background-color: #ffffff;
  color: #0a0e1a;
  font-weight: 800;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 8px;
  border: none;
  white-space: nowrap;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 2;
  position: relative;
}

.btn-site-cta-white:hover {
  background-color: #f1f5f9;
  color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}




/* ============================================================
   ABOUT PAGE EXCLUSIVE STYLES
   ============================================================ */

/* Founder Box Container */
.founder-card-box {
  background: var(--card-bg-color);
  border-radius: 16px;
}

.founder-lead-name {
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  font-weight: 900;
  color: var(--blue);
  letter-spacing: -0.01em;
}

.founder-lead-role {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0A0E1A;
}

.founder-img-holder {
  display: inline-block;
  position: relative;
  max-width: 340px;
  width: 100%;
}

.founder-portrait-img {
  width: 100%;
  border-radius: 14px;
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Team Grid Portraits (Dark Section) */

.team-dark-section {
  background: var(--dark-blue);
}

.team-portrait-box {
  background: #0D1322;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.team-portrait-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 82, 255, 0.12);
  border-color: rgba(0, 82, 255, 0.4);
}

.team-portrait-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.team-portrait-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.4s ease;
}

.team-portrait-box:hover .team-portrait-img img {
  filter: grayscale(0%);
  transform: scale(1.03);
}

.team-portrait-body {
  padding: 1.25rem;
}

.team-portrait-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #FFFFFF;
}

.team-portrait-role {
  font-size: 0.8rem;
  color: #94A3B8;
  line-height: 1.4;
}

/* ============================================================
   SERVICES COMPONENT UTILITIES
   ============================================================ */

/* Circular Badge Icon with Light Blue Background */
.srv-badge-icon {
  width: 54px;
  height: 54px;
  background-color: #EDF3FF;
  color: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

/* Stage Number Identifier */
.srv-stage-num {
  font-size: 0.8rem;
  font-weight: 800;
  color: #94A3B8;
  display: block;
  line-height: 1;
  margin-bottom: 2px;
}

/* Interactive Card Link */
.srv-inline-link {
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease, color 0.2s ease;
}

.srv-inline-link i {
  transition: transform 0.2s ease;
}

.srv-inline-link:hover {
  color: #0B0F1A;
}

.srv-inline-link:hover i {
  transform: translateX(4px);
}

/* ============================================================
   PIVORADEV HERO FEATURE BADGES
   ============================================================ */
.pdev-pill-item {
  position: relative;
}

.pdev-pill-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.pdev-pill-label {
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

/* ============================================================
   PROJECTS / OUR WORK PAGE SPECIFIC STYLES
   ============================================================ */

/* Filter Pills */
.proj-filter-btn {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  color: #475569;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.45rem 1.15rem;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.proj-filter-btn:hover {
  background: #F8FAFC;
  color: #0A0E1A;
  border-color: #CBD5E1;
}

.proj-filter-btn.active {
  background: #0A0E1A;
  color: #FFFFFF;
  border-color: #0A0E1A;
}

/* Project Card & Image Ratio */
.proj-card {
  background: #FFFFFF;
  border: 1px solid #EEF2F6;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.proj-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.proj-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0A0E1A;
}

.proj-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.proj-card:hover .proj-img-wrap img {
  transform: scale(1.04);
}

/* Category Badge over Image */
.proj-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(7, 11, 20, 0.82);
  color: #FFFFFF;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.fs-7 {
  font-size: 0.85rem;
}

/* ============================================================
   CONTACT PAGE SPECIFIC STYLES
   ============================================================ */

/* Hero Glass Graphic Boxes (Right Side) */
.contact-hero-glass-box {
  width: 95px;
  height: 95px;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.2rem;
  transition: transform 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.contact-hero-glass-box:hover {
  transform: translateY(-4px);
  border-color: var(--blue);
  color: #FFFFFF;
}

/* Contact Info Icon Badges */
.contact-badge-box {
  width: 44px;
  height: 44px;
  background-color: #EDF3FF;
  color: var(--blue);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

/* Form Container & Custom Inputs */
.contact-form-card {
  background: #FFFFFF;
  border: 1px solid #EEF2F6;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.contact-form-field {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 0.85rem 1.15rem;
  font-size: 0.92rem;
  color: #0A0E1A;
  background-color: #FFFFFF;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-field:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 82, 255, 0.12);
  outline: none;
}

.contact-form-field::placeholder {
  color: #94A3B8;
  font-size: 0.9rem;
}

.btn-cta-flip {
    display: inline-block;
    perspective: 1000px;
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    border-radius: 4px; /* Adjust as needed */
    padding: 0;
    overflow: hidden;
}

.btn-cta-flip span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
}

.flip-front {
    transform: rotateX(0deg);
}

.flip-back {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateX(-180deg);
}

.btn-cta-flip:hover .flip-front {
    transform: rotateX(180deg);
}

.btn-cta-flip:hover .flip-back {
    transform: rotateX(0deg);
    background: var(--blue);
    color: #fff;
    font-size: 20px;
}