@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* ============================
   LENIS SMOOTH SCROLL STYLES
============================ */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Fix text shaking during smooth scroll */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Prevent horizontal overflow */
html, body {
  overflow-x: hidden;
}

@font-face {
  font-family: "GT_Walsheim_Medium";
  src: url("../assets/font/GT-Walsheim-Medium.woff") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "GT_Walsheim_Light";
  src: url("../assets/font/GT-Walsheim-Light.woff") format("opentype");
}

.font-medium-custom {
  font-family: "GT_Walsheim_Medium";
}
.font-light-custom {
  font-family: "GT_Walsheim_Light";
}
:root {
  --primary: #ed4367;
  --secondary: #0b0271;
  --purpleClr : #7501EC;
  --light-bg: #FFFAF7;
  --text-clr: #420D10;
  --green: #3bceac;
  --yellowclr: #FFD23F;
  --clamp222: clamp(150px, 10.25vw, 222px);
  --clamp12: clamp(10px, 0.625vw, 12px);
  --clamp13: clamp(10px, 0.677vw, 13px);
  --clamp14: clamp(12px, 0.72916vw, 14px);
  --clamp15: clamp(13px, 0.78125vw, 15px);
  --clamp16: clamp(14px, 0.8333vw, 16px);
  --clamp18: clamp(14px, 0.9375vw, 18px);
  --clamp20: clamp(16px, 1.0416vw, 20px);
  --clamp21: clamp(18px, 1.0937vw, 21px);
  --clamp22: clamp(16px, 1.145vw, 22px);
  --clamp24: clamp(16px, 1.25vw, 24px);
  --clamp26: clamp(18px, 1.3541vw, 26px);
  --clamp27: clamp(18px, 1.40625vw, 27px);
  --clamp28: clamp(18px, 1.4583vw, 28px);
  --clamp30: clamp(20px, 1.5625vw, 30px);
  --clamp32: clamp(20px, 1.666vw, 32px);
  --clamp34: clamp(20px, 1.77vw, 34px);
  --clamp35: clamp(20px, 1.8229vw, 35px);
  --clamp36: clamp(22px, 1.875vw, 36px);
  --clamp38: clamp(22px, 1.9791vw, 38px);
  --clamp40: clamp(24px, 2.1875vw, 40px);
  --clamp42: clamp(24px, 2.1875vw, 42px);
  --clamp44: clamp(24px, 2.291vw, 44px);
  --clamp45: clamp(26px, 2.3vw, 45px);
  --clamp46: clamp(26px, 2.3vw, 46px);
  --clamp48: clamp(28px, 2.5vw, 48px);
  --clamp50: clamp(28px, 2.6041vw, 50px);
  --clamp52: clamp(28px, 2.7083vw, 52px);
  --clamp54: clamp(28px, 2.8125vw, 54px);
  --clamp55: clamp(28px, 2.8645vw, 55px);
  --clamp56: clamp(28px, 2.9166vw, 56px);
  --clamp58: clamp(28px, 3.02083vw, 58px);
  --clamp60: clamp(30px, 3.125vw, 60px);
  --clamp62: clamp(30px, 3.2291vw, 62px);
  --clamp64: clamp(30px, 3.333vw, 64px);
  --clamp65: clamp(30px, 3.3854vw, 65px);
  --clamp66: clamp(32px, 3.4375vw, 66px);
  --clamp68: clamp(32px, 3.541vw, 68px);
  --clamp70: clamp(32px, 3.645vw, 70px);
  --clamp72: clamp(35px, 3.72vw, 72px);
  --clamp74: clamp(35px, 3.854vw, 74px);
  --clamp75: clamp(35px, 3.90625vw, 75px);
  --clamp76: clamp(35px, 3.958vw, 75px);
  --clamp78: clamp(35px, 4.0625vw, 78px);
  --clamp80: clamp(35px, 4.1666vw, 80px);
  --clamp82: clamp(35px, 4.27083vw, 82px);
  --clamp84: clamp(38px, 4.375vw, 84px);
  --clamp88: clamp(38px, 4.411vw, 88px);
  --clamp96: clamp(40px, 4.854vw, 96px);
  --clamp100: clamp(38px, 5.2083vw, 100px);
  --clamp115: clamp(40px, 5.2183vw, 110px);
  --clamp120: clamp(60px, 6.25vw, 120px);
  --clamp150: clamp(70px, 7.25vw, 150px);
}

