@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Source+Serif+4:ital,wght@0,400;0,600;1,400&family=Montserrat:wght@400;500;600;700;800&family=Raleway:wght@400;500;600;700&display=swap");
:root {
 --cream: #f0eeea;
 --brown: #794438;
 --brown-d: #5e3328;
 --navy: #17184b;
 --sky: #afc8e3;
 --coral: #ff6242;
 --coral-d: #e04a2c;
 --w60: rgba(255, 255, 255, 0.6);
 --w45: rgba(255, 255, 255, 0.45);
 --se: "Source Serif 4", serif;
 --mo: "Montserrat", sans-serif;
 --ra: "Raleway", sans-serif;
 --r: 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
*,
*::before,
*::after {
 box-sizing: border-box;
 margin: 0;
 padding: 0;
}
html {
 scroll-behavior: smooth;
 overflow-x: hidden;
}
body {
 font-family: "Open Sans", sans-serif;
 font-size: 17px;
 line-height: 27px;
 color: #636b75;
 overflow-x: hidden;
}
a {
 text-decoration: none;
 color: inherit;
}
.bg-cream {
 background: var(--cream) !important;
}
.bg-sky {
 background: var(--sky) !important;
}
.bg-navy {
 background: var(--navy) !important;
}
.bg-coral {
 background: var(--coral) !important;
}
.bg-brown {
 background: var(--brown) !important;
}
.text-coral {
 color: var(--coral) !important;
}
.text-navy {
 color: var(--navy) !important;
}
.text-brown {
 color: var(--brown) !important;
}
.text-sky {
 color: var(--sky) !important;
}
.text-sky-dark {
 color: #5a8fae !important;
}
.text-gold {
 color: #d4a574 !important;
}
.inset-0 {
 inset: 0;
}
.border-dashed {
 border-style: dashed !important;
}
.dot-bg::before,
.dot-bg-navy::before,
.dot-bg-white::before {
 content: "";
 position: absolute;
 inset: 0;
 pointer-events: none;
 z-index: 0;
 background-size: 28px 28px;
}
.dot-bg::before {
 background-image: radial-gradient(
  circle,
  rgba(23, 24, 75, 0.03) 1px,
  transparent 1px
 );
}
.dot-bg-navy::before {
 background-image: radial-gradient(
  circle,
  rgba(23, 24, 75, 0.06) 1px,
  transparent 1px
 );
}
.dot-bg-white::before {
 background-image: radial-gradient(
  circle,
  rgba(255, 255, 255, 0.045) 1px,
  transparent 1px
 );
 background-size: 26px 26px;
}
.feat-ico,
.jmap-icon-box,
.jmap-filler-icon,
.jmap-dot,
.arrow,
.pgl-carousel-btn,
.hero-btn,
.jmap-popup-close {
 display: flex;
 align-items: center;
 justify-content: center;
}
.dot,
.pgl-c-dot,
.eyebrow-dot,
.img-circle-dot,
.arrow,
.jmap-dot,
.pgl-blob,
.reg-blob,
.footer-cta-glow,
.footer-rp-dot {
 border-radius: 50%;
}
.pgl-blob,
.reg-blob,
.footer-cta-glow {
 pointer-events: none;
}
.pgl-blob,
.footer-cta-glow {
 filter: blur(90px);
}
.reg-blob {
 filter: blur(100px);
}
.pgl-blob-1 {
 width: 420px;
 height: 420px;
 background: rgba(255, 98, 66, 0.18);
 top: -100px;
 right: -80px;
}
.pgl-blob-2 {
 width: 300px;
 height: 300px;
 background: rgba(255, 255, 255, 0.28);
 bottom: 200px;
 left: -80px;
}
.reg-blob-1 {
 width: 480px;
 height: 480px;
 background: rgba(121, 68, 56, 0.1);
 top: -120px;
 right: -100px;
}
.reg-blob-2 {
 width: 320px;
 height: 320px;
 background: rgba(255, 98, 66, 0.1);
 bottom: -80px;
 left: -80px;
}
.footer-cta-glow {
 position: absolute;
}
.footer-glow-l {
 width: 380px;
 height: 380px;
 background: rgba(255, 98, 66, 0.18);
 top: -160px;
 left: -80px;
}
.footer-glow-r {
 width: 280px;
 height: 280px;
 background: rgba(175, 200, 227, 0.1);
 bottom: -120px;
 right: 60px;
}
.phone-lbl,
.contact-lbl,
.reg-label,
.eyebrow-txt,
.stat-lbl,
.stat-l,
.accred-label,
.hero-badge-sub,
.img-badge-lbl,
.jmap-filler-label {
 font-weight: 700;
 text-transform: uppercase;
}
.phone-lbl,
.contact-lbl {
 color: #9aaec5;
}
.phone-lbl {
 font-size: 0.59rem;
 letter-spacing: 0.08em;
}
.contact-lbl {
 font-size: 0.65rem;
 letter-spacing: 0.1em;
}
.reg-label {
 font-size: 0.72rem;
 letter-spacing: 0.03em;
 color: rgba(207, 208, 230, 0.6);
}
.eyebrow-txt {
 font-size: 0.7rem;
 letter-spacing: 0.13em;
 color: var(--brown);
}
.stat-lbl {
 font-size: 0.65rem;
 letter-spacing: 0.08em;
 margin-top: 6px;
}
.stat-l {
 font-size: 0.85rem;
 letter-spacing: 0.07em;
 color: #4a5568;
 margin-top: 4px;
}
.accred-label {
 font-size: 0.65rem;
 font-weight: 800;
 letter-spacing: 0.14em;
 color: rgba(23, 24, 75, 0.4);
}
.hero-badge-sub {
 font-size: clamp(0.62rem, 1vw, 0.78rem);
 font-weight: 600;
 color: rgba(255, 255, 255, 0.78);
 letter-spacing: 0.12em;
}
.img-badge-lbl {
 font-size: 0.68rem;
 line-height: 1.4;
 color: rgba(255, 255, 255, 0.85);
 letter-spacing: 0.07em;
}
.jmap-filler-label {
 font-family: var(--mo);
 font-size: 0.85rem;
 font-weight: 900;
 letter-spacing: 0.12em;
 color: #ff6242;
 margin-bottom: 8px;
}
.phone-num {
 font-size: 0.84rem;
 font-weight: 700;
 color: var(--navy);
}
.nav-inner-h {
  height: 80px;
 
}
.nav-bar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.logo-img {
 height: 60px;
 width: auto;
}
.nav-link-item {
 font-size: 0.82rem;
 font-weight: 700;
 color: var(--navy);
 white-space: nowrap;
 position: relative;
 transition: color var(--r);
}
.nav-link-item::after {
 content: "";
 position: absolute;
 bottom: 0;
 left: 50%;
 right: 50%;
 height: 3px;
 background: var(--coral);
 border-radius: 3px 3px 0 0;
 transition: left 0.28s ease, right 0.28s ease;
}
.nav-link-item:hover {
 color: var(--coral);
}
.nav-link-item:hover::after {
 left: 8px;
 right: 8px;
}
.btn-register {
 display: inline-flex;
 align-items: center;
 background: var(--coral);
 color: #fff;
 border-radius: 50px;
 padding: 0.8rem 1.8rem;
 font-size: 0.9rem;
 font-weight: 700;
 box-shadow: 0 6px 20px rgba(255, 98, 66, 0.45);
 white-space: nowrap;
 overflow: hidden;
 transition: all var(--r);
}
.btn-register:hover {
 background: var(--coral-d);
 transform: translateY(-2px);
 box-shadow: 0 12px 28px rgba(255, 98, 66, 0.5);
}
.hamburger span {
 display: block;
 width: 24px;
 height: 2.5px;
 background: var(--navy);
 border-radius: 2px;
 transition: all 0.3s ease;
}
.hamburger.open span:nth-child(1) {
 transform: translateY(7.5px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
 opacity: 0;
 transform: scaleX(0);
}
.hamburger.open span:nth-child(3) {
 transform: translateY(-7.5px) rotate(-45deg);
}
.mobile-menu {
 display: none;
 position: fixed;
 top: 80px;
 left: 0;
 right: 0;
 background: #fff;
 box-shadow: 0 12px 40px rgba(23, 24, 75, 0.15);
 z-index: 999;
 border-top: 2px solid rgba(23, 24, 75, 0.06);
 transform: translateY(-8px);
 opacity: 0;
 transition: transform 0.28s ease, opacity 0.28s ease;
 pointer-events: none;
}
.mobile-menu.open {
 display: block;
 transform: none;
 opacity: 1;
 pointer-events: all;
}
.mobile-menu ul li a {
 border-left: 3px solid transparent;
 transition: all 0.2s ease;
}
.mobile-menu ul li a:hover {
 color: var(--coral) !important;
 border-left-color: var(--coral);
 background: rgba(255, 98, 66, 0.04);
 padding-left: 2rem !important;
}
.hero-slider {
 height: calc(100vh - 80px);
 min-height: 600px;
 max-height: 960px;
}
.slides-clip {
 position: absolute;
 inset: 0;
 overflow: hidden;
}
.slide {
 position: absolute;
 inset: 0;
 opacity: 0;
 transition: opacity 1.2s ease;
}
.slide.active {
 opacity: 1;
 z-index: 2;
}
.slide-bg {
 position: absolute;
 inset: 0;
 background-size: cover;
 background-position: center 30%;
 transform: scale(1.04);
 transition: transform 8s ease;
}
.slide.active .slide-bg {
 transform: scale(1);
}
.slide-ov {
 background: linear-gradient(
  to bottom,
  rgba(0, 0, 0, 0.1) 0%,
  rgba(0, 0, 0, 0.1) 50%,
  rgba(0, 0, 0, 0.52) 100%
 );
}
.slide-bg-1 {
 background-image: url("../../images/banner.webp"),
  linear-gradient(135deg, #17184b, #794438);
}
.slide-bg-2 {
 background-image: url("../../images/banner4.webp"),
  linear-gradient(135deg, #134e5e, #17184b);
}
.slide-bg-3 {
 background-image: url("../../images/banner3.webp"),
  linear-gradient(135deg, #4a2c2a, #17184b);
}
.hero-content {
 top: 50%;
 transform: translateY(-50%);
 z-index: 9;
 max-width: 1400px;
 margin: 0 auto;
 pointer-events: none;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 12px;
}
.hero-logo {
 width: clamp(340px, 46vw, 650px);
 height: auto;
 display: block;
 margin: 0 auto 0 !important;
 filter: drop-shadow(0 4px 28px rgba(0,0,0,0.5));
 animation: heroFadeUp 1s 0.1s both ease;
}
.hero-name {
 font-family: "Open Sans", sans-serif;
 font-size: clamp(3.2rem, 8.5vw, 8rem);
 font-weight: 800;
 letter-spacing: 0.15em;
 line-height: 1.2;
 text-shadow: 0 4px 32px rgba(0, 0, 0, 0.55);
 animation: heroFadeUp 1s 0.1s both ease;
}
.hero-name-foray {
 margin-top: -0.2em;
 margin-left: 1.8em;
 font-size: 1em;
 letter-spacing: 0.15em;
}
.hero-tagline {
 font-family: var(--ra);
 font-size: clamp(1.1rem, 2.2vw, 1.5rem);
 text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
 max-width: 1000px;
 line-height: 1.7;
 animation: heroFadeUp 1s 0.25s both ease;
 margin-bottom: 0 !important;
}
.hero-btns-wrap {
 animation: heroFadeUp 1s 0.4s both ease;
 pointer-events: all;
}
.hero-btn {
 padding: 1.2rem 3rem;
 border-radius: 60px;
 font-family: var(--mo);
 font-size: 1.2rem;
 font-weight: 700;
 transition: all 0.3s ease;
 min-width: 200px;
 border: none;
 cursor: pointer;
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.hero-headline-main {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.hero-headline-em {
  font-style: italic;
  color: #ff6242;
  font-weight: 800;
  position: relative;
  display: inline-block;
}

.hero-headline-em::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff6242;
  border-radius: 3px;
}

.hero-tagline-new {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  max-width: 800px;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 500;
}
.hero-btn-new {
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-btn-primary-new {
  background: #794438;  
  color: white;
  box-shadow: 0 8px 20px rgba(121, 68, 56, 0.4);  
}

.hero-btn-primary-new:hover {
  background: #5e3328;  
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(121, 68, 56, 0.5);  
}

.hero-btn-secondary-new {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: white;
}

.hero-btn-secondary-new:hover {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  border-color: white;
  transform: translateY(-2px);
}
@keyframes heroFadeUp {
 from {
  opacity: 0;
  transform: translateY(22px);
 }
 to {
  opacity: 1;
  transform: translateY(0);
 }
}
.dot {
 width: 9px;
 height: 9px;
 background: rgba(255, 255, 255, 0.35);
 cursor: pointer;
 border: 2px solid var(--w45);
 transition: all 0.3s ease;
}
.dot.active,
.pgl-c-dot.active {
 background: #fff;
 border-color: #fff;
 transform: scale(1.35);
}
.arrow {
 top: 50%;
 transform: translateY(-50%);
 width: 46px;
 height: 46px;
 background: rgba(255, 255, 255, 0.15);
 border: 2px solid var(--w45);
 cursor: pointer;
 color: #fff;
 backdrop-filter: blur(6px);
 transition: all var(--r);
}
.arrow:hover {
 background: var(--coral);
 border-color: var(--coral);
 transform: translateY(-50%) scale(1.08);
}
.arrow-l {
 left: 2rem;
}
.arrow-r {
 right: 2rem;
}
.hero-badges-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
}
.hero-badge {
 border-right: 1px solid rgba(255, 255, 255, 0.18);
 transition: filter 0.22s ease;
 min-height: 110px;
}
.hero-badge:last-child {
 border-right: none;
}
.hero-badge:hover {
 filter: brightness(1.15);
}
.badge-light-bg {
 background: #8fb8d8;
}
.badge-dark-bg {
 background: var(--navy);
}
.badge-coral-bg {
 background: var(--coral);
}
.hero-badge-title {
 font-size: clamp(1rem, 2vw, 1.45rem);
}
.reveal {
 opacity: 1;
 transform: none;
}
body.js-ready .reveal {
 opacity: 0;
 transform: translateY(30px);
 transition: opacity 0.75s ease, transform 0.75s ease;
}
body.js-ready .reveal.visible,
.reveal.visible {
 opacity: 1;
 transform: none;
}
.reveal-delay-1 {
 transition-delay: 0.15s;
}
.reveal-delay-2 {
 transition-delay: 0.3s;
}
.section-title {
 font-family: var(--se);
 font-size: clamp(2rem, 4vw, 3rem);
 font-weight: 400;
 color: var(--navy);
 line-height: 1.1;
}
.about-img-wrap {
 padding: 24px 0 24px 24px;
}
.img-layer-brown,
.img-layer-sky {
 width: calc(100% - 40px);
 height: calc(100% - 30px);
 border-radius: 20px;
}
.img-layer-brown {
 background: var(--brown);
 z-index: 0;
}
.img-layer-sky {
 background: var(--sky);
 z-index: 1;
}
.img-circle-dot {
 width: 48px;
 height: 48px;
 border: 3px solid var(--coral);
 z-index: 5;
 top: 0;
 right: 24px;
}
.img-photo-layer {
 position: relative;
 z-index: 2;
 aspect-ratio: 4/5;
}
.img-photo-layer img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}
.img-badge {
 background: var(--brown);
 border-radius: 16px;
 z-index: 4;
 box-shadow: 0 12px 36px rgba(121, 68, 56, 0.4);
 bottom: 32px;
 right: -20px;
}
.img-badge-num {
 font-family: var(--se);
 font-size: 2.2rem;
 font-weight: 600;
 color: #fff;
 line-height: 1;
}
.about-content-card {
 background: #fff;
 border: 1.5px solid rgba(23, 24, 75, 0.1);
 box-shadow: 0 8px 40px rgba(23, 24, 75, 0.08);
 border-left: 4px solid var(--navy) !important;
}
.about-top-bar {
 height: 5px;
 background: linear-gradient(90deg, var(--navy), var(--brown), var(--coral));
}
.box-headline {
 font-family: var(--se);
 font-size: clamp(1.3rem, 2.2vw, 1.8rem);
 font-weight: 500;
 color: var(--navy);
 line-height: 1.5;
}
.box-p,
.safehands-p,
.pgl-body,
.reg-desc,
.jmap-filler-text {
 line-height: 1.8;
 font-weight: 500;
}
.box-p {
 font-size: 1.1rem;
 color: #2d343e;
}
.safehands-p {
 font-size: 1.05rem;
 color: #2d343e;
}
.pgl-body {
 font-size: 1.1rem;
 color: #1e2a3a;
}
.reg-desc {
 font-size: 1rem;
 color: #1e2a3a;
 max-width: 420px;
}
.jmap-filler-text {
 font-family: var(--ra);
 font-size: 1.05rem;
 color: #2d343e;
 line-height: 1.7;
}
.feat-item {
 background: var(--cream);
 border: 1.5px solid rgba(23, 24, 75, 0.05);
 transition: all var(--r);
}
.feat-item:hover {
 background: #fff;
 transform: translateY(-2px);
 box-shadow: 0 6px 18px rgba(121, 68, 56, 0.12);
}
.border-start-coral {
 border-left: 3px solid var(--coral) !important;
}
.border-start-sky {
 border-left: 3px solid var(--sky) !important;
}
.border-start-navy {
 border-left: 3px solid var(--navy) !important;
}
.border-start-brown {
 border-left: 3px solid var(--brown) !important;
}
.feat-ico {
 width: 32px;
 height: 32px;
 border-radius: 8px;
}
.feat-ico-coral {
 background: rgba(255, 98, 66, 0.1);
 color: var(--coral);
}
.feat-ico-sky {
 background: rgba(175, 200, 227, 0.25);
 color: #5a8fae;
}
.feat-ico-navy {
 background: rgba(23, 24, 75, 0.08);
 color: var(--navy);
}
.feat-ico-brown {
 background: rgba(121, 68, 56, 0.1);
 color: var(--brown);
}
.feat-lbl {
 font-size: 0.95rem;
 font-weight: 700;
 color: var(--navy);
 line-height: 1.5;
}
.btn-brown {
 background: var(--brown);
 box-shadow: 0 6px 22px rgba(121, 68, 56, 0.38);
 overflow: hidden;
 transition: all var(--r);
 font-size: 0.82rem;
}
.btn-brown:hover {
 background: var(--brown-d);
 transform: translateY(-2px);
 box-shadow: 0 12px 28px rgba(121, 68, 56, 0.45);
}
.about-stats-row {
 background: var(--cream);
 border: 1.5px solid rgba(121, 68, 56, 0.12) !important;
}
.stat-cell:hover {
 background: rgba(255, 98, 66, 0.05);
}
.stat-n {
 font-family: var(--se);
 font-size: 2rem;
 font-weight: 700;
 line-height: 1;
}
.wave-wrap {
 line-height: 0;
 display: block;
 margin-top: -5px;
}
.wave-wrap svg {
 display: block;
 width: 100%;
 height: 80px;
 vertical-align: top;
 transform: translateY(1px);
}
.eyebrow-chip {
 display: inline-flex;
 align-items: center;
 gap: 7px;
 background: rgba(121, 68, 56, 0.1);
 border: 1.5px solid rgba(121, 68, 56, 0.25);
 border-radius: 50px;
 padding: 5px 14px;
}
.eyebrow-chip-coral {
 background: rgba(255, 98, 66, 0.12);
 border-color: rgba(255, 98, 66, 0.3);
}
.eyebrow-chip-brown {
 background: #fff;
 border-color: rgba(121, 68, 56, 0.2);
}
.eyebrow-dot {
 width: 7px;
 height: 7px;
 background: var(--brown);
}
.pgl-partner-card {
 border-left: 3px solid var(--coral) !important;
}
.pgl-icon-wrap {
 width: 56px;
 height: 56px;
 background: #fff;
 overflow: hidden;
}
.pgl-card-sub {
 font-size: 0.72rem;
 font-weight: 700;
 color: var(--coral);
 margin-top: 3px;
}
.pgl-body strong {
 color: var(--navy);
 font-weight: 800;
 font-size: 1.15rem;
}
.pgl-cred {
 display: inline-flex;
 align-items: center;
 background: rgba(23, 24, 75, 0.1);
 border: 1px solid rgba(23, 24, 75, 0.25);
 border-radius: 50px;
 padding: 8px 18px;
 font-size: 0.95rem;
 font-weight: 700;
 color: var(--navy);
}
.pgl-carousel {
 aspect-ratio: 16/10;
}
.pgl-carousel-track {
 display: flex;
 height: 100%;
 transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pgl-carousel-slide {
 min-width: 100%;
 height: 100%;
 flex-shrink: 0;
}
.pgl-carousel-slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}
.pgl-c-dot {
 width: 9px;
 height: 9px;
 background: rgba(255, 255, 255, 0.4);
 border: 1.5px solid rgba(255, 255, 255, 0.65);
 cursor: pointer;
 transition: all 0.3s ease;
}
.pgl-carousel-btn {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 42px;
 height: 42px;
 background: rgba(255, 255, 255, 0.18);
 border: 1.5px solid rgba(255, 255, 255, 0.5);
 color: #fff;
 font-size: 1rem;
 cursor: pointer;
 transition: all 0.25s ease;
 backdrop-filter: blur(6px);
}
.pgl-carousel-btn:hover {
 background: var(--coral);
 border-color: var(--coral);
}
.pgl-c-prev {
 left: 14px;
}
.pgl-c-next {
 right: 14px;
}
.pgl-carousel-counter {
 background: rgba(23, 24, 75, 0.55);
 backdrop-filter: blur(6px);
 font-family: var(--mo);
 font-size: 0.72rem;
 font-weight: 700;
 letter-spacing: 0.05em;
}
.stat-item {
 transition: transform 0.2s ease;
}
.stat-item:hover {
 transform: translateY(-3px);
}
.stat-val {
 font-family: var(--se);
 font-size: 2rem;
 font-weight: 600;
 line-height: 1;
}
.stat-coral {
 background: var(--coral);
}
.stat-coral .stat-val {
 color: #fff;
}
.stat-coral .stat-lbl {
 color: rgba(255, 255, 255, 0.75);
}
.stat-coral:hover {
 background: var(--coral-d);
}
.stat-navy,
.stat-navy2 {
 background: var(--navy);
}
.stat-navy .stat-val {
 color: var(--coral);
}
.stat-navy2 .stat-val,
.stat-brown .stat-val {
 color: #fff;
}
.stat-navy .stat-lbl,
.stat-navy2 .stat-lbl {
 color: var(--w60);
}
.stat-brown {
 background: var(--brown);
}
.stat-brown .stat-lbl {
 color: rgba(255, 255, 255, 0.7);
}
.safehands-title {
 font-family: var(--se);
 font-size: clamp(1.6rem, 2.5vw, 2.2rem);
 font-weight: 400;
 color: var(--navy);
}
.safehands-sub {
 font-size: 17px;
 color: rgba(23, 24, 75, 0.55);
 line-height: 27px;
}
.safehands-card {
 background: #fff;
 border: 1.5px solid rgba(23, 24, 75, 0.08);
 border-top: 3px solid transparent;
 transition: border-color var(--r), transform var(--r);
}
.safehands-card:hover {
 transform: translateY(-4px);
}

.safe-border-coral {
 border-top-color: var(--coral) !important;
}
.safe-border-sky {
 border-top-color: var(--sky) !important;
}
.safe-border-gold {
 border-top-color: #d4a574 !important;
}
.safe-border-navy {
 border-top-color: var(--navy) !important;
}
.safe-border-brown {
 border-top-color: var(--brown) !important;
}

.safehands-5-row .col-xl .safehands-card {
 padding: 1.4rem 1.15rem;
}
.safehands-5-row .col-xl .safehands-card .fs-1 {
 font-size: 2rem !important;
}
.safehands-5-row .col-xl .safehands-card h4 {
 font-size: 1.05rem !important;
}
.safehands-5-row .col-xl .safehands-card .safehands-p {
 font-size: 0.95rem;
 line-height: 1.7;
}

.accred-strip {
 border-top: 1px solid rgba(23, 24, 75, 0.1);
 padding: 40px 0 56px;
}
.marquee-wrap {
 overflow: hidden;
 -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%
 );
}
.marquee-track {
 width: max-content;
 animation: marquee-scroll 28s linear infinite;
}
.marquee-track:hover {
 animation-play-state: paused;
}
@keyframes marquee-scroll {
 0% {
  transform: translateX(0);
 }
 100% {
  transform: translateX(-50%);
 }
}

.accred-logo-item {
 cursor: pointer;
 position: relative;
 background: transparent;
 border-radius: 10px;
 padding: 12px 20px;
 border: 1.5px solid transparent;
 transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
 display: flex;
 align-items: center;
 justify-content: center;
}
.accred-logo-item:hover {
 transform: translateY(-3px) scale(1.04);
 box-shadow: 0 8px 24px rgba(23, 24, 75, 0.18);
 background: transparent;
}
.accred-logo-item img {
 height: 72px;
 width: auto;
 max-width: 160px;
 object-fit: contain;
 opacity: 0.85;
 transition: opacity 0.25s ease;
}
.accred-logo-item:hover img {
 opacity: 1;
}

#accred-modal {
 display: none;
 position: fixed;
 inset: 0;
 background: rgba(23, 24, 75, 0.65);
 backdrop-filter: blur(4px);
 z-index: 99999;
 align-items: center;
 justify-content: center;
 padding: 20px;
}
#accred-modal.open {
 display: flex;
}
#accred-modal-box {
 background: #fff;
 border-radius: 28px;
 padding: 40px 36px 36px;
 max-width: 460px;
 width: 100%;
 position: relative;
 border-top: 5px solid var(--coral);
 text-align: center;
 animation: accredPop 0.22s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 box-shadow: 0 40px 80px rgba(23, 24, 75, 0.3);
}
@keyframes accredPop {
 from {
  transform: scale(0.88) translateY(10px);
  opacity: 0;
 }
 to {
  transform: scale(1) translateY(0);
  opacity: 1;
 }
}
#accred-modal-close {
 position: absolute;
 top: 16px;
 right: 16px;
 width: 36px;
 height: 36px;
 border-radius: 50%;
 border: none;
 background: #f0f2f5;
 cursor: pointer;
 font-size: 18px;
 color: #636b75;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: all 0.2s ease;
 line-height: 1;
}
#accred-modal-close:hover {
 background: var(--coral);
 color: #fff;
 transform: rotate(90deg);
}
#accred-modal-img-wrap {
 width: 100px;
 height: 64px;
 margin: 0 auto 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: var(--cream);
 border-radius: 12px;
 padding: 10px 14px;
}
#accred-modal-img {
 max-width: 100%;
 max-height: 100%;
 object-fit: contain;
}
#accred-modal-name {
 font-family: var(--mo);
 font-size: 1.15rem;
 font-weight: 800;
 color: var(--navy);
 margin-bottom: 10px;
 line-height: 1.3;
}
#accred-modal-tag {
 display: inline-block;
 background: rgba(255, 98, 66, 0.1);
 color: var(--coral);
 border: 1px solid rgba(255, 98, 66, 0.25);
 border-radius: 50px;
 padding: 4px 14px;
 font-size: 0.68rem;
 font-weight: 800;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 margin-bottom: 16px;
}
#accred-modal-desc {
 font-size: 0.97rem;
 color: #636b75;
 line-height: 1.75;
 margin: 0 0 20px;
}
#accred-modal-link {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 background: var(--navy);
 color: #fff;
 border-radius: 50px;
 padding: 10px 22px;
 font-size: 0.82rem;
 font-weight: 700;
 text-decoration: none;
 transition: all 0.25s ease;
}
#accred-modal-link:hover {
 background: var(--coral);
 transform: translateY(-2px);
}
#accred-modal-link svg {
 flex-shrink: 0;
}

