/* ==========================================================
   RYETEC LANDING PAGE — CUSTOM STYLES
   Base: Bootstrap 5 (see index.html for CDN link)
   ========================================================== */

:root {
  --bg-dark: #0a0a0a;
  --bg-alt: #1c1c1c;
  --bg-card: #141414;
  --yellow: #FEC300;
  --yellow-dark: #FEC300;
  --text-white: #ffffff;
  --text-grey: #AFAFAF;
  --text-muted: linear-gradient(180deg, #FFF -22.18%, #999 100%);
--text-muted-gradient: linear-gradient(180deg, #FFFFFF 0%, #808080 100%);
  --text-muted-2: #C8C8C8;
  --border-soft: rgba(255, 255, 255, 0.08);
  --font-display: 'Sora', sans-serif;
  --font-body: 'Roboto', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-white);
  font-family: var(--font-body);
  overflow-x: hidden;
}

h1, h2, h3, h4, .navbar-brand {
  font-family: var(--font-display);
}

a {
  text-decoration: none;
}

/* ---------- Utility text ---------- */
.text-muted-custom {
  color: var(--text-muted-gradient);
}

.text-yellow {
  color: var(--yellow);
}
.fleeto-project {
  height: 782px;
    background: url(../images/fleeto-cs.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sc-project {
  height: 782px;
    background: url(../images/simpleclaims-cs.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.grilandia-project {
  height: 782px;
    background: url(../images/grilandia-cs.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-yellow {
  background-color: var(--yellow);
  color: #000 !important;
 
padding: 13px 80px;
text-transform: uppercase;
font-family: Sora;
font-style: normal;
font-weight: 600;
font-size: 16px;
border-radius: 32px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.text-muted-custom {
  text-align: center;
font-family: Roboto;
font-size: 46px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 55.2px */
}
.btn-yellow:hover {
  background-color: var(--yellow-dark);
  color: #111;
  transform: translateY(-2px);
}

.btn-circle {
  width: 86px;
    height: 38px;
    border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* ---------- Navbar (floating pill, per design) ---------- */
#mainNav {
  padding: 20px 0 0 0;
  transition: padding 0.3s ease;
}

#mainNav.scrolled {
  padding: 10px 0 0 0;
}

.nav-pill-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 14px 32px;
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 60px;
  transition: background-color 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
}
p {
  background: linear-gradient(180deg, #FFF 21.01%, #666 159.42%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#mainNav.scrolled .nav-pill-wrap {
  background: rgba(14, 14, 14, 0.92);
  border-color: rgba(255, 255, 255, 0.18);
}

.navbar-brand {
  color: var(--text-white) !important;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

.logo-mark {
  color: var(--yellow);
  font-size: 1.6rem;
  line-height: 0;
  position: relative;
  top: -6px;
}

.nav-cta {
  color: var(--yellow) !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-cta:hover {
  color: var(--text-white) !important;
}

.navbar-collapse {
  flex-grow: 1;
}

.nav-link {
  color: var(--text-white) !important;
  font-size: 0.9rem;
  margin: 0 0.9rem;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.nav-link:hover {
  opacity: 1;
  color: var(--yellow) !important;
}

/* ---------- Standard content container (matches design proportions) ---------- */
.site-container {
  max-width: 1190px;
}

/* ---------- Hero ---------- */
.hero-section {
  padding-top: 130px;
  padding-bottom: 60px;
}

.eyebrow {
  color: var(--text-grey);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  font-family: var(--font-display);
}
.top-banner {
  margin: 80px auto 80px;
}
.p-contain {
  text-align: left;
  margin: auto;
}
.p-contain p {
  font-size: 32px;
}
.p-contain h2 {
  font-size: 46px;
}
.border-horizental {
  text-align: center;
  margin: 80px 0px 0px;
}
.eyebrow-underline {
  color: var(--text-grey);
  font-size: 16px;
  font-weight: 400;
  
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 6px;
  margin-bottom: 1rem;
  display: inline-block;
  font-family: var(--font-display);
}

.hero-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0.2rem;
  background: linear-gradient(180deg, #FFF 10.86%, #666 116.78%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.muted-title {
  color: var(--text-muted);
}

.hero-media {
  max-width: 1824px;
}

/* ---------- Media placeholders ---------- */
.media-placeholder {
  position: relative;
  width: 100%;
  
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.placeholder-label {
  color: var(--text-muted-2);
  font-size: 0.8rem;
  padding: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.hero-video {
  height: 782px;
  background: url(../images/Video.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.vault-img-lg {
  height: 782px;
  border-radius: 0;
  margin-bottom: 4px;
}

.vault-img-sm {
  height: 260px;
  border-radius: 0;
  background: linear-gradient(160deg, #2a2016, #0a0a0a);
}

.testimonial-video {
  height: 380px;
  background: radial-gradient(circle at 60% 40%, #142530, #0a0a0a 70%);
}

.feature-img-lg {
  height: 420px;
  background: radial-gradient(circle at 50% 50%, #3a0d0d, #0a0a0a 70%);
}

.play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #111;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 2;
}

.play-pause-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

/* ---------- Sections ---------- */
.section-block {
  padding: 90px 0;
}

.section-alt {
  background-color: var(--bg-alt);
  background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 26px 26px;
}

.section-heading {
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.35;
}

.section-title-lg {
  font-weight: 500;
  font-size: 60px;
  margin-bottom: 0px;
  line-height: normal;
  background: linear-gradient(180deg, #FFF -22.18%, #999 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.lead-text {
  color: var(--text-muted);
  font-size: 30px;
  line-height: 38px;

  margin-left: auto;
  margin-right: auto;
}
.p-24 {
font-family: Roboto;
font-size: 24px;
}
.highlight-line {
  font-weight: 700;
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  line-height: 1.4;
}

/* ---------- The Ryetec Method ---------- */
/* ---------- The Ryetec Method ---------- */
.method-row {
/*   border-bottom: 1px solid var(--border-soft); */
  padding: 2.2rem 0;
}

.method-title {
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: var(--text-white);
  margin: 0;
  opacity: 0.12;
  transition: opacity 0.5s ease, color 0.5s ease;
}

.method-desc {
  color: var(--text-muted);
  font-size: 20px;
  line-height: normal;
  margin: 0;
  opacity: 0.12;
  transition: opacity 0.5s ease;
}

.method-desc-wrap {
  border-left: 2px solid transparent;
  padding-left: 1.5rem;
  opacity: 0.3;
  transition: opacity 0.5s ease;
}

/* Active state — set by JS when a row is in focus while scrolling */
.method-row.active .method-title {
  opacity: 1;
  color: #C8C8C8;
}

.method-row.active .method-desc {
  opacity: 1;
}

.method-row.active .method-desc-wrap {
  opacity: 1;
}
.method-row.active.border-0 .method-desc-wrap {
   border-left-color: var(--yellow);
}
/* ---------- The Ryetec Method (pinned scroll section) ---------- */
.method-pin-section {
  position: relative;
  height: 350vh; /* pin duration — increase for a longer/slower pinned scroll */
}

.method-sticky-inner {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

/* Disable pinning on smaller screens — feels janky on touch devices */
@media (max-width: 767.98px) {
	
	.method-sticky-inner {
    height: 70vh;
}
	.hero-section {
        padding-top: 58px;
		padding-bottom: 0px;
    }
	.hero-title {
        font-size: 33px;
    }
	
  .method-pin-section {
    height: auto;
  }
  .method-sticky-inner {
    position: static;
    height: auto;
    padding: 60px 0;
  }
}

/* ---------- Testimonials ---------- */
.quote-text {
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  color: var(--text-muted);
}
.small {
  font-size: 14px;
}
.avatar-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--yellow), #b8860b);
  color: #111;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- Expertise ---------- */
.expertise-row {
  border-bottom: 1px solid var(--border-soft);
  padding: 2.2rem 0;
}

.expertise-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--text-muted-2);
}

.expertise-title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.expertise-sub {
  color: var(--text-muted-2);
  font-size: 0.85rem;
  line-height: 1.6;
}

.expertise-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

/* ---------- Logo grid ---------- */
.logo-grid {
  opacity: 0.85;
}

.logo-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-muted-2);
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.logo-grid .col-6:hover .logo-text,
.logo-grid .col-lg-2:hover .logo-text {
  color: var(--text-white);
}

/* ---------- Accordion (FAQ) ---------- */
.custom-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border-soft);
}

.custom-accordion .accordion-button {
  background: transparent;
  color: var(--text-muted-2);
  font-weight: 600;
  font-size: 1rem;
  padding: 1.4rem 0;
  box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  color: var(--text-grey);
  background: transparent;
}

.custom-accordion .accordion-button::after {
  filter: invert(1);
}

.custom-accordion .accordion-body {
  color: var(--text-grey);
  font-size: 0.9rem;
  line-height: 1.7;
  padding: 0 0 1.6rem 0;
}

/* ---------- Blog cards ---------- */
.blog-card {
  position: relative;
  display: block;
  overflow: hidden;
  height: 450px;
  transition: transform 0.25s ease;
}

.blog-card-featured {
  height: auto;
  
  min-height: 450px;
}

.blog-card:hover {
  transform: translateY(-6px);
}

.gradient-orange { background: url(../images/blog-1.png) no-repeat;
 background-size: cover;}
.gradient-gray   { background: url(../images/blog-2.png) no-repeat; background-size: cover; }
.gradient-blue   { background: url(../images/blog-3.png) no-repeat; background-size: cover; }
.gradient-light  { background: url(../images/blog-4.png) no-repeat; background-size: cover;}

.blog-card-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 8px;
  padding: 16px;
  z-index: 2;
}

.blog-card-scrim {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 55%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.blog-card-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  z-index: 2;
}

.badge-tag {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-white);
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  padding: 4px 12px;
  border-radius: 6px;
  text-transform: uppercase;
  font-family: var(--font-body);
}

.blog-card-title {
  font-weight: 600;
  color: var(--text-white);
  font-size: 0.98rem;
  line-height: 1.4;
  margin: 0 0 0.6rem 0;
}

.title-strong {
  color: var(--text-white);
  font-weight: 700;
}

.title-muted {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.blog-card-featured .blog-card-title {
  font-size: 1.05rem;
}

.read-more {
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ---------- CTA ---------- */
.cta-section {
  padding: 120px 0 45px;
  background: url(../images/grey-bg.png) no-repeat;
  background-size: cover;
}

.cta-title {
  font-weight: 700;
  font-size:148px;
  line-height: 135px;
  background: linear-gradient(180deg, #FFF -22.18%, #999 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.lg-container {
  max-width: 1380px;
}
.logo-grid .col-lg-2 {
      
        flex: 0 0 auto;
        width: 14%;
    
}
/* ---------- Footer ---------- */
.footer-section { 
  padding: 60px 0 110px;
}
.m-b {
  margin: 40px 0px;
}
.footer-link {
  color: var(--text-grey);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 6px;
}

.footer-link:hover {
  color: var(--yellow);
}

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--yellow);
  border: none;
  color: #111;
  font-size: 1.1rem;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.back-to-top.show {
  display: flex;
}

/* ---------- Scroll reveal ---------- */
[data-aos] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-aos].aos-visible {
  opacity: 1;
  transform: translateY(0);
}
/* ---------- Vault case study hover overlay ---------- */
.vault-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.vault-hover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 100%);
  opacity: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 36px;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.vault-card:hover .vault-hover-overlay {
  opacity: 1;
}

.vault-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vault-tag {
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-white);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
}

.vault-brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.6rem);
  color: var(--text-white);
  line-height: 1;
}
/* ---------- Responsive tweaks ---------- */
@media (max-width: 1024px) {
  .hero-video {
    height: 400px;
}
.hero-title {
    font-size: 40px;}
    .p-contain p {
    font-size: 24px;
}
.section-block {
    padding: 40px 0;
}
.section-heading {
    font-size: 30px !important;
}
.btn-yellow {
  font-size: 12px;
}
.nav-pill-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 20px;}
    .vault-img-lg {
    height: 420px;
    border-radius: 0;
    margin-bottom: 0px;
}
.method-desc {
  font-size: 14px;
}
.section-title-lg {
    font-weight: 500;
    font-size: 35px;}
    .quote-text {
    font-size: 20px;
    line-height: 27px;
}
.logo-grid .col-lg-2 {
    flex: 0 0 auto;
    width: auto;
}
.cta-title {
    font-weight: 700;
    font-size: 100px;
    line-height: 108px;
}
}


/* customCSS */

.navbar-toggler {
    border: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    position: relative;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background: none !important;
    width: 24px;
    height: 2px;
    background-color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: all .3s ease;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    top: 8px;
}

/* Open = Cross */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent !important;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    top: 0;
    transform: rotate(-45deg);
}
.border-right div.aos-visible {
    border-right: 1px solid #FFFFFF33;
	padding: 29px;
}

.border-right div.aos-visible:last-child {
    border-right: 0px solid #FFFFFF33;
}

@media (max-width: 991.98px) {

  .hero-section { padding-top: 130px; }
  .nav-pill-wrap {
    border-radius: 24px;
    padding: 14px 24px;
  }
  .navbar-collapse {
        background-color: rgba(14, 14, 14, 0.98);
        padding: 1.2rem;
        border-radius: 16px;
        margin-top: 0;
        border: 1px solid var(--border-soft);
        position: absolute;
        width: 100%;
        text-align: center;
        top: 71px;
        right: 0;
    }
  .nav-cta {
    display: inline-block;
    margin-top: 0.8rem;
  }
  .method-desc-wrap {
    border-left: none;
    border-top: 2px solid var(--yellow);
    padding-left: 0;
    padding-top: 1rem;
    margin-top: 1rem;
  }
  .expertise-row .col-lg-1.text-lg-end {
    text-align: left !important;
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
	.method-sticky-inner {
    height: 100vh;
}
	.lead-text {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 29px;
   
}
	.method-row  .row {
		display: flex;
    flex-direction: row;
    margin: 0px 40px;
	}
	    .section-block {
        padding: 40px 0;
    }
	.hero-section {
        padding-top: 58px;
		padding-bottom: 0px;
    }
	.hero-title {
        font-size: 24px;
    }
	.section-heading {
        font-size: 20px !important;
    }
	    .p-contain p {
        font-size: 20px;
    }
  .vault-hover-overlay { padding: 20px; }
  .vault-tag { padding: 7px 14px; font-size: 0.62rem; }
  .section-block { padding: 60px 0; }
  .hero-video, .testimonial-video, .feature-img-lg { height: 260px; }
  .vault-img-lg { height: 220px; }
  .vault-img-sm { height: 180px; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  html { scroll-behavior: auto; }
}

/* =========================================================
   SCROLL EFFECTS (added)
   ========================================================= */

/* ---- Scroll-driven gradient sweep (#fff → #999) ---- */
/* Apply the gradient-text treatment to the flowing-section texts too, so the
   colour-change-on-scroll works on them (not just the big titles). */
.section-heading,
.highlight-line,
.eyebrow,
.eyebrow-underline {
  background: linear-gradient(180deg, #FFF -22.18%, #999 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* JS shifts background-position-y as each element scrolls through the viewport,
   so the white→grey gradient glides smoothly instead of sitting static. */
.section-title-lg,
.cta-title,
.section-heading,
.highlight-line,
.eyebrow,
.eyebrow-underline {
  background-size: 100% 200%;
  background-position: 0% 0%;
}

/* ---- Our Expertise: pinned scroll activation (like The Ryetec Method) ---- */
.expertise-pin-section {
  position: relative;
  height: 300vh; /* pin duration — increase for a slower pinned scroll */
}

.expertise-sticky-inner {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

/* Tighten spacing so the heading + rows sit comfortably inside one viewport. */
.expertise-pin-section .mb-5 {
  margin-bottom: 2rem !important;
}
.expertise-pin-section .expertise-row {
  padding: 1.5rem 0;
}

.expertise-num,
.expertise-title,
.expertise-sub,
.expertise-desc {
  opacity: 0.15;
  transition: opacity 0.5s ease, color 0.5s ease;
}

.expertise-row .btn-circle {
  opacity: 0.15;
  transition: opacity 0.5s ease;
}

.expertise-row.active .expertise-num {
  opacity: 1;
  color: var(--yellow);
}

.expertise-row.active .expertise-title,
.expertise-row.active .expertise-sub,
.expertise-row.active .expertise-desc,
.expertise-row.active .btn-circle {
  opacity: 1;
}

/* Disable pinning on small screens — feels janky on touch devices. */
@media (max-width: 767.98px) {
  .expertise-pin-section {
    height: auto;
  }
  .expertise-sticky-inner {
    position: static;
    height: auto;
    overflow: visible;
    padding: 60px 0;
  }
}

/* ---- Why Us: video starts large, shrinks to normal as it comes into focus ---- */
#services {
  overflow-x: clip; /* contain the scaled-up video horizontally */
}

.testimonial-video {
  transform: scale(1.22);
  transform-origin: center top;
  transition: transform 0.25s ease-out;
  will-change: transform;
}
