@font-face {
  font-family: 'Vastago Grotesk';
  src: url('../fonts/VastagoGrotesk-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Vastago Grotesk';
  src: url('../fonts/VastagoGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Vastago Grotesk';
  src: url('../fonts/VastagoGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'Vastago Grotesk';
  src: url('../fonts/VastagoGrotesk-SemiBold.otf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'Vastago Grotesk';
  src: url('../fonts/VastagoGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Vastago Grotesk';
  src: url('../fonts/VastagoGrotesk-Black.otf') format('opentype');
  font-weight: 900;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  overflow-y: scroll;
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Vastago Grotesk', Arial, sans-serif;
  overflow-x: clip;
  max-width: 100%;
}

body.modal-open,
html:has(body.modal-open) {
  overflow: hidden !important;
}

img {
  max-width: 100%;
  height: auto;
}

.custom-navbar {
  width: 100%;
  position: fixed;
  padding: 18px 0;
  background-color: #1F1FFF;
  z-index: 999;
}

.logo-img {
  max-width: 160px;
  width: 100%;
  height: auto;
}

.navbar-nav {
  color: white;
}

.navbar-nav .nav-link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  width: calc(100% - 16px);
  height: 1.5px;
  bottom: 8px;
  left: 8px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link:hover::before {
  transform: scaleX(1);
}

.dropdown-menu {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 12px;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease, visibility 0.4s ease;
  will-change: max-height, opacity, padding;
}

.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
  padding: 10px;
}

.dropdown-item {
  padding: 10px 14px;
  border-radius: 8px;
  transition: 0.3s;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  content: "";
  border: solid currentColor;
  border-width: 0 2.5px 2.5px 0;
  padding: 3px;
  transform: rotate(45deg);
  margin-bottom: 3px;
}

.navbar-right-section {
  flex-wrap: wrap;
}

.flag-btn {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 25px;
  padding: 10px 16px;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.flag-image {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: cover;
  flex: 0 0 auto;
}

.flag-image--current {
  width: 24px;
  height: 24px;
}

.flag-image--dropdown {
  width: 20px;
  height: 20px;
}

.flag-btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.flag-btn:active {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}

/* Base styles for all devices */
.start-project-btn {
  color: #00008B;
  background-color: #ffffff;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border: 6px solid #3131FF;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.btn-text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.btn-text-original,
.btn-text-hover {
  display: block;
}

.btn-text-hover {
  display: none;
  /* Hidden by default on mobile */
}

.btn-text-animated .btn-text-group {
  display: inline-flex;
  align-items: center;
}

/* Desktop Hover Effects */
@media (min-width: 1200px) {

  .start-project-btn,
  .hero_btn,
  .career_hero__career_hero_btn,
  .digital_solution_btn,
  .faq_header_section__faq_header_btn,
  .contact_us_page_header_section__contact_us_page_header_btn,
  .innovation_hero__innovation_hero_btn,
  .about_start_a_project_btn {
    border-color: transparent;
    background-image:
      linear-gradient(#ffffff, #ffffff),
      linear-gradient(90deg, #3131FF 0%, #3131FF 100%);
    background-origin: border-box, border-box;
    background-clip: padding-box, border-box;
    background-size: 100% 100%, 200% 100%;
    background-position: 0% 0%, 0% 0%;
  }

  .start-project-btn:hover,
  .hero_btn:hover,
  .career_hero__career_hero_btn:hover,
  .digital_solution_btn:hover,
  .faq_header_section__faq_header_btn:hover,
  .contact_us_page_header_section__contact_us_page_header_btn:hover,
  .innovation_hero__innovation_hero_btn:hover,
  .about_start_a_project_btn:hover {
    background-image:
      linear-gradient(#ffffff, #ffffff),
      linear-gradient(90deg, #3131FF 0%, #3131FF 40%, #c4d1ff 50%, #3131FF 60%, #3131FF 100%);
    animation: btnBorderShine 1.5s linear infinite;
  }

  .btn-text-original,
  .btn-text-hover {
    display: block;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .btn-text-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-100%);
  }

  .start-project-btn:hover .btn-text-original,
  .hero_btn:hover .btn-text-original,
  .read_more_btn:hover .btn-text-original,
  .view_all_services:hover .btn-text-original,
  .btn-text-animated:hover .btn-text-original {
    transform: translateY(100%);
  }

  .start-project-btn:hover .btn-text-hover,
  .hero_btn:hover .btn-text-hover,
  .read_more_btn:hover .btn-text-hover,
  .view_all_services:hover .btn-text-hover,
  .btn-text-animated:hover .btn-text-hover {
    transform: translateY(0);
  }
}

@keyframes btnBorderShine {
  0% {
    background-position: 0% 0%, 100% 0%;
  }

  100% {
    background-position: 0% 0%, -100% 0%;
  }
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-toggler:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.flag-btn.show {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.hero_section {
  position: relative;
  background: #1F1FFF;
  padding: 170px 0px 180px 0px;
  overflow: hidden;
}

.hero_badge {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  margin-bottom: 25px;
}

.hero_heading {
  font-size: 74px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.hero_subheading {
  font-size: 24px;
  color: white;
  margin-bottom: 35px;
}

.hero_heading_first_line {
  white-space: nowrap;
}

.hero_btn {
  font-size: 16px;
  border: 6px solid #3131FF;
  display: inline-block;
  background-color: #ffffff;
  color: black;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 33px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.header_animated_text {
  position: relative;
  border: 1px dashed #FFFFFF99;
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
  vertical-align: baseline;
  white-space: nowrap;
  box-sizing: content-box;
  line-height: 1.1;
  padding: 0px 5px;
  margin: 0;
  top: 0.25em;
}

.header_animated_measurer {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
  font: inherit;
  font-weight: inherit;
  color: #5ADFFD;
}

.header_animated_viewport {
  display: block;
  overflow: hidden;
  height: 1.1em;
  line-height: 1.1;
}

.header_animated_track {
  display: block;
  will-change: transform;
  margin: 0;
  padding: 0;
}

.header_animated_word {
  display: block;
  color: #5ADFFD;
  white-space: nowrap;
  line-height: 1.1;
  height: 1.1em;
  margin: 0;
  padding: 0;
}

.header_animated_text:not(.is-ready) .header_animated_word~.header_animated_word {
  display: none;
}

.hero_image_wrapper {
  position: relative;
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}

.built_on_experience {
  position: absolute;
  background-color: white;
  border-top-right-radius: 25px;
  bottom: 0;
  left: 0px;
  padding: 10px 20px;
}

.stats_section {
  background-color: #F6F6F6;
  border-radius: 25px;
  padding: 10px 40px;
}

.stats {
  display: flex;
  gap: 60px;
}

.svg_curve {
  position: absolute;
  right: -40px;
  width: 40px;
  height: 40px;
  bottom: 0px;
}

.hero_image_container {
  width: 150%;
  max-width: 700px;
  position: relative;
  transform: translate(clamp(100px, 15vw, 340px), clamp(140px, 16vw, 320px));
}

.hero_image_bg {
  width: 100%;
  display: block;
}

.hero_image_front {
  position: absolute;
  width: 85%;
  top: -30%;
  left: -10%;
  z-index: 2;
}

.what_we_do_section {
  padding: 100px 0 30px 0;
  overflow: hidden;
}

.what_we_do_section .row>[class*="col-"] {
  min-width: 0;
}

.what_we_do_badge {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 50px;
  background: #FAFAFA;
  color: #000;
  font-size: 14px;
  margin-bottom: 22px;
  border: 1px solid #e8e8e8;
  font-weight: 600;
}

.what_we_do_heading {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 700;
  color: #111111;
  margin-bottom: 24px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.text_highlight {
  font-weight: bold;
  color: #1F1FFF;
}

.what_we_do_content {
  font-size: 20px;
  color: #848484;
  margin-bottom: 35px;
}

.view_all_services {
  display: inline-block;
  padding: 7px 28px;
  background: #1F1FFF;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
}

.what_we_do_cards_scroll_wrapper {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.what_we_do_cards_scroll_wrapper::-webkit-scrollbar {
  display: none;
}

.what_we_do_cards_scroll_wrapper::-webkit-scrollbar-track {
  background: #e6ecff;
  border-radius: 50px;
}

.what_we_do_cards_scroll_wrapper::-webkit-scrollbar-thumb {
  background: #0057ff;
  border-radius: 50px;
}

.what_we_do_cards {
  flex: 0 0 min(320px, calc(100vw - 3rem));
  width: min(320px, calc(100vw - 3rem));
  max-width: 100%;
  background: #F5F5F5;
  border-radius: 28px;
  padding: 35px 28px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .what_we_do_cards_scroll_wrapper.what-we-do-stack-ready {
    position: relative;
    overflow: hidden;
    height: clamp(550px, 78vh, 700px);
    padding-bottom: 0;
    perspective: 1400px;
  }

  .what_we_do_cards_scroll_wrapper.what-we-do-stack-ready .what-we-do-pair {
    display: none;
  }

  .what_we_do_cards_scroll_wrapper.what-we-do-stack-ready .what-we-do-slot-card {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 12px);
    height: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    transition:
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
    pointer-events: none;
    transform-style: preserve-3d;
  }

  .what_we_do_cards_scroll_wrapper.what-we-do-stack-ready .what-we-do-slot-card.is-front {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
  }

  .what_we_do_cards_scroll_wrapper.what-we-do-stack-ready .what-we-do-slot-card.is-middle {
    transform: translate3d(calc(100% + 24px), 0, 0) scale(1);
    opacity: 1;
    z-index: 4;
    pointer-events: auto;
  }

  .what_we_do_cards_scroll_wrapper.what-we-do-stack-ready .what-we-do-slot-card.is-back {
    transform: translate3d(calc(100% + 24px), 0, -120px) scale(0.92);
    opacity: 0;
    z-index: 2;
  }

  .what_we_do_cards_scroll_wrapper.what-we-do-stack-ready .what-we-do-slot-card.is-hidden {
    transform: translate3d(calc(100% + 24px), 0, -240px) scale(0.84);
    opacity: 0;
    z-index: 1;
  }

  .what_we_do_cards_scroll_wrapper.what-we-do-stack-ready .what-we-do-slot-card.is-exiting {
    transform: translate3d(0, -10px, -260px) scale(0.84);
    opacity: 0;
    z-index: 2;
  }

  .what_we_do_cards_scroll_wrapper.what-we-do-stack-ready .what_we_do_cards_text {
    flex-grow: 1;
  }
}

.what_we_do_cards_image_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  overflow: hidden;
  flex-shrink: 1;
  min-height: 150px;
}

.what_we_do_cards_image {
  width: 100%;
  height: 100%;
  max-width: 440px;
  max-height: 360px;
  object-fit: contain;
}

.what_we_do_cards_title {
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 16px;
}

.what_we_do_cards_text {
  font-size: 18px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 28px;
  flex-grow: 1;
}

.read_more_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 20px;
  background: black;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease;
}

.read_more_btn .btn-text-group {
  display: inline-flex;
  align-items: center;
}

.view_all_services .btn-text-group {
  display: inline-flex;
  align-items: center;
}

.read_more_btn .btn-arrow {
  font-size: 1.05em;
  line-height: 1;
  transition: transform 0.25s ease;
  transform: rotate(-45deg);

}

.innovation_venture_section {
  padding: 30px 0 100px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.innovation_venture_content {
  max-width: 800px;
}

.innovation_venture_badge {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 50px;
  background: #FAFAFA;
  color: #000;
  font-size: 14px;
  margin-bottom: 22px;
  border: 1px solid #e8e8e8;
  height: 100%;
  font-weight: 600;
}

.innovation_venture_heading {
  font-size: 54px;
  color: #111111;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.innovation_venture_subcontent {
  font-size: 20px;
  color: #666666;
}

.innovation_venture_cards {
  position: relative;
  padding: 42px;
  border-radius: 42px;
  overflow: hidden;
  background: #5F5FF3;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.innovation_venture_card2 {
  position: relative;
  padding: 42px;
  border-radius: 42px;
  overflow: hidden;
  background: #EAEDF4;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.innovation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.15;
  pointer-events: none;
}

.innovation_venture_card_shape {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 170px;
  height: 102px;
  pointer-events: none;
}

.innovation_venture_card_shape svg {
  width: 100%;
  height: 100%;
  display: block;
}

.card2-shape {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 104px;
  height: 169px;
  pointer-events: none;
}

.card2-shape svg {
  width: 100%;
  height: 100%;
  display: block;
}

.innovation-yellow-light {
  animation: innovationYellowLightPulse 1.9s linear infinite;
  transform-origin: center;
}

.innovation-blue-light {
  animation: innovationBlueLightPulse 2.1s linear infinite;
  animation-delay: 0.35s;
  transform-origin: center;
}

@keyframes innovationYellowLightPulse {
  0%,
  100% {
    opacity: 0.2;
    filter: none;
  }

  50% {
    opacity: 0.88;
    filter: none;
  }
}

@keyframes innovationBlueLightPulse {
  0%,
  100% {
    opacity: 0.18;
    filter: none;
  }

  50% {
    opacity: 0.86;
    filter: none;
  }
}

.innovation_venture_card_icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

.innovation_venture_card_icon2 {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #5F5FF3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

.innovation_venture_card_subtitle {
  display: inline-block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.innovation_venture_card_subtitle2 {
  display: inline-block;
  color: black;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.innovation_venture_card_heading {
  font-size: 44px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.innovation_venture_card_content {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.innovation_venture_card2_content {
  font-size: 16px;
  color: #848484;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.innovation_venture_card_points {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 38px;
  position: relative;
  z-index: 2;
}

.innovation_venture_card_point {
  width: fit-content;
  padding: 6px 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  color: #ffffff;
  font-size: 16px;
}

.innovation_venture_card_point2 {
  width: fit-content;
  padding: 6px 8px;
  border-radius: 10px;
  background: #E3E6ED;
  border: 2px solid rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
  color: black;
  font-size: 16px;
}

.explore_innovation_lab {
  display: block;
  width: 100%;
  text-align: center;
  padding: 6px 20px;
  border-radius: 50px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  font-size: 17px;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.build_your_startup_btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 7px 20px;
  border-radius: 50px;
  background: #1F1FFF;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.how_we_work_section {
  padding: 80px 16px 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 100%;
  background: #1F1FFF;
  border-radius: clamp(24px, 5vw, 55px);
  position: relative;
  z-index: 20;
}

.how_we_work_content {
  max-width: 700px;
  margin: 0 auto 40px;
}

.how_we_work_content h2 {
  color: white;
  font-size: 48px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 8px;
}

.how_we_work_content p {
  font-size: 20px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.badge {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  margin-bottom: 25px;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.timeline::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  width: 8px;
  height: var(--timeline-height, 100%);
  background: #7070FF;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.timeline_content {
  position: relative;
  width: 50%;
  padding: 5px 25px;
}

.timeline_content.left {
  display: flex;
  justify-content: end;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

@media (min-width: 992px) {
  .timeline_content:not(:first-child) {
    margin-top: -80px;
  }
}

.timeline_content.left {
  left: 0;
  text-align: right;
}

.timeline_content.left .timeline_dot {
  right: -9px;
}

.timeline_content.right {
  left: 50%;
}

.timeline_content.right .timeline_dot {
  left: -9px;
}

.timeline_dot {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid #7070FF;
  box-shadow: 0 0 0 3px rgba(0, 87, 255, 0.15);
}

.content {
  padding: 10px;
  display: inline-block;
  max-width: 280px;
}

.content img {
  width: 60%;
  margin-bottom: 10px;
}

.content h3 {
  font-size: 34px;
  color: white;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.content p {
  font-size: 16px;
  color: #fff;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.who_we_work_with_section {
  padding: 120px 0;
  margin-top: calc(-100vh + 150px);
  background: #F9F9F9;
  position: relative;
  z-index: 10;
}

.who_we_work_with_content {
  max-width: 750px;
}

.who_we_work_with_badge {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 50px;
  background: #f0f0f0;
  color: #000;
  font-size: 14px;
  margin-bottom: 22px;
  border: 1px solid #e8e8e8;
  font-weight: 600;
}

.who_we_work_with_heading {
  font-size: 48px;
  margin-bottom: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.who_we_work_with_subcontent {
  font-size: 17px;
  color: #666;
  margin-bottom: 25px;
}

.built_with_us_btn {
  display: inline-block;
  padding: 7px 28px;
  background: #1F1FFF;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.who_we_work_with_cards {
  background: #fff;
  padding: 55px;
  border-radius: 18px;
  height: 100%;
  border: 1px solid #EFEFEF;
}

.who_we_work_with_cards .icon {
  width: 55px;
  height: 55px;
  color: #0057ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 24px;
  margin-bottom: 15px;
}

.who_we_work_with_cards h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}

.who_we_work_with_cards p {
  font-size: 15px;
  color: #666;
  margin: 0;
  text-align: left;
  line-height: 1.6;
}

.why_choose_us_section {
  padding: 50px 0;
  background: url("why_chose_us_bg_img.png") center/cover no-repeat;
  position: relative;
  z-index: 10;
  color: #fff;
}

.why_choose_us_section::before {
  content: "";
  position: absolute;
  inset: 0;
}

.why_choose_us_section .container {
  position: relative;
  z-index: 2;
}

.why_choose_us_content {
  max-width: 750px;
  margin: auto;
}

.why_choose_us_badge {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  font-weight: 500;
  margin-bottom: 15px;
}

.why_choose_us_title {
  font-size: 50px;
  margin-bottom: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.why_choose_us_subcontent {
  font-size: 17px;
  opacity: 0.9;
}

.why_choose_us_image {
  margin-top: 40px;
}

.why_choose_us_image_section {
  max-width: 1110px;
  border-radius: 18px;
}

.why_choose_us_cards {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  padding: 25px;
  border-radius: 18px;
  height: 100%;
  text-align: left;
}

.why_choose_us_cards i {
  font-size: 28px;
  color: #0057ff;
  margin-bottom: 15px;
  display: inline-block;
}

.why_choose_us_cards h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.why_choose_us_cards p {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.why_choose_us_icon {
  margin-bottom: 32px;
}

.faq_section {
  padding: 100px 0;
  background: #f8faff;
  position: relative;
  z-index: 10;
}

.faq_title {
  font-size: 42px;
  margin-bottom: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.faq_left_subcontent {
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
}

.faq_talk_us_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 28px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.25s ease;
  padding-right: 10px;
}

.faq-btn .btn-arrow {
  display: inline-block;
  font-size: 1.05em;
  line-height: 1;
  transition: transform 0.25s ease;
  transform: rotate(-45deg) !important;
}

.btn-arrow {
  transform: rotate(-45deg) !important;
}

.faq_questions {
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 0;
}

.faq_ques {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.faq_plus_icon {
  font-size: 24px;
  font-weight: normal;
  color: #000;
  flex-shrink: 0;
}

.faq_answer {
  font-size: 15px;
  color: #666;
  margin-top: 0;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.45s ease, opacity 0.45s ease, margin-top 0.45s ease;
  will-change: max-height, opacity, margin-top;
}

.faq_questions.active .faq_answer {
  margin-top: 10px;
  opacity: 1;
}

.cta_section {
  padding: 100px 0;
  background: #f8faff;
  position: relative;
  z-index: 10;
}

.cta_container {
  background-color: blue;
  padding: 60px 80px;
  border-radius: 25px;
  position: relative;
}

.cta_left_image {
  max-width: 300px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
}

.cta_right_image {
  max-width: 300px;
  width: 100%;
  position: absolute;
  right: 0px;
  top: 50px;
}

.cta_title {
  font-size: 48px;
  margin-bottom: 30px;
  color: #fff;
}

.cta_container p {
  color: rgba(255, 255, 255, .85);
  max-width: 720px;
  margin: 0 auto 24px;
  font-size: 24px;
}

.cta_btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.start_a_project_btn {
  background: #fff;
  color: #000;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  min-width: 180px;
  text-align: center;
}

.book_a_call_btn {
  background: #111;
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
  min-width: 180px;
  text-align: center;
}

.footer_section {
  background: #FCFCFC;
  color: #000;
  padding: 80px 0 30px;
}

.footer_logo_section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer_content {
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
}

.footer_social_icons {
  display: flex;
  gap: 12px;
}

.footer_social_icons a {
  width: 40px;
  height: 40px;
  background: #EAEAFE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1F1FFF;
  transition: 0.3s;
  text-decoration: none;
}

.footer_social_icons a:hover {
  background: #1F1FFF;
  color: #fff;
  transform: translateY(-3px);
}

.footer_logo {
  margin-bottom: 30px;
}

.footer_services_company {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_list li {
  margin-bottom: 10px;
}

.footer_list a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer_list a:hover {
  color: #1F1FFF;
  transform: translateX(6px);
}

.footer_contact {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.footer_copyrights {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 14px;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 500;
}

.footer_middle_section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer_middle_section>div {
  flex: 1;
}

.sub_footer ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.sub_footer li {
  list-style-type: none;
}

.address {
  width: 70%;
  border: 1px solid #E9E8E8;
  border-radius: 10px;
}

.contact_info {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .navbar-nav .nav-link {
    font-size: 15px;
    margin: 0 5px;
  }

  .flag-btn {
    padding: 8px 12px;
  }
}

@media (max-width: 1199px) {
  .navbar-collapse {
    margin-top: 20px;
    background: #0057ff;
    padding: 20px;
    border-radius: 15px;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-link {
    margin: 10px auto;
    width: fit-content;
  }

  .navbar-right-section {
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;

  }

  .hero_heading {
    font-size: 52px;
  }

  .hero_subheading {
    font-size: 17px;
  }

  .what_we_do_heading {
    font-size: 44px;
  }

  .innovation_venture_heading {
    font-size: 46px;
  }

  .innovation_venture_card_heading {
    font-size: 54px;
  }

  .explore_innovation_lab {
    margin: 56px 0px 0px 0px;
  }

  .why_choose_us_image_section {
    max-width: 860px;
    border-radius: 18px;
  }

  /* .contact_info {
    flex-direction: row;
  } */
}

@media (max-width: 991px) {
  .hero_section {
    padding: 140px 60px 200px 60px;
  }

  .hero_heading {
    font-size: 38px;
    max-width: 65%;
  }

  .hero_subheading {
    max-width: 60%;
    margin-right: auto;
  }

  .hero_image_wrapper {
    margin-top: -300px;
    display: flex;
    justify-content: flex-end;
  }

  .hero_image_container {
    max-width: 450px;
    width: 100%;
    transform: translate(210px, 80px);
  }

  .hero_image_front {
    top: -30%;
    left: -15%;
  }

  .stats {
    flex-direction: column;
    gap: 10px;
  }

  .what_we_do_section {
    padding: 80px 0 20px 0;
  }

  .what_we_do_heading {
    font-size: 38px;
  }

  .what_we_do_content {
    margin-bottom: 28px;
  }

  .what_we_do_cards_scroll_wrapper {
    margin-top: 50px;
  }

  .innovation_venture_section {
    padding: 20px 0 80px 0;
  }

  .innovation_venture_cards {
    padding: 36px 30px;
  }

  .innovation_venture_card_heading {
    font-size: 46px;
  }

  .innovation_venture_card_content {
    font-size: 16px;
  }

  .who_we_work_with_heading {
    font-size: 38px;
  }

  .why_choose_us_title {
    font-size: 38px;
  }

  .why_choose_us_image_section {
    max-width: 660px;
    max-width: 350px;
  }

  .faq_title {
    font-size: 34px;
  }

  .cta_section .container {
    width: 80%;
  }

  .cta_container {
    padding: 40px 40px;
  }

  .cta_title {
    font-size: 36px;
  }

  .cta_image {
    max-width: 180px;
  }

  /* .contact_info {
    flex-direction: row;
  } */

  .address {
    width: 40%
  }
}

@media (max-width: 767px) {
  .custom-navbar {
    padding: 14px 0;
  }

  .logo-img {
    max-width: 130px;
  }

  .start-project-btn {
    width: 60%;
    text-align: center;
  }

  .navbar-right-section {
    flex-direction: column;
    align-items: center !important;
    width: 100%;
  }

  .flag-btn {
    width: 100%;
  }

  .hero_section {
    padding: 120px 20px 300px 20px;
    text-align: center;
  }

  .hero_image_wrapper {
    margin-top: 80px;
    display: flex;
    justify-content: center;
  }

  .hero_heading {
    font-size: 36px;
    line-height: 1.2;
    max-width: 100%;
  }

  .hero_subheading {
    font-size: 16px;
    line-height: 1.7;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_btn {
    width: 71%;
    text-align: center;
    padding: 14px 20px;
  }

  .hero_image_container {
    width: 100%;
    max-width: 350px;
    margin: 0;
    display: block;
    transform: none;
    position: relative;
  }

  .hero_image_front {
    top: -25%;
    left: -5%;
  }

  .hero_badge {
    font-size: 13px;
    padding: 9px 16px;
  }

  .stats {
    flex-direction: column;
    gap: 10px;
  }

  .what_we_do_section {
    padding: 40px 0 10px 0;
  }

  .what_we_do_heading {
    font-size: 32px;
  }

  .what_we_do_content {
    font-size: 15px;
    line-height: 1.8;
  }

  .what_we_do_cards {
    flex: 0 0 min(280px, calc(100vw - 3rem));
    width: min(280px, calc(100vw - 3rem));
    padding: 28px 22px;
  }

  .what_we_do_cards_title {
    font-size: 21px;
  }

  .what_we_do_cards_image {
    max-width: 210px;
    max-height: 210px;
    width: auto;
    height: auto;
  }

  .view_all_services {
    width: 100%;
    text-align: center;
  }

  .read_more_btn {
    padding: 12px 18px;
  }

  .innovation_venture_section {
    padding: 10px 0 40px 0;
  }

  .innovation_venture_heading {
    font-size: 34px;
  }

  .innovation_venture_subcontent {
    font-size: 15px;
  }

  .innovation_venture_cards {
    border-radius: 32px;
    padding: 28px 22px;
  }

  .innovation_venture_card2 {
    padding: 28px 22px;
  }

  .innovation_venture_card_heading {
    font-size: 38px;
  }

  .innovation_venture_card_content {
    font-size: 15px;
  }

  .innovation_venture_card_point {
    font-size: 14px;
    padding: 5px 16px;
  }

  .explore_innovation_lab {
    font-size: 17px;
    padding: 7px 20px;
  }

  .innovation_venture_card_icon {
    width: 58px;
    height: 58px;
  }

  .innovation_venture_card_icon i {
    font-size: 24px;
  }

  .innovation_venture_card_shape {
    width: 120px;
    height: 72px;
    top: 7px;
    right: 8px;
  }

  .card2-shape {
    width: 74px;
    height: 120px;
    top: 7px;
    right: 8px;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline_content {
    width: 100%;
    padding-left: 60px;
    text-align: left !important;
    left: 0 !important;
  }

  .timeline_dot {
    left: 11px !important;
  }

  .content {
    max-width: 100%;
  }

  .how_we_work_content h2 {
    font-size: 30px;
  }

  .how_we_work_section {
    padding: 40px 16px;
  }

  .who_we_work_with_section {
    padding: 40px 0;
  }

  .who_we_work_with_heading {
    font-size: 30px;
  }

  .who_we_work_with_subcontent {
    font-size: 15px;
  }

  .why_choose_us_title {
    font-size: 38px;
  }

  .why_choose_us_image_section {
    max-width: 310px;
  }

  .wcu-sec-img {
    max-width: 330px;
  }

  .faq_section {
    padding: 40px 0;
  }

  .faq_title {
    font-size: 28px;
  }

  .cta_section {
    padding: 40px 0;
  }

  .cta_title {
    font-size: 28px;
  }

  .cta_btns {
    flex-direction: column;
    align-items: center;
  }

  .start_a_project_btn {
    width: 100%;
    max-width: 260px;
  }

  .book_a_call_btn {
    width: 100%;
    max-width: 260px;
  }

  .footer_section {
    padding: 60px 0 20px;
    text-align: center;
  }

  .footer_social_icons {
    justify-content: center;
  }

  .footer_copyrights {
    justify-content: center;
    text-align: center;
  }

  .footer_middle_section {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .contact_info {
    flex-direction: column;
  }

  .address {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero_heading {
    font-size: 30px;
    max-width: 100%;
  }

  .hero_subheading {
    font-size: 15px;
  }

  .what_we_do_heading {
    font-size: 28px;
  }

  .what_we_do_cards {
    flex: 0 0 min(250px, calc(100vw - 3rem));
    width: min(250px, calc(100vw - 3rem));
  }

  .innovation_venture_card_heading {
    font-size: 32px;
  }

  .innovation_venture_heading {
    font-size: 28px;
  }
}