/* =============================================
   JOURNEY MAP
   ============================================= */
.jmap-section-title {
 font-family: var(--mo);
 font-size: clamp(1.8rem, 4vw, 2.8rem);
 font-weight: 800;
 color: var(--navy);
 line-height: 1.1;
}
.jmap-description {
 font-family: var(--ra);
 font-size: 16px;
 color: #636b75;
 max-width: 540px;
 line-height: 1.7;
}
.jmap-grid {
 display: grid;
 grid-template-columns: 1fr 160px 1fr;
 gap: 0;
 max-width: 1400px;
 margin: 0 auto;
 padding: 20px 40px;
 position: relative;
}
.jmap-grid::before {
 content: "";
 position: absolute;
 left: 50%;
 top: 30px;
 bottom: 30px;
 width: 3px;
 background: repeating-linear-gradient(
  to bottom,
  rgba(255, 98, 66, 0.45) 0px,
  rgba(255, 98, 66, 0.45) 7px,
  transparent 7px,
  transparent 15px
 );
 transform: translateX(-50%);
 z-index: 1;
 pointer-events: none;
}
.jmap-card-cell,
.jmap-filler-cell {
 display: flex;
 align-items: flex-start;
}
.jmap-card-cell {
 padding: 30px 40px 30px 0;
 justify-content: flex-end;
}
.jmap-card-cell.jmap-right,
.jmap-filler-cell.jmap-right {
 padding: 30px 0 30px 40px;
 justify-content: flex-start;
}
.jmap-filler-cell {
 padding: 30px 40px 30px 0;
 justify-content: flex-end;
}