.font-12 {
  font-size: var(--clamp12);
}
.font-13 {
  font-size: var(--clamp13);
}
.font-14 {
  font-size: var(--clamp14);
}
.font-15 {
  font-size: var(--clamp15);
}
.font-16 {
  font-size: var(--clamp16);
}
.font-18 {
  font-size: var(--clamp18);
}
.font-20 {
  font-size: var(--clamp20);
}
.font-21 {
  font-size: var(--clamp21);
}
.font-22 {
  font-size: var(--clamp22);
}
.font-24 {
  font-size: var(--clamp24);
}
.font-26 {
  font-size: var(--clamp26);
}
.font-27 {
  font-size: var(--clamp27);
}
.font-28 {
  font-size: var(--clamp28);
}
.font-30 {
  font-size: var(--clamp30);
}
.font-32 {
  font-size: var(--clamp32);
}
.font-34 {
  font-size: var(--clamp34);
}
.font-35 {
  font-size: var(--clamp35);
}
.font-36 {
  font-size: var(--clamp36);
}
.font-38 {
  font-size: var(--clamp38);
}
.font-40 {
  font-size: var(--clamp40);
}
.font-42 {
  font-size: var(--clamp42);
}
.font-44 {
  font-size: var(--clamp44);
}
.font-45 {
  font-size: var(--clamp45);
}
.font-46 {
  font-size: var(--clamp46);
}
.font-48 {
  font-size: var(--clamp48);
}
.font-50 {
  font-size: var(--clamp50);
}
.font-52 {
  font-size: var(--clamp52);
}
.font-54 {
  font-size: var(--clamp54);
}
.font-55 {
  font-size: var(--clamp55);
}
.font-56 {
  font-size: var(--clamp56);
}
.font-64 {
  font-size: var(--clamp64);
}
.font-80 {
  font-size: var(--clamp80);
}
.font-88 {
  font-size: var(--clamp88);
}
.font-96 {
  font-size: var(--clamp96);
}
.font-150 {
  font-size: var(--clamp150);
}
/* .container-fluid {
  max-width: 83% !important;
  margin: 0 auto;
} */
.container {
  margin: 0 auto;
}
hr {
  border-bottom: 1px solid #141414;
}
*:focus {
  outline: none;
}
html {
  overflow-x: hidden;
  font-family: "GT_Walsheim_Light";
  padding: 0;
  margin: 0;
  color: #141414;
}

a {
  text-decoration: none;
}
.btn:focus {
  box-shadow: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
button:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}
body {
  font-family: "GT_Walsheim_Light";
  color: #141414;
  overflow-x: hidden;
  overflow-y: auto;
}
html, body {
  overflow-x: hidden;
  overflow-y: auto;
}
/* topbar styles */
/* ===== TOP BAR ANIMATION ===== */
#topbar {
  background-color: #4f8df7; /* initial */
}

#topbar-track {
  overflow: hidden;
}

.topbar-track {
  display: flex;
  width: 300%;
  height: 100%;
  align-items: center;
}

.topbar-item {
  flex: 0 0 100%;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
}

/* TEXT SLIDE - Handled by GSAP in main.js */


/* menu styles */
/* =========================
   TOPBAR
========================= */
#topbar {
  background: #3b82f6;
  position: relative;
  z-index: 998;
}

/* =========================
   HEADER WRAPPER
========================= */
.glass-header {
  position: fixed;
  top: 40px; /* Initially below topbar (h-10 = 40px) */
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;

  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  
  transition: top 0.3s ease-out;
}

/* Header pinned to top when topbar scrolls away */
.glass-header.pinned {
  top: 0;
}


/* =========================
   NAV CONTAINER
========================= */
.glass-nav {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 20px;
  position: relative;
}

/* =========================
   MENU PILL
========================= */
.glass-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 26px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

/* =========================
   MENU LINKS
========================= */
.glass-menu-links {
  gap: 28px;
  font-size: 15px;
  font-weight: 500;
}

.glass-menu-links a:hover {
  color: #e11d48;
}

/* =========================
   SERVICES DROPDOWN (DESKTOP)
========================= */
.services-dropdown {
  position: relative;
}

.services-dropdown-menu {
  border: 1px solid rgba(66, 13, 16, 0.1);
}

.services-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}

/* =========================
   MOBILE MENU (RIGHT SLIDING PANEL)
========================= */
#menu-btn {
  display: block;
  cursor: pointer;
  font-size: 24px;
  padding: 8px 12px;
  background: none;
  border: none;
  color: var(--text-clr);
  transition: transform 0.3s ease, color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
  z-index: 10001;
  position: relative;
}

