@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);
@import url(https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&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);
h1,
h2,
h3 {
  color: #262626;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
  border: none;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: "MMRegular";
  src: url(../fonts/mm-regular.ttf) format("truetype");
}
@font-face {
  font-family: "MMBold";
  src: url(../fonts/mm-bold.ttf) format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif, "MMRegular";
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #f8f8f8 !important;
  transition: 0.4s;
}
.font-primary {
  font-family: "Arvo", serif, "MMBold";
}
.cap-title {
  background: linear-gradient(90deg, #505f24 0%, #a5c54b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cap-title {
    font-size: 28px;
    font-weight: 600;
  }
}
.title-section {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .title-section {
    width: 90%;
  }
}
.title-component {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 64px;
  margin-top: 46px;
}
@media (max-width: 768px) {
  .title-component {
    font-size: 28px;
    margin-bottom: 32px;
    margin-top: 23px;
  }
}
.business-swiper {
  margin-bottom: 48px;
}
.business-swiper .swiper-wrapper {
  height: fit-content !important;
}
@media (max-width: 768px) {
  .business-swiper {
    margin-bottom: 0;
  }
  .business-swiper .swiper-wrapper {
    height: auto;
  }
}
.slider-container {
  position: relative;
}
.slider-container .slider-controls {
  position: absolute;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.slider-container .slider-controls .swiper-button-next,
.slider-container .slider-controls .swiper-button-prev {
  position: static;
  width: 44px;
  height: 44px;
  background: #f0f0f0;
  border-radius: 50%;
  color: #000;
  margin: 0;
}
.slider-container .slider-controls .swiper-button-next::after,
.slider-container .slider-controls .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
.slider-container .slider-controls .swiper-button-next:hover,
.slider-container .slider-controls .swiper-button-prev:hover {
  background: #e0e0e0;
}
.slider-container .slider-controls .swiper-button-next.swiper-button-disabled,
.slider-container .slider-controls .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .slider-container .slider-controls {
    right: 15px;
  }
}
ul.disc-mark {
  list-style: disc;
  line-height: 36px;
}
ul.check-mark {
  list-style: none;
  padding-left: 24px;
  line-height: 36px;
}
ul.check-mark li {
  position: relative;
}
ul.check-mark li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/check-mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
::-webkit-scrollbar {
  width: 0.6rem;
  border-radius: 0.5rem;
}
::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
}
.gap-24 {
  gap: 26px;
}
.menu-wrapper {
  padding: 12px 32px;
}
.header-container {
  padding: 0 65px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-size: cover;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}