/* Base card — padding for cards without images */
.jmap-card {
 background: #fff;
 border-radius: 32px;
 padding: 36px 32px;
 box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
 transition: all 0.3s ease;
 cursor: pointer;
 width: 100%;
 max-width: 650px;
 border: 1px solid rgba(0, 0, 0, 0.05);
 overflow: hidden;
}
.jmap-card:hover {
 transform: translateY(-8px);
 box-shadow: 0 35px 55px -15px rgba(0, 0, 0, 0.2);
}

/* Image card — remove top padding so photo bleeds to edges */
.jmap-card.jmap-card-has-img {
 padding-top: 0;
}

/* Full-width image banner inside the card */
.jmap-card-img-wrap {
 margin: 0 -32px;         /* stretch to card edges */
 margin-top: 0;
 margin-bottom: 28px;
 height: 220px;           /* tall enough to look great */
 overflow: hidden;
 border-radius: 32px 32px 0 0;  /* match card top corners */
}
.jmap-card-img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: transform 0.5s ease;
}
.jmap-card:hover .jmap-card-img {
 transform: scale(1.04);  /* subtle zoom on hover */
}

.jmap-badge {
 display: inline-block;
 padding: 8px 20px;
 border-radius: 40px;
 font-family: var(--mo);
 font-size: 0.9rem;
 font-weight: 700;
 letter-spacing: 0.5px;
 margin-bottom: 22px;
}
.jmap-header {
 display: flex;
 align-items: center;
 gap: 20px;
 margin-bottom: 22px;
}
.jmap-icon-box {
 width: 52px;
 height: 52px;
 border-radius: 16px;
 font-size: 26px;
 flex-shrink: 0;
}
.jmap-card-title {
 font-family: var(--mo);
 font-size: 1.6rem;
 font-weight: 800;
 line-height: 1.3;
 color: #1a1e24;
}
.jmap-desc {
 font-family: var(--ra);
 font-size: 1.1rem;
 line-height: 1.7;
 color: #3a4049;
 margin-bottom: 22px;
}
.jmap-loc {
 font-family: var(--ra);
 font-size: 1rem;
 font-weight: 600;
 color: #5f6b7a;
 display: flex;
 align-items: center;
 gap: 8px;
 padding-top: 18px;
 border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.jmap-filler {
 width: 100%;
 max-width: 650px;
 padding: 28px 32px;
 border-radius: 28px;
 border: 2px dashed rgba(255, 98, 66, 0.22);
 background: rgba(255, 98, 66, 0.04);
 display: flex;
 align-items: flex-start;
 gap: 20px;
 transition: all 0.2s ease;
}
.jmap-filler:hover {
 border-color: rgba(255, 98, 66, 0.4);
 background: rgba(255, 98, 66, 0.06);
 transform: translateY(-5px);
}
.jmap-filler-icon {
 width: 52px;
 height: 52px;
 border-radius: 16px;
 background: rgba(255, 98, 66, 0.1);
 font-size: 26px;
 flex-shrink: 0;
}
.jmap-dot-cell {
 display: flex;
 flex-direction: column;
 align-items: center;
 position: relative;
 z-index: 2;
}
.jmap-dot {
 width: 80px;
 height: 80px;
 font-size: 32px;
 cursor: pointer;
 transition: all 0.3s ease;
 box-shadow: 0 12px 25px -8px rgba(0, 0, 0, 0.3);
 margin-bottom: 15px;
 border: 5px solid #fff;
}
.jmap-dot:hover {
 transform: scale(1.15);
}
.jmap-date {
 font-family: var(--mo);
 font-size: 1rem;
 font-weight: 700;
 color: #2d343e;
 background: #fff;
 padding: 8px 16px;
 border-radius: 30px;
 box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
 border: 1px solid rgba(0, 0, 0, 0.05);
}
.jmap-conn-cell {
 height: 50px;
 position: relative;
 grid-column: 1/4;
}
.jmap-conn-cell::before {
 content: "";
 position: absolute;
 left: 50%;
 top: 0;
 bottom: 0;
 width: 4px;
 background: linear-gradient(to bottom, #ff6242, #ff8a5c);
 transform: translateX(-50%);
 border-radius: 4px;
}

/* Popup image (inside the click-open popup) */
.jp-popup-img {
 width: 100%;
 max-height: 220px;
 object-fit: cover;
 border-radius: 16px;
 display: block;
 margin: 12px 0 20px;
}

@keyframes jPopIn {
 from {
  transform: scale(0.92);
  opacity: 0;
 }
 to {
  transform: scale(1);
  opacity: 1;
 }
}
.jmap-popup-overlay {
 display: none;
 position: fixed;
 inset: 0;
 background: rgba(23, 24, 75, 0.6);
 z-index: 9999;
 align-items: center;
 justify-content: center;
 padding: 20px;
}
.jmap-popup-overlay.open {
 display: flex;
}
.jmap-popup-box {
 background: #fff;
 border-radius: 40px;
 padding: 40px;
 max-width: 650px;
 width: 90%;
 max-height: 80vh;
 overflow-y: auto;
 animation: jPopIn 0.22s ease;
 border-left: 4px solid var(--coral);
 box-shadow: 0 40px 60px rgba(0, 0, 0, 0.3);
}
.jmap-popup-close {
 top: 20px;
 right: 20px;
 width: 40px;
 height: 40px;
 background: #f0f2f5;
 font-size: 20px;
 cursor: pointer;
 color: #5f6b7a;
 transition: all 0.2s ease;
}
.jmap-popup-close:hover {
 background: #ff6242;
 color: #fff;
 transform: rotate(90deg);
}
.jp-phase {
 font-family: var(--mo);
 font-size: 0.95rem;
 font-weight: 700;
}
.jp-icon {
 font-size: 64px;
 line-height: 1;
 display: block;
 margin: 12px 0 8px;
}
.jp-title {
 font-family: var(--mo);
 font-size: 2rem;
 font-weight: 800;
 color: #1a1e24;
 line-height: 1.3;
}
.jp-desc {
 font-family: var(--ra);
 font-size: 1.2rem;
 line-height: 1.7;
 color: #3a4049;
}
.jp-loc,
.jp-date {
 font-family: var(--ra);
 font-size: 1.1rem;
 font-weight: 600;
 color: #5f6b7a;
}

/* =============================================
   REGISTRATION
   ============================================= */
.reg-title {
 font-family: var(--se);
 font-size: clamp(1.6rem, 3vw, 2.4rem);
 font-weight: 400;
 color: var(--navy);
 line-height: 1.15;
}
.reg-dot-pulse {
 animation: pulse 2s infinite;
}
@keyframes pulse {
 0%,
 100% {
  opacity: 1;
  transform: scale(1);
 }
 50% {
  opacity: 0.6;
  transform: scale(1.2);
 }
}
.reg-contact-list {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 12px;
}
.reg-contact-item:hover {
 border-color: var(--brown) !important;
 transform: translateX(5px);
}
.reg-contact-icon {
 width: 44px;
 height: 44px;
 background: rgba(121, 68, 56, 0.08);
 color: var(--brown);
 font-size: 1rem;
}
.reg-icon-navy {
 background: rgba(23, 24, 75, 0.08) !important;
 color: var(--navy) !important;
}
.reg-icon-coral {
 background: rgba(255, 98, 66, 0.08) !important;
 color: var(--coral) !important;
}
.contact-val {
 font-size: 0.95rem;
}
.reg-illustration {
 display: block;
 margin-top: 36px;
}
.reg-illustration svg {
 width: 100%;
 height: auto;
 display: block;
}
.reg-form-card {
 background: #794438;
}
.reg-form-top-bar {
 height: 6px;
 background: linear-gradient(90deg, var(--coral), #ff8a6c);
}
.reg-form-sub {
 font-size: 1rem;
 color: rgba(255, 255, 255, 0.9);
 line-height: 1.7;
 border-left: 3px solid rgba(240, 238, 234, 0.7);
 padding-left: 14px;
 font-weight: 500;
}
.reg-input {
 font-size: 16px;
 color: var(--navy);
 outline: none;
 transition: all 0.25s ease;
 background: rgba(255, 255, 255, 0.92);
 border-color: rgba(23, 24, 75, 0.15) !important;
}
.reg-input:focus {
 border-color: var(--coral) !important;
 background: #fff;
 box-shadow: 0 0 0 4px rgba(255, 98, 66, 0.25) !important;
}
.reg-textarea {
 resize: none;
 min-height: 100px;
}
.reg-btn {
 background: var(--coral);
 font-family: var(--se);
 font-size: 1.1rem;
 transition: all 0.3s ease;
 cursor: pointer;
}
.reg-btn:hover {
 background: #ff5230;
 transform: translateY(-3px);
 box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}
.reg-btn:disabled {
 opacity: 0.8;
 cursor: not-allowed;
 transform: none;
}
.privacy-txt {
 font-size: 0.7rem;
 color: rgba(207, 208, 230, 0.55);
}
.reg-success-icon {
 font-size: 4rem;
}
.success-title {
 font-family: var(--se);
 font-size: 1.6rem;
 font-weight: 400;
 color: var(--navy);
}
.reg-success-reset {
 background: rgba(23, 24, 75, 0.05);
 color: var(--navy);
 cursor: pointer;
 transition: all 0.25s ease;
}
.reg-success-reset:hover {
 background: var(--coral);
 border-color: var(--coral) !important;
 color: #fff;
}

/* =============================================
   FOOTER
   ============================================= */
.footer-cta {
 border-color: rgba(255, 255, 255, 0.07) !important;
}
.footer-kicker {
 font-size: 0.62rem;
 letter-spacing: 0.18em;
}
.footer-cta-headline {
 font-family: var(--se);
 font-size: clamp(1.4rem, 2.5vw, 2rem);
 font-weight: 400;
 line-height: 1.25;
}
.footer-cta-btn {
 background: var(--coral);
 box-shadow: 0 8px 32px rgba(255, 98, 66, 0.45);
 transition: all 0.28s ease;
}
.footer-cta-btn:hover {
 background: var(--coral-d);
 transform: translateY(-2px);
}
.footer-logo {
 height: 56px;
 width: auto;
 mix-blend-mode: screen;
 filter: brightness(1.25);
}
.footer-tagline {
 font-size: 1rem;
 color: var(--w60);
 line-height: 1.9;
 max-width: 320px;
}
.footer-partner-pill {
 background: rgba(255, 255, 255, 0.06);
 border: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-pgl-logo {
 height: 22px;
 width: auto;
 object-fit: contain;
 filter: brightness(1.4);
}
.footer-partner-txt {
 font-size: 0.65rem;
 color: rgba(255, 255, 255, 0.65);
 white-space: nowrap;
}
.footer-soc {
 width: 36px;
 height: 36px;
 border: 1px solid rgba(255, 255, 255, 0.14);
 background: rgba(255, 255, 255, 0.05);
 color: rgba(255, 255, 255, 0.45);
 font-size: 0.78rem;
 transition: all 0.25s ease;
}
.footer-soc:hover {
 background: var(--coral);
 border-color: var(--coral);
 color: #fff;
 transform: translateY(-3px);
}
.footer-col-title {
 font-size: 0.72rem;
 letter-spacing: 0.14em;
}
.footer-col-title::after {
 content: "";
 position: absolute;
 bottom: 0;
 left: 0;
 width: 24px;
 height: 2px;
 background: var(--coral);
 border-radius: 2px;
}
.footer-contact-txt,
.footer-link {
 font-size: 1rem;
 color: var(--w60);
}
.footer-link {
 transition: color 0.2s ease;
 font-weight: 500;
}
.footer-link:hover {
 color: #fff;
}
.footer-c-ico {
 width: 30px;
 height: 30px;
 background: rgba(255, 98, 66, 0.14);
 border: 1px solid rgba(255, 98, 66, 0.22);
}
.footer-ico-sm {
 font-size: 0.7rem;
}
.footer-response-pill {
 background: rgba(255, 255, 255, 0.05);
 border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-rp-dot {
 width: 7px;
 height: 7px;
 background: #4ade80;
 box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.2);
 animation: rp-pulse 2.2s ease infinite;
}
.footer-response-txt {
 font-size: 0.78rem;
 color: rgba(255, 255, 255, 0.5);
}
@keyframes rp-pulse {
 0%,
 100% {
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.2);
 }
 50% {
  box-shadow: 0 0 0 6px rgba(74, 222, 128, 0.08);
 }
}
.footer-bottom {
 border-color: rgba(255, 255, 255, 0.07) !important;
}
.footer-copy {
 font-size: 0.82rem;
 color: rgba(255, 255, 255, 0.22);
}
.footer-legal-link {
 font-size: 0.78rem;
 font-weight: 700;
 color: rgba(255, 255, 255, 0.25);
 transition: color 0.2s ease;
}
.footer-legal-link:hover {
 color: var(--coral);
}

/* =============================================
   MODALS
   ============================================= */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.custom-modal.active {
  visibility: visible;
  opacity: 1;
}
.custom-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.custom-modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 450px;
}
.custom-modal-content {
  background: white;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease;
}
@keyframes modalSlideIn {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.custom-modal-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #FF6242, #FF8368);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 36px;
  font-weight: bold;
  color: white;
}
.custom-modal-icon.error {
  background: linear-gradient(135deg, #dc3545, #ff6b7c);
  font-size: 32px;
}
.custom-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #17184B;
  margin-bottom: 12px;
}
.custom-modal-message {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 25px;
}
.custom-modal-btn {
  background: linear-gradient(135deg, #FF6242, #FF8368);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.custom-modal-btn:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
 .hero-name-foray {
  margin-left: 1.2em;
 }
 .hero-btn {
  min-width: 200px;
  padding: 1rem 2rem;
  font-size: 1rem;
 }
 .arrow {
  display: none;
 }
 .jmap-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 0 12px !important;
  margin: 0 !important;
 }
 .jmap-grid::before,
 .jmap-conn-cell {
  display: none !important;
 }
 .jmap-card-cell,
 .jmap-filler-cell,
 .jmap-dot-cell {
  grid-row: unset !important;
  grid-column: unset !important;
 }
 .jmap-card-cell,
 .jmap-filler-cell {
  width: 100% !important;
  padding: 0 !important;
  justify-content: flex-start !important;
  margin: 0 0 10px !important;
 }
 .jmap-dot-cell {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 15px !important;
  margin: 5px 0 20px !important;
  padding: 8px 0 !important;
 }
 .jmap-card {
  width: 100% !important;
  max-width: 100% !important;
  padding: 24px 20px !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 25px -8px rgba(0, 0, 0, 0.1) !important;
 }
 /* Image card on mobile — restore top padding = 0, image handles the top space */
 .jmap-card.jmap-card-has-img {
  padding-top: 0 !important;
 }
 .jmap-card-img-wrap {
  margin: 0 -20px !important;   /* match mobile padding */
  height: 180px !important;
  border-radius: 20px 20px 0 0 !important;
  margin-bottom: 20px !important;
 }
 .jmap-filler {
  width: 100% !important;
  max-width: 100% !important;
  padding: 20px 18px !important;
  border-radius: 20px !important;
 }
 .jmap-badge {
  font-size: 0.8rem;
  padding: 6px 16px;
  margin-bottom: 16px;
 }
 .jmap-header {
  gap: 15px;
  margin-bottom: 15px;
 }
 .jmap-icon-box {
  width: 50px;
  height: 50px;
  font-size: 24px;
 }
 .jmap-card-title {
  font-size: 1.3rem;
  line-height: 1.3;
 }
 .jmap-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 16px;
 }
 .jmap-loc {
  font-size: 0.9rem;
  padding-top: 14px;
 }
 .jmap-dot {
  width: 60px;
  height: 60px;
  min-width: 60px;
  font-size: 24px;
  margin: 0 !important;
  border-width: 4px;
 }
 .jmap-date {
  font-size: 1rem;
  padding: 6px 16px;
 }
 .jmap-filler-icon {
  width: 44px;
  height: 44px;
  font-size: 22px;
 }
 .jmap-filler-label {
  font-size: 0.75rem;
  margin-bottom: 5px;
 }
 .jmap-filler-text {
  font-size: 0.9rem;
  line-height: 1.5;
 }
 #accred-modal-box {
  padding: 30px 22px 28px;
  border-radius: 22px;
 }
 .safehands-5-row .col-xl .safehands-card {
  padding: 1.25rem;
 }
 .safehands-5-row .col-xl .safehands-card .fs-1 {
  font-size: 2rem !important;
 }
 .safehands-5-row .col-xl .safehands-card h4 {
  font-size: 1.05rem !important;
 }
 .safehands-5-row .col-xl .safehands-card .safehands-p {
  font-size: 0.93rem;
 }
}
@media (max-width: 480px) {
 .hero-name-foray {
  margin-left: 0.8em;
 }
 .jmap-card {
  padding: 20px 16px;
 }
 .jmap-card.jmap-card-has-img {
  padding-top: 0 !important;
 }
 .jmap-card-img-wrap {
  margin: 0 -16px !important;
  height: 160px !important;
  border-radius: 20px 20px 0 0 !important;
  margin-bottom: 18px !important;
 }
 .jmap-icon-box {
  width: 45px;
  height: 45px;
  font-size: 22px;
 }
 .jmap-card-title {
  font-size: 1.2rem;
 }
 .jmap-desc {
  font-size: 0.9rem;
 }
 .jmap-dot {
  width: 55px;
  height: 55px;
  min-width: 55px;
  font-size: 22px;
 }
 .jmap-date {
  font-size: 0.9rem;
  padding: 5px 14px;
 }
 .jmap-filler {
  padding: 16px 14px;
 }
 .jmap-filler-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
 }
 .jmap-filler-text {
  font-size: 0.85rem;
 }
}
/* =============================================
   ABOUT US PAGE - COMPLETE CSS
   ============================================= */

