* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.page_width {
  padding: 0 48px;
}

.hamburger {
  display: none;
}

.mobile_menu {
  display: none;
}

header {
  position: fixed;

  width: 100%;

  background: white;

  top: 0;

  bottom: auto;

  left: 0;

  right: 0;

  z-index: 9;
}

.header_spacing {
  padding: 0 48px;
}

.header_wrap {
  display: flex;

  justify-content: space-between;

  align-items: center;

  height: 80px;
}

.header_wrap a.logo img {
  width: 100%;

  height: 80px;

  object-fit: contain;

  display: flex;
}

.header_wrap a.logo {
  display: flex;

  align-items: center;

  height: 80px;
}

.header_wrap ul {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-evenly;

  column-gap: 4px;
}

.header_wrap .btn_1 {
  color: white;

  padding: 12px 24px;

  border-radius: 8px;

  font-size: 16px;

  background-color: #ff6b35;

  font-weight: 600;

  font-family: Inter, system-ui, sans-serif;

  transition: all 0.3s ease-out;
}

.header_wrap .btn_1:hover {
  transform: translate(0, -0.125rem) rotate(0) skewX(0) skewY(0) scaleX(1)
    scaleY(1);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.logo_img {
  width: 56px;

  height: auto;
}

.header_wrap a.icon,
.closebtn {
  display: none;
}

.menu_item {
  font-size: 16px;

  line-height: 20px;

  font-weight: 500;

  color: #1f2937;

  font-family: Inter, system-ui, sans-serif;

  padding: 8px 16px;
}

li a.menu_item:hover {
  color: #3b82f6;

  background-color: #f8fafc;

  border-radius: 4px;
}

/* Banner CSS */

.banner_hero .main_banner {
  background-image: linear-gradient(to bottom right, #1e293b, #1e3a8a, #6366f1);

  width: 100%;

  height: 100%;

  padding-top: 64px;

  padding-bottom: 64px;

  margin-top: 80px;
}

.banner_hero .banner_content {
  display: flex;

  gap: 64px;

  align-items: center;

  max-width: 1280px;

  margin: 0 auto;
}

.banner_hero .left_banner {
  width: 50%;
}

.banner_hero .right_banner {
  width: 50%;
}

.banner_hero .orange_text {
  color: #f97316;

  font-size: 60px;

  line-height: 1;

  margin-top: 8px;

  display: block;
}

.banner_hero .growth_block {
  display: flex;

  align-items: center;

  gap: 8px;

  background: transparent;

  width: max-content;

  padding: 8px 16px;

  border-radius: 9999px;

  border: 1px solid hsla(0, 0%, 100%, 0.2);
}

.banner_hero .growth_block span {
  font-size: 14px;

  font-family: Inter, system-ui, sans-serif;

  color: white;

  font-weight: 500;

  line-height: 20px;
}

.banner_hero .banner_heading {
  font-size: 60px;

  line-height: 1;

  font-weight: 700;

  font-family: Inter, system-ui, sans-serif;

  color: white;

  margin-top: 32px;
}

.banner_hero .banner_para {
  font-size: 20px;

  line-height: 1.625;

  margin-top: 32px;

  color: hsla(0, 0%, 100%, 0.9);

  text-align: left;

  font-family: Inter, system-ui, sans-serif;
}

.banner_hero .button_cover {
  flex-direction: row;

  margin-top: 32px;

  gap: 16px;

  display: flex;

  transition: all 0.3s ease-out;

  text-align: center;

  font-family: Inter, system-ui, sans-serif;

  font-size: 16px;

  font-weight: 600;

  padding-top: 16px;
}

.banner_hero .banner_btn1 {
  background-color: #ff6b35;

  color: white;

  padding: 16px 32px;

  border-radius: 4px;

  transition: all 0.3s ease-out;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  font-size: 16px;

  font-family: Inter, system-ui, sans-serif;
}

.banner_btn1:hover {
  transform: translate(0, -0.125rem) rotate(0) skewX(0) skewY(0) scaleX(1)
    scaleY(1);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.banner_hero .banner_btn2 {
  background-color: hsla(0, 0%, 100%, 0.1);

  color: rgb(255 255 255 / 1);

  padding: 16px 32px;

  border-radius: 4px;

  transition: all 0.3s ease-out;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  backdrop-filter: blur(4px);

  border: 2px solid hsla(0, 0%, 100%, 0.3);

  font-size: 16px;

  font-family: Inter, system-ui, sans-serif;
}

/* .banner_btn2:hover {

    transform: translate(0, -0.125rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);

} */

.flex_main {
  display: flex;

  gap: 24px;

  border-top: 1px solid hsla(0, 0%, 100%, 0.2);

  padding-top: 32px;

  margin-top: 32px;
}

.flex_item {
  width: 50%;

  display: flex;

  flex-direction: column;

  gap: 8px;

  align-items: center;
}

.flex_item h2 {
  font-size: 36px;

  line-height: 1;

  font-weight: 700;

  font-family: Inter, system-ui, sans-serif;

  color: #f97316;
}

.flex_item p {
  font-size: 14px;

  line-height: 24px;

  color: hsla(0, 0%, 100%, 0.8);

  font-family: Inter, system-ui, sans-serif;

  text-align: center;
}

.slider_img img {
  width: 100%;

  height: 100%;

  aspect-ratio: 16 / 9;

  object-fit: cover;

  display: flex;
}

.slider_img {
  position: relative;
}

/* .slider_item {

    border: 1px solid hsla(0, 0%, 100%, .2);

    border-radius: 12px;

    overflow: hidden;

    position: relative;

}



.slider_content {

    position: absolute;

    bottom: 0;

    padding: 32px;

    left: 0;

    right: 0;

} */

.slider_svg {
  background: #f97316;

  width: max-content;

  padding: 12px;

  border-radius: 12px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.slider_svg svg {
  color: white;
}

.slider_icon {
  display: flex;

  align-items: center;

  gap: 12px;
}

.slider_icon span {
  color: rgb(255 255 255 / 1);

  font-size: 24px;

  font-family: Inter, system-ui, sans-serif;
}

.slider_content p {
  color: white;

  font-size: 18px;

  margin-top: 16px;
}

/* Without Image */

.slider_content {
  padding: 32px;

  display: flex;

  flex-direction: column;

  height: 100%;

  justify-content: flex-end;

  position: absolute;

  top: 0;
}

.slider_content p {
  font-family: Inter, system-ui, sans-serif;
}

.slider_item {
  border: 1px solid hsla(0, 0%, 100%, 0.2);

  border-radius: 12px;

  overflow: hidden;

  position: relative;

  background-image: linear-gradient(to top, #1e293b, #1e3a8a, #6366f1);

  aspect-ratio: 16 / 9;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.text-white {
  color: white;
}

/* Slick dots container */

.right_banner .slick-dots {
  position: static;

  margin-top: 24px;

  justify-content: center;

  display: flex;

  align-items: center;
}

/* Dot button */

.right_banner .slick-dots li {
  width: auto;
}

.right_banner .slick-dots li button {
  width: 12px;

  height: 12px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.35);

  border: none;

  font-size: 0;

  cursor: pointer;

  transition: all 0.3s ease;
}

/* Remove default ::before */

.right_banner .slick-dots li button::before {
  display: none;
}

/* Active dot */

.right_banner .slick-dots li.slick-active button {
  width: 32px;

  border-radius: 20px;

  background: #ff7a00;

  /* orange active dot */
}

/* Our Culture & Values */

.company_main {
  padding: 64px 0;
}

.company_main .card_cover {
  max-width: 1280px;

  margin: 0 auto;
}

.company_main .main_card_cover {
  display: flex;

  gap: 24px;

  margin-bottom: 80px;

  flex-wrap: wrap;
}

.company_main .card_dev {
  padding: 32px;

  background-color: rgb(255 255 255/1);

  transition: all 0.3s ease-out;

  border: 1px solid #e5e7eb;

  border-radius: 12px;

  width: calc(33.33% - 22px);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.company_main .card_svg svg {
  color: #f97316;
}

.company_main .card_svg {
  background-color: #f8fafc;

  padding: 16px;

  border-radius: 9999px;

  display: inline-flex;

  margin: 0 auto;

  align-items: center;

  justify-content: center;

  margin-bottom: 16px;
}

.company_main .card_dev h3 {
  font-size: 20px;

  font-weight: 700;

  color: #1f2937;

  line-height: 28px;

  margin-bottom: 16px;

  font-family: Inter, system-ui, sans-serif;
}

.company_main .card_dev p {
  color: #6b7280;

  font-size: 16px;

  line-height: 1.625;

  font-family: Inter, system-ui, sans-serif;
}

.company_main .card_dev:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

  cursor: pointer;

  border-color: #f97316;
}

.company_main .heading_card h2 {
  font-size: 48px;

  text-align: center;

  margin-bottom: 16px;

  line-height: 32px;

  font-weight: 700;
}

.company_main .heading_card {
  max-width: 768px;

  text-align: center;

  margin: 0 auto;

  margin-bottom: 64px;
}

.company_main .heading_card p {
  font-size: 18px;

  font-family: Inter, system-ui, sans-serif;

  color: #6b7280;

  line-height: 1.625;
}

.company_main .work_left {
  width: 50%;

  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

  border-radius: 12px;

  overflow: hidden;

  height: 400px;
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.company_main .work_right {
  width: 50%;
}

.company_main .work_left img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.company_main .work_flex {
  display: flex;

  gap: 48px;

  align-items: center;
}

.company_main .work_right h3 {
  font-size: 30px;

  line-height: 36px;

  color: #1e293b;

  font-weight: 700;

  font-family: Inter, system-ui, sans-serif;
}

.company_main .work_right .work_para {
  color: #6b7280;

  font-size: 18px;

  margin-top: 24px;

  line-height: 1.625;

  font-family: Inter, system-ui, sans-serif;
}

.company_main .work_svg svg {
  color: #10b981;
}

.company_main .work_item {
  display: flex;

  gap: 16px;

  align-items: flex-start;
}

.company_main .work_svg {
  width: 32px;

  height: 32px;

  border-radius: 9999px;

  justify-content: center;

  align-items: center;

  display: flex;

  margin-top: 4px;
}

.company_main .work_content h4 {
  color: #1e293b;

  font-family: Inter, system-ui, sans-serif;

  margin-bottom: 4px;

  line-height: 24px;
}

.work_content p {
  color: #6b7280;

  font-size: 16px;

  font-family: Inter, system-ui, sans-serif;

  line-height: 24px;
}

.company_main .work_table {
  margin-top: 24px;

  display: flex;

  flex-direction: column;

  gap: 16px;
}

/* Our Proven Methodology */

.method_main .method_cover {
  max-width: 1280px;

  margin: 0 auto;
}

.method_main .heading_method {
  max-width: 768px;

  margin: 0 auto;

  text-align: center;
}

.method_main .heading_method h2 {
  font-size: 48px;

  line-height: 1;

  color: #1e293b;

  font-weight: 700;

  font-family: Inter, system-ui, sans-serif;
}

.method_main .heading_method p {
  color: #6b7280;

  font-size: 18px;

  margin-top: 24px;

  font-family: Inter, system-ui, sans-serif;
}

/* Our Proven Methodology */

.method_main .card_grid {
  display: flex;

  flex-wrap: wrap;

  gap: 48px;

  margin-top: 64px;
}

.method_main .card_link {
  width: 100%;
}

.method_main .card_item {
  background-color: #f7fafc;

  padding: 32px;

  border: 1px solid #e5e7eb;

  border-radius: 24px;

  transition-duration: 300ms;

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.method_main .card_item:hover {
  border-color: #f97316;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.method_main .card_heading {
  display: flex;

  gap: 24px;
}

.method_main .card_icon {
  width: 100%;

  max-width: 64px;

  min-width: 64px;

  height: 64px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 8px;
}

.method_main .card_icon svg {
  color: white;
}

.method_main .card_content h3 {
  font-size: 20px;

  line-height: 28px;

  color: #1a202c;

  font-weight: 700;

  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

.method_main .card_content p {
  color: #4a5568;

  font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI,
    sans-serif;

  font-size: 16px;

  margin-top: 16px;

  line-height: 1.625;
}

.method_main .card_count span {
  font-size: 36px;

  line-height: 40px;

  font-weight: 700;

  font-family: Inter, system-ui, sans-serif;
}

.method_main .card_count {
  display: flex;

  align-items: center;

  gap: 12px;
}

.card_blue {
  background-color: #6366f1;
}

.card_skyblue {
  background-color: #3b82f6;
}

.card_orange {
  background-color: #f97316;
}

.card_green {
  background-color: #10b981;
}

.method_main .card_block {
  position: relative;

  width: calc(50% - 24px);
}

.method_main .card_arrow {
  position: absolute;

  right: -24px;

  top: 50%;
}

.method_main .card_arrow svg {
  color: #f97316;
}

.method_main .guarantee_block {
  padding: 48px;

  background-image: linear-gradient(to bottom right, #1e293b, #6366f1);

  border-radius: 16px;

  margin-top: 64px;

  text-align: center;
}

.method_main .guarantee_block h3 {
  font-size: 30px;

  line-height: 36px;

  font-weight: 700;

  color: #fff;

  font-family: Inter, system-ui, sans-serif;

  margin-bottom: 24px;

  margin-top: 24px;
}

.method_main .guarantee_list .button_cover {
  justify-content: center;

  align-items: center;
}

.method_main .guarantee_block p {
  color: hsla(0, 0%, 100%, 0.9);

  font-size: 20px;

  line-height: 28px;

  font-family: Inter, system-ui, sans-serif;

  max-width: 672px;

  margin: 0 auto;

  margin-bottom: 32px;
}

/* .guarantee_cover {

    max-width: 768px;

    margin: 0 auto;

} */

.method_main .guarantee_item {
  display: flex;

  align-items: center;

  gap: 8px;
}

.method_main .button_cover {
  flex-direction: row;

  gap: 16px;

  display: flex;

  transition: all 0.3s ease-out;

  text-align: center;

  font-family: Inter, system-ui, sans-serif;

  font-size: 16px;

  font-weight: 600;
}

.method_main .banner_btn1 {
  background-color: #ff6b35;

  color: white;

  padding: 16px 32px;

  border-radius: 4px;

  transition: all 0.3s ease-out;

  display: flex;

  align-items: center;

  gap: 12px;

  font-size: 16px;
}

.method_main .banner_btn1:hover {
  transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

/* Technology Partners */

section.technology_main {
  padding: 0 0 64px 0;

  background-color: #f8fafc;
}

.technology_main .technology_cover {
  max-width: 1280px;

  margin: 0 auto;
}

.technology_main .heading_technology h2 {
  font-size: 48px;

  text-align: center;

  line-height: 1;

  font-weight: 700;

  color: #1e293b;

  font-family: Inter, system-ui, sans-serif;
}

.technology_main .heading_technology {
  max-width: 768px;

  margin: 0 auto;

  margin-bottom: 64px;
}

.technology_main .heading_technology p {
  color: #6b7280;

  line-height: 1.625;

  font-size: 18px;

  text-align: center;

  margin-top: 24px;

  font-family: Inter, system-ui, sans-serif;
}

.technology_main .techno_item {
  padding: 32px;

  text-align: center;

  width: 50%;

  background-color: #fff;

  border: 1px solid #e5e7eb;

  border-radius: 12px;

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  transition-duration: 300ms;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.technology_main .techno_flex {
  display: flex;

  gap: 32px;
}

.technology_main .techno_img {
  height: 96px;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 24px;
}

.technology_main .techno_img img {
  object-fit: contain;

  width: 120px;

  height: 80px;

  max-width: 100%;

  filter: grayscale(100%);

  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;

  background-color: rgb(229 231 235 / 1);
}

.technology_main .techno_content h3 {
  font-size: 16px;

  margin-bottom: 8px;

  font-family: Inter, system-ui, sans-serif;

  font-weight: 700;

  color: #1e293b;
}

.technology_main .techno_content p {
  color: #6b7280;

  font-size: 14px;

  line-height: 20px;

  font-family: Inter, system-ui, sans-serif;
}

.techno_item:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

  border-color: #f97316;
}

.techno_item:hover .techno_img img {
  filter: grayscale(0);
}

.technology_main .award_main {
  padding-top: 80px;
}

.technology_main .award_heading {
  max-width: 768px;

  margin: 0 auto;

  margin-bottom: 64px;
}

.technology_main .award_heading h2 {
  font-size: 48px;

  color: #1e293b;

  text-align: center;

  font-family: Inter, system-ui, sans-serif;
}

.technology_main .award_heading p {
  color: #6b7280;

  font-size: 18px;

  font-family: Inter, system-ui, sans-serif;

  line-height: 1.625;

  margin-top: 24px;

  text-align: center;
}

.technology_main .award_flex {
  display: flex;

  gap: 32px;
}

.technology_main .award_item {
  padding: 32px;

  width: 50%;

  background: #fff;

  border: 1px solid #e5e7eb;

  border-radius: 12px;

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  transition-duration: 300ms;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.technology_main .award_item:hover {
  border-color: #f97316;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.technology_main .award_svg svg {
  color: #f97316;
}

.technology_main .award_svg {
  width: 64px;

  height: 64px;

  margin: 0 auto;

  margin-bottom: 24px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.technology_main .year {
  font-size: 24px;

  line-height: 32px;

  color: #f97316;

  font-weight: 700;

  font-family: Inter, system-ui, sans-serif;

  text-align: center;
}

.technology_main .award_content h3 {
  color: #1e293b;

  font-size: 16px;

  margin-top: 12px;

  font-family: Inter, system-ui, sans-serif;

  text-align: center;
}

.technology_main .award_content p {
  color: #6b7280;

  font-size: 14px;

  margin-top: 16px;

  font-family: Inter, system-ui, sans-serif;

  text-align: center;
}

.technology_main .interested_main {
  padding: 48px;

  margin-top: 80px;

  background-image: linear-gradient(to right, #6366f1, #3b82f6);

  border-radius: 12px;
}

.interested_text h3 {
  font-size: 30px;

  line-height: 36px;

  color: rgb(255 255 255 / 1);

  font-weight: 700;

  font-family: Inter, system-ui, sans-serif;

  margin-bottom: 16px;
}

.interested_text p {
  font-size: 18px;

  color: hsla(0, 0%, 100%, 0.9);

  font-family: Inter, system-ui, sans-serif;
}

.interested_flex {
  display: flex;

  gap: 32px;

  justify-content: space-between;

  align-items: center;
}

a.btn_get {
  font-family: Inter, system-ui, sans-serif;

  padding: 16px;

  font-size: 16px;

  background-color: white;

  color: #1e293b;

  display: flex;

  align-items: center;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  transition-duration: 300ms;

  font-weight: 600;

  border-radius: 4px;

  gap: 12px;

  min-width: max-content;
}

a.btn_get:hover {
  transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

/* Meet Our Expert Team */

.team_main {
  padding: 128px 0;
}

.team_cover {
  max-width: 1280px;

  margin: 0 auto;
}

.team_heading {
  max-width: 768px;

  text-align: center;

  margin: 0 auto;
}

.team_heading h2 {
  font-size: 48px;

  line-height: 1;

  font-weight: 700;

  color: #1e293b;

  font-family: Inter, system-ui, sans-serif;
}

.team_heading p {
  color: #6b7280;

  font-size: 18px;

  line-height: 1.625;

  margin-top: 24px;

  font-family: Inter, system-ui, sans-serif;
}

.team-grid {
  display: flex;

  flex-wrap: wrap;

  gap: 32px;

  margin-top: 64px;
}

.team-card {
  background: #fff;

  border-radius: 12px;

  overflow: hidden;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

  transition: transform 0.3s ease, box-shadow 0.3s ease;

  border: 1px solid #e5e7eb;

  width: calc(33.33% - 22px);
}

.team-card:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.team_image {
  height: 320px;

  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;

  object-fit: cover;

  overflow: hidden;
}

.team-card img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  background-color: rgb(229 231 235 / 1);

  transition-property: transform;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  transition-duration: 600ms;
}

.team-card:hover .team_image img {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}

.card-body {
  padding: 24px;
}

.name {
  font-size: 20px;

  font-weight: 700;

  margin-bottom: 4px;

  line-height: 28px;

  color: #1e293b;

  font-family: Inter, system-ui, sans-serif;
}

.role {
  font-size: 16px;

  font-weight: 500;

  line-height: 24px;

  color: #3b82f6;

  margin-bottom: 16px;

  font-family: Inter, system-ui, sans-serif;
}

.tags {
  display: flex;

  flex-wrap: wrap;

  gap: 8px;
}

.tag {
  font-size: 14px;

  padding: 4px 12px;

  border-radius: 9999px;

  background: #f8fafc;

  border: 1px solid #e5e7eb;

  font-family: Inter, system-ui, sans-serif;

  line-height: 20px;

  color: #6b7280;
}

/* Our Journey of Innovation */

.journey_main {
  background: #f9fafb;

  padding: 64px 0;
}

.journey_cover {
  max-width: 1280px;

  margin: 0 auto;
}

.heading_journey {
  max-width: 768px;

  text-align: center;

  margin: 0 auto;

  margin-bottom: 64px;
}

.heading_journey h2 {
  font-size: 48px;

  line-height: 1;

  font-weight: 700;

  color: #1e293b;

  font-family: Inter, system-ui, sans-serif;
}

.heading_journey p {
  color: #6b7280;

  font-size: 18px;

  line-height: 1.625;

  margin-top: 24px;

  font-family: Inter, system-ui, sans-serif;
}

/* Timeline */

.journey_track {
  position: relative;
}

/* Center vertical line */

.line_gradient {
  position: absolute;

  left: 50%;

  top: 0;

  bottom: 0;

  width: 4px;

  background-image: linear-gradient(to bottom, #6366f1, #3b82f6, #f97316);

  transform: translateX(-50%);
}

/* Item */

.journey_item {
  display: flex;

  align-items: center;

  position: relative;

  margin-top: 64px;
}

.journey_item:nth-child(2) {
  margin-top: 0;
}

.journey_item.left {
  justify-content: flex-start;
}

.journey_item.right {
  justify-content: flex-end;
}

.journey_item.left .journey_content {
  margin-right: calc(50% + 32px);
}

.journey_item.right .journey_content {
  margin-left: calc(50% + 32px);
}

/* Card */

.journey_content {
  background: #fff;

  padding: 32px;

  width: 41.666667%;

  border-radius: 12px;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

  border: 1px solid #e5e7eb;

  text-align: right;

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  transition-duration: 300ms;
}

.journey_content:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.icon_svg {
  width: 48px;

  height: 48px;

  display: flex;

  align-items: center;

  justify-content: center;
}

svg.text-accent {
  color: #f97316;
}

.icon_year {
  display: flex;

  align-items: center;

  gap: 16px;

  margin-bottom: 16px;
}

.journey_content .year {
  color: #f97316;

  font-size: 24px;

  line-height: 32px;

  font-weight: 700;

  font-family: Inter, system-ui, sans-serif;
}

.journey_content h3 {
  margin-bottom: 12px;

  color: #1e293b;

  line-height: 28px;

  font-family: Inter, system-ui, sans-serif;
}

.journey_content p {
  color: #6b7280;

  line-height: 1.625;

  font-size: 16px;

  font-family: Inter, system-ui, sans-serif;
}

/* Dot */

.circle {
  width: 24px;

  height: 24px;

  background: #f97316;

  border-radius: 50%;

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

  border: 4px solid #f8fafc;
}

/* Footer CSS */

@media (max-width: 1024px) {
  .footer_cover {
    display: flex;

    gap: 48px;

    /*align-items: unset;*/
  }
  .banner_hero .orange_text {
    font-size: 36px;
  }
  .banner_hero .banner_heading {
    font-size: 36px;
  }

  .banner_hero .banner_content {
    gap: 48px;
  }

  .right_banner {
    width: 100%;
  }
}

@media (max-width: 912px) {
  /* Header */

  .header_wrap a.icon,
  .closebtn {
    display: flex;

    color: #1f2937;
  }
  .journey_main {
    padding: 48px 0;
  }

  .menu-open .icon .hamburger_icon {
    display: none;
  }

  .mobile_menu {
    display: block;
  }

  /* Hide desktop CTA */

  .btn_1 {
    display: none;
  }

  .overlay-content {
    display: none;
  }

  /* Overlay menu */

  .overlay1 {
    position: fixed;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: rgba(0, 0, 0, 0.9);

    z-index: 999;

    display: none;
  }

  .overlay-content {
    display: block;

    margin: auto;

    text-align: center;
  }

  /* Mobile menu */

  .mobile_menu {
    display: none;
  }

  .mobile_menu.open {
    display: block;
  }

  /* Default state */

  .icon .close {
    display: none;
  }

  /* Menu open state */

  .menu-open .icon .hamburger {
    display: none;
  }

  .menu-open .icon .close {
    display: block;
  }

  .mobile_menu .mobile_list {
    padding: 12px 16px;

    color: #1f2937;

    font-size: 16px;

    font-family: Inter, system-ui, sans-serif;

    font-weight: 500;
  }

  .mobile_menu {
    position: absolute;

    width: 100%;

    background: #fff;

    padding: 12px 24px;
  }

  .mobile_menu nav {
    display: flex;

    flex-direction: column;

    gap: 8px;
  }

  .mobile_btn {
    color: white;

    padding: 12px 24px;

    border-radius: 8px;

    font-size: 16px;

    background-color: #ff6b35;

    font-weight: 600;

    font-family: Inter, system-ui, sans-serif;

    transition: all 0.3s ease-out;

    width: 100%;

    display: flex;

    margin-top: 8px;
  }

  .mobile_menu.open {
    display: block;

    border-top: 1px solid #e5e7eb;

    animation: slide-in-from-top 0.3s ease-out;
  }

  @keyframes slide-in-from-top {
    0% {
      transform: translateY(-100%);
    }

    100% {
      transform: translateY(0);
    }
  }

  .header_spacing {
    padding: 0 24px;
  }

  .page_width {
    padding: 0 24px;
  }

  .team_main {
    padding: 80px 0;
  }

  .company_main {
    padding: 80px 0;
  }

  section.technology_main {
    padding: 48px 0;
  }

  .banner_hero .main_banner {
    padding-top: 48px;

    padding-bottom: 48px;
  }

  .banner_hero .banner_heading,
  .banner_hero .orange_text {
    font-size: 36px;
  }

  .banner_hero .banner_content {
    flex-direction: column;
  }

  .banner_hero .left_banner,
  .banner_hero .right_banner {
    width: 100%;
  }

  .company_main .card_dev {
    width: calc(50% - 22px);
  }

  .company_main .heading_card h2 {
    font-size: 30px;
  }

  /* <!-- Our Proven Methodology --> */

  .company_main .work_flex {
    flex-direction: column;
  }

  .company_main .work_left {
    width: 100%;
  }

  .company_main .work_right {
    width: 100%;
  }

  .method_main .heading_method h2 {
    font-size: 30px;
  }

  /* <!-- Technology Partners --> */

  .technology_main .heading_technology h2 {
    font-size: 30px;
  }

  .technology_main .techno_item {
    width: calc(50% - 16px);
  }

  .technology_main .techno_flex {
    flex-wrap: wrap;
  }

  .technology_main .award_heading h2 {
    font-size: 30px;
  }

  .technology_main .award_flex {
    flex-wrap: wrap;
  }

  .technology_main .award_item {
    padding: 32px;

    width: calc(50% - 16px);
  }

  .interested_flex {
    flex-direction: column;

    text-align: center;
  }

  .interested_text h3 {
    font-size: 24px;
  }

  .technology_main .interested_main {
    padding: 32px;
  }

  .circle {
    display: none;
  }

  .line_gradient {
    display: none;
  }

  .journey_content {
    width: 100%;

    text-align: left;
  }

  .journey_item.right .journey_content {
    margin-left: 0;
  }

  .journey_item.left .journey_content {
    margin-right: 0;
  }

  .team-card {
    width: calc(50% - 16px);
  }

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

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

  .method_main .guarantee_block h3 {
    font-size: 24px;
  }

  .method_main .guarantee_block p {
    font-size: 18px;
  }

  .footer_spacing {
    padding: 80px 24px;
  }

  .footer_cover {
    flex-wrap: wrap;
  }

  .footer_list {
    width: calc(50% - 24px);
  }

  .terms_footer {
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  .method_main .banner_btn1 {
    font-size: 14px;
  }

  .team-card {
    width: 100%;
  }

  .company_main .card_dev {
    width: 100%;
  }

  .method_main .card_block {
    width: 100%;
  }

  .method_main .card_arrow {
    display: none;
  }

  .technology_main .techno_item {
    width: 100%;
  }

  .technology_main .award_item {
    width: 100%;
  }

  .footer_list {
    width: 100%;
  }

  .footer_bottom {
    flex-direction: column;

    gap: 16px;

    align-items: center;
  }
}