#menu-btn:hover {
  color: var(--primary-clr);
  transform: scale(1.1);
}

#menu-btn:active {
  transform: scale(0.95);
}

/* Mobile menu panel - FIXED POSITIONING */
.mobile-menu {
  position: fixed !important;
  top: -40px;
  right: -100%;
  width: 85%;
  max-width: 350px;
  height: 100vh;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.1);
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 99999 !important;
  padding: 70px 25px 60px;
  visibility: visible !important;
  display: flex !important;
  flex-direction: column;
}

/* When open */
.mobile-menu.open {
  right: 0 !important;
}

/* Close button inside mobile menu */
.mobile-menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(244, 104, 88, 0.1);
  border: none;
  color: var(--primary-clr);
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 100;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu-close:hover,
.mobile-menu-close:active {
  background: rgba(244, 104, 88, 0.2);
  transform: rotate(90deg);
}

/* Mobile menu list */
.mobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0; /* Add bottom padding to ensure last items visible */
  flex: 1;
  min-height: min-content;
}

.mobile-menu-list li {
  margin: 0;
  padding: 0;
}

.mobile-menu-list a {
  display: block;
  padding: 12px 16px;
  color: var(--text-clr);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
}

.mobile-menu-list a:hover,
.mobile-menu-list a:active {
  background: rgba(244, 104, 88, 0.1);
  color: var(--primary-clr);
  transform: translateX(4px);
}

/* Menu section heading */
.menu-heading {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-top: 16px;
  margin-bottom: 4px;
  padding: 6px 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}

.menu-heading:first-child {
  margin-top: 0;
}

/* Prevent body scroll when menu is open */
/* Mobile menu scroll lock - prevents body scroll without position:fixed (Lenis-safe) */
body.menu-open {
  overflow: hidden;
}

/* Custom scrollbar for mobile menu */
.mobile-menu::-webkit-scrollbar {
  width: 5px;
}

.mobile-menu::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.mobile-menu::-webkit-scrollbar-thumb {
  background-color: rgba(244, 104, 88, 0.4);
  border-radius: 10px;
}

.mobile-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(244, 104, 88, 0.6);
}

/* Scroll fade indicator at bottom */
/* .mobile-menu::after {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95), transparent);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu.open::after {
  opacity: 1;
} */

/* Overlay (backdrop for clicking outside to close) */
.mobile-menu-overlay {
  position: fixed;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99998;
  backdrop-filter: blur(2px);
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Hide mobile menu on desktop */
@media (min-width: 1024px) {
  .mobile-menu,
  .mobile-menu-overlay {
    display: none !important;
  }
}

/* =========================
   ACTIONS
========================= */
.glass-actions {
  gap: 16px;
  align-items: center;
}

.cta-btn {
    position: relative;
    overflow: hidden;
    border-radius: 70px;
}
.cta-btn span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}
.cta-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/home/button-bg.jpg');
    opacity: 1;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.cta-btn:hover {
  cursor: pointer;
}
.cta-btn:hover::before {
    background-position: right;
    backdrop-filter: blur(4px);
    filter: blur(4px);
}

/* Gradient Button for FRAT Autism */
.cta-gradient-btn {
  background: linear-gradient(90deg, #F46858 0%, #D9C14E 48%, #65BF6F 100%);
}

.heading {
  font-size: var(--clamp48);
  color: var(--text-clr);
}
.tagline {
  font-size: var(--clamp24);
  color: var(--text-clr);
  letter-spacing: -0.24px;
}
.tagline-18 {
  font-size: var(--clamp18);
  color: var(--text-clr);
  letter-spacing: -0.24px;
}

/* =========================
   HERO BANNER
========================= */
.hero-banner {
  position: relative;
  width: 100%;
  min-height: calc(100svh - 7rem);
}

/* Background image container */
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* Background image with zoom animation - FASTER SPEED */
.hero-bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: heroZoomIn 10s ease-in-out infinite alternate;
  transform-origin: center center;
}

/* Smooth zoom-in animation */
@keyframes heroZoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

/* Hero content */
.hero-content {
  position: relative;
  z-index: 20;
}

/* 2-Column Grid Layout */
.hero-heading-wrapper {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFallbackFadeIn 0.8s ease 1.5s forwards;
}

.hero-heading-wrapper.animated {
  animation: none;
}

.hero-content-wrapper {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFallbackFadeIn 0.8s ease 1.8s forwards;
}