/* About Hero Section */
.abt-hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  max-height: 900px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.abt-hero-bg {
  position: absolute;
  inset: 0;
  background: url("../../images/banner4.webp") center 30% / cover no-repeat;
  transform: scale(1.05);
  transition: transform 10s ease;
}
.abt-hero:hover .abt-hero-bg { transform: scale(1); }

.abt-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(23,24,75,0.82) 0%,
    rgba(23,24,75,0.55) 50%,
    rgba(255,98,66,0.35) 100%
  );
  z-index: 1;
}
.abt-hero-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.35;
  z-index: 2;
  pointer-events: none;
}

/* Floating accent shapes */
.abt-hero-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}
.abt-hero-shape-1 {
  width: 500px; height: 500px;
  background: rgba(255,98,66,0.12);
  filter: blur(100px);
  top: -180px; right: -100px;
}
.abt-hero-shape-2 {
  width: 300px; height: 300px;
  background: rgba(175,200,227,0.1);
  filter: blur(80px);
  bottom: 80px; left: -80px;
}
.abt-hero-shape-3 {
  width: 2px; height: 40%;
  background: rgba(255,98,66,0.5);
  border-radius: 2px;
  bottom: 0; left: 15%;
  filter: none;
}

/* Hero Inner - MODIFIED for higher text position */
.abt-hero-inner {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 0 2rem; /* Reduced top padding from 3rem to 1rem */
  justify-content: center;
}

