@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;
}

/* Stabilize elements during scroll */
.lenis.lenis-scrolling * {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Prevent sub-pixel rendering issues */
html {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@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-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;
  scroll-behavior: smooth !important;
  overscroll-behavior: contain;
}

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;
  scroll-behavior: smooth !important;
  background-color: #F7F3F0;
}
html, body {
  touch-action: manipulation;
}
/* topbar styles */
/* ===== TOP BAR ANIMATION ===== */
#topbar {
  background-color: #4f8df7; /* initial */
}

.topbar-track {
  display: flex;
  width: 300%;
  height: 100%;
  align-items: center;
  animation: slideText 9s infinite;
}

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

/* TEXT SLIDE */
@keyframes slideText {
  0% {
    transform: translateX(0%);
    background-color: #4f8df7;
  }
  33.33% {
    transform: translateX(-100%);
    background-color: #6bc46d;
  }
  66.66% {
    transform: translateX(-200%);
    background-color: #4f8df7;
  }
  100% {
    transform: translateX(0%);
    background-color: #4f8df7;
  }
}


/* menu styles */
/* =========================
   TOPBAR
========================= */
#topbar {
  background: #3b82f6;
}

/* =========================
   HEADER WRAPPER
========================= */
.glass-header {
  position: sticky;
  top: 0;
  z-index: 1000;

  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(111px);
}

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

/* =========================
   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;
}

/* =========================
   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);
}
.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;
}
/* =========================
   MOBILE MENU (IMPORTANT)
========================= */
.mobile-menu {
  margin-top: 14px;
  padding: 20px;
  border-radius: 24px;

  background: rgba(255,255,255,0.35);
  backdrop-filter: blur(20px);

  flex-direction: column;
  gap: 14px;
}

/* hero slider */
.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.heroSwiper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* critical to avoid gaps */
  transform: translate3d(0,0,0);
  will-change: transform;
}

/* remove any default spacing */
.swiper-wrapper {
  gap: 0 !important;
}





/* 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;
  }
}

@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;
  transform: scale(0.95);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.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;
}

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

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

/* 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);
}

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

/* 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;
}