.nav-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.nav-link .nav-text {
  position: relative;
  display: inline-block;
  height: 1.2em;
  line-height: 1.2;
  overflow: hidden;
}
.nav-link .nav-text-top,
.nav-link .nav-text-bottom {
  display: block;
  transition: transform 0.3s ease;
  will-change: transform;
}
.nav-link .nav-text-bottom {
  position: absolute;
  left: 0;
  top: 100%;
}
.nav-link:hover .nav-text-top,
.nav-link:focus-visible .nav-text-top {
  transform: translateY(-100%);
}
.nav-link:hover .nav-text-bottom,
.nav-link:focus-visible .nav-text-bottom {
  transform: translateY(-100%);
}
header .navbar {
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0) !important;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99;
}
header.header-scrolled {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.3s ease;
  border-bottom: 1px solid #dfdfdf;
}
.logo {
  height: 53.55px;
  transition:
    height 0.3s ease,
    transform 0.3s ease;
}
.navbar.scrolled .logo {
  height: 35px;
  transform: scale(0.9);
}
.navbar.scrolled .menu-wrapper {
  padding: 6px 24px;
}
.language-switcher {
  position: relative;
}
.lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 8px 0;
  color: #1f1f1f;
}
.lang-btn img {
  width: 16px;
  height: 16px;
}
.lang-dropdown {
  position: absolute;
  top: calc(85% + 14px);
  left: 100%;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding: 6px 0;
  list-style: none;
  min-width: 132px;
  margin-right: 10px;
  opacity: 0;
  transform: translate(-50%, -10px);
  pointer-events: none;
  transition: all 0.25s ease;
  z-index: 1001;
}
@media (max-width: 768px) {
  .lang-dropdown {
    left: 50%;
  }
}
@media (min-width: 1000px) {
  .lang-dropdown {
    left: 50%;
  }
}
.lang-dropdown.show {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.lang-dropdown li {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.7;
  color: #1f1f1f;
  white-space: nowrap;
}
.lang-dropdown li:hover,
.lang-dropdown li:focus-visible {
  background-color: rgba(0, 0, 0, 0);
  color: #a5c54b;
}
.mobile-menu-btn {
  display: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 6px;
  cursor: pointer;
}
.mobile-menu-btn img {
  width: 22px;
  height: 22px;
}
@media (max-width: 1199.98px) {
  header .navbar {
    padding: 24px 0px;
  }
  header .navbar-scrolled {
    padding: 10px 0px;
  }
}
@media (max-width: 1040px) {
  .menu-wrapper {
    display: none;
    padding: 8px 16px;
  }
  .mobile-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-nav {
    gap: 16px;
  }
  .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  header .container {
    max-width: 100%;
    padding: 0;
  }
  header .navbar {
    padding: 16px 24px;
  }
  header .navbar-scrolled {
    padding: 10px 24px;
  }
  .logo {
    height: 44px;
  }
  .navbar.scrolled .logo {
    height: 32px;
  }
  .lang-btn span {
    display: none;
  }
}
@media (max-width: 575.98px) {
  header .navbar {
    padding: 14px 18px;
  }
  header .navbar-scrolled {
    padding: 8px 18px;
  }
}
.menu-card {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: 90%;
  max-width: 1400px;
  z-index: 100;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  margin-top: 10px;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
@media (max-width: 768px) {
  .menu-card {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    margin-top: 0;
    border: none;
    border-radius: 0%;
    overflow-x: hidden;
    transform: translateY(-10px);
  }
}
.menu-card.show {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 768px) {
  .menu-card.show {
    transform: translateY(0);
  }
}
.menu-section {
  display: none;
}
.menu-section.is-active {
  display: block;
}
.menu-card-text {
  background: #e9e9e9;
  border-radius: 18px 0 0 18px;
}
@media (max-width: 992px) {
  .menu-card-text {
    display: none;
  }
}
.menu-card .row {
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .menu-card .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.title {
  font-size: 32px;
  font-weight: 400;
  color: #262626;
  line-height: 40px;
}
.desc {
  margin-top: 16px;
  color: #262626;
  font-weight: 400;
  line-height: 36px;
  font-size: 18px;
}
.menu-list {
  margin-top: 10px;
}
.menu-main-list.is-hidden {
  display: none;
}
.mobile-menu-heading {
  display: none;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
  font-size: 18px;
  color: #262626;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
@media (max-width: 768px) {
  .menu-item {
    border-bottom: none;
    padding: 14px;
  }
  .menu-item a {
    color: #262626;
    text-decoration: none;
  }
}
.menu-item.active {
  color: #a5c54b;
}
.menu-item:hover,
.menu-item:focus-within {
  color: #a5c54b;
}
.menu-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.arrow {
  font-size: 20px;
}
.arrow-icon {
  background: url("../img/angle-left.svg") no-repeat center;
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: auto;
}
@media (max-width: 992px) {
  .menu-item .arrow,
  .menu-item .arrow-icon {
    display: none;
  }
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  background: #f8f8f8;
  font-size: 18px;
  cursor: pointer;
  z-index: 101;
}
@media (max-width: 992px) {
.cs-filter-hidden {
  display: none !important;
}
.close-btn {
    top: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
  }
}
.back-btn {
  position: absolute;
  top: 0;
  left: 20px;
  background: rgba(0, 0, 0, 0);
  border: none;
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
}
.close-btn:hover {
  background-color: #e9e9e9;
  transition: background-color 0.3s ease;
}
.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.sub-items-col {
  padding-left: 24px;
}
.sub-items-list {
  margin-top: 10px;
}
.desktop-submenu-panel,
.menu-submenu-list {
  display: none;
}
.desktop-submenu-panel.is-active,
.menu-submenu-list.is-active {
  display: block;
}
.mobile-submenu-panels {
  display: none;
}
.sub-item-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 0;
  font-size: 16px;
  color: #262626;
  cursor: pointer;
  transition: color 0.2s ease;
}
.sub-item-link:hover,
.sub-item-link:focus-visible {
  color: #a5c54b;
}
.sub-item-link:focus-visible {
  outline: none;
}
.sub-item-link.has-logo {
  padding: 12px 0;
}
.sub-item-logo {
  flex: 0 0 76px;
  width: 60px;
  height: 45px;
  object-fit: contain;
}
.sub-item-label {
  line-height: 1.4;
}
@media (max-width: 992px) {
  .mobile-menu {
    height: 100vh;
    padding: 48px 0;
  }
  .mobile-menu .mobile-menu-heading {
    display: block;
    margin-top: 32px;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 21px;
  }
  .mobile-menu .mobile-submenu-panels {
    display: block;
  }
  .mobile-menu .sub-item-link {
    padding: 0;
  }
  .mobile-menu .mobile-menu-heading:empty {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-menu .border-top {
    border-top: none !important;
  }
}
@media (max-width: 992px) {
  .sub-items-col {
    display: none !important;
  }
}
.home-page {
  background-color: #f8f8f8;
  padding: auto;
}
.home-page .latest-updates .container .title-div {
  margin-bottom: 48px;
}
.home-page .latest-updates .container .title-div a {
  color: #262626;
}
@media (max-width: 992px) {
  .home-page .latest-updates .container .title-div {
    margin-bottom: 32px;
  }
}
.home-page .latest-updates .container .industries-title {
  font-size: 64px;
  line-height: 64px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-page .latest-updates .container .industries-title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .home-page .latest-updates .container .industries-title {
    font-size: 32px;
    line-height: 48px;
  }
}
.home-page .latest-updates .container .link-underline-dark {
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .home-page .latest-updates .container .link-underline-dark {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .home-page .latest-updates .container .link-underline-dark {
    font-size: 16px;
  }
}
.home-page .about,
.home-page .latest-updates,
.home-page .organizations {
  padding-top: 120px;
  padding-bottom: 120px;
}
.home-page .organizations,
.home-page .about {
  overflow: hidden;
}
.home-page .slider-title {
  font-size: 64px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .home-page .slider-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.trail-container {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.trail-dot {
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    rgba(205, 232, 142, 0.35) 0%,
    rgba(237, 250, 197, 0) 75%
  );
  border-radius: 50%;
  filter: blur(12px);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 420ms ease;
  will-change: transform, opacity;
}
.animated-text {
  display: inline;
  font-family: inherit;
  white-space: normal;
  overflow: visible;
  perspective: 800px;
}
.animated-text .word {
  display: inline-block;
  font-family: inherit;
  opacity: 0;
  transform: none;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}
.animated-text .word.space {
  opacity: 1;
  transform: none;
  will-change: auto;
}
.typing-text {
  position: relative;
}
.typing-text .typing-placeholder {
  visibility: hidden;
  pointer-events: none;
}
.typing-text .typing-overlay {
  position: absolute;
  inset: 0;
}
.typing-text .typing-placeholder,
.typing-text .typing-overlay {
  display: block;
}
.typing-text .typing-caret {
  display: inline-block;
  width: 0.07em;
  height: 0.9em;
  margin-left: 0.06em;
  vertical-align: -0.08em;
  background-color: currentColor;
  opacity: 0;
}
.typing-text .typing-caret.is-visible {
  opacity: 1;
  animation: typing-caret-blink 0.9s steps(1, end) infinite;
}
.typing-text .typing-caret.is-persistent {
  opacity: 1;
}
.typing-text .typing-caret.is-done {
  opacity: 0;
  animation: none;
}
@keyframes typing-caret-blink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}
[data-animate],
[data-animate-item] {
  opacity: 0;
  will-change: transform, opacity;
}
.animated-text[data-animation="words-rotate-in"] .word {
  transform: none;
}
@media (max-width: 768px) {
  .title-div {
    margin-bottom: 32px;
  }
  /* .title-div .industries-title {
    font-size: 32px !important;
    margin-bottom: 16px;
  } */
  .about,
  .latest-updates,
  .organizations {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
footer {
  padding-top: 64px;
  background-color: #262626;
  margin-top: 120px;
}
footer .footer-title {
  margin-bottom: 32px;
}
footer .footer-title h1 {
  font-size: 64px;
  font-weight: 400;
}
footer .footer-title .social-links a {
  background-color: #262626;
  padding: 16px;
  border: 1px solid #515151;
  border-radius: 16px;
  font-size: 18px;
  cursor: pointer;
  transition:
    background-color 0.4s ease-out,
    border-color 0.4s ease-out;
}
footer .footer-title .social-links a:hover {
  background-color: #515151;
  border-color: #515151;
}
@media (max-width: 768px) {
  footer .footer-title .social-links a {
    border-radius: 12px;
  }
}
footer .footer-content {
  padding-bottom: 64px;
  border-bottom: 1px solid #515151;
  line-height: 24px;
}
footer .footer-content h4 {
  margin-bottom: 12px;
}
footer .footer-content a {
  text-decoration: none;
}
footer .footer-content .contacts .d-flex,
footer .footer-content .business-hours .d-flex {
  margin-bottom: 12px;
}
footer .copy-right {
  padding: 24px 0;
  color: #9b9b9b;
  line-height: 36px;
}
@media (max-width: 992px) {
  footer {
    padding-top: 48px;
    margin-top: 60px;
  }
  footer h1 {
    font-size: 32px !important;
  }
  footer .footer-content {
    padding-bottom: 16px;
  }
  footer .footer-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  footer .footer-content p,
  footer .footer-content span,
  footer .footer-content a {
    font-size: 14px;
    line-height: 24px;
  }
  footer .footer-content .contacts,
  footer .footer-content .business-hours {
    margin-bottom: 20px;
  }
  footer .copy-right {
    padding: 20px 0;
    line-height: 36px;
  }
}
.container .latest-update {
  height: 100%;
  border-radius: 20px;
  border: 1px solid #e9e9e9;
}
.container .latest-update .latest-update-img-wrapper {
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 3;
}
.container .latest-update .latest-update-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.container .latest-update .latest-update-img-wrapper img:hover {
  transform: scale(1.1);
}
.container .latest-update .card-body {
  position: relative;
  padding-bottom: 100px;
}
.container .latest-update .card-body h4 {
  font-size: 24px;
  line-height: 32px;
}
.container .latest-update .card-body .datelink-section {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}
.container .latest-update .card-body .datelink-section .date-col .underline {
  color: #262626;
  font-size: 32px;
}
.container .latest-update .card-body .datelink-section .date-col .date {
  color: #6e6e6e;
  font-size: 18px;
}
.container .latest-update .card-body .read-more {
  background-color: #515151;
  transition: background-color 0.3s ease;
  position: relative;
}
.container .latest-update .card-body .read-more:hover {
  background-color: #a5c54b !important;
}
.container .latest-update .card-body .read-more:hover svg {
  animation: slideUp 0.7s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.container .latest-update .card-body .read-more svg {
  transition: transform 0.5s ease;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .container .latest-update .card-body .read-more {
    padding: 16px;
    font-size: 16px;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .container .latest-update .card-body h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .container .latest-update .card-body .date {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .container .latest-update .card-body h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .container .latest-update .card-body .date {
    font-size: 16px !important;
  }
}
.container .organizations-title {
  font-size: 64px !important;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 24px;
}
.container .organizations-title span {
  font-family: "Arvo", serif;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .container .organizations-title {
    font-size: 48px !important;
    margin-bottom: 25px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .container .organizations-title {
    font-size: 32px !important;
    margin-bottom: 20px;
    line-height: 36px;
  }
}
.container .organizations-content {
  font-size: 18px;
  margin-bottom: 32px;
  text-overflow: ellipsis;
  line-height: 36px;
}
@media (max-width: 768px) {
  .container .organizations-content {
    font-size: 16px;
    line-height: 36px;
  }
}
.container .organizations-link {
  color: #262626;
}
@media (max-width: 768px) {
  .container .organizations-link {
    display: block;
  }
}
.container .card-section .org-card-group {
  margin-top: 32px;
}
.container .org-card {
  background: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/0.6;
}
.container .org-card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.future-container {
  max-width: 1054px;
  border-radius: 24px;
  border: 1px solid #e9e9e9;
  background: linear-gradient(90deg, #e7ffe4, #f1f2f7, #f5edff);
  margin: 0 auto !important;
  padding: 64px 48px;
}
.future-container .future-link {
  font-size: 20px;
  cursor: pointer;
}
.future-container h3 {
  font-size: 48px;
  margin-bottom: 24px;
}
.future-container p {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 36px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 32px;
}
.future-container a {
  color: #262626;
}
@media (max-width: 768px) {
  .future-container {
    width: 100%;
    margin: 12px;
    padding: 32px 24px;
  }
  .future-container h3 {
    font-size: 30px;
  }
  .future-container p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }
}
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero-section canvas#dotGridCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  pointer-events: auto;
}
.hero-section .container,
.hero-section .content,
.hero-section .hero-title,
.hero-section .hero-subtitle {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.hero-section .hero-btn {
  pointer-events: auto;
}
.hero-section .content {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hero-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 1.1;
  z-index: 100;
  color: #262626;
}
.hero-title span {
  font-family: "Arvo", serif !important;
}
.text-highlight {
  background: linear-gradient(90deg, #505f24, #a5c54b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  font-weight: 700;
}
.hero-subtitle {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #262626;
}
.hero-btn {
  margin-top: 40px;
  padding: 16px 32px;
  border-radius: 28px;
  background: #515151;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-btn:hover {
  background: #262626;
  color: #fff;
}
.hero-btn-arrow {
  position: relative;
  display: inline-flex;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.hero-btn-arrow .arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  will-change: transform;
}
.hero-btn-arrow .arrow-bottom {
  position: absolute;
  left: 0;
  top: 100%;
}
.hero-btn:hover .hero-btn-arrow .arrow-top,
.hero-btn:focus-visible .hero-btn-arrow .arrow-top {
  transform: translateY(-100%);
}
.hero-btn:hover .hero-btn-arrow .arrow-bottom,
.hero-btn:focus-visible .hero-btn-arrow .arrow-bottom {
  transform: translateY(-100%);
}
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 72px;
  }
}
@media (max-width: 991.98px) {
  .hero-section {
    padding: 70px 0 100px 0;
  }
  .hero-title {
    font-size: 60px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    padding: 64px 0 96px 0;
  }
  .hero-title {
    font-size: 52px;
    line-height: 1.12;
  }
  .hero-subtitle {
    font-size: 17px;
  }
  .hero-btn {
    padding: 14px 26px;
    font-size: 16px;
  }
  .hero-btn-arrow,
  .hero-btn-arrow .arrow {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .hero-section {
    padding: 56px 0 88px 0;
  }
  .hero-title {
    font-size: 44px;
    line-height: 1.1;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-btn {
    padding: 12px 22px;
    font-size: 15px;
  }
  .hero-btn-arrow,
  .hero-btn-arrow .arrow {
    width: 18px;
    height: 18px;
  }
}
.about-title {
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .about-title {
    font-size: 28px;
    line-height: 42px;
  }
}
.about-title span {
  font-family: "Arvo", serif;
}
.experience-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0%;
  text-align: left;
}
.about-content {
  font-size: 18px;
  line-height: 36px !important;
  margin-bottom: 32px !important;
}
.about-content .view-links {
  cursor: pointer;
}
@media (max-width: 768px) {
  .about-content {
    font-size: 16px;
  }
}
.expericence h1 {
  font-size: 64px;
}
@media (max-width: 1024px) {
  .expericence h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .expericence h1 {
    font-size: 32px;
  }
  .expericence .border-end {
    border: none !important;
  }
  .expericence .exp-col {
    border: none;
  }
}
.expericence .counter__value {
  display: inline-block;
}
.expericence .is-animating .counter__value {
  transform: scale(1.08);
  transition: transform 0.2s ease;
}
html,
body {
  position: relative;
  height: auto;
}
body .no-scroll {
  overflow: hidden !important;
  height: 100vh !important;
  width: 100%;
  position: fixed !important;
}
.slider-container {
  position: relative;
}
.slider-container .serviceslider-controls {
  position: absolute;
  right: 100px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.slider-container .serviceslider-controls .swiper-button-next,
.slider-container .serviceslider-controls .swiper-button-prev {
  position: static;
  width: 44px;
  height: 44px;
  background: #f0f0f0;
  border-radius: 50%;
  color: #000;
  margin: 0;
}
.slider-container .serviceslider-controls .swiper-button-next::after,
.slider-container .serviceslider-controls .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
.slider-container .serviceslider-controls .swiper-button-next:hover,
.slider-container .serviceslider-controls .swiper-button-prev:hover {
  background: #e0e0e0;
}
.slider-container
  .serviceslider-controls
  .swiper-button-next.swiper-button-disabled,
.slider-container
  .serviceslider-controls
  .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .slider-container .serviceslider-controls {
    right: 15px;
  }
}
.swiper-wrapper {
  margin: 16px 0;
}
.service-card {
  position: relative;
  background: #fdfdfd;
  border-radius: 30px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 90%;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.service-card .card-content {
  position: relative;
  width: 70%;
  z-index: 2;
}
.service-card .card-content-responsive {
  display: none;
}
.service-card .card-title {
  font-size: 48px;
  margin-bottom: 20px;
  text-align: start;
  color: #1a1a1a;
}
.service-card .card-subtitle {
  font-size: 20px;
  color: #262626;
  margin-bottom: 40px;
  text-align: start;
}
.service-card .tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.service-card .tag-group .tag-pill {
  padding: 4px 12px;
  border: 1px solid #262626;
  border-radius: 50px;
  font-size: 14px;
  color: #262626;
  cursor: pointer;
  transition: all 1s ease;
}
.service-card .tag-group .tag-pill:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.service-card .tag-group-modal {
  display: none;
}
.service-card .card-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .service-card .card-image {
    position: relative !important;
    width: 100%;
    height: 100%;
  }
}
.service-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
@media (max-width: 992px) {
  .service-card {
    padding: 0;
  }
  .service-card .card-content {
    display: none;
  }
  .service-card .card-content-responsive {
    display: block;
    z-index: 1;
    padding: 32px;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
  }
  .service-card .card-content-responsive h4 {
    font-size: 28px;
  }
  .service-card .tag-group-modal {
    position: absolute;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a5c54b;
    border-radius: 50%;
    bottom: 10px;
    right: 10px;
    z-index: 1;
  }
  .service-card .tag-group-modal .tag-group-img {
    width: 20px;
    height: 20px;
  }
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.swiper-slide:nth-child(2n) {
  width: 60%;
}
.swiper-slide:nth-child(3n) {
  width: 40%;
}
.service-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#serviceModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: auto;
}
.modal-card {
  max-height: 90vh;
  max-width: 500px;
  overflow-y: auto;
  background: #fff;
  width: 100%;
  border-radius: 30px;
  padding: 30px 25px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.modal-card .modal-title {
  line-height: 60px;
}
.close-modal-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
  background: #f9f9f9;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal-tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.modal-tag-pill {
  white-space: nowrap !important;
  display: inline-block;
  border: 1px solid #262626;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 12px;
  color: #262626;
}
.video-section {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0 3rem;
  position: relative;
}
.video-wrapper {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  position: relative;
  will-change: width;
}
.video-wrapper video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transform: scale(1.03);
  filter: blur(0);
  will-change: filter, transform;
  transition: filter 0.12s ease-out;
}
.video-grow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(30px);
  width: 90%;
  max-width: 100%;
  text-align: center;
  font-size: clamp(2rem, 5vw, 4.2rem);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  line-height: 1.1;
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.video-grow-text.visible {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}
@media (max-width: 768px) {
  .video-section {
    padding: 2rem 0;
  }
  .video-section.container {
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  }
  .video-wrapper {
    width: calc(100% - var(--bs-gutter-x, 1.5rem));
    margin: 0 auto;
    border-radius: 28px;
  }
  .video-wrapper video {
    aspect-ratio: 16/10;
    transform: scale(1.01);
  }
  .video-grow-text {
    font-size: clamp(1.6rem, 7vw, 2.6rem);
  }
}
.arrow-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 20px;
}
@media (max-width: 768px) {
  .arrow-link {
    font-size: 16px;
  }
}
.arrow-link .arrow-img {
  position: relative;
  display: inline-block;
  height: 1.2em;
  line-height: 1.2;
  overflow: hidden;
}
.arrow-link .arrow-img-top,
.arrow-link .arrow-img-bottom {
  display: block;
  transition: transform 0.3s ease;
  will-change: transform;
}
.arrow-link .arrow-img-bottom {
  position: absolute;
  left: 0;
  top: 100%;
}
.arrow-link:hover .arrow-img-top,
.arrow-link:focus-visible .arrow-img-top {
  transform: translateY(-100%);
}
.arrow-link:hover .arrow-img-bottom,
.arrow-link:focus-visible .arrow-img-bottom {
  transform: translateY(-100%);
}
.banner-section {
  position: relative;
}
.banner-sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .banner-sticky-container {
    height: 55%;
  }
}
@media (max-width: 768px) {
  .banner-sticky-container {
    height: 50%;
  }
}
@media (max-width: 320px) {
  .banner-sticky-container {
    height: 40%;
  }
}
.banner-anim-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: width, height, border-radius;
  transition: border-radius 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicebanner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  overflow: hidden;
}
.banner-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  will-change: transform;
}
.banner-text-wrapper .banner-title {
  font-size: 40px;
  line-height: 80px;
}
@media (max-width: 768px) {
  .banner-text-wrapper .banner-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.banner-text-wrapper .banner-content {
  font-size: 20px;
  line-height: 36px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner-text-wrapper .banner-content {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
  }
}
@media (max-width: 530px) {
  .servicebanner {
    height: 50vh;
    width: 100%;
  }
}
.resource-card {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(6px);
  border: none !important;
  border-radius: 20px !important;
  min-height: 276px;
}
.resource-card .card-body {
  width: auto !important;
  cursor: pointer;
  text-align: start;
  padding: 32px;
  min-height: 204px;
}
@media (max-width: 768px) {
  .resource-card .card-body {
    padding: 20px;
  }
}
.resource-card .card-body .resource-image {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .resource-card .card-body .resource-image {
    margin-bottom: 20px;
  }
}
.resource-card .card-body h5 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .resource-card .card-body h5 {
    font-size: 20px;
  }
}
.resource-card .card-body .clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.has-image {
  padding: 32px !important;
}
.accordion-item {
  background: #f5f5f5;
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.accordion-item:first-child {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}
.accordion-item:first-child .accordion-header {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}
.accordion-item:last-child {
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  isolation: isolate;
  transform: translateZ(0);
}
.accordion-item:last-child .accordion-header {
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  transition: border-radius 0.3s ease;
}
.accordion-item:last-child.active {
  background: #f5f5f5 !important;
}
.accordion-item:last-child.active .accordion-header {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-item:last-child.active .accordion-collapse {
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}
.accordion-header {
  width: 100%;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
  text-align: left;
  outline: none;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .accordion-header {
    padding: 8px 16px;
  }
}
.accordion-header .icon-wrapper {
  width: 32px;
  height: 32px;
  background-color: #a3c644;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
  flex-shrink: 0;
}
.accordion-header .icon-plus::before,
.accordion-header .icon-plus::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion-header .icon-plus::before {
  width: 14px;
  height: 2px;
}
.accordion-header .icon-plus::after {
  width: 2px;
  height: 14px;
  transition: 0.3s;
}
.accordion-header .title-text {
  font-size: 32px;
  font-weight: 400;
  color: #262626;
  font-family: "Arvo", serif;
}
@media (max-width: 768px) {
  .accordion-header .title-text {
    font-size: 20px;
  }
}
.hraccordion-container .title-text {
  font-size: 18px;
  font-weight: 700;
  color: #262626;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .hraccordion-container .title-text {
    font-size: 16px;
  }
}
.accordion-collapse {
  max-height: 0;
  overflow: hidden !important;
  transition: max-height 0.3s ease-out;
  background: #f5f5f5 !important;
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}
.accordion-collapse .accordion-body {
  padding: 0 75px 20px;
  color: #666;
  overflow: hidden;
}
.casestudies-card {
  border-radius: 20px !important;
  border: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  line-height: 30px;
}
.casestudies-card .casestudies-img-wrapper {
  border-radius: 20px !important;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.casestudies-card .casestudies-img-wrapper .casestudies-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.casestudies-card .casestudies-img-wrapper .casestudies-img:hover {
  transform: scale(1.1);
}
.casestudies-card .card-body .casestudites-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 8px !important;
}
.casestudies-card .card-body .casestudies-type {
  padding: 4px 16px;
  background-color: rgba(165, 197, 75, 0.2509803922);
  border-radius: 50px;
}
.casestudies-card .card-body .casestudies-link {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .casestudies-card .card-body .casestudites-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
  .casestudies-card .card-body .casestudies-type {
    padding: 2px 12px;
    font-size: 14px;
  }
  .casestudies-card .card-body .casestudies-link {
    margin-top: 16px;
  }
}
.joinusSwiper {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .joinusSwiper {
    margin-bottom: 60px;
  }
}
.joinusSwiper .swiper-wrapper {
  height: fit-content;
}
.joinusSwiper .swiper-slide {
  height: 70%;
}
.joinusSwiper .joinus-card {
  position: relative;
  background: #fdfdfd;
  border-radius: 30px;
  padding: 24px 27px;
  height: 450px;
  overflow: hidden;
}
.joinusSwiper .joinus-card .joinus-card-content h4 {
  font-size: 24px;
  line-height: 30px;
  text-align: start;
}
.joinusSwiper .joinus-card .joinus-card-content p {
  font-size: 16px;
  line-height: 24px;
  text-align: start;
  margin-bottom: 82px !important;
}
.home-wrapper .home-section {
  width: 100%;
  height: 90vh;
  display: grid;
  place-items: center;
}
.home-wrapper .home-section .home-container img.pug {
  width: 100px;
  margin: auto;
  display: block;
}
.home-wrapper .home-section .home-container img.plus {
  width: 25px;
  margin: auto;
  display: block;
}
.home-wrapper .home-section .home-container img.bootstrap {
  width: 75px;
  margin: auto;
  display: block;
}
.home-wrapper .home-section .home-container .logo-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.home-wrapper .home-section .home-container .home-link-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
body.contact-page-active {
  background: #fff !important;
}
body.contact-page-active header.contact-header {
  background: #fff;
}
body.contact-page-active header.contact-header .navbar,
body.contact-page-active header.contact-header.navbar {
  background: #fff !important;
}
body.contact-page-active header.contact-header .nav-link,
body.contact-page-active header.contact-header .lang-btn {
  color: #222;
}
body.contact-page-active footer {
  margin-top: 0;
}
.contact-page {
  background: #fff;
}
.contact-hero {
  position: relative;
  width: 100%;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 0;
  animation: bannerShrink 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards;
}
.contact-hero__map,
.contact-hero__map iframe,
.contact-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.contact-hero__map iframe {
  border: 0;
  filter: saturate(0.65) brightness(0.9);
  transform: scale(1.02);
}
.contact-hero__overlay {
  background:
    linear-gradient(rgba(32, 32, 32, 0.35), rgba(32, 32, 32, 0.35)),
    rgba(255, 255, 255, 0.08);
}
.contact-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 24px;
}
.contact-hero__content h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 4vw, 4.125rem);
  font-weight: 400;
  line-height: 1.1;
}
.contact-form-section {
  padding: 104px 0 88px;
}
.contact-form-shell {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.contact-form-shell h2 {
  margin: 0 0 28px;
  color: #262626;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}
.contact-form-shell p {
  max-width: 920px;
  margin: 0 auto 42px;
  color: #262626;
  font-size: 1rem;
  line-height: 36px;
  font-weight: 400;
}
form {
  width: 100%;
  max-width: 844px;
  margin: 0 auto;
}
form p {
  display: grid;
  gap: 22px;
  margin: 0;
}
form input,
form select,
form textarea,
form button {
  width: 100%;
  border: 0;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
}
form input:not([type="submit"]),
form select,
form textarea {
  background: #e9e9e9;
  border-radius: 10px;
  color: #232323;
  transition:
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}
form input:not([type="submit"]),
form select {
  padding: 8px 16px;
}
form textarea {
  min-height: 176px;
  resize: vertical;
  padding: 18px 20px;
}
form input::placeholder,
form textarea::placeholder {
  color: #2f2f2f;
  opacity: 1;
}
form input:not([type="submit"]):focus,
form select:focus,
form textarea:focus {
  background: #ececec;
  box-shadow: 0 0 0 2px rgba(38, 38, 38, 0.08);
}
form select {
  appearance: none;
  cursor: pointer;
  padding-right: 56px;
}
form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
form .contact-select-wrap select.wpcf7-select {
  appearance: none;
  cursor: pointer;
  padding-right: 56px;
}
form .contact-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #515151;
  border-bottom: 2px solid #515151;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
form .wpcf7-submit-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: center;
}
form input[type="submit"] {
  height: 62px;
  border-radius: 999px;
  background: #515151;
  color: #fff;
  width: 100%;
  padding: 0 24px;
  text-align: center;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}
form input[type="submit"]:hover {
  background: #3f3f3f;
}
form .wpcf7-submit-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 32px);
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(../img/arrow-top-right-1-light.svg) center/contain
    no-repeat;
  pointer-events: none;
}
form br {
  display: none;
}
form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form .wpcf7-response-output {
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  form p {
    gap: 16px;
  }
  form input:not([type="submit"]),
  form select {
    height: 56px;
    padding: 0 16px;
  }
  form textarea {
    min-height: 152px;
    padding: 16px;
  }
  form .contact-select-wrap::after {
    right: 20px;
  }
  form input[type="submit"] {
    height: 56px;
  }
  form .wpcf7-submit-wrapper::after {
    left: calc(50% + 48px);
  }
}
@media (max-width: 991.98px) {
  .contact-hero {
    min-height: 540px;
  }
  .contact-form-section {
    padding: 88px 0 72px;
  }
  .contact-form-shell {
    max-width: 720px;
  }
  .contact-form-shell h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .contact-form-shell p {
    line-height: 1.85;
  }
}
@media (max-width: 767.98px) {
  .contact-hero {
    min-height: 420px;
  }
  .contact-hero__content {
    padding: 20px;
  }
  .contact-hero__content h1 {
    font-size: 2.6rem;
  }
  .contact-form-section {
    padding: 64px 0 56px;
  }
  .contact-form-shell h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .contact-form-shell p {
    margin-bottom: 32px;
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .contact-form {
    gap: 16px;
  }
  .contact-form input,
  .contact-form select {
    height: 56px;
    padding: 0 16px;
  }
  .contact-form textarea {
    min-height: 152px;
    padding: 16px;
  }
  .contact-form__select-icon {
    right: 20px;
  }
  .contact-form__submit {
    height: 56px;
  }
}
@media (max-width: 575.98px) {
  .contact-page {
    padding-top: 72px;
  }
  .contact-hero {
    min-height: 360px;
  }
  .contact-hero__content h1 {
    font-size: 2.15rem;
  }
  .contact-form-section {
    padding: 48px 0;
  }
  .contact-form-shell h2 {
    font-size: 24px;
    line-height: 1.24;
  }
  .contact-form-shell p {
    font-size: 0.92rem;
    line-height: 1.75;
  }
}
.resource-planning .swiper-slide {
  height: auto;
  display: flex;
}
.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px auto;
}
.capabilities {
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 48px;
  margin-bottom: 120px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .capabilities {
    width: 90%;
    padding: 20px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.case-studies .casestudies-header {
  margin-bottom: 64px;
}
.case-studies .casestudies-title {
  font-size: 48px;
}
@media (max-width: 768px) {
  .case-studies {
    margin-bottom: 60px;
  }
  .case-studies .casestudies-header {
    margin-bottom: 32px;
  }
  .case-studies .casestudies-title {
    font-size: 28px;
  }
}
.about-hr {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-hr {
    width: 90%;
  }
}
.about-hr .enterprises-title {
  font-size: 32px;
}
@media (max-width: 768px) {
  .about-hr .enterprises-title {
    font-size: 20px;
  }
}
.about-hr .enterprises-content {
  margin-top: 24px;
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .about-hr .enterprises-content {
    font-size: 16px;
    line-height: 32px;
  }
}
.about-hr .key-features {
  border-radius: 24px;
  margin-bottom: 104.9px;
}
@media (max-width: 768px) {
  .about-hr .key-features {
    margin-bottom: 50px;
  }
}
.about-hr .key-features h5 {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .about-hr .key-features h5 {
    font-size: 28px;
  }
}
.about-hr .key-features .key-features-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 24px 24px 0;
}
.about-hr .hraccordion-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px auto;
}
.resource-management {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .resource-management {
    margin-bottom: 60px;
  }
}
.resource-management .container h4 {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 768px) {
  .resource-management .container h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
.digital-banking {
  margin: 0 auto;
}
@media (max-width: 425px) {
  .digital-banking {
    width: 90%;
    margin: 0 auto;
  }
}
.digital-banking .digitalbanking-title {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .digital-banking .digitalbanking-title {
    font-size: 28px;
  }
}
.digital-banking .digitalbanking-content {
  font-size: 20px;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .digital-banking .digitalbanking-content {
    font-size: 16px;
    line-height: 36px;
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.digital-banking .banking-solutions {
  padding: 48px;
  border-radius: 32px;
}
.digital-banking .banking-solutions .industry-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .digital-banking .banking-solutions {
    padding: 24px;
    border-radius: 16px;
  }
}
.digital-banking .text-center {
  margin-bottom: 24px;
}
.digital-banking .approach {
  align-items: center;
  margin: 120px 0;
}
.digital-banking .approach .understand,
.digital-banking .approach .transform,
.digital-banking .approach .optimize {
  background-color: #e9e9e9;
  margin-top: 10px;
  width: 100%;
  height: 216px;
  padding: 24px;
  flex: 1;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.digital-banking .approach .understand .understand-title,
.digital-banking .approach .understand .transform-title,
.digital-banking .approach .understand .optimize-title,
.digital-banking .approach .transform .understand-title,
.digital-banking .approach .transform .transform-title,
.digital-banking .approach .transform .optimize-title,
.digital-banking .approach .optimize .understand-title,
.digital-banking .approach .optimize .transform-title,
.digital-banking .approach .optimize .optimize-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}
.digital-banking .approach .understand .understand-content,
.digital-banking .approach .understand .transform-content,
.digital-banking .approach .understand .optimize-content,
.digital-banking .approach .transform .understand-content,
.digital-banking .approach .transform .transform-content,
.digital-banking .approach .transform .optimize-content,
.digital-banking .approach .optimize .understand-content,
.digital-banking .approach .optimize .transform-content,
.digital-banking .approach .optimize .optimize-content {
  height: 108px;
  font-size: 18px;
  width: 306px;
  line-height: 36px;
}
@media (max-width: 1200px) {
  .digital-banking .approach .understand .understand-content,
  .digital-banking .approach .understand .transform-content,
  .digital-banking .approach .understand .optimize-content,
  .digital-banking .approach .transform .understand-content,
  .digital-banking .approach .transform .transform-content,
  .digital-banking .approach .transform .optimize-content,
  .digital-banking .approach .optimize .understand-content,
  .digital-banking .approach .optimize .transform-content,
  .digital-banking .approach .optimize .optimize-content {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .digital-banking .approach .understand,
  .digital-banking .approach .transform,
  .digital-banking .approach .optimize {
    padding: 20px 30px 20px 30px;
  }
  .digital-banking .approach .understand .understand-title,
  .digital-banking .approach .understand .transform-title,
  .digital-banking .approach .understand .optimize-title,
  .digital-banking .approach .transform .understand-title,
  .digital-banking .approach .transform .transform-title,
  .digital-banking .approach .transform .optimize-title,
  .digital-banking .approach .optimize .understand-title,
  .digital-banking .approach .optimize .transform-title,
  .digital-banking .approach .optimize .optimize-title {
    font-size: 28px;
    font-weight: 400;
  }
  .digital-banking .approach .understand .understand-content,
  .digital-banking .approach .understand .transform-content,
  .digital-banking .approach .understand .optimize-content,
  .digital-banking .approach .transform .understand-content,
  .digital-banking .approach .transform .transform-content,
  .digital-banking .approach .transform .optimize-content,
  .digital-banking .approach .optimize .understand-content,
  .digital-banking .approach .optimize .transform-content,
  .digital-banking .approach .optimize .optimize-content {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 468px) {
  .digital-banking .approach .understand,
  .digital-banking .approach .transform,
  .digital-banking .approach .optimize {
    width: 100%;
  }
}
.digital-banking .approach .transform {
  background-color: #f2e8ff;
}
.digital-banking .approach .optimize {
  background-color: #dee4cc;
}
@media (max-width: 768px) {
  .digital-banking .approach {
    margin: 40px 0;
  }
}
h4 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 64px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  h4 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 42px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
.conduct-cols {
  margin-bottom: 120px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .conduct-cols {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .conduct-cols {
    margin-bottom: 60px;
  }
}
p {
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}
.integrity,
.respect,
.professional-responsibility,
.data-protection {
  margin: 24px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 992px) {
  .integrity,
  .respect,
  .professional-responsibility,
  .data-protection {
    margin: 16px 0;
    font-size: 20px;
    line-height: 28px;
  }
}
.ceo,
.coo,
.cto {
  padding: 32px 0;
}
@media (max-width: 768px) {
  .ceo,
  .coo,
  .cto {
    padding: 0;
  }
}
.content h4 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .content h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .content h4 {
    font-size: 20px;
  }
}
.content h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .content h6 {
    font-size: 16px;
  }
}
.content p {
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .content p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .content p {
    font-size: 16px;
    text-align: justify;
  }
}
.milestones-scroll-wrapper,
.milestones-history {
  max-width: 100% !important;
  overflow-x: hidden;
}
.milestones-scroll-wrapper {
  max-width: 100% !important;
}
.pin-spacer {
  max-width: 100% !important;
}
.history-title h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 60px;
  color: #666;
}
@media (max-width: 768px) {
  .history-title h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
.milestones-history {
  overflow: clip;
}
.milestones-history > .container {
  width: min(1320px, 100% - 32px);
  max-width: 1320px;
  padding-inline: 0;
}
.milestones-history .history-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 2fr) minmax(92px, 0.5fr);
  gap: 30px;
  align-items: start;
  min-width: 0;
}
.history-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: clamp(560px, 85vh, 920px);
}
.history-visual .vertical-line {
  width: 8px;
  height: min(650px, 78vh);
  background: #e9e9e9;
  position: absolute;
  overflow: visible;
}
.history-visual .vertical-line .marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #262626;
  position: absolute;
  left: -4px;
  top: 9%;
  box-shadow: 0 0 0 10px rgba(165, 197, 75, 0.08);
  transform: translateY(-50%);
}
.history-visual .year-display {
  z-index: 9;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.history-visual .year-display h1 {
  font-size: clamp(72px, 8vw, 128px);
  font-weight: bold;
  line-height: 0.9;
  background: linear-gradient(90deg, #505f24 0%, #a5c54b 100%);
  color: rgba(0, 0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
  will-change: transform, opacity;
}
.history-main-content {
  min-width: 0;
  width: 100%;
}
.milestone-card-stack {
  position: relative;
  height: clamp(560px, 85vh, 920px);
  overflow: hidden;
  perspective: 1200px;
  isolation: isolate;
}
.milestone-card {
  position: absolute;
  inset: 0;
  overflow: visible;
  background: #f8f8f8;
  opacity: 0;
  border-radius: 24px;
  visibility: hidden;
  transform-origin: 50% 100%;
  will-change: transform, opacity, visibility;
}
.milestone-card.is-active {
  opacity: 1;
  visibility: visible;
}
.image-container {
  width: 100%;
  height: clamp(360px, 58vh, 560px);
  overflow: hidden;
  border-radius: 24px;
  background: #e9e9e9;
}
.image-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.milestone-description {
  margin-top: 24px;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.6;
  color: #262626;
  overflow-wrap: anywhere;
}
.history-nav {
  align-self: start;
  position: relative;
  height: clamp(560px, 95vh, 920px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.history-nav::-webkit-scrollbar {
  display: none;
}
.history-nav ul {
  list-style: none;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.history-nav ul li {
  width: fit-content;
  padding: 8px 0;
  cursor: pointer;
  color: #9b9b9b;
  font-size: 1.1rem;
  line-height: 1.35;
  border-bottom: 1.5px solid #eee;
  flex-shrink: 0;
  transition:
    color 0.3s ease,
    transform 0.3s ease,
    font-weight 0.3s ease;
}
.history-nav ul li.active {
  color: #96b344;
  font-weight: bold;
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .milestones-history .history-grid {
    grid-template-columns: minmax(160px, 0.8fr) minmax(0, 2.5fr) minmax(
        72px,
        0.4fr
      );
    gap: 0px;
  }
  .quote {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .milestones-title {
    width: min(88%, 760px);
  }
  .milestones-title .quote {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .milestones-title h4 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 72px;
    letter-spacing: -3%;
  }
  .milestones-history > .container {
    width: min(100% - 32px, 760px);
  }
  .milestones-history .history-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    min-width: 0;
    min-height: auto;
  }
  .history-visual {
    height: 110px;
    min-height: 110px;
  }
  .history-visual .vertical-line {
    left: 0;
    width: 100%;
    height: 4px;
    top: 50%;
  }
  .history-visual .vertical-line .marker {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .history-visual .year-display {
    text-align: left;
  }
  .history-visual .year-display h1 {
    font-size: clamp(64px, 18vw, 112px);
  }
  .milestone-card-stack {
    height: auto;
    overflow: visible;
    perspective: none;
  }
  .milestone-card {
    position: relative;
    inset: auto;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    height: auto;
    will-change: auto;
    margin-bottom: 0;
  }
  .milestone-card:not(.is-active) {
    display: none;
  }
  .image-container {
    height: clamp(280px, 48svh, 420px);
  }
  .history-nav {
    height: auto;
    overflow: visible;
    min-width: 0;
    width: 100%;
  }
  .history-nav ul {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    row-gap: 8px;
    -webkit-overflow-scrolling: touch;
    padding: 12px 0px;
    border-left: 0;
    border-top: 1px solid #eee;
    scrollbar-width: none;
  }
  .history-nav ul::-webkit-scrollbar {
    display: none;
  }
  .history-nav ul li {
    flex: 0 0 auto;
    font-size: 0.95rem;
    white-space: nowrap;
    padding: 6px 10px;
    border-bottom: 0;
  }
}
@media (max-width: 575px) {
  .milestones-title {
    width: 90%;
    margin: 0 auto;
  }
  .milestones-title h4 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 48px;
  }
  .milestones-history > .container {
    width: calc(100% - 24px);
  }
  .milestone-card-stack {
    height: auto;
    overflow: visible;
    perspective: none;
  }
  .milestone-card {
    position: relative;
    inset: auto;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    height: auto;
    will-change: auto;
    border-radius: 18px;
  }
  .milestone-card:not(.is-active) {
    display: none;
  }
  .image-container {
    height: 250px;
    border-radius: 18px;
  }
  .milestone-description {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }
  .history-nav ul {
    gap: 0;
    padding: 10px 0px;
  }
  .history-nav ul li {
    font-size: 0.85rem;
    padding: 4px 8px;
    border-bottom: 0;
  }
}
.quote {
  max-width: 1054px;
  width: 100%;
  margin: 60px auto;
  border-radius: 24px;
  border: 1px solid #e9e9e9;
  background: linear-gradient(90deg, #e7ffe4, #f1f2f7, #f5edff);
  padding: 64px 48px;
}
.quote h4 {
  font-size: 28px;
  line-height: 40px;
  font-style: italic;
  color: #262626;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .quote {
    margin: 60px 12px;
    padding: 32px 24px;
  }
  .quote h4 {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 0;
  }
}
.jobdetails-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .jobdetails-wrapper {
    width: 90%;
  }
}
.jobdetails-wrapper h2 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 768px) {
  .jobdetails-wrapper h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.jobdetails-wrapper .jobdetails-info {
  margin-bottom: 64px;
}
.jobdetails-wrapper .jobdetails-info .jobdetails-item {
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .jobdetails-wrapper .jobdetails-info {
    margin-bottom: 32px;
  }
  .jobdetails-wrapper .jobdetails-info .jobdetails-item {
    font-size: 18px;
    line-height: 32px;
  }
}
.jobdetails-wrapper .jobdetails-description {
  margin-bottom: 24px;
}
.jobdetails-wrapper .jobdetails-description p {
  line-height: 36px;
}
@media (max-width: 768px) {
  .jobdetails-wrapper .jobdetails-description p {
    font-size: 16px;
    text-align: justify;
  }
}
.jobdetails-wrapper .key-responsibilities,
.jobdetails-wrapper .qualifications,
.jobdetails-wrapper .information {
  margin-bottom: 24px;
}
.jobdetails-wrapper .hero-btn {
  margin-top: 0;
}
.jobdetails-wrapper .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.jobdetails-wrapper .modal-overlay.active {
  display: flex;
  opacity: 1;
}
.jobdetails-wrapper .modal-box {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  width: 90%;
  max-width: 697px;
  position: relative;
}
@media (max-width: 768px) {
  .jobdetails-wrapper .modal-box {
    padding: 20px;
  }
}
.jobdetails-wrapper .modal-box .modal-title {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 30px;
  color: #262626;
}
@media (max-wdith: 1024px) and (min-width: 769px) {
  .jobdetails-wrapper .modal-box .modal-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .jobdetails-wrapper .modal-box .modal-title {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 36px;
  }
}
.jobdetails-wrapper .modal-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .jobdetails-wrapper .modal-form {
    gap: 16px;
  }
}
.jobdetails-wrapper .modal-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.jobdetails-wrapper .modal-form input {
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  background-color: #e9e9e9;
  font-size: 18px;
  color: #262626;
  outline: none;
  font-family: inherit;
}
.jobdetails-wrapper .modal-form input::placeholder {
  color: #262626;
}
@media (max-width: 768px) {
  .jobdetails-wrapper .modal-form input {
    padding: 18px 16px;
    font-size: 16px;
  }
}
.jobdetails-wrapper .modal-form input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.jobdetails-wrapper .modal-form .form-group {
  width: 100%;
}
.jobdetails-wrapper .modal-form .file-group {
  position: relative;
}
.jobdetails-wrapper .modal-form .file-upload-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  background-color: #e9e9e9;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.3;
  color: #262626;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .jobdetails-wrapper .modal-form .file-upload-wrapper {
    padding: 18px 16px;
    font-size: 16px;
  }
}
.jobdetails-wrapper .modal-form .file-upload-wrapper:hover {
  background-color: #e1e1e1;
}
.jobdetails-wrapper .modal-form .file-upload-wrapper .icon-chevron img {
  width: 14px;
  opacity: 0.5;
}
.jobdetails-wrapper .modal-form .submit-btn {
  width: 100%;
  border: none;
  border-radius: 999px;
  background: #5b5b5b;
  color: #fff;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.jobdetails-wrapper .modal-form .submit-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: url(../img/arrow-top-right-1-light.svg) center/contain
    no-repeat;
  transition: transform 0.3s ease;
}
.jobdetails-wrapper .modal-form .submit-btn:hover {
  background: #4d4d4d;
}
.jobdetails-wrapper .modal-form .submit-btn:hover::after {
  transform: rotate(45deg);
}
.jobdetails-wrapper .modal-form .submit-btn:focus-visible::after {
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .jobdetails-wrapper .modal-form .submit-btn {
    font-size: 16px;
    padding: 16px 20px;
  }
  .jobdetails-wrapper .modal-form .submit-btn::after {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
}
.career-content {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .career-content {
    width: 90%;
  }
}
.career-content .career-wrapper h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .career-content .career-wrapper h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
}
.career-content .career-wrapper p {
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .career-content .career-wrapper p {
    font-size: 16px;
    line-height: 32px;
  }
}
.career-content .why-join h3 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 67.45px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .career-content .why-join h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
    margin-top: 48px;
  }
}
.our-culture {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .our-culture {
    width: 90%;
  }
}
.our-culture h2 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 768px) {
  .our-culture h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.our-culture .culture-wrapper p {
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .our-culture .culture-wrapper p {
    font-size: 16px;
    line-height: 32px;
  }
}
.our-culture .culture-video-wrapper {
  margin-top: 48px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .our-culture .culture-video-wrapper {
    margin-top: 24px;
    margin-bottom: 60px;
  }
}
.our-culture .culture-video-wrapper video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  object-fit: cover;
}
.our-culture .opportunities-wrapper {
  padding-top: 120px;
  border-top: 1px solid #e9e9e9;
}
.our-culture .opportunities-wrapper p {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .our-culture .opportunities-wrapper p {
    font-size: 16px;
    line-height: 32px;
  }
}
.our-culture .hero-btn {
  margin-top: 32px;
}
.viewjobs-content h1 {
  font-size: 80px;
  line-height: 120px;
  margin-bottom: 120px;
  width: 90%;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .viewjobs-content h1 {
    font-size: 60px;
    line-height: 90px;
    margin-bottom: 80px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .viewjobs-content h1 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 60px;
    width: 100%;
  }
}
.viewjobs-content .viewjobs-list .viewjobs-item {
  padding: 32px 0;
  border-bottom: 1px solid #e9e9e9;
  z-index: 1;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .viewjobs-content .viewjobs-list .viewjobs-item {
    padding: 16px 0;
    z-index: 1;
  }
}
.viewjobs-content .viewjobs-list .viewjobs-item:first-child {
  padding-top: 0;
}
.viewjobs-content .viewjobs-list .viewjobs-item h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .viewjobs-content .viewjobs-list .viewjobs-item h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.viewjobs-content .viewjobs-list .viewjobs-item h5 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .viewjobs-content .viewjobs-list .viewjobs-item h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
.viewjobs-content .viewjobs-list .viewjobs-item p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .viewjobs-content .viewjobs-list .viewjobs-item p {
    font-size: 14px;
    line-height: 22px;
  }
}
.viewjobs-content .viewjobs-list .viewjobs-item .hero-btn {
  margin-top: 0;
  background: rgba(0, 0, 0, 0);
  color: #262626;
  border: 1px solid #262626;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
  cursor: pointer !important;
  display: inline-flex;
}
.viewjobs-content .viewjobs-list .viewjobs-item .hero-btn:hover {
  background-color: #262626;
  color: #fff;
}
@media (max-width: 1024px) {
  .viewjobs-content .viewjobs-list .viewjobs-item .hero-btn {
    padding: 12px 24px;
    font-size: 16px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .viewjobs-content .viewjobs-list .viewjobs-item .hero-btn {
    padding: 8px 16px;
    font-size: 14px;
    margin-top: 16px;
  }
}
.viewjobs-content .jobs-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 24px;
  gap: 16px;
}
.viewjobs-content .jobs-pagination {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #5b5b5b;
  font-size: 14px;
}
.viewjobs-content .jobs-page-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #f1f1f1;
  color: #a1a1a1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  padding: 0;
}
.viewjobs-content .jobs-page-arrow.is-disabled {
  opacity: 1;
  background: #efefef;
  color: #b2b2b2;
}
.viewjobs-content .jobs-page-icon {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform-origin: center;
}
.viewjobs-content .jobs-page-icon.jobs-page-icon-left {
  transform: rotate(45deg);
  margin-left: 3px;
}
.viewjobs-content .jobs-page-icon.jobs-page-icon-right {
  transform: rotate(-135deg);
  margin-right: 3px;
}
.viewjobs-content .jobs-page-range {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.viewjobs-content .jobs-page-text {
  color: #262626;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 767px) {
  .viewjobs-content .jobs-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.milestones-page-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0;
}
.milestones-hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.milestones-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.milestones-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(14, 24, 38, 0.45) 0%,
    rgba(14, 24, 38, 0.18) 48%,
    rgba(14, 24, 38, 0.42) 100%
  );
}
.milestones-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  text-align: center;
}
.milestones-hero-content h1 {
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.2;
}
.about-page {
  color: #262626;
}
.about-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
}
.about-hero__image,
.about-hero__overlay,
.about-hero__content {
  position: absolute;
  inset: 0;
}
.about-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-hero__overlay {
  background: linear-gradient(
    90deg,
    rgba(14, 24, 38, 0.45) 0%,
    rgba(14, 24, 38, 0.18) 48%,
    rgba(14, 24, 38, 0.42) 100%
  );
}
.about-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  text-align: center;
}
.about-hero__content h1 {
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.2;
}
.about-content {
  width: 75%;
  margin: 0 auto;
}
.about-intro__inner {
  padding-bottom: 120px;
}
.about-intro__inner h2 {
  max-width: 920px;
  margin-bottom: 28px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -3%;
  color: #262626;
}
.about-intro__inner p {
  max-width: 1060px;
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: #262626;
}
.about-numbers {
  padding: 64px 0 120px;
  border-top: 1px solid #e9e9e9;
}
.about-numbers__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
}
.about-numbers__heading {
  padding-top: 18px;
}
.about-numbers__heading h3,
.about-numbers__heading p {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.18;
  color: #262626;
}
.about-numbers__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 60px;
}
.about-stat {
  padding: 0px 0px 0px 24px;
  border-left: 1px solid #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.about-stat h1,
.about-stat h4 {
  margin: 0 0 8px;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  color: #262626;
}
.about-stat p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #515151;
}
.about-links__list {
  border-top: 1px solid #e9e9e9;
}
.about-links__item {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 1.25fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid #e9e9e9;
  color: #262626;
  text-decoration: none;
  transition:
    border-color 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-links__item:hover {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  margin-top: -1px;
}
.about-links__item:hover .about-links__title {
  color: #000;
}
.about-links__item:hover .about-links__cta {
  color: #262626;
}
.about-links__item:hover .about-links__arrow--top {
  transform: translateY(-100%);
}
.about-links__item:hover .about-links__arrow--bottom {
  transform: translateY(-100%);
}
.about-links__title {
  font-size: clamp(28px, 2.8vw, 46px);
  font-weight: 400;
  line-height: 1.2;
  color: #707070;
}
.about-links__description {
  max-width: 420px;
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #515151;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-links__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-style: solid;
  color: #515151;
  white-space: nowrap;
  transition: color 0.24s ease;
}
.about-links__arrow-wrap {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.about-links__arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  display: block;
}
.about-links__arrow--bottom {
  position: absolute;
  left: 0;
  top: 100%;
}
.about-why {
  padding-top: 64px;
}
.about-why__card {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 64px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 54px rgba(20, 20, 20, 0.05);
}
.about-why__card h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 54px);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.about-why__lead {
  max-width: 720px;
  margin: 24px auto 54px;
  font-size: 18px;
  line-height: 1.95;
  text-align: center;
  color: #515151;
}
.about-why__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 44px;
}
.about-why__item h3 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
}
.about-why__item p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #515151;
}
.about-why__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .about-hero {
    min-height: 560px;
  }
  .about-intro {
    padding-top: 74px;
  }
  .about-intro__inner h2 {
    max-width: 860px;
  }
  .about-links__item {
    grid-template-columns: minmax(0, 0.95fr) minmax(240px, 1.15fr) auto;
  }
  .about-why__card {
    padding: 58px 48px;
  }
}
@media (max-width: 991.98px) {
  .about-hero {
    min-height: 480px;
    margin-top: 74px;
  }
  .about-intro {
    padding: 64px 0 36px;
  }
  .about-intro__inner h2 {
    margin-bottom: 22px;
    max-width: 100%;
  }
  .about-intro__inner p {
    font-size: 16px;
    line-height: 1.9;
  }
  .about-stat {
    font-size: 16px;
  }
  .about-numbers {
    padding: 24px 0 84px;
  }
  .about-numbers__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-numbers__heading {
    padding-top: 0;
  }
  .about-links {
    padding-bottom: 90px;
  }
  .about-links__item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 0;
  }
  .about-links__description {
    max-width: 100%;
  }
  .about-why__card {
    padding: 48px 34px;
  }
  .about-why__lead {
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 1.85;
  }
  .about-why__grid {
    gap: 30px;
  }
  .about-why__item h3 {
    font-size: 24px;
  }
  .about-why__item p {
    font-size: 15px;
    line-height: 1.85;
  }
}
@media (max-width: 767.98px) {
  .about-page .container {
    padding: 0 24px;
  }
  .about-hero {
    min-height: 360px;
    margin-top: 68px;
  }
  .about-hero__content {
    padding: 32px 20px;
  }
  .about-intro {
    padding: 48px 0 28px;
  }
  .about-intro__inner h2 {
    margin-bottom: 18px;
    line-height: 1.32;
    font-size: 28px;
    letter-spacing: 0;
  }
  .about-intro__inner p {
    font-size: 15px;
    line-height: 1.85;
    text-align: left;
  }
  .about-numbers {
    padding: 16px 0 68px;
  }
  .about-numbers__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-stat {
    min-height: auto;
    padding: 22px 24px;
  }
  .about-stat h1 {
    font-size: 28px;
  }
  .about-links {
    padding-bottom: 72px;
  }
  .about-links__item {
    gap: 12px;
    padding: 24px 0;
  }
  .about-links__description {
    font-size: 15px;
    line-height: 1.8;
  }
  .about-why__card {
    padding: 38px 24px;
    border-radius: 18px;
  }
  .about-why__lead {
    margin: 18px auto 32px;
    font-size: 15px;
  }
  .about-why__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-why__item h3 {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .about-why__item p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 479.98px) {
  .about-page .container {
    padding: 0 18px;
  }
  .about-hero {
    min-height: 310px;
  }
  .about-intro__inner {
    padding-bottom: 60px;
  }
  .about-stat h4 {
    margin-bottom: 8px;
  }
  .about-why {
    padding-top: 0px;
  }
  .about-links__cta {
    font-size: 14px;
  }
}
.opportunities-interns-page .intern-journey-section .journey-title {
  font-size: 32px;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .opportunities-interns-page .intern-journey-section .journey-title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.opportunities-interns-page .intern-journey-section .intern-features-wrapper {
  max-height: none;
  overflow-y: visible;
}
.opportunities-interns-page
  .intern-journey-section
  .intern-features-wrapper
  .intern-features {
  margin: 0;
}
@media (min-width: 992px) {
  .opportunities-interns-page .intern-journey-section .intern-features-wrapper {
    max-height: 650px;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
.opportunities-interns-page .intern-journey-section .feature-box {
  margin-bottom: 30px;
  border-left: 1px solid #e9e9e9;
  padding-left: 20px;
  height: 100%;
}
@media (min-width: 992px) {
  .opportunities-interns-page .intern-journey-section .feature-box {
    margin-bottom: 48px;
    padding-left: 25px;
  }
}
.opportunities-interns-page .intern-journey-section .feature-box .icon-wrapper {
  margin-bottom: 15px;
}
.opportunities-interns-page
  .intern-journey-section
  .feature-box
  .icon-wrapper
  img,
.opportunities-interns-page
  .intern-journey-section
  .feature-box
  .icon-wrapper
  svg {
  width: 64px;
  height: 64px;
}
.opportunities-interns-page
  .intern-journey-section
  .feature-box
  .feature-title {
  font-size: 24px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 15px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .opportunities-interns-page
    .intern-journey-section
    .feature-box
    .feature-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.opportunities-interns-page .intern-journey-section .feature-box .feature-desc {
  font-size: 18px;
  color: #262626;
  line-height: 36px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .opportunities-interns-page
    .intern-journey-section
    .feature-box
    .feature-desc {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .opportunities-interns-page .intern-gallery-section {
    padding: 100px 0;
  }
}
.opportunities-interns-page .intern-gallery-section .intern-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 992px) {
  .opportunities-interns-page .intern-gallery-section .intern-gallery {
    flex-wrap: nowrap;
    gap: 15px;
    padding: 50px 0;
  }
}
.opportunities-interns-page
  .intern-gallery-section
  .intern-gallery
  .gallery-item {
  flex: 1 1 calc(50% - 20px);
  min-width: 140px;
  max-width: 334px;
  height: 250px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.2s;
}
@media (min-width: 768px) {
  .opportunities-interns-page
    .intern-gallery-section
    .intern-gallery
    .gallery-item {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .opportunities-interns-page
    .intern-gallery-section
    .intern-gallery
    .gallery-item {
    height: 500px;
    border-radius: 24px;
  }
  .opportunities-interns-page
    .intern-gallery-section
    .intern-gallery
    .gallery-item:nth-child(even) {
    transform: translateY(20px);
  }
  .opportunities-interns-page
    .intern-gallery-section
    .intern-gallery
    .gallery-item:nth-child(odd) {
    transform: translateY(-20px);
  }
  .opportunities-interns-page
    .intern-gallery-section
    .intern-gallery
    .gallery-item:hover:nth-child(even) {
    transform: translateY(30px);
  }
  .opportunities-interns-page
    .intern-gallery-section
    .intern-gallery
    .gallery-item:hover:nth-child(odd) {
    transform: translateY(-30px);
  }
}
@media (max-width: 480px) {
  .opportunities-interns-page
    .intern-gallery-section
    .intern-gallery
    .gallery-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.opportunities-interns-page
  .intern-gallery-section
  .intern-gallery
  .gallery-item
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.opportunities-interns-page .intern-testimonials-section {
  padding: 60px 0;
}
.opportunities-interns-page .intern-testimonials-section .testimonials-title {
  font-size: 32px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .opportunities-interns-page .intern-testimonials-section .testimonials-title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.opportunities-interns-page .intern-testimonials-section .video-wrapper {
  max-width: 842px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #262626;
  border: 8px solid #232323;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .opportunities-interns-page .intern-testimonials-section .video-wrapper {
    border: 16px solid #232323;
    border-radius: 20px;
  }
}
.opportunities-interns-page .intern-testimonials-section .video-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.casestudy-page .casestudy-content {
  padding: 64px 0 0;
}
@media (max-width: 991px) {
  .casestudy-page .casestudy-content {
    padding: 40px 0 80px;
  }
}
@media (max-width: 767px) {
  .casestudy-page .casestudy-content {
    padding: 28px 0 64px;
  }
}
.casestudy-page .case-tabs {
  width: fit-content;
  margin: 0 auto 40px;
  padding: 8px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.casestudy-page .case-tab {
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0);
  color: #232323;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 48px;
  transition: all 0.2s ease;
}
.casestudy-page .case-tab.active {
  background: #a5c54b;
  color: #262626;
  font-weight: 400;
  transform: scale(0.96);
}
.casestudy-page .case-filter-panel {
  position: relative;
  margin-bottom: 34px;
  z-index: 3;
}
.casestudy-page .filter-label {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #7e7e7e;
  margin-bottom: 0;
}
.casestudy-page .filter-controls {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 26px;
  margin-bottom: 20px;
  align-items: center;
}
.casestudy-page .filter-dropdown {
  position: relative;
}
.casestudy-page .filter-dropdown.is-open .filter-select {
  border-bottom-color: #c8c8c8;
  color: #262626;
}
.casestudy-page .filter-dropdown.is-open .filter-chevron {
  transform: rotate(-135deg) translate(-2px, 1px);
}
.casestudy-page .filter-dropdown.is-open .filter-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.casestudy-page .filter-select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background: rgba(0, 0, 0, 0);
  color: #232323;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 8px 16px;
  transition:
    border-color 0.28s ease,
    color 0.28s ease;
}
.casestudy-page .filter-select-label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.casestudy-page .filter-chevron {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: center;
  flex-shrink: 0;
  margin-left: 10px;
  transition: transform 0.2s ease;
}
.casestudy-page .filter-dropdown-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  padding: 48px 24px;
  border-radius: 24px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.97);
  transform-origin: top center;
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.32s ease,
    visibility 0.28s ease;
}
.casestudy-page .filter-dropdown-close {
  position: absolute;
  top: 18px;
  right: 20px;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: #111;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}
.casestudy-page .filter-dropdown-close:hover {
  transform: rotate(90deg) scale(1.04);
}
.casestudy-page .filter-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
  margin-right: 8px;
}
.casestudy-page .filter-option {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  border: 1px solid #2d2d2d;
  border-radius: 999px;
  background: #fff;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 8px 12px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition:
    background-color 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}
.casestudy-page .filter-option::after {
  content: "×";
  display: inline-block;
  width: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  color: currentColor;
  font-size: 16px;
  line-height: 1;
  transform: translateX(-4px);
  transition:
    width 0.24s ease,
    margin-left 0.24s ease,
    opacity 0.2s ease,
    transform 0.24s ease;
}
.casestudy-page .filter-option.is-selected {
  background: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
  box-shadow: none;
}
.casestudy-page .filter-option.is-selected::after {
  width: 12px;
  margin-left: 10px;
  opacity: 1;
  transform: translateX(0);
}
.casestudy-page .filter-option:focus-visible {
  outline: 2px solid rgba(165, 197, 75, 0.9);
  outline-offset: 3px;
}
.casestudy-page .filter-apply {
  min-width: 220px;
  border: none;
  border-radius: 999px;
  background: #a5c54b;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  padding: 12px 32px;
  box-shadow: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}
.casestudy-page .filter-apply:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(165, 197, 75, 0.18);
  filter: saturate(1.02);
}
.casestudy-page .active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.casestudy-page .active-filters[hidden] {
  display: none;
}
.casestudy-page .filtered-by-btn {
  border: none;
  background: rgba(0, 0, 0, 0);
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
}
.casestudy-page .active-filter-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.casestudy-page .active-filter {
  border: none;
  border-radius: 999px;
  background: #262626;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}
.casestudy-page .active-filter:hover {
  transform: translateY(-1px);
}
.casestudy-page .active-filter-close {
  font-size: 16px;
  line-height: 1;
}
.casestudy-page .clear-filters {
  margin-left: auto;
  border: none;
  background: rgba(0, 0, 0, 0);
  text-decoration: underline;
  color: #262626;
  font-size: 18px;
  line-height: 22.5px;
  font-weight: 500;
  padding: 0;
}
.casestudy-page .case-grid {
  padding-bottom: 64px;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 64px;
}
.casestudy-page .case-card {
  height: 100%;
}
.casestudy-page .case-card-image {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-bottom: 14px;
  background: #d9d9d9;
}
.casestudy-page .case-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.casestudy-page .case-card-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 8px;
  color: #262626;
}
.casestudy-page .case-card-tag {
  display: inline-block;
  border-radius: 999px;
  background: rgba(165, 197, 75, 0.2509803922);
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 4px 16px;
  margin-bottom: 16px;
}
.casestudy-page .case-card-link .arrow-link {
  font-size: 20px;
  color: #262626;
  font-weight: 500;
  line-height: 27px;
  text-decoration: underline;
  display: inline;
  width: fit-content;
}
.casestudy-page .case-grid-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  gap: 16px;
}
.casestudy-page .case-result-count {
  margin: 0;
  color: #262626;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
}
.casestudy-page .case-pagination {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #5b5b5b;
  font-size: 14px;
}
.casestudy-page .pagination-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #f1f1f1;
  color: #a1a1a1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  padding: 0;
}
.casestudy-page .pagination-arrow.is-disabled {
  display : none;
  /* opacity: 0;
  background: #efefef;
  color: #b2b2b2; */
}
.casestudy-page .pagination-icon {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform-origin: center;
}
.casestudy-page .pagination-icon.pagination-icon-left {
  transform: rotate(45deg);
  margin-left: 3px;
}
.casestudy-page .pagination-icon.pagination-icon-right {
  transform: rotate(-135deg);
  margin-right: 3px;
}
.casestudy-page .pagination-range {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.casestudy-page .pagination-text {
  color: #262626;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
.casestudy-page .pagination-caret {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-right: 2px solid #6b6b6b;
  border-bottom: 2px solid #6b6b6b;
  transform: rotate(45deg) translateY(-1px);
}
@media (max-width: 991px) {
  .casestudy-page .case-tabs {
    margin-bottom: 30px;
  }
  .casestudy-page .filter-controls {
    gap: 18px;
  }
  .casestudy-page .filter-dropdown-menu {
    min-height: 280px;
    padding: 28px 24px 40px;
  }
  .casestudy-page .filter-option-list {
    gap: 16px;
    margin-bottom: 40px;
  }
  .casestudy-page .case-card-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .casestudy-page .case-tabs {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  .casestudy-page .case-tab {
    flex: 1 1 calc(50% - 6px);
    text-align: center;
    padding: 10px 12px;
  }
  .casestudy-page .filter-controls {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 16px;
  }
  .casestudy-page .filter-dropdown-menu {
    position: static;
    width: 100%;
    min-height: 0;
    max-height: 0;
    margin-top: 16px;
    padding: 24px 20px 28px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0) scale(1);
    transition:
      max-height 0.32s ease,
      padding 0.32s ease,
      margin-top 0.32s ease,
      opacity 0.2s ease,
      visibility 0.2s ease;
  }
  .casestudy-page .filter-dropdown.is-open .filter-dropdown-menu {
    max-height: 520px;
    margin-top: 16px;
    padding: 24px 20px 28px;
    opacity: 1;
    visibility: visible;
  }
  .casestudy-page .filter-dropdown:not(.is-open) .filter-dropdown-menu {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
  }
  .casestudy-page .filter-dropdown-close {
    top: 14px;
    right: 16px;
    font-size: 34px;
  }
  .casestudy-page .filter-option-list {
    gap: 12px;
    padding-right: 24px;
    margin-bottom: 28px;
  }
  .casestudy-page .filter-option {
    font-size: 12px;
    min-height: 50px;
    padding: 10px 18p;
  }
  .casestudy-page .filter-apply {
    width: 100%;
    min-width: 0;
    padding: 16px 24px;
  }
  .casestudy-page .active-filters {
    gap: 16px;
  }
  .casestudy-page .active-filter-list {
    width: 100%;
  }
  .casestudy-page .filtered-by-btn {
    width: 100%;
    text-align: left;
  }
  .casestudy-page .clear-filters {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-top: 6px;
  }
  .casestudy-page .case-card-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .casestudy-page .case-grid-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .casestudy-page .case-grid {
    gap: 32px;
  }
}
.casestudy-detail-page {
  --casestudy-sticky-top: 0px;
  --casestudy-anchor-offset: 140px;
  color: #262626;
}
.casestudy-detail-page .casestudy-detail-shell {
  max-width: 1060px;
  margin: 0 auto;
}
.casestudy-detail-page .casestudy-detail-intro {
  padding: 120px 0 116px;
}
.casestudy-detail-page .casestudy-detail-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #262626;
  line-height: 1.4;
}
.casestudy-detail-page .casestudy-detail-meta strong {
  color: #262626;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.casestudy-detail-page .casestudy-detail-meta .casestudy-detail-published {
  color: #262626;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}
.casestudy-detail-page .casestudy-detail-title {
  max-width: 1062px;
  margin-bottom: 24px;
  color: #000;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -3%;
}
.casestudy-detail-page .casestudy-detail-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 4px 16px;
  border-radius: 999px;
  background: rgba(165, 197, 75, 0.5);
  color: #000;
  font-size: 14px;
  line-height: 21px;
}
.casestudy-detail-page .casestudy-detail-highlights {
  padding-top: 120px;
}
.casestudy-detail-page .casestudy-detail-label {
  margin-bottom: 28px;
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.casestudy-detail-page .casestudy-highlight-frame {
  position: relative;
  max-width: 980px;
  padding-left: 64px;
}
.casestudy-detail-page .casestudy-highlight-frame::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9747ff 0%, #a5c54b 100%);
}
.casestudy-detail-page .casestudy-highlight-list {
  margin: 0;
  list-style: disc;
}
.casestudy-detail-page .casestudy-highlight-list li {
  color: #262626;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}
.casestudy-detail-page .casestudy-highlight-list li:not(:last-child) {
  margin-bottom: 24px;
}
.casestudy-detail-page .casestudy-story-nav {
  padding: 96px 0 120px;
  background: #f3f3f3;
}
.casestudy-detail-page .casestudy-story-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.casestudy-detail-page .casestudy-story-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #e3e3e3;
  color: #262626;
  text-decoration: none;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}
.casestudy-detail-page .casestudy-story-link:hover {
  color: #a5c54b;
  border-color: #262626;
}
.casestudy-detail-page .casestudy-story-link:hover .casestudy-story-link__icon {
  filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(0%)
    hue-rotate(0deg) brightness(20%) contrast(100%);
}
.casestudy-detail-page .casestudy-story-link--full {
  grid-column: 1/2;
}
.casestudy-detail-page .casestudy-story-link__title {
  color: currentColor;
  font-size: 30px;
  line-height: 1.25;
}
.casestudy-detail-page .casestudy-story-link__icon {
  flex: 0 0 24px;
  width: 22px;
  height: 22px;
  display: block;
}
.casestudy-detail-page .casestudy-sticky-nav {
  position: fixed;
  top: var(--casestudy-sticky-top);
  left: 0;
  width: 100%;
  z-index: 950;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-14px);
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease;
}
.casestudy-detail-page .casestudy-sticky-nav.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.casestudy-detail-page .casestudy-sticky-nav__inner {
  display: flex;
  align-items: center;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}
.casestudy-detail-page .casestudy-sticky-nav__links {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.casestudy-detail-page .casestudy-sticky-nav__links::-webkit-scrollbar {
  display: none;
}
.casestudy-detail-page .casestudy-sticky-link {
  position: relative;
  flex: 0 0 auto;
  color: #6e6e6e;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding: 16px 0 16px;
  transition: color 0.24s ease;
}
.casestudy-detail-page .casestudy-sticky-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #a5c54b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.24s ease;
}
.casestudy-detail-page .casestudy-sticky-link:hover,
.casestudy-detail-page .casestudy-sticky-link.is-active {
  color: #000;
}
.casestudy-detail-page .casestudy-sticky-link.is-active::after {
  transform: scaleX(1);
}
.casestudy-detail-page .casestudy-story-content {
  padding: 112px 0 0;
}
.casestudy-detail-page .casestudy-story-section {
  scroll-margin-top: var(--casestudy-anchor-offset);
}
.casestudy-detail-page .casestudy-story-section:not(:last-child) {
  margin-bottom: 42px;
}
.casestudy-detail-page .casestudy-story-section__title {
  margin-bottom: 24px;
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.casestudy-detail-page .casestudy-story-section p,
.casestudy-detail-page .casestudy-story-list li {
  color: #262626;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}
.casestudy-detail-page .casestudy-story-list li {
  list-style: disc;
}
.casestudy-detail-page .casestudy-story-list {
  margin: 0;
  padding-left: 24px;
}
.casestudy-detail-page .casestudy-story-list li:not(:last-child) {
  margin-bottom: 6px;
}
.casestudy-detail-page .casestudy-story-quote {
  margin-top: 50px;
  padding: 56px 64px;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at left center,
      rgba(214, 255, 193, 0.95) 0%,
      rgba(214, 255, 193, 0) 28%
    ),
    linear-gradient(90deg, #f5edff 0%, #f1f2f7 48%, #e7ffe4 100%);
  color: #262626;
  font-size: 28px;
  font-style: italic;
  line-height: 1.45;
}
@media (max-width: 1199px) {
  .casestudy-detail-page .casestudy-detail-title {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .casestudy-detail-page .casestudy-detail-intro {
    padding: 88px 0 88px;
  }
  .casestudy-detail-page .casestudy-detail-title {
    font-size: 46px;
  }
  .casestudy-detail-page .casestudy-detail-highlights {
    padding-top: 48px;
  }
  .casestudy-detail-page .casestudy-story-nav {
    padding: 80px 0 88px;
  }
  .casestudy-detail-page .casestudy-story-nav-grid {
    gap: 0 32px;
  }
  .casestudy-detail-page .casestudy-story-link__title {
    font-size: 24px;
  }
  .casestudy-detail-page .casestudy-story-content {
    padding-top: 88px;
  }
  .casestudy-detail-page .casestudy-sticky-nav__inner {
    min-height: 68px;
    padding: 0 24px;
  }
  .casestudy-detail-page .casestudy-sticky-nav__links {
    gap: 28px;
  }
  .casestudy-detail-page .casestudy-sticky-link {
    font-size: 14px;
    padding: 24px 0 20px;
  }
  .casestudy-detail-page .casestudy-story-quote {
    padding: 40px 36px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .casestudy-detail-page .casestudy-detail-intro {
    padding: 64px 0 72px;
  }
  .casestudy-detail-page .casestudy-detail-meta {
    gap: 12px;
    font-size: 16px;
  }
  .casestudy-detail-page .casestudy-detail-meta strong {
    font-size: 16px;
  }
  .casestudy-detail-page .casestudy-detail-title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  .casestudy-detail-page .casestudy-detail-label {
    font-size: 18px;
  }
  .casestudy-detail-page .casestudy-highlight-frame {
    padding-left: 24px;
  }
  .casestudy-detail-page .casestudy-highlight-list {
    padding-left: 20px;
  }
  .casestudy-detail-page .casestudy-highlight-list li {
    font-size: 16px;
    line-height: 1.85;
  }
  .casestudy-detail-page .casestudy-story-nav {
    padding: 64px 0 72px;
  }
  .casestudy-detail-page .casestudy-story-nav-grid {
    grid-template-columns: 1fr;
  }
  .casestudy-detail-page .casestudy-story-link,
  .casestudy-detail-page .casestudy-story-link--full {
    grid-column: auto;
  }
  .casestudy-detail-page .casestudy-story-link {
    padding: 20px 0;
  }
  .casestudy-detail-page .casestudy-story-link__title {
    font-size: 22px;
  }
  .casestudy-detail-page .casestudy-story-content {
    padding-top: 72px;
  }
  .casestudy-detail-page .casestudy-sticky-nav__inner {
    min-height: 60px;
    padding: 0 16px;
  }
  .casestudy-detail-page .casestudy-sticky-nav__links {
    gap: 20px;
  }
  .casestudy-detail-page .casestudy-sticky-link {
    font-size: 12px;
    padding: 22px 0 18px;
    letter-spacing: 0.06em;
  }
  .casestudy-detail-page .casestudy-story-section:not(:last-child) {
    margin-bottom: 34px;
  }
  .casestudy-detail-page .casestudy-story-section p,
  .casestudy-detail-page .casestudy-story-list li {
    font-size: 16px;
    line-height: 1.85;
  }
  .casestudy-detail-page .casestudy-story-quote {
    padding: 28px 24px;
    border-radius: 20px;
    font-size: 20px;
  }
}
.eventdetails-description {
  margin-top: 24px;
  margin-bottom: 54.45px;
}
@media (max-width: 768px) {
  .eventdetails-description {
    margin-bottom: 20px;
  }
}
.eventdetails-description h5 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 24px;
}
.eventdetails-description span {
  padding: 4px 16px;
  background-color: rgba(165, 197, 75, 0.2509803922);
  border-radius: 50px;
}
.eventdetails-description b {
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-bottom: 24px !important;
}
@media (max-width: 768px) {
  .eventdetails-description b {
    font-size: 16px;
  }
}
.eventdetails-description p {
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .eventdetails-description p {
    font-size: 16px;
  }
}
.event-gallery {
  margin-top: 96px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .event-gallery {
    margin-top: 42px;
    margin-bottom: 48px;
  }
}
.event-gallery img {
  width: 100%;
  height: 340px;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 15px;
}
.content-section div {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .content-section div {
    text-align: justify;
  }
}
.content-section div b,
.content-section div span {
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .content-section div b,
  .content-section div span {
    font-size: 16px;
  }
}
.business-section {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .business-section {
    width: 90%;
  }
}
.business-section p {
  line-height: 40px;
}
@media (max-width: 768px) {
  .business-section p {
    font-size: 16px;
    text-align: justify;
  }
}
.business-section .title-component {
  margin: 48px 0;
}
.business-section .check-mark {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .business-section .check-mark {
    margin-bottom: 24px;
  }
}
.business-section li {
  margin-bottom: 12px;
  font-weight: bold;
}
.learnmore-btn {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.learnmore-btn .hero-btn {
  margin-top: 0;
  background: rgba(0, 0, 0, 0);
  color: #262626;
  border: 1px solid #262626;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
  cursor: pointer !important;
  display: inline-flex;
}
.learnmore-btn .hero-btn:hover {
  background-color: #262626;
  color: #fff;
}
@media (max-width: 1024px) {
  .learnmore-btn .hero-btn {
    padding: 12px 24px;
    font-size: 16px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .learnmore-btn .hero-btn {
    padding: 8px 16px;
    font-size: 14px;
    margin-top: 16px;
  }
}
.client-list {
  width: 80%;
  margin: 0 auto;
}
.client-list .client-card-group .client-card {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(
      to bottom right,
      rgba(231, 255, 228, 0.2) 10%,
      #f1f2f7 50%,
      #f5edff 90%
    )
    1;
}