/* Breadcrumb */
.abt-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
  padding-top: 0;
}
.abt-breadcrumb a {
  font-family: var(--mo);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}
.abt-breadcrumb a:hover { color: #fff; }
.abt-breadcrumb svg { color: rgba(255,255,255,0.35); }
.abt-breadcrumb span {
  font-family: var(--mo);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
}
.abt-hero-headline {
  margin: 0 0 1.5rem 0;
  padding-top: 2rem; 
}
.abt-hero-label {
  font-family: var(--mo);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.abt-hero-label::before {
  content: '';
  width: 32px; height: 2px;
  background: var(--coral);
  border-radius: 2px;
}
.abt-hero-title {
  font-family: var(--se);
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 32px rgba(0,0,0,0.3);
  margin-top: 2rem; 
}
.abt-hero-title em {
  font-style: italic;
  color: var(--coral);
}

.abt-hero-strip {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 1.5rem;
  margin-top: auto; 
}
.abt-hero-strip-item {
  display: flex;
  flex-direction: column;
  padding-right: 2.5rem;
}
.abt-hero-strip-num {
  font-family: var(--mo);
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.abt-hero-strip-label {
  font-family: var(--mo);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
  white-space: nowrap;
}
.abt-hero-strip-div {
  width: 1px; height: 36px;
  background: rgba(255,255,255,0.18);
  margin-right: 2.5rem;
  flex-shrink: 0;
}

/* Scroll cue */
.abt-hero-scroll {
  position: absolute;
  bottom: 2rem; right: 2rem;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.abt-hero-scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
}
.abt-hero-scroll span {
  font-family: var(--mo);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  writing-mode: vertical-rl;
}

/* Founders Section */
.abt-founders {
  background: var(--cream);
  padding: 6rem 0;
}
.abt-founder-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  margin-bottom: 6rem;
}
.abt-founder-row:last-child { margin-bottom: 0; }
.abt-founder-row-rev .abt-founder-visual { order: 2; }
.abt-founder-row-rev .abt-founder-content { order: 1; }

.abt-founder-visual { position: relative; }

.abt-founder-img-wrap {
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 4/5;
  position: relative;
  box-shadow: 0 32px 64px rgba(23,24,75,0.18);
  transition: transform 0.5s ease;
  will-change: transform;
}
.abt-founder-coral { background: linear-gradient(135deg,#fde8e4,#fcc5b8); }
.abt-founder-navy  { background: linear-gradient(135deg,#e4eaf8,#bec9ef); }

.abt-founder-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.6s ease;
}
.abt-founder-img-wrap:hover .abt-founder-photo { transform: scale(1.04); }

.abt-founder-fallback {
  width: 100%; height: 100%;
  align-items: center; justify-content: center;
}
.abt-fi-init {
  width: 120px; height: 120px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mo);
  font-size: 2.5rem; font-weight: 900;
  color: #fff;
  box-shadow: 0 12px 36px rgba(0,0,0,0.2);
}
.abt-founder-tag {
  position: absolute;
  top: 20px; left: 20px;
  background: rgba(255,98,66,0.92);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 6px 16px;
  font-family: var(--mo);
  font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #fff;
}
.navy-tag { background: rgba(23,24,75,0.88); }

.abt-founder-quote-float {
  position: absolute;
  bottom: -28px; right: -28px;
  background: #fff;
  border-radius: 24px;
  padding: 22px 24px;
  max-width: 260px;
  box-shadow: 0 20px 48px rgba(23,24,75,0.14);
  border-left: 4px solid var(--coral);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.abt-founder-quote-float:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 28px 56px rgba(23,24,75,0.18);
}
.abt-founder-quote-float.navy-float { border-left-color: var(--navy); }

.abt-fqf-icon {
  font-family: var(--se);
  font-size: 2.5rem;
  color: var(--coral);
  line-height: 1;
  margin-bottom: 8px;
}
.abt-fqf-icon.navy-q { color: var(--navy); }
.abt-founder-quote-float p {
  font-family: var(--se);
  font-size: 0.88rem;
  color: var(--navy);
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}

.abt-founder-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: rgba(255,98,66,0.07);
  border: 1.5px solid rgba(255,98,66,0.2);
  border-radius: 14px;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: all 0.25s ease;
}
.abt-founder-contact:hover {
  background: rgba(255,98,66,0.13);
  transform: translateX(5px);
}
.abt-fc-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--coral);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.8rem; flex-shrink: 0;
}
.abt-fc-icon.abt-fc-icon-navy { background: var(--navy); }
.abt-fc-label {
  font-family: var(--mo);
  font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--coral); display: block; line-height: 1.1;
}
.abt-fc-num {
  font-family: var(--mo);
  font-size: 0.9rem; font-weight: 800;
  color: var(--navy); display: block; line-height: 1.2;
}
.abt-fc-arrow { margin-left: auto; color: rgba(23,24,75,0.3); font-size: 0.7rem; }