.hero-content-wrapper.animated {
  animation: none;
}

@keyframes heroFallbackFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5), 0 4px 40px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}

.hero-desc {
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  line-height: 1.7;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .hero-banner {
    height: auto;
    min-height: 700px;
    padding: 3rem 0;
  }
}

@media (max-width: 768px) {
  .hero-banner {
    min-height: 650px;
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 2.5rem;
    line-height: 1.2;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.6), 0 2px 10px rgba(0, 0, 0, 0.4);
  }
  
  .hero-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5), 0 1px 8px rgba(0, 0, 0, 0.4);
  }
  
  .hero-text-content {
    padding: 1rem 0;
  }
}

@media (max-width: 640px) {
  .hero-banner {
    min-height: auto;
    height: auto;
    padding: 3rem 0 4rem;
  }
  
  .hero-actions {
    flex-direction: column;
  }
  
  .hero-actions a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  
  .hero-title {
    font-size: 2rem;
    line-height: 1.3;
  }
  
  .hero-desc {
    font-size: 1rem;
    line-height: 1.7;
    padding-right: 0.5rem;
  }
  
  .hero-heading-wrapper {
    min-height: auto;
  }
  
  .hero-content-wrapper {
    min-height: auto;
  }
  
  /* Ensure content is visible on small mobile screens */
  .hero-text-content {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-banner {
    padding: 2.5rem 0 3.5rem;
  }
  
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-desc {
    font-size: 0.95rem;
  }
}





/* Preloader styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease-out;
}
.loader-3 {
  width: 10em;
  display: flex;
  justify-content: space-evenly;
}

.circle {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
}

.circle:nth-child(1) {
  background-color: #ee4266;
}

.circle:nth-child(2) {
  background-color: #ffd23f;
}

.circle:nth-child(3) {
  background-color: #3bceac;
}

.circle:nth-child(4) {
  background-color: #0b0271;
}

.circle:nth-child(5) {
  background-color: #7501ec;
}

.circle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
  animation: animateLoader38 1s ease-out infinite;
}

.circle:nth-child(1)::before {
  background-color: #ee4266;
}

.circle:nth-child(2)::before {
  background-color: #ffd23f;
  animation-delay: 0.2s;
}

.circle:nth-child(3)::before {
  background-color: #3bceac;
  animation-delay: 0.4s;
}

.circle:nth-child(4)::before {
  background-color: #0b0271;
  animation-delay: 0.6s;
}

.circle:nth-child(5)::before {
  background-color: #7501ec;
  animation-delay: 0.8s;
}

@keyframes animateLoader38 {
  0% {
    transform: scale(1);
  }

  50%,
  75% {
    transform: scale(2.5);
  }

  80%,
  100% {
    opacity: 0;
  }
}

.img-reveal {
  overflow: hidden;
}

.img-reveal-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

  /* initial hidden state */
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1);
}

.img-reveal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1.25);
  transition: transform 2.2s ease-out;
}

/* ==============================
   ACTIVE STATE
============================== */

.img-reveal.is-visible .img-reveal-inner {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.img-reveal.is-visible img {
  transform: scale(1);
}

/* ==============================
   YODAARA PROMISE SWIPER
============================== */

.promiseSwiper {
  overflow: visible !important;
  padding: 10px 20px 60px;
}

.promiseSwiper .swiper-wrapper {
  align-items: center;
}

.promiseSwiper .swiper-slide {
  opacity: 0.6;
  transition: opacity 0.5s ease;
  height: auto;
}

.promiseSwiper .swiper-slide-active {
  opacity: 1;
}

.promise-card-wrapper {
  position: relative;
  height: 100%;
}

.promise-card {
  transform: scale(1);
  position: relative;
  z-index: 1;
}

.promise-card-border {
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* Navigation Controls */
.promise-slider-prev,
.promise-slider-next,
#promisePlayPause {
  transition: all 0.3s ease;
  cursor: pointer;
}

.promise-slider-prev:hover,
.promise-slider-next:hover,
#promisePlayPause:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(66, 13, 16, 0.15);
  border-color: #420D10;
}

.promise-slider-prev:active,
.promise-slider-next:active,
#promisePlayPause:active {
  transform: scale(0.95);
}

/* ==============================
   HOW YODAARA WORKS TIMELINE
============================== */

.timeline-line-container {
  z-index: 0;
}

.timeline-line-bg {
  background: linear-gradient(to bottom, 
    transparent 0%, 
    #E5E5E5 5%, 
    #E5E5E5 95%, 
    transparent 100%
  );
}

