@font-face {
  font-family: 'General Sans';
  src: url('../fonts/general-sans/GeneralSans-Regular.otf') format('otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'General Sans';
  src: url('../fonts/general-sans/GeneralSans-Medium.otf') format('otf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'General Sans';
  src: url('../fonts/general-sans/GeneralSans-Bold.otf') format('otf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/nohemi/Nohemi-Regular-BF6438cc4d0e493.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/nohemi/Nohemi-SemiBold-BF6438cc588a48a.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



/* global css */
.ikigai-wrapper {
  --max-width: 1990px;
  width: min(var(--max-width), 100%);
  margin-inline: auto;
}

.ikigai-header-wrapper,
.section-wrapper {
  position: relative;
  --max-width: 1280px;
  --padding: 1rem;
  width: min(var(--max-width), 100% - var(--padding)*2);
  margin-inline: auto;
}



/*  build with us button css */
.build-with-us-btn {
  position: relative;
  z-index: 2;
}

.build-with-us-btn a {
  position: relative;
  z-index: 2;
  background-color: #94EABF;
}

.build-with-us-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
  animation: scale-fade-out-big 2s infinite;
  background: #F3FFF9;
  border-radius: 32px;
}


.build-with-us-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  animation: scale-fade-out 1.5s infinite;
  pointer-events: none;
  background: #DEFFEE;
  border-radius: 32px;
}

@keyframes scale-fade-out {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes scale-fade-out-big {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}



/* secoundary button */
.ikigai-secoundaryBtn {
  display: block;
  position: relative;
  background-color: transparent;
  box-shadow: 0px 1px 0px 0px #018445;
  overflow: hidden;
  border: 1px solid #609576;
  border-radius: 40px;
  padding-inline: clamp(1.25rem, 0.8979rem + 1.5023vw, 2.25rem);
  padding-block: clamp(0.5rem, 0.368rem + 0.5634vw, 0.875rem);
}


.ikigai-secoundaryBtn>span:nth-child(1) {
  position: relative;
  rotate: 0deg;
  transition: all 800ms ease;
  opacity: 1;
  visibility: visible;
  inset-block-start: 0;
}

.ikigai-secoundaryBtn:hover>span:nth-child(1) {
  top: -150%;
  opacity: 0;
  visibility: hidden;
  rotate: -20deg;
  inset-block-start: -100px;
}

.ikigai-secoundaryBtn>span:nth-child(2) {
  top: 130%;
  rotate: -20deg;
  transition: all 800ms ease;
  opacity: 0;
  visibility: hidden;
}

.ikigai-secoundaryBtn:hover>span:nth-child(2) {
  top: 50%;
  opacity: 1;
  visibility: visible;
  rotate: 0deg;
}




/* header style css */
.ikigai-header {
  transition: all 0.3s ease;
}

.ikigai-header.is-active {
  background: #ecf8f4;
}

.ikigai-header.is-active .hamburger-btn {
  display: block;
}


.ikigai-header.is-active .ikigai-navbar {
  display: none;
}

.nav-menu>li>a {
  padding: 10px 32px;
  border-radius: 32px;
  transition: all 0.3s ease;
}

.has-submenu .submenu li a:hover {
  color: #08473C;
}

.nav-menu>li>a:hover {
  background: #9FFBE566;
  color: #08473C;
}

.has-submenu .submenu li a {
  transition: all 0.3s ease;
}

.has-submenu .submenu li a:hover {
  color: #08473C;
}

.submenu {
  position: absolute;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  border-radius: 40px;
  border: 1px solid #f1f1f1;
  padding-block: 24px;
  background: linear-gradient(112.83deg, rgba(201, 255, 232, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  padding-inline: 40px;
  display: none;
}

.has-submenu.submenu-active .submenu {
  display: flex;
}

.has-submenu>a i {
  transition: all 0.3s ease;
}

.has-submenu.submenu-active>a i {
  rotate: 180deg;
}



.mobile-has-submenu-active .mobile-submenu {
  max-height: 5000px;
  opacity: 1;
  margin-top: 20px;
}


.mobile-has-submenu .mobile-submenu-toggle i {
  transition: all 0.3s ease;
}

.mobile-has-submenu-active .mobile-submenu-toggle i {
  rotate: 180deg;
}


/* sidebar and mobile naviagtion */
.sidebar-menu {
  transition: all 0.5s ease-in-out;
}

.sidebar-menu.sidebar-menu-active {
  right: 0;
}





/* hero section */

.hero-section {
  background-image: url("../images/Back_ground\ shades.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-section-circle {
  background: linear-gradient(180deg, #66FDB1 18.45%, rgba(61, 151, 106, 0) 74.7%);
  border-radius: 50%;
  width: 100vw;
  height: 100vw;
  max-width: 1000px;
  max-height: 1000px;
}

.hero-board--right,
.hero-board--left {
  width: 70vw;
  height: 40vw;
  max-width: 700px;
  max-height: 360px;
}

@media (max-width: 768px) {

  .hero-board--right,
  .hero-board--left {
    width: 90vw;
    height: 70vw;
  }
}




/* clients section */
.clients-list {
  width: min(1019px, 100%);
  margin-inline: auto;
}

.clientCards-continer {
  position: relative;
  padding-inline: clamp(0.625rem, -0.1326rem + 3.7879vw, 3.75rem);
  padding-block: 5px;
  height: 110px !important;
  overflow: hidden;
  cursor: pointer;
}

/* Apply the dashed divider only to all except the last one */
.clientCards-continer:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23018445FF' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='19' stroke-linecap='square'/%3e%3c/svg%3e");
}

.clientsCards {
  width: 100%;
  height: 100%;
  animation: slideUpDown 4s ease-out infinite;
  animation-delay: var(--animation-delay, 0s);
}

.clientCards-continer .clientCard {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.clientCards-continer .clientCard figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}


/* Alternate the direction for every second card container */
.clientCards-continer:nth-child(even) .clientsCards {
  animation-direction: reverse;
}

/* Optional: add a small delay difference for smoother stagger */
.clientCards-continer:nth-child(odd) .clientsCards {
  animation-delay: 0s;
}

.clientCards-continer:nth-child(even) .clientsCards {
  animation-delay: 2s;
}

@keyframes slideUpDown {

  0%,
  20%,
  80%,
  100% {
    transform: translateY(0);
  }

  40%,
  60% {
    transform: translateY(-100px);
  }
}


/* services section css */
.ikigai-services .section-heading h2 {
  background: linear-gradient(4.3deg, #49578C -217.05%, #35ED91 193.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: normal;
  font-weight: 700;
  font-family: 'Nohemi', sans-serif;
  text-align: center;
}

.ikigai-services .section-heading h2>span {
  background: transparent;
  -webkit-text-fill-color: #1F2937;
}

.services-tab-navigation {
  position: relative;
  box-shadow: 0px -1px 5px 0px #3D4B43 inset;
  background-color: #ffffff;
  border-radius: 50px;
  overflow: hidden;

}

.services-tab {
  padding-block: 24px;
  position: relative;
  z-index: 1;
}

.services-tab.active a span {
  color: #FFFFFF;
}

.white-bgColor {
  display: none;
}

.services-tab.active .white-bgColor {
  display: block;
}

.services-tab.active .black-bgColor {
  display: none;
}


.services-tab-wrapper div[moving-tab] {
  display: none;
}


.services-tab-wrapper .tab-nextButton,
.services-tab-wrapper .tab-prevButton {
  display: none;
}


@media (max-width:900px) {

  .services-tab-navigation li.active {
    background: #35945B;
    box-shadow: 0px 0px 4px 0px #D0C9C9 inset;
    border-radius: 40px;
    font-size: 0;
    padding: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
  }

  .services-tab-navigation li.active figure img.black-bgColor {
    display: none;
  }

  .services-tab-navigation li.active a span {
    color: #EDFFF6;
  }

  .services-tab-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .services-tab-wrapper .services-tab {
    display: flex;
    overflow: hidden;
    width: 100%;
  }

  .services-tab-wrapper .services-tab {
    flex: 0 0 100%;
    display: none;
  }

  .services-tab-wrapper .services-tab.active {
    display: flex;
  }

  .services-tab-wrapper .tab-nextButton,
  .services-tab-wrapper .tab-prevButton {
    display: block;
    width: 42px;
    height: 42px;
    background-color: #5868a8;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .services-tab-wrapper .tab-nextButton:disabled,
  .services-tab-wrapper .tab-prevButton:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }

}


@media (max-width:640px) {

  .services-tab-wrapper .tab-nextButton,
  .services-tab-wrapper .tab-prevButton {
    width: 32px;
    height: 32px;
  }


}

.tab-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #35945B;
  border-radius: 50px;
  transition: transform 0.4s ease, width 0.4s ease;
  z-index: 0;
  pointer-events: none;
}

.services-tab-content {
  background: #1F2937;
  border-radius: 22px;
  padding-block: clamp(40px, 5vw, 80px);
}


.ikigai-primaryBtn {
  border: 1px solid #609576;
  background: #009D4C;
  border-radius: 40px;
  padding: 10px 36px;
  transition: all 300ms ease;
}

.ikigai-primaryBtn i {
  color: #f3fff9;
  rotate: -60deg;
  transition: all 300ms ease;
}

.ikigai-primaryBtn:hover {
  background: #018445;
  border: 1px solid #609576;
}

.ikigai-primaryBtn:hover i {
  rotate: 0deg;
}

.specialization-list li p {
  transition: color 0.3s ease;
  cursor: pointer;
}

.specialization-list li:hover p {
  color: #018445;

}

.specialization-list li i {
  transition: all 0.3s ease;
}

.specialization-list li:hover i {
  rotate: 0deg;
}



/* services animation */
.specialization-content {
  transform: translateX(-100%);
  opacity: 0;
}

.zoomInOut-innerCircle {
  width: 10px;
  height: 10px;
}

.zoomInOut-innerCircle,
.zoomInOut-outerCircle {
  border-radius: 50%;
  background-color: #ABFFD7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.zoomInOut-outerCircle {
  opacity: 0.5;
  width: 20px;
  height: 20px;
}


.dashed-borderLine {
  position: absolute;
  width: 60%;
  height: 2px;
  border: 2px dashed #EDFFF6;
  border-radius: 16px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
}



/* case studies section */

.ikigai-case-studies-section .section-heading h2 {
  background: linear-gradient(4.3deg, #49578C -217.05%, #35ED91 193.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: normal;
  font-weight: 700;
  font-family: 'Nohemi', sans-serif;
  text-align: center;
}


.case-studies-content {
  position: relative;
  width: calc(100vw - ((100vw - 100%) / 2));
  margin-left: 0;
  overflow: hidden;
}

.caseStudies-card {
  background: linear-gradient(160.21deg, #1F2937 1.59%, #53728E 102.58%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.caseStudies-card:hover {
  background: linear-gradient(210.4deg, #1D2E46 6.69%, #53728E 86.82%);
}


/* Optional — smooth image scale inside */
.caseStudies-card img {
  transition: transform 0.4s ease;
}

.caseStudies-card:hover img {
  transform: scale(1.15);
}

.caseStudies-card .card-plusIcon i {
  transition: all 0.3s ease;
}

.caseStudies-card:hover .card-plusIcon i {
  rotate: 180deg;
}


.caseStudies-card ul li p,
.caseStudies-card ul li i {
  transition: all 0.3s ease;
}

.caseStudies-card ul li:hover p {
  color: #6AFFB9;
}

.caseStudies-card ul li:hover i {
  color: #6AFFB9;
  rotate: 0deg;
}


/* case studies slide css */
.caseStudies-slider .caseStudies-card {
  margin-inline: 10px;
}

.caseStudies-slider .slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -20px;
  opacity: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background-color: #c4cad1;
  border-radius: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.caseStudies-slider .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -20px;
  opacity: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background-color: #c4cad1;
  border-radius: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}


.caseStudies-slider:hover .slick-prev.slick-arrow {
  left: 20px;
  opacity: 1;
}

.caseStudies-slider:hover .slick-next.slick-arrow {
  right: 20px;
  opacity: 1;
}

@media (max-width:640px) {
  .caseStudies-slider {
    padding-bottom: 80px;
  }

  .caseStudies-slider .slick-prev.slick-arrow {
    bottom: 10px;
    top: auto;
    opacity: 1;
    left: 40% !important;
    transform: translateX(-40%);
    box-shadow: 0px 2px 6px 0px #1018281A;
    border: 1px solid var(--Primary-Primary800, #01AE5B);
    background-color: white;
  }

  .caseStudies-slider .slick-next.slick-arrow {
    bottom: 10px;
    top: auto;
    opacity: 1;
    right: 40% !important;
    transform: translateX(40%);
    box-shadow: 0px 2px 6px 0px #1018281A;
    border: 1px solid var(--Primary-Primary800, #01AE5B);
    background-color: white;
  }

  .caseStudies-slider .slick-prev.slick-arrow i,
  .caseStudies-slider .slick-next.slick-arrow i {
    color: #009D4C;
  }
}

@media (max-width:480px) {
  .caseStudies-slider .caseStudies-card {
    margin-inline: 0;
    margin-right: 10px;
  }

  .caseStudies-slider .slick-prev.slick-arrow {
    width: 40px;
    height: 40px;
  }

  .caseStudies-slider .slick-next.slick-arrow {
    width: 40px;
    height: 40px;
  }

  .caseStudies-slider .slick-prev.slick-arrow i,
  .caseStudies-slider .slick-next.slick-arrow i {
    font-size: 20px;
  }
}

/* testimonial section css */
.testimonial-wrapper {
  position: relative;
  width: calc(100vw - ((100vw - 100%) / 2));
  margin-left: 0;
}


.testimonial-card {
  position: absolute;
  top: 0;
  width: 580px;
  height: 100%;
  transition: left 0.5s ease;
  background: radial-gradient(132.28% 185.4% at 120% 100%, #8BFFB9 0%, #89E6EE 100%);
  border: 1px solid;
  border-image-source: linear-gradient(292.01deg, #D3D3D3 1.14%, rgba(218, 218, 218, 0.17) 103.09%);
}


/* <=1200px — medium desktop */
@media (max-width: 1200px) {
  .testimonial-card {
    width: 560px;
  }
}

/* <=1024px — small laptop / large tablet */
@media (max-width: 1024px) {
  .testimonial-card {
    width: 540px;
  }
}

/* <=640px — tablet / large phone */
@media (max-width: 640px) {
  .testimonial-card {
    width: 420px;
  }
}

/* <=480px — small mobile */
@media (max-width: 480px) {
  .testimonial-card {
    width: 340px;
  }
}

.carousel-transition {
  transition: left 0.5s ease-in-out;
}

.testimonial-card.active-card {
  z-index: 10;
}

.blur-background {
  background: linear-gradient(89.87deg, rgba(255, 255, 255, 0) 1.21%, #FFFFFF 98.04%);
}

.testimonial-card-next {
  width: 54px;
  height: 54px;
  background: #77777780;
  backdrop-filter: blur(4px);
  border-radius: 50%;
  top: 60%;
  right: 20px;
  cursor: pointer;
  transform: translateY(-60%);
}


@media (max-width:640px) {
  .testimonial-card-next {
    width: 36px;
    height: 36px;
    right: 5px;
  }
}


/* Marquee */
.ikigai-marqueeContainer {
  --gap: 20px;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

@media (max-width:1200px) {
  .ikigai-marqueeContainer {
    --gap: 40px;
  }
}

@media (max-width:900px) {
  .ikigai-marqueeContainer {
    --gap: 60px;
  }
}

.ikigai-marqueeContent {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

.ikigai-marqueeContent.scrollRight {
  animation: marqueeScroll-right 12s linear infinite;
}

@keyframes marqueeScroll-right {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));

  }
}

.ikigai-marqueeContent h2 {
  position: relative;
}

.ikigai-marqueeContent h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0, -50%);
  width: clamp(0.5rem, 0.2579rem + 1.0329vw, 1.1875rem);
  height: clamp(0.5rem, 0.2579rem + 1.0329vw, 1.1875rem);
  border-radius: 50%;
  background-color: #009D4C;
}

@media (max-width: 500px) {
  .ikigai-marqueeContent h2::before {
    left: -15px;
  }
}

.ikigai-marqueeContainer:hover .ikigai-marqueeContent {
  animation-play-state: paused;
}



/* connent section style */
.intro-content {
  width: min(840px, 100%);
  margin-inline: auto;
}

.dotted-bigcircle {
  width: 660px;
  height: 660px;
}

.dotted-innerCircle {
  width: 480px;
  height: 480px;
}

@media (max-width:768px) {
  .dotted-bigcircle {
    width: 460px;
    height: 460px;
  }

  .dotted-innerCircle {
    width: 330px;
    height: 330px;
  }
}

@media (max-width:640px) {
  .dotted-bigcircle {
    width: 360px;
    height: 360px;
  }

  .dotted-innerCircle {
    width: 250px;
    height: 250px;
  }
}

.statistics-container h2 {
  background: linear-gradient(90deg, #198558 0%, #0CD876 32.35%, #05C83C 83.42%, #02D3AD 100.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}



/* footer css */
.connect-dots-card {
  background: radial-gradient(154.62% 218.37% at 120% 100%, #89E6EE 0%, #80FFCA 100%);
  width: 663px;
  max-width: 663px;
  height: 335px;
  border-radius: 22px;
}

@media (max-width:768px) {
  .connect-dots-card {
    height: 300px;
  }

}

@media (max-width:640px) {
  .connect-dots-card {
    height: 250px;
  }

}

.buildWithUS-block {
  transition: opacity 0.4s ease;
}

#dragButton {
  transition: transform 0.1s linear;
}

#dragButton.grabbing {
  cursor: grabbing;
}


.blank-space {
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: none;
  /* ensures span doesn't block dragging */
}

body.dragging {
  user-select: none;
}


.footer-navigation ul li a {
  position: relative;
}

.footer-navigation ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0, -50%);
  width: clamp(0.5rem, 0.2579rem + 1.0329vw, 1.1875rem);
  height: clamp(0.5rem, 0.2579rem + 1.0329vw, 1.1875rem);
  border-radius: 50%;
  background-color: #EDFFF6;
}

@media (max-width: 550px) {
  .footer-navigation ul li a::before {
    left: -15px;
  }
}


.footer-socailLinks ul li {
  width: 33px;
  height: 33px;
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:1020px) {
  .footer-image {
    display: none;
  }
}

@media (max-width:640px) {
  .footer-socailLinks ul li {
    width: 24px;
    height: 24px;
    border-radius: 6px;
  }
}



/* About us page css */

/* mission and goal section */

.goal-section .ikigai-secoundaryBtn {
  border: 1px solid #B6E6CE !important;
  box-shadow: none;
}

/* <!-- CEO section and team section css -->   */
.team-info-card .team-info-card-image,
.ceo-info-card .ceo-info-card-image {
  transition: all 0.3s ease-in-out;
}

.team-info-card:hover .team-info-card-image.first-image,
.ceo-info-card:hover .ceo-info-card-image.first-image {
  opacity: 0;
}

.team-info-card:hover .team-info-card-image.second-image,
.ceo-info-card:hover .ceo-info-card-image.second-image {
  opacity: 1;
}

.team-info-card .linkedin-icon i,
.ceo-info-card .linkedin-icon i {
  transition: all 0.3s ease-in-out;
}

.team-info-card:hover .linkedin-icon i,
.ceo-info-card:hover .linkedin-icon i {
  color: #272727;
}

/* Optional: smooth text transition (fallback for older browsers) */
.team-info-card .card-info,
.ceo-info-card .card-info {
  transition: all 0.3s ease-in-out;
}

.team-info-card:hover .card-info,
.ceo-info-card:hover .card-info {
  flex-direction: column-reverse;
}

.team-info-card .card-info-position,
.ceo-info-card .card-info-position,
.team-info-card .card-info-name,
.ceo-info-card .card-info-name {
  transition: all 0.3s ease-in-out;
}

.team-info-card:hover .card-info-position,
.ceo-info-card:hover .card-info-position {
  font-size: 24px;
  color: #71717A;
}

.team-info-card:hover .card-info-name,
.ceo-info-card:hover .card-info-name {
  font-size: 30px;
  color: #1f2937;
}



/* services web dev page css */

/* intorduction section */

.introduction-section {
  background-image: url("../images/section-introduction-mask.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.introduction-section .section-content h2 span.color-gradient {
  background: linear-gradient(4.3deg, #49578C -217.05%, #35ED91 193.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: normal;
  font-weight: 700;
  font-family: 'Nohemi', sans-serif;
}

.drifter-icons div {
  position: absolute;
  /* allows free movement */
  animation: bounce 4s ease-in-out infinite alternate;
}

/* Bounce animation (smooth up and down) */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}


.color-gradient {
  background: linear-gradient(4.3deg, #49578C -217.05%, #35ED91 193.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* Assign each icon a “random” fixed position */
.introduction-section .drifter-icons div:nth-child(1) {
  top: 20%;
  left: 5%;
  animation-duration: 3s;
}

.introduction-section .drifter-icons div:nth-child(2) {
  top: 40%;
  left: 0%;
  animation-duration: 4s;
}

.introduction-section .drifter-icons div:nth-child(3) {
  bottom: 20%;
  left: 5%;
  animation-duration: 5s;
}

.introduction-section .drifter-icons div:nth-child(4) {
  top: 20%;
  right: 5%;
  animation-duration: 3.5s;
}

.introduction-section .drifter-icons div:nth-child(5) {
  top: 40%;
  right: 0;
  animation-duration: 3.5s;
}

.introduction-section .drifter-icons div:nth-child(6) {
  bottom: 10%;
  right: 5%;
  animation-duration: 3.5s;
}

.vertical-line {
  border: 2px solid;
  border-image-source: linear-gradient(128deg, rgba(6, 202, 113, 0) -1.43%, rgba(6, 202, 113, 0.312409) 2.14%, #036438 9.12%, #036438 88.23%, rgba(6, 202, 113, 0.312409) 100%);
  border-image-slice: 1;
}


/* services consulting page css */

/* consulting Topics */
/* 
.consulting-topics-section {
  position: relative;
  overflow: hidden;
}

.consulting-topics__list {
  position: relative;
}

.consulting-topics__item {
  opacity: 0.4;
  transition: all 0.3s ease;
}

.consulting-topics__item.active {
  opacity: 1;
  transform: scale(1.15) translateX(30px);
  color: #1F2937;
}


.consulting-topics__tab-panel {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.consulting-topics__tab-panel.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
} */


.consulting-topics__list {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.5s ease;
}

.consulting-topics__item {
  opacity: 0.5;
  transition: all 0.4s ease;
  cursor: pointer;
}

.consulting-topics__item.active {
  opacity: 1;
  font-weight: bold;
  transform: scale(1);
  color: #1F2937;
}

.consulting-topics__tab-panel {
  opacity: 0;
  transform: translateY(0);
  transition: all 0.8s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.consulting-topics__tab-panel.active {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.consulting-topics__tab-panel.previous {
  opacity: 0;
  transform: scale(0.9) translateY(-100px);
}

.consulting-topics__tab-panel.next {
  opacity: 0;
  transform: scale(0.9) translateY(100px);
}



/* our work page */

/* introduction page */

.ikigai-works-introduction .section-header::before {
  content: '';
  position: absolute;
  bottom: 10%;
  left: 25%;
  background-image: url("../images/curve-vector-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 115px;
  height: 96px;
}

@media (max-width:900px) {
  .ikigai-works-introduction .section-header::before {
    bottom: 10%;
    left: 25%;
    width: 86px;
    height: 68px;
  }


}


.drifter-icons div {
  position: absolute;
  /* allows free movement */
  animation: bounce 4s ease-in-out infinite alternate;
}

/* Bounce animation (smooth up and down) */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

/* our works collection section */
.our-work-card {
  background: linear-gradient(165.56deg, #47A29C -3.28%, #1F2937 103.97%);
  transition: all 300ms ease-in-out;
}

.our-work-card:hover {
  background: linear-gradient(160.21deg, #53728E 1.59%, #1F2937 102.58%);
}


.our-work-card .project-main-image,
.our-work-card .project-logo-image {
  transition: all 1s ease-in-out;
}

.our-work-card:hover .project-main-image {
  top: -100%;
}

.our-work-card:hover .project-logo-image {
  top: 50%;
  transform: translateY(-50%);
}

.our-work-card .project-details-link a p,
.our-work-card .project-details-link a i {
  transition: all 300ms ease-in-out;
}

.our-work-card:hover .project-details-link a p,
.our-work-card:hover .project-details-link a i {
  color: #01AE5B;
}

.our-work-card:hover .project-details-link a i {
  rotate: 0deg;
}

/* Marquee */
.our-work-card .ikigai-marqueeContainer {
  --gap: 50px;
}

.our-work-card .ikigai-marqueeContent h2::before {
  background-color: #ABFFD7;
}

@media (max-width:1200px) {
  .our-work-card .ikigai-marqueeContainer {
    --gap: 40px;
  }
}

@media (max-width:900px) {
  .our-work-card .ikigai-marqueeContainer {
    --gap: 20px;
  }
}

/* ===== Our Work Cards Wrapper ===== */

.our-work-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3.75rem;
}


.our-work-card-1 {
  grid-area: 1 / 1 / 4 / 2;
}

.our-work-card-2 {
  grid-area: 2 / 2 / 5 / 3;
}

.our-work-card-3 {
  grid-area: 4 / 1 / 7 / 2;
}

.our-work-card-4 {
  grid-area: 5 / 2 / 8 / 3;
}

.our-work-card-5 {
  grid-area: 7 / 1 / 11 / 2;
}

.our-work-card-6 {
  grid-area: 8 / 2 / 11 / 3;
}

.our-work-card-6 {
  background: linear-gradient(160.21deg, #1F2937 1.59%, #53728E 102.58%);
}



@media (max-width:768px) {
  .our-work-cards-wrapper {
    display: flex;
    justify-content: flex-start;
    cursor: grab;
    user-select: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    gap: clamp(0.9375rem, 0.6696rem + 1.3393vi, 1.875rem);
    scrollbar-width: none;
    padding: 24px;
  }

  .our-work-card {
    flex: 0 0 auto;
    max-width: 450px;
    height: auto;
  }
}


@media (max-width:645px) {
  .our-work-cards-wrapper {
    padding: 0;
  }

  .our-work-card {
    max-width: 340px;
  }
}

@media (max-width:480px) {
  .our-work-card {
    max-width: 300px;
  }
}


.expand-height {
  max-height: 1000px !important;
}

.blurOverlay {
  transition: all 300ms ease-in-out;
}

.expand-height .blurOverlay {
  opacity: 0;
}

#toggleButton {
  transition: all 500ms ease-in-out;
}

#toggleButton i {
  background: linear-gradient(4.3deg, #49578C -217.05%, #35ED91 193.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 32px;
}




/* contact us page css */

.ikigai-contact-form input,
.ikigai-contact-form textarea {
  border: none;
  border-bottom: 2px solid #000000;
  background: transparent;
  font-size: 1rem;
  padding: 4px 6px;
  margin: 0 4px;
  transition: border-color 0.3s ease;
}

.ikigai-contact-form input:focus,
.ikigai-contact-form textarea:focus {
  border-color: #009d4c;
  outline: none;
}

.ikigai-contact-form textarea {
  width: 100%;
  display: block;
  margin-top: 6px;
  resize: vertical;
  min-height: 80px;
}

.ikigai-contact-form .required {
  font-size: clamp(1rem, 0.5rem + 2.2222vw, 2.5rem);
}




/* blog page css */

/* blog list section css  */

/* Wrapper */
.custom-select {
  position: relative;
  max-width: 200px;
  width: 100%;
  font-family: sans-serif;
}

/* Trigger button */
.select-trigger {
  width: 100%;
  padding: 10px 14px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #111827;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: border-color 0.15s ease;
}

.select-trigger:focus {
  outline: none;
}

/* Arrow */
.select-arrow {
  transition: transform 0.2s ease;
}

/* Dropdown */
.select-dropdown {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  padding: 6px 0;
  display: none;
  z-index: 10;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity .2s ease, transform .2s ease;
}

.custom-select.open .select-dropdown {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Rotate arrow when open */
.custom-select.open .select-arrow {
  transform: rotate(180deg);
}

/* Option styles */
.select-option {
  padding: 10px 14px;
  cursor: pointer;
  color: #111827;
  transition: background .15s;
}

.select-option:hover {
  background: #f3f4f6;
}

.select-option.active {
  background: #e5e7eb;
}



.blog-card {
  display: block;
  background: linear-gradient(165.56deg, #47A29C -3.28%, #1F2937 103.97%);
}

.blog-card .read-more-btn button p,
.blog-card .read-more-btn button i {
  transition: all 300ms ease-in-out;
}

.blog-card:hover .read-more-btn button p,
.blog-card:hover .read-more-btn button i {
  color: #01AE5B;
}

.blog-card:hover .read-more-btn button i {
  rotate: 0deg;
}

.blog-pagination ul li span,
.blog-pagination ul li {
  transition: all 300ms ease-in-out;
}

.blog-pagination ul li:hover {
  background-color: #ABFFD7;
  border-color: #ABFFD7;
}

.blog-pagination ul li:hover span {
  color: #404040;
}




/* wyggyg conetne css */
.blog-details-content h2 {
  font-size: clamp(2rem, 1.6667rem + 1.4815vw, 3rem);
  font-weight: 600;
  font-family: var(--font-nohemi);
  color: #262626;
}

.blog-details-content p {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-manrope);
  color: #262626;
}

.blog-details-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.blog-details-content ul li {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-manrope);
  color: #262626;
}

.blog-details-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details-content blockquote {
  position: relative;
  padding-left: 28px;
  padding-block: 8px;
  font-size: clamp(16px, 2vw, 32px);
  line-height: clamp(16px, 2vw, 32px);
  color: #35945B;
  font-family: var(--font-nohemi);
  font-weight: 600;
}

.blog-details-content blockquote::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: linear-gradient(4.3deg, #49578C -217.05%, #35ED91 193.07%);

}