.abt-founder-name {
  font-family: var(--se);
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 6px;
}
.abt-founder-name em { font-style: italic; color: var(--coral); }
.abt-founder-role {
  font-family: var(--mo);
  font-size: 0.7rem; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(23,24,75,0.4);
  margin-bottom: 1.5rem;
}
.abt-founder-bio {
  font-family: var(--ra);
  font-size: 1rem;
  color: #4a515a;
  line-height: 1.85;
  margin-bottom: 1rem;
}
.abt-founder-values {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 1.5rem;
}
.abt-fv-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mo);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em;
  color: var(--coral);
  background: rgba(255,98,66,0.08);
  border: 1px solid rgba(255,98,66,0.2);
  border-radius: 50px; padding: 5px 14px;
  transition: all 0.25s ease;
}
.abt-fv-pill:hover { background: rgba(255,98,66,0.15); transform: translateY(-2px); }
.abt-fv-navy {
  color: var(--navy);
  background: rgba(23,24,75,0.07);
  border-color: rgba(23,24,75,0.15);
}
.abt-fv-navy:hover { background: rgba(23,24,75,0.13); }

/* Videos Section */
.abt-videos {
  background: var(--navy);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.abt-vsb {
  position: absolute; border-radius: 50%;
  pointer-events: none; filter: blur(90px);
}
.abt-vsb-1 {
  width:380px;height:380px;background:rgba(255,98,66,0.14);top:-120px;right:-80px;
}
.abt-vsb-2 {
  width:260px;height:260px;background:rgba(255,255,255,0.07);bottom:-60px;left:-60px;
}

.abt-video-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}
.abt-video-card {
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1);
}
.abt-video-card:hover { transform: translateY(-8px) scale(1.01); }