.timeline-line-active {
  background: linear-gradient(to bottom, 
    #4C8EF9 0%,
    #4C8EF9 20%,
    #F46858 40%,
    #65BF6F 60%,
    #D97790 80%,
    #F9B572 100%
  );
  transform-origin: top;
}

.timeline-step {
  position: relative;
  z-index: 1;
}

/* Mobile timeline adjustments */
@media (max-width: 1023px) {
  .timeline-step {
    padding-top: 180px;
  }
  
  /* .timeline-step:first-child {
    padding-top: 0;
  } */
   .timeline-step:last-child {
      margin-bottom: 100px;
    }
}

@media (min-width: 1024px) {
  /* .timeline-step .absolute {
    position: relative !important;
    transform: none !important;
    margin-top: -6rem;
  } */
}

/* ==============================
   TESTIMONIALS SLIDER
============================== */

.testimonialsSwiper {
  padding-bottom: 40px;
}

.testimonialsSwiper .swiper-slide {
  opacity: 0.3;
  transform: scale(0.95);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Fallback: show first slide if Swiper doesn't initialize */
.testimonialsSwiper .swiper-slide:first-child {
  opacity: 1;
  transform: scale(1);
}

.testimonialsSwiper .swiper-slide-active {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.testimonialsSwiper .swiper-slide-prev,
.testimonialsSwiper .swiper-slide-next {
  opacity: 0.3;
}

/* Quote icon hover effect */
.testimonialsSwiper .swiper-slide-active .w-20.h-20.rounded-full {
  animation: pulseQuote 2s ease-in-out infinite;
}

@keyframes pulseQuote {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* Pagination bullets */
.testimonials-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 20px;
}

.testimonials-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease;
  height: 10px;
  cursor: pointer;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background-color: #F46858 !important;
  width: 32px !important;
  border-radius: 8px !important;
}

/* Navigation button styles */
.testimonials-slider-prev,
.testimonials-slider-next {
  cursor: pointer;
  position: relative;
  z-index: 10;
  background: white;
}

/* Navigation button hover effects */
.testimonials-slider-prev:hover,
.testimonials-slider-next:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #420D10 !important;
}

.testimonials-slider-prev:active,
.testimonials-slider-next:active {
  transform: scale(0.95);
}

/* Don't disable navigation buttons in loop mode */
.testimonials-slider-prev.swiper-button-disabled,
.testimonials-slider-next.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

/* Card shadow on active slide */
.testimonialsSwiper .swiper-slide-active .bg-white {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.6s ease;
}

/* Image fade-in animation */
.testimonialsSwiper .swiper-slide img {
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.testimonialsSwiper .swiper-slide-active img {
  transform: scale(1);
  opacity: 1;
}

.testimonialsSwiper .swiper-slide:not(.swiper-slide-active) img {
  transform: scale(0.95);
  opacity: 0.7;
}

/* Responsive adjustments */
@media (max-width: 1023px) {
  .testimonialsSwiper .swiper-slide blockquote {
    font-size: 1.125rem;
  }
}

/* ==============================
   RESEARCH/BLOG SECTION
============================== */

.research-card {
  cursor: pointer;
}

.research-card:hover {
  transform: translateY(-8px);
}

.research-card img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.research-card:hover img {
  transform: scale(1.1);
}

/* Featured research card animation */
.research-card h4,
.research-card p {
  transition: color 0.3s ease;
}

.research-card:hover h4 {
  color: #F46858;
}

/* Responsive grid adjustments */
@media (max-width: 768px) {
  .research-card {
    margin-bottom: 1rem;
  }
}

/* Featured article responsive */
@media (max-width: 1023px) {
  .research-card h4 {
    font-size: 1rem;
  }
}

/* ==============================
   FAQ ACCORDION SECTION
============================== */

.faq-item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:hover {
  transform: translateY(-2px);
}

.faq-item button {
  cursor: pointer;
}

.faq-item button:hover h3 {
  color: #F46858;
}

/* Smooth accordion animation handled by Alpine.js x-collapse */

/* Floating help button pulse animation */
.fixed button {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.fixed button:hover {
  animation: none;
}

/* Responsive FAQ */
@media (max-width: 768px) {
  .faq-item h3 {
    font-size: 1rem;
  }
  
  .fixed button {
    width: 3.5rem;
    height: 3.5rem;
  }
  
  .fixed {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.trunk-2 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