.abt-video-wrap {
  position: relative;
  width: 100%;
  padding-top: 177.78%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0,0,0,0.4);
}
.abt-video-wrap video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.abt-video-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,5,20,0.9) 0%, transparent 55%);
  pointer-events: none; z-index: 1;
}
.abt-video-chapter {
  position: absolute; top: 16px; left: 16px; z-index: 3;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--coral); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mo); font-size: 0.75rem; font-weight: 900;
  box-shadow: 0 4px 14px rgba(255,98,66,0.45);
  transition: transform 0.25s ease;
}
.abt-video-card:hover .abt-video-chapter { transform: scale(1.15); }
.abt-video-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  z-index: 2; padding: 22px 20px;
  transform: translateY(6px);
  transition: transform 0.35s ease;
}
.abt-video-card:hover .abt-video-info { transform: translateY(0); }
.abt-video-title {
  font-family: var(--mo); font-size: 0.92rem; font-weight: 800;
  color: #fff; margin: 0 0 5px; line-height: 1.3;
}
.abt-video-desc {
  font-family: var(--ra); font-size: 0.78rem;
  color: rgba(255,255,255,0.65); line-height: 1.5; margin: 0;
}
.abt-videos-footer { text-align: center; margin-top: 3rem; }
.abt-ig-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--coral); color: #fff; border-radius: 50px;
  padding: 0.9rem 2.2rem;
  font-family: var(--mo); font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.04em; text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px rgba(255,98,66,0.4);
}
.abt-ig-btn:hover { background: var(--coral-d); transform: translateY(-3px) scale(1.02); color: #fff; }

.abt-mv { background: var(--sky); padding: 6rem 0; }
.abt-mv-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
}
.abt-mv-card {
  border-radius: 36px; overflow: hidden; position: relative;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.4s ease;
}
.abt-mv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 70px rgba(0,0,0,0.24);
}
.abt-mv-mission { background: var(--navy); }
.abt-mv-vision  { background: var(--brown); }

.abt-mv-bg-num {
  position: absolute; bottom: -30px; right: 20px;
  font-family: var(--se); font-size: 14rem; font-weight: 700;
  color: rgba(255,255,255,0.04); line-height: 1;
  pointer-events: none; user-select: none;
}
.abt-mv-inner { padding: 48px 44px; position: relative; z-index: 2; }
.abt-mv-icon {
  width: 64px; height: 64px; border-radius: 20px;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; margin-bottom: 24px;
}
.abt-mv-eyebrow {
  font-family: var(--mo); font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--coral); display: block; margin-bottom: 12px;
}
.abt-mv-headline {
  font-family: var(--se);
  font-size: clamp(1.4rem,2.8vw,2rem);
  font-weight: 400; color: #fff; line-height: 1.3; margin-bottom: 0;
}
.abt-mv-divider {
  height: 3px; background: var(--coral); border-radius: 3px;
  margin: 22px 0;
}
.abt-mv-divider-brown { background: rgba(255,255,255,0.4); }
.abt-mv-body {
  font-family: var(--ra); font-size: 1rem;
  color: rgba(255,255,255,0.72); line-height: 1.85; margin-bottom: 12px;
}
.abt-mv-tags {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px;
}
.abt-mv-tags span {
  font-family: var(--mo); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50px; padding: 4px 14px;
  transition: all 0.25s ease;
}
.abt-mv-tags span:hover { background: rgba(255,255,255,0.18); transform: translateY(-2px); }
.abt-mv-tags-brown span {
  color: rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
}

/* What We Offer Section */
.abt-offer { background: var(--cream); padding: 6rem 0; }
.abt-offer-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 5rem;
  align-items: start;
}
.abt-offer-left { position: sticky; top: 100px; }

.abt-offer-intro {
  font-family: var(--ra); font-size: 1.05rem;
  color: rgba(23,24,75,0.6); line-height: 1.85;
  margin: 1.2rem 0 2rem;
  border-left: 3px solid var(--coral);
  padding-left: 16px;
}

.abt-offer-stats {
  display: flex; flex-direction: column;
  border: 1.5px solid rgba(23,24,75,0.08);
  border-radius: 20px; overflow: hidden;
  margin-bottom: 2rem; background: #fff;
  box-shadow: 0 8px 28px rgba(23,24,75,0.06);
}
.abt-offer-stat {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(23,24,75,0.06);
  transition: background 0.2s ease, transform 0.2s ease;
}
.abt-offer-stat:last-child { border-bottom: none; }
.abt-offer-stat:hover { background: rgba(255,98,66,0.04); transform: translateX(4px); }
.abt-offer-stat-icon {
  width: 42px; height: 42px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
  transition: transform 0.25s ease;
}
.abt-offer-stat:hover .abt-offer-stat-icon { transform: scale(1.1) rotate(-5deg); }
.abt-offer-stat-icon-coral { background: rgba(255,98,66,0.1); color: var(--coral); }
.abt-offer-stat-icon-navy  { background: rgba(23,24,75,0.07); color: var(--navy); }
.abt-offer-stat-icon-brown { background: rgba(121,68,56,0.1); color: var(--brown); }
.abt-offer-stat-val {
  font-family: var(--se); font-size: 1.5rem; font-weight: 700;
  color: var(--navy); line-height: 1; display: block;
}
.abt-offer-stat-lbl {
  font-family: var(--mo); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(23,24,75,0.4); display: block; margin-top: 3px;
}

.abt-offer-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; }
.abt-offer-trust-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mo); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(23,24,75,0.65);
  background: rgba(23,24,75,0.05);
  border: 1px solid rgba(23,24,75,0.1);
  border-radius: 50px; padding: 5px 12px;
  transition: all 0.25s ease;
}
.abt-offer-trust-pill:hover { background: rgba(23,24,75,0.1); transform: translateY(-2px); }
.abt-offer-trust-pill i { color: var(--coral); font-size: 0.62rem; }

.abt-offer-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--navy); color: #fff; border-radius: 50px;
  padding: 0.9rem 2rem;
  font-family: var(--mo); font-size: 0.82rem; font-weight: 800;
  letter-spacing: 0.04em; text-decoration: none;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
  box-shadow: 0 8px 24px rgba(23,24,75,0.2);
}
.abt-offer-btn:hover {
  background: var(--coral);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 36px rgba(255,98,66,0.35);
  color: #fff;
}

.abt-offer-cards { display: flex; flex-direction: column; gap: 1rem; }
.abt-offer-card {
  display: grid;
  grid-template-columns: 3rem 3.5rem 1fr;
  gap: 1.2rem;
  align-items: start;
  background: #fff;
  border-radius: 20px;
  padding: 1.6rem 1.8rem;
  border: 1.5px solid rgba(23,24,75,0.06);
  box-shadow: 0 4px 16px rgba(23,24,75,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease,
              border-color 0.3s ease,
              opacity 0.55s cubic-bezier(0.22,1,0.36,1);
}
.abt-offer-card:hover {
  transform: translateX(8px);
  box-shadow: 0 16px 40px rgba(23,24,75,0.1);
  border-color: rgba(255,98,66,0.25);
}
.abt-oc-num {
  font-family: var(--se); font-size: 1.1rem; font-weight: 700;
  color: rgba(23,24,75,0.15); line-height: 1.3; padding-top: 2px;
}
.abt-oc-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
  transition: transform 0.3s ease;
}
.abt-offer-card:hover .abt-oc-icon { transform: scale(1.12) rotate(-5deg); }
.abt-oc-coral { background: rgba(255,98,66,0.1); color: var(--coral); }
.abt-oc-navy  { background: rgba(23,24,75,0.08); color: var(--navy); }
.abt-oc-brown { background: rgba(121,68,56,0.1); color: var(--brown); }
.abt-oc-sky   { background: rgba(175,200,227,0.3); color: #5a8fae; }
.abt-oc-body h4 {
  font-family: var(--mo); font-size: 0.95rem; font-weight: 800;
  color: var(--navy); margin-bottom: 5px; line-height: 1.3;
}
.abt-oc-body p {
  font-size: 0.9rem; color: rgba(23,24,75,0.55); line-height: 1.7; margin: 0;
}

/* Values Section */
.abt-values { background: var(--sky); padding: 6rem 0; }
.abt-values-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem;
  margin-top: 1rem;
}
.abt-value-card {
  background: #fff; border-radius: 28px; padding: 2.4rem 2rem;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.35s ease;
  box-shadow: 0 8px 24px rgba(23,24,75,0.07);
}
.abt-value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 52px rgba(23,24,75,0.14);
}
.abt-val-icon {
  font-size: 2.4rem; line-height: 1; display: block; margin-bottom: 16px;
}
.abt-val-line {
  height: 3px; background: var(--coral); border-radius: 3px;
  margin-bottom: 16px;
}
.abt-val-line-navy  { background: var(--navy); }
.abt-val-line-brown { background: var(--brown); }
.abt-val-title {
  font-family: var(--mo); font-size: 0.95rem; font-weight: 800;
  color: var(--navy); margin-bottom: 8px; line-height: 1.3;
}
.abt-val-desc {
  font-size: 0.88rem; color: rgba(23,24,75,0.6); line-height: 1.65; margin: 0;
}

/* Why Us Section */
.abt-why { background: var(--cream); padding: 6rem 0; position: relative; overflow: hidden; }
.abt-why-bg-blob-1 {
  position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: rgba(255,98,66,0.06); filter: blur(100px);
  top: -150px; right: -100px; pointer-events: none;
}
.abt-why-bg-blob-2 {
  position: absolute; width: 350px; height: 350px; border-radius: 50%;
  background: rgba(23,24,75,0.05); filter: blur(80px);
  bottom: -80px; left: -80px; pointer-events: none;
}
.abt-why-bento {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.5rem; margin-top: 1rem;
}
.abt-why-wide { grid-column: span 2; }

.abt-why-bento-card {
  background: #fff; border-radius: 28px; padding: 2.4rem 2.2rem;
  border: 1.5px solid rgba(23,24,75,0.07);
  box-shadow: 0 8px 28px rgba(23,24,75,0.06);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.4s ease;
}
.abt-why-bento-card::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg,var(--coral),#ff9a7c);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.22,1,0.36,1);
}
.abt-why-bento-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 60px rgba(23,24,75,0.13);
}
.abt-why-bento-card:hover::after { transform: scaleX(1); }

.abt-why-coral-card { background: var(--coral); border-color: transparent; }
.abt-why-coral-card::after { display: none; }
.abt-why-navy-card  { background: var(--navy); border-color: transparent; }
.abt-why-navy-card::after  { display: none; }

.abt-why-bc-num {
  font-family: var(--se); font-size: 4rem; font-weight: 700;
  color: rgba(23,24,75,0.05); line-height: 1;
  position: absolute; top: 16px; right: 20px;
  transition: color 0.3s ease, transform 0.3s ease;
}
.abt-why-bento-card:hover .abt-why-bc-num {
  color: rgba(255,98,66,0.1);
  transform: scale(1.1) rotate(-3deg);
}

.abt-why-bc-icon {
  width: 58px; height: 58px; border-radius: 18px;
  background: rgba(255,98,66,0.09);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: var(--coral);
  margin-bottom: 1.4rem;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.abt-why-bento-card:hover .abt-why-bc-icon {
  background: var(--coral); color: #fff;
  transform: scale(1.1) rotate(-5deg);
}
.abt-why-coral-card .abt-why-bc-icon,
.abt-why-coral-card:hover .abt-why-bc-icon {
  background: rgba(255,255,255,0.2); color: #fff; transform: none;
}
.abt-why-bc-icon-white { background: rgba(255,255,255,0.2) !important; color: #fff !important; }
.abt-why-bc-icon-coral { background: rgba(255,98,66,0.18) !important; color: var(--coral) !important; }

.abt-why-bento-card h3 {
  font-family: var(--mo); font-size: 1.1rem; font-weight: 800;
  color: var(--navy); line-height: 1.4;
  margin-bottom: 0.8rem;
  position: relative; padding-bottom: 10px;
}
.abt-why-bento-card h3::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 32px; height: 2.5px;
  background: var(--coral); border-radius: 2px;
  transition: width 0.35s cubic-bezier(0.22,1,0.36,1);
}
.abt-why-bento-card:hover h3::after { width: 56px; }
.abt-why-coral-card h3::after,
.abt-why-navy-card h3::after { background: rgba(255,255,255,0.5); }

.abt-why-bento-card p {
  font-size: 0.92rem; color: rgba(23,24,75,0.6);
  line-height: 1.75; margin-bottom: 1.2rem; flex: 1;
}
.abt-why-bc-badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--mo); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--coral);
  background: rgba(255,98,66,0.08);
  border: 1px solid rgba(255,98,66,0.18);
  border-radius: 50px; padding: 5px 14px;
  margin-top: auto; align-self: flex-start;
  transition: all 0.25s ease;
}
.abt-why-bento-card:hover .abt-why-bc-badge {
  background: rgba(255,98,66,0.16);
  transform: translateX(4px);
}
.abt-why-bc-badge-navy  { color:var(--navy); background:rgba(23,24,75,0.07); border-color:rgba(23,24,75,0.15); }
.abt-why-bc-badge-white { color:rgba(255,255,255,0.9); background:rgba(255,255,255,0.15); border-color:rgba(255,255,255,0.25); }
.abt-why-bc-badge-coral { color:var(--coral); background:rgba(255,98,66,0.15); border-color:rgba(255,98,66,0.3); }

/* Section Header */
.abt-section-header { margin-bottom: 3.5rem; }
.abt-section-header.abt-section-header-light .abt-section-title { color: #fff; }
.abt-section-header.abt-section-header-light .abt-section-sub  { color: rgba(255,255,255,0.6); }

.abt-section-title {
  font-family: var(--se);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.1;
  margin-top: 14px;
  margin-bottom: 14px;
}
.abt-section-sub {
  font-family: var(--ra);
  font-size: 1.05rem;
  color: rgba(23,24,75,0.55);
  line-height: 1.8;
  max-width: 560px;
  margin-top: 6px;
}

/* Chip */
.abt-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(121,68,56,0.09);
  border: 1.5px solid rgba(121,68,56,0.22);
  border-radius: 50px;
  padding: 5px 16px;
  font-family: var(--mo);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--brown);
}
.abt-chip::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--brown);
  flex-shrink: 0;
  animation: abt-chip-pulse-brown 2.4s ease-in-out infinite;
}
@keyframes abt-chip-pulse-brown {
  0%,100% { box-shadow: 0 0 0 0 rgba(121,68,56,0.45); transform: scale(1); }
  50%      { box-shadow: 0 0 0 5px rgba(121,68,56,0); transform: scale(1.3); }
}

.abt-chip.abt-chip-coral {
  background: rgba(255,98,66,0.1);
  border-color: rgba(255,98,66,0.28);
  color: var(--coral);
}
.abt-chip.abt-chip-coral::before {
  background: var(--coral);
  animation: abt-pulse-dot 2.4s ease-in-out infinite;
}

/* Animation Keyframes */
@keyframes abt-pulse-dot {
  0%,100% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 0 rgba(255,98,66,0.5); }
  50% { transform: scale(1.3); opacity: 0.8; box-shadow: 0 0 0 6px rgba(255,98,66,0); }
}

/* Utility Classes */
.tc { color: var(--coral) !important; }
.tw { color: #fff !important; }
.tw60 { color: rgba(255,255,255,0.6) !important; }
.tw75 { color: rgba(255,255,255,0.75) !important; }
.tw30 { color: rgba(255,255,255,0.3) !important; }

/* Reveal Animations */
.reveal {
  opacity: 1;
  transform: none;
}
body.js-ready .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
body.js-ready .reveal.visible,
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.3s; }

/* Responsive Styles */
@media (max-width: 1100px) {
  .abt-founder-row { gap: 3rem; }
  .abt-offer-layout { grid-template-columns: 1fr 1.4fr; gap: 3rem; }
  .abt-why-bento { grid-template-columns: repeat(2,1fr); }
  .abt-why-wide { grid-column: span 1; }
}
@media (max-width: 900px) {
  .abt-hero-title { font-size: clamp(2.4rem,8vw,4rem); }
  .abt-hero-strip { flex-wrap: wrap; row-gap: 14px; }
  .abt-mv-grid { grid-template-columns: 1fr; }
  .abt-video-grid { grid-template-columns: repeat(3,1fr); }
  .abt-values-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .abt-hero { min-height: 500px; margin-top: 70px; }
  .abt-hero-title { font-size: clamp(2.2rem,9vw,3.5rem); }
  .abt-hero-scroll { display: none; }

  .abt-founder-row { display: flex; flex-direction: column; gap: 2.5rem; }
  .abt-founder-row-rev { flex-direction: column; }
  .abt-founder-row-rev .abt-founder-visual,
  .abt-founder-row-rev .abt-founder-content { order: unset; }
  .abt-founder-quote-float {
    position: relative; bottom: 0; right: 0;
    margin-top: -24px; max-width: 100%;
  }

  .abt-offer-layout { grid-template-columns: 1fr; gap: 2rem; }
  .abt-offer-left { position: static; }

  .abt-video-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .abt-video-wrap { padding-top: 130%; }

  .abt-values-grid { grid-template-columns: 1fr 1fr; }

  .abt-why-bento { grid-template-columns: 1fr; }
  .abt-why-wide { grid-column: span 1; }

  .abt-mv-inner { padding: 36px 28px; }
}
@media (max-width: 480px) {
  .abt-hero-strip-item { padding-right: 1.2rem; }
  .abt-hero-strip-div  { margin-right: 1.2rem; }
  .abt-founder-name { font-size: 2.4rem; }
  .abt-values-grid { grid-template-columns: 1fr; }
  .abt-offer-card { grid-template-columns: 2.4rem 3rem 1fr; gap: 0.8rem; padding: 1.2rem; }
}
.abt-why-quote-text {
  font-family: var(--se);
   font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-style: italic;
  font-weight: 400;
  color: var(--navy);
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.5;
  position: relative;
  padding: 0 1rem;
}

.abt-why-quote-text::before {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: var(--coral);
  border-radius: 3px;
  margin: 0 auto 1.5rem;
}
/* === WhatsApp Floating Button === */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  border-radius: 50px;
  padding: 14px 22px 14px 18px;
  text-decoration: none;
  font-family: var(--mo);
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

.wa-float::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.12);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.wa-float:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.55);
  color: #fff;
}

.wa-float:hover::before { opacity: 1; }

.wa-float svg {
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
}

.wa-float-label {
  white-space: nowrap;
}
.wa-float::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50px;
  border: 2px solid #25D366;
  animation: wa-pulse 2.5s ease-out infinite;
  pointer-events: none;
}

@keyframes wa-pulse {
  0%   { transform: scale(1);   opacity: 0.6; }
  100% { transform: scale(1.18); opacity: 0; }
}
@media (max-width: 480px) {
  .wa-float {
    bottom: 20px;
    right: 20px;
    padding: 14px;
    border-radius: 50%;
  }
  .wa-float-label { display: none; }
}