.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: #0a1628;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 0 0 8px 8px;
  font-weight: 600;
  z-index: 9999;
  text-decoration: none;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid #00e5b0;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:focus-visible {
  outline: 2px solid #3a00c0;
  outline-offset: 3px;
  border-radius: 4px;
}

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

.info-card,
.solution-card,
.step-card {
  contain: layout style;
}

body {
  color: #1a1a2e;
}

p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 768px) {
  .quote-box {
    gap: 10px !important;
    padding: 28px 15px !important;
  }

  .arrow-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.tab-btn,
.tab-btn-dark,
.toggle-btn,
.step-card {
  cursor: pointer;
  touch-action: manipulation;
}

.hero-image img,
.featured-image-card img {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

img[loading="lazy"] {
  background: #f0f0f0;
}

blockquote {
  margin: 0;
  padding: 0;
  font-style: italic;
}
blockquote p {
  quotes: "\201C" "\201D";
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.footer-p {
  max-width: 86%;
}

.start-section {
  position: relative;
  width: 100%;
  overflow: hidden;

  display: flex;
  align-items: center;

  min-height: 660px;

  padding: clamp(140px, 14vw, 220px) clamp(20px, 5vw, 60px)
    clamp(80px, 8vw, 120px);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;
}

.start-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.02)
  );

  pointer-events: none;
}

.blog-hero {
  background-image: url("../images/blog.jpg");
}

.portfolio1-hero {
  background-image: url("../images/portfolio1.jpg");
}

.portfolio2-hero {
  background-image: url("../images/portfolio2.jpg");
}

.portfolio3-hero {
  background-image: url("../images/portfolio3.jpg");
}

.portfolio4-hero {
  background-image: url("../images/portfolio4.jpg");
}

.portfolio5-hero {
  background-image: url("../images/portfolio5.svg");
}

.portfolio6-hero {
  background-image: url("../images/portfolio6.jpg");
}

.portfolio7-hero {
  background-image: url("../images/portfolio7.jpg");
}

.portfolio8-hero {
  background-image: url("../images/portfolio8.webp");
}

.portfolio9-hero {
  background-image: url("../images/portfolio9.jpg");
}

.portfolio10-hero {
  background-image: url("../images/portfolio10.webp");
}

.portfolio11-hero {
  background-image: url("../images/portfolio11.webp");
}

.portfolio12-hero {
  background-image: url("../images/portfolio12.webp");
}

.portfolio13-hero {
  background-image: url("../images/portfolio13.jpg");
}

.portfolio14-hero {
  background-image: url("../images/portfolio14.jpg");
}

.portfolio15-hero {
  background-image: url("../images/portfolio15.webp");
}

.portfolio16-hero {
  background-image: url("../images/portfolio16.jpg");
}

.portfolio17-hero {
  background-image: url("../images/portfolio17.webp");
}

.portfolio18-hero {
  background-image: url("../images/portfolio18.jpg");
}

.portfolio19-hero {
  background-image: url("../images/portfolio19.jpg");
}

.ai-in-bank-hero {
  background-image: url("../images/aiBankHero.jpg");
}

.ai-in-ecommerce-hero {
  background-image: url("../images/aiEcommerceHero.jpg");
}

.ai-in-p2p-hero {
  background-image: url("../images/aiP2p.jpg");
}

.ai-in-fintech-hero {
  background-image: url("../images/aiFintechHero.jpg");
}

.ai-in-inventory-hero {
  background-image: url("../images/aiInEcommerce.jpg");
}

.ai-in-personal-hero {
  background-image: url("../images/aiPerEcommerce.jpg");
}

.dotNetDev-hero {
  background-image: url("../images/dotNetDev.jpg");
}

.reactDev-hero {
  background-image: url("../images/reactDev.jpg");
}

.laravelDev-hero {
  background-image: url("../images/laravelDev.jpg");
}

.dotnet-hero {
  background-image: url("../images/dotNet.jpg");
}

.angular-hero {
  background-image: url("../images/angularbg.jpg");
}

.react-hero {
  background-image: url("../images/reactbg.jpg");
}

.node-hero {
  background-image: url("../images/nodejs.webp");
}

.python-hero {
  background-image: url("../images/python.webp");
}

.native-hero {
  background-image: url("../images/native.webp");
}

.laravel-hero {
  background-image: url("../images/laravelbg.webp");
}

.fun-hero {
  background-image: url("../images/fun.jpg");
}

.about-hero {
  background-image: url("../images/about.jpg");
}

.tech-hero {
  background-image: url("../images/tech.jpg");
}

.agent-hero {
  background-image: url("../images/agent.jpg");
}

.service-hero {
  background-image: url("../images/service.jpg");
}

.portfolio-hero {
  background-image: url("../images/portfolio.jpg");
}

.career-hero {
  background-image: url("../images/career.jpg");
}

.contact-hero {
  background-image: url("../images/contact.jpg");
}

.d365-hero {
  background-image: url("../images/d365.jpg");
}

.ecommerce-hero {
  background-image: url("../images/ecommerce.jpg");
}

.aiml-hero {
  background-image: url("../images/aiml.png");
}

.web-hero {
  background-image: url("../images/web.png");
}

.seo-hero {
  background-image: url("../images/seoMarketing.png");
}

.app-hero {
  background-image: url("../images/app.jpg");
}

.enterprise-hero {
  background-image: url("../images/enterprise.jpg");
}

.uiux-hero {
  background-image: url("../images/uiux.jpg");
}

.power-hero {
  background-image: url("../images/power.svg");
}

.start-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.start-breadcrumb {
  width: fit-content;

  margin-bottom: 32px;

  padding: 10px 18px;

  display: flex;
  align-items: center;
  gap: 10px;

  border-radius: 100px;

  border: 1px solid transparent;
  background: #ebefea;
  background-image:
    linear-gradient(#ebefea, #ebefea),
    linear-gradient(
      to right,
      rgb(0, 0, 0) 0%,
      rgba(37, 36, 36, 0.6) 30%,
      rgba(133, 115, 115, 0.14) 70%
    );

  background-origin: border-box;
  background-clip: padding-box, border-box;

  backdrop-filter: blur(12px);
}

.start-breadcrumb span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.start-breadcrumb .active {
  color: #000;
}

.dot {
  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: #5a49f8;
}

.start-breadcrumb-new {
  width: fit-content;

  margin-bottom: 32px;

  padding: 10px 18px;

  display: flex;
  align-items: center;
  gap: 10px;

  border-radius: 100px;

  border: 1px solid transparent;
  background: #ebefea;
  background-image:
    linear-gradient(#ebefea, #ebefea),
    linear-gradient(
      to right,
      #7d7da783 0%,
      rgba(155, 138, 138, 0.849) 30%,
      #7678a23d 70%
    );

  background-origin: border-box;
  background-clip: padding-box, border-box;

  backdrop-filter: blur(12px);
}

.start-breadcrumb-new span,
.start-breadcrumb-new a {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}

.start-breadcrumb-new .active,
.start-breadcrumb-new a:hover {
  color: #000;
}

.start-content h1 {
  color: #000;

  font-size: 70px;
  font-weight: 800;
  line-height: 1.05;

  margin-bottom: 28px;
}

.start-content > .common-content {
  color: #2a2a2a;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  opacity: 0.6;
}
.future-right-box {
    flex: 0.8;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-right: 50px;
}

.future-right-box.portfolio {
    justify-content: flex-end;
}

.info-card-box {
    flex: 1 1 calc(50% - 10px);
    margin: 0;
    max-width: none;
    min-width: 0;

    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: .35s ease;

    display: flex;
    flex-direction: column;
    justify-content: center;

    align-self: stretch;
}

.info-card-box h2 {
  font-size: 32px;
  font-weight: 600;

  color: #3f3f3f;

  margin-bottom: 14px;
}

.info-card-box p {
  font-size: 16px;
  line-height: 1.4;

  color: #4d4d4d;

  font-weight: 500;
}

.info-card-box:hover,
.mission-card:hover,
.mission-card-three:hover,
.agent-card:hover {
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.info-card-box:hover h2 {
  color: #111827;
}

.info-card-box:hover p {
  color: #4b5563;
}

.team-section {
  padding: 60px;
  background: #f6f6f6;
}

.blog-section {
  padding: 60px 60px 0px;
  background: #f6f6f6;
}

.team-header {
  text-align: center;
}

.team-header h2 {
  font-size: 48px;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 12px;
}

.team-header > .subtitle {
  color: #4d4d4d;
  font-size: 23px;
  margin: auto;
  line-height: 1.7;
}

.team-grid {
  margin: 70px auto 0px;

  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 60px 30px;
  justify-items: center;
}

.team-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-img-box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background: #6f7285;
  position: relative;
  transition: 0.35s ease;
  cursor: pointer;
}

.team-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
  filter: brightness(0.72);
}

.team-name {
  position: absolute;
  top: -53px;
  left: 80%;
  transform: translateX(-50%) translateY(10px);
  background: #5a49f8;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
  z-index: 5;
}

.team-name::after {
  content: "";

  position: absolute;

  left: 22px;
  bottom: -6px;

  width: 12px;
  height: 12px;

  background: #5b4df5;

  transform: rotate(45deg);
}

.common {
  font-size: 36px !important;
  font-weight: 600 !important;
}

.team-card:hover .team-name {
  opacity: 1;
  visibility: visible;

  transform: translateX(-50%) translateY(0);
}

.team-card:hover .team-img-box {
  transform: scale(1.06);
  background: #edebff;
}

.team-card:hover .team-img-box img {
  filter: brightness(1);
  transform: scale(1.05);
}

.mission-grid {
  margin: 60px auto 0;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.mission-card {
  background: #f6f6f6;

  border-radius: 24px;

  padding: 40px;

  transition: 0.35s ease;

  border: 1px solid #ebebeb;
}

.mission-badge {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 8px 16px;

  border-radius: 16px;

  border: 1px solid #5a49f8;

  color: #5a49f8;

  font-size: 16px;
  font-weight: 500;

  margin-bottom: 28px;
  min-width: 120px;
  background: #e6e5f6;
}

.view-more-fill {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 54px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #5a49f8;
  color: #5a49f8;
  min-width: 120px;
  background: #e6e5f6;
}

.view-more-container[hidden] {
  display: none !important;
}

.mission-grid-three {
  margin: 60px auto 0;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mission-card-three {
  background: #f6f6f6;

  border-radius: 24px;

  padding: 40px;

  transition: 0.35s ease;

  border: 1px solid #ebebeb;
  text-align: center;
}

.mission-badge-three {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 50px 100px;
  border-radius: 40px;
  border: 1px solid #5a49f8;
  color: #5a49f8;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 28px;
  background: #e6e5f6;
  width: stretch;
}

.mission-card h3,
.mission-card-three h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;

  color: #3a3a3a;

  margin-bottom: 18px;
}

.mission-card p,
.mission-card-three p {
  font-size: 17px;
  line-height: 1.4;

  color: #666666;
}

.global-map-wrapper {
  position: relative;
  min-height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-map-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;

  background: linear-gradient(
    to bottom,
    #f5f5f5 0%,
    rgba(245, 245, 245, 0.95) 20%,
    rgba(245, 245, 245, 0.7) 45%,
    rgba(163, 4, 4, 0) 100%
  );

  z-index: 2;
  pointer-events: none;
}

.global-map-bg {
  position: absolute;
  inset: 0;
  background: url("../images/map.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;

  background-position: center center;

  background-size: contain;
}

.global-stats {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  flex-wrap: wrap;
  z-index: 2;
}

.global-card {
  width: 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
}

.global-card:hover,
.global-card-new:hover {
  transform: translateY(-5px);
}

.global-card h3 {
  font-size: 52px;
  font-weight: 600;

  color: #3d3d3d;

  margin-bottom: 10px;
}

.global-card span {
  font-size: 14px;
  line-height: 1.4;
  color: #4d4d4d;
}

.global-stats-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
  transition: 0.35s ease;
  justify-content: center;
  align-items: center;
}

.global-card-new {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
}

.global-card-new h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #3f3f3f;
}

.global-card-new span {
  font-size: 16px;
  line-height: 1.4;
  color: #4d4d4d;
}

.faq-section {
  padding: 60px;
  background: #f6f6f6;
}

.faq-container {
  margin: auto;
  display: flex;
  gap: 70px;
  align-items: flex-start;
}

.faq-left {
  width: 35%;
}

.faq-left h2 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}

.faq-left h2 span {
  color: #5a4df1;
}

.faq-left p {
  font-size: 22px;
  line-height: 1.4;
  color: #4d4d4d;
  max-width: 420px;
  margin-bottom: 35px;
}

.faq-btn {
  background: #09122b;
  color: #fff;
  border: none;
  padding: 20px 30px;
  border-radius: 18px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: 0.35s ease;
}

.faq-right {
  width: 65%;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.faq-item:first-child {
  border-top: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-align: left;
}

.faq-question span {
  font-size: 24px;
  font-weight: 600;
  color: #3f3f3f;
  line-height: 1.4;
}

.icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #555;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease-in-out;
}

.faq-answer p {
  padding-top: 18px;
  color: #4d4d4d;
  font-size: 22px;
  line-height: 1.8;
  max-width: 90%;
  overflow: hidden;
}

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.active .icon {
  background: #5a49f8;
  color: #f6f6f6;
}

.faq-question.active,
.faq-question.agent.active > span {
  color: #5a49f8;
}

.faq-question.agent span {
  color: #dae7fb;
}

.faq-answer.agent p {
  color: #dae7fb;
}

.fun-section {
  padding: 60px;
  text-align: center;
  background: #fff;
}

.fun-title {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 10px;
}

.fun-desc {
  font-size: 20px;
  line-height: 1.4;
  color: #4d4d4d;
  margin: auto;
  max-width: 70%;
}

.fun-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 55px auto;
}

.fun-pills span {
  border: 1px solid #5a49f8;
  color: #5a49f8;
  padding: 8px 18px;
  border-radius: 42px;
  font-size: 14px;
  font-weight: 500;
  background: #f0effe;
  transition: ease 0.35s;
  user-select: none;
}

.fun-pills.agent span {
  border: 1px solid #5a49f8;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
  background: #0f172a;
  transition: ease 0.35s;
}

.fun-pills.agent span:hover,
.fun-pills span:hover,
.faq-btn {
  transform: translateY(-5px);
}

.fun-cards {
  display: grid;
  grid-template-columns: repeat(4, 250px);
  gap: 28px;
  justify-content: center;
}

.fun-card {
  background: #fafafa;
  border-radius: 15px;
  padding: 50px 30px;
  border: 1px solid #fafafa;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  min-height: 330px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  transition: 0.35s ease;
}

.fun-card:hover {
  transform: translateY(-5px);
}

.fun-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f0effe;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 38px;
  margin-bottom: 32px;
}

.fun-card h3 {
  font-size: 25px;
  line-height: 1.4;
  color: #444;
  font-weight: 600;
}

.tec-warriors-section {
  padding: 60px;
  background: #0f172a;
}

.tec-warriors-container {
  margin: auto;
}

.tec-warriors-header {
  text-align: center;
  margin-bottom: 60px;
}

.tec-warriors-badge {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #5a49f8;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 24px;
  background: rgba(90, 73, 248, 0.1);
}

.tec-warriors-header h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #fff;
}

.tec-warriors-header h2 span {
  color: #5a49f8;
}

.tec-warriors-header > .subtitle {
  margin: auto;
  color: #aeaeae;
  font-size: 20px;
  line-height: 1.4;
}

.tec-warriors-grid {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  justify-content: center;
  gap: 28px;
}

.tec-warrior-card {
  background: #081332;
  border: 1px solid rgba(90, 73, 248, 0.25);
  border-radius: 24px;
  overflow: hidden;
  transition: 0.35s ease;
}

.tec-warrior-card:hover {
  transform: translateY(-5px);
  border-color: #5a49f8;
}

.tec-warrior-card-top {
  height: 135px;
  background: #242042;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.tec-warrior-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.tec-warrior-content {
  padding: 26px;
  background: #141c2e;
  height: -webkit-fill-available;
}

.tec-warrior-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}

.tec-warrior-content h4 {
  font-size: 15px;
  font-weight: 400;
  color: #a2a2a2;
  margin-bottom: 22px;
}

.tec-warrior-content p {
  color: #a2a2a2;
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 24px;
  width: 75%;
}

.tec-warrior-tags {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.tec-warrior-tags.agent {
  width: 100%;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tec-warrior-tags.agent span {
  max-width: fit-content;
  transition: all 0.35s ease;
}


.tec-warrior-tags.agent span:hover {
  transform: translateY(-5px);
}

.tec-warrior-tags span {
  padding: 10px 18px;
  border-radius: 40px;
  border: 1px solid #5a49f8;
  font-size: 14px;
  color: #fff;
  background: #1b2142;
  text-align: center;
}

.tec-warrior-tags span:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.benefits-section {
  background: #f4f4f4;
  padding: 60px;
}

.container {
  margin: auto;
}

.section-top {
  text-align: center;
  margin-bottom: 50px;
}

.section-top h2 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  color: #3f3f3f;
}

.section-top h2 span {
  color: #5b4ff7;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 320px);
  gap: 20px;
  justify-content: center;
}

.benefit-card {
  background: #fff;
  border-radius: 15px;
  padding: 28px 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: 0.35s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.icon {
  width: 48px;
  height: 48px;
  background: #5b4ff7;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 22px;
}

.icon.agent {
  background: #fff;
  color: #333;
}

.benefit-card h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 14px;
  font-weight: 600;
}

.benefit-card p {
  font-size: 16px;
  line-height: 1.4;
  color: #4d4d4d;
  font-weight: 400;
}

.tw-testimonial-section {
  background: #f4f4f4;
  padding: 60px;
}

.tw-testimonial-container {
  margin: auto;
}

.tw-testimonial-top {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
  align-items: flex-end;
}

.tw-left {
  max-width: 350px;
}

.tw-left h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #3f3f3f;
  font-weight: 700;
}

.tw-right {
  max-width: 700px;
}

.tw-right p {
  font-size: 23px;
  line-height: 1.4;
  color: #4d4d4d;
}

.tw-slider-wrapper {
  overflow: hidden;
}

.tw-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(50% - 12px);
  gap: 24px;
  transition: transform 0.5s ease;
}

.tw-card {
  background: #fff;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.tw-arrow {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: #6c5cff;
  color: #fff;
  font-size: 18px;
  transition: 0.35s ease;
}

.tw-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.tw-stars {
  color: #ffb400;
  font-size: 20px;
  margin-bottom: 24px;
}

.tw-review {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
  color: #3f3f3f;
  margin-bottom: 35px;
}

.tw-user {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tw-user img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.tw-user h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.tw-user span {
  font-size: 16px;
  color: #3f3f3f;
}

.tw-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 35px;
}

.ai-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 600px);
  justify-content: center;
  gap: 28px;
}

.ai-feature-grid.agent {
  grid-template-columns: repeat(3, 1fr);
}

.ai-feature-card {
  position: relative;
  background: #1d2040;
  border: 2px solid #e9e9e91f;
  border-radius: 22px;
  padding: 32px;
  overflow: hidden;
  transition: 0.35s ease;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.ai-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
}

.ai-feature-icon.agent {
  background: #5a49f8;
}

.ai-feature-card h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 18px;
  font-weight: 500;
}

.ai-feature-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 34px;
  flex: 1;
}

.showcase-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.showcase-card {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
}

.showcase-card:hover {
  transform: translateY(-5px);
}

.showcase-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.showcase-content {
  padding: 45px 45px;
  text-align: left;
}

.showcase-small {
  font-size: 16px;
  color: #bfbfbf;
  display: block;
  margin-bottom: 12px;
}

.showcase-content h3 {
  font-size: 36px;
  line-height: 1.4;
  color: #0f172a;
  margin-bottom: 14px;
  font-weight: 600;
  min-height: 88px;
}

.showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.tag-break {
  flex-basis: 100%;
  height: 0;
}

.showcase-tags span {
  padding: 8px 18px;
  border: 1px solid #888888;
  border-radius: 42px;
  font-size: 14px;
  color: #888888;
  background: #f6f6f6;
  transition: all 0.35s ease;
}

.showcase-tags span:hover{
  transform: translateY(-5px);
}

.showcase-link {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: white;
  background: #5a49f8;
  padding: 10px 20px;
  font-size: 14px;
  transition: transform 0.35s ease;
  border-radius: 60px;
}

.showcase-link:hover {
  transform: translateY(-5px);
}

.showcase-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.showcase-btn {
  background: #5a49f8;
  color: #fff;
  text-decoration: none;
  padding: 14px 28px;
  border: none;
  border-radius: 54px;
  font-size: 20px;
  transition: 0.35s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.showcase-btn:hover {
  transform: translateY(-5px);
}

#servicesShowcase .showcase-card[hidden] {
  display: none !important;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 50px;
}

.topic-card {
  border: 1px solid #5a49f8;
  border-radius: 8px;
  padding: 18px 16px;
  transition: 0.35s ease;
  cursor: pointer;
  text-align: left;
}

.topic-card:hover {
  transform: translateY(-5px);
  border-color: #7b74ff;
  box-shadow: 0 10px 24px rgba(79, 70, 255, 0.18);
}

.topic-card h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}

.topic-card p {
  color: #e3e3e3;
  font-size: 14px;
  line-height: 1.4;
}

.case-study-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.case-study-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 240px 1fr;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.35s ease;
}

.case-study-card[hidden] {
  display: none;
}

.case-study-card:hover {
  transform: translateY(-5px);
}

.case-study-image {
  min-width: 120px;
  background: #07122e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 18px 0 0 18px;
}

.case-study-image span {
  font-size: 100px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.case-study-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 18px;
}

.case-study-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.case-study-tags span {
  padding: 7px 14px;
  border: 1px solid #5a49f8;
  border-radius: 42px;
  font-size: 12px;
  color: #5a49f8;
  background: rgba(122, 108, 255, 0.05);
}

.case-study-read {
  text-decoration: none;
  color: #6d5cff;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.35s ease;
}

.case-study-read:hover {
  transform: translateY(-5px);
}

.case-study-content h3 {
  font-size: 36px;
  line-height: 1.4;
  color: #252525;
  margin-bottom: 16px;
  font-weight: 600;
  max-width: 80%;
}

.case-study-content p {
  font-size: 16px;
  line-height: 1.4;
  color: #8e8e8e;
  max-width: 80%;
}

.service-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 25px;
}

.service-grid.career {
  grid-template-columns: repeat(3, 400px);
}

.service-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 18px;
  padding: 38px 28px;
  text-align: center;
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.service-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #f0effe;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.service-card h3 {
  font-size: 36px;
  line-height: 1.4;
  color: #3f3f3f;
  margin-bottom: 16px;
  font-weight: 600;
}

.service-card p {
  font-size: 16px;
  line-height: 1.4;
  color: #4d4d4d;
  margin-bottom: 28px;
  max-width: 60%;
}

.service-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #6958ff;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: 0.35s ease;
  margin-top: auto;
}

.service-arrow:hover {
  transform: scale(1.08);
}

.why-choose-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 60px;

  background: url("../images/servicebg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  background-color: #071327;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 24, 0.65);
  z-index: 1;
}

.why-choose-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
}

.why-left {
  flex: 0.8;
  min-width: 0;
}

.why-right {
  min-width: 0;
}

.why-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-right img {
  width: 100%;
  object-fit: contain;
}

.why-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 22px;
  border-radius: 999px;

  background: linear-gradient(90deg, #6b5cff, #7d3cff);

  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;

  margin-bottom: 28px;
}

.why-left h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
}

.why-left h2 span {
  color: #6f5cff;
}

.why-left > .subtitle {
  color: #d0d6e2;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.why-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.why-list li {
  position: relative;
  padding-left: 34px;

  color: #d9d9d9;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.why-list li:hover {
  transform: translateX(5px);
}

.why-list li::before {
  content: "›";

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #6f5cff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}

.our-service {
  font-size: 20px;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 10px;
}

.portfolio-work {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.process-card {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.35s ease;
}

.process-card:hover {
  transform: translateY(-5px);
}

.process-card img {
  width: 110px;
  margin: 25px;
}

.process-card h3 {
  font-weight: 600;
  font-size: 24px;
  color: #3f3f3f;
  margin-bottom: 20px;
}

.process-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #4d4d4d;
  max-width: 60%;
  margin: 0 0 auto;
}

.culture-grid {
  display: grid;
  grid-template-columns:
    minmax(380px, 480px)
    minmax(360px, 450px)
    minmax(360px, 450px);
  gap: 24px;

  grid-template-areas:
    "left card1 card2"
    "left card3 card4";

  justify-content: center;
}

.culture-left {
  grid-area: left;
}

.card-1 {
  grid-area: card1;
}

.card-2 {
  grid-area: card2;
}

.card-3 {
  grid-area: card3;
}

.card-4 {
  grid-area: card4;
}

.culture-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
}

.culture-year {
  margin-top: 24px;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 40px;
  background: #141c2e;
  border: 1px solid #e9e9e91f;
  border-radius: 24px;
  padding: 34px;
  color: #f5efe6;
}

.culture-card {
  background: #141c2e;
  border: 1px solid #e9e9e91f;
  border-radius: 24px;
  padding: 32px;
  color: #f5efe6;
  transition: 0.35s ease;
}

.culture-card:hover {
  transform: translateY(-5px);
}

.culture-card h2 {
  font-family: Georgia;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
}

.culture-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.culture-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d921;
  border: 1px solid #ffffff40;
}

.culture-icon span {
  font-size: 30px;
}

.culture-bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.culture-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #402040;
  color: #fff;
  font-weight: 600;
}

.culture-year h2 {
  font-family: Georgia;
  font-weight: 700;
  font-size: 64px;
}

.culture-year h3 {
  font-family: Georgia;
  font-weight: 700;
  font-size: 34px;
}
.culture-year p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  color: #c4c4c4;
}

.culture-year h3 {
  font-family: Georgia;
  font-weight: 700;
  font-size: 34px;
}
.culture-year p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  color: #c4c4c4;
}

.culture-card h3 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}

.culture-card p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  color: #c4c4c4;
}

.service-card.left {
  text-align: left !important;
  align-items: start;
}

.service-card h6 {
  font-size: 34px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 22px;
  line-height: 1.4;
}

.service-card .experience {
  font-size: 1.1rem;
  color: #64748b;
  margin-bottom: 22px;
  margin: 0px;
}

.service-card ul {
  padding-left: 20px;
  margin: 30px 0px;
}

.service-card ul li {
  margin-bottom: 14px;
  color: #334155;
  font-size: 1rem;
}

.apply-btn {
  border: none;
  background: #5a49f8;
  color: #fff;
  padding: 12px 28px;
  border-radius: 54px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.35s ease;
}

.apply-btn:hover {
  transform: translateY(-5px);
}

.apply-btn span {
  padding-top: 2px;
  font-size: 17px;
}

.career-card {
  max-width: 1250px;
  margin: auto;
  background: linear-gradient(90deg, #1c1e46 0%, #0f1629 100%);
  border-radius: 28px;
  padding: 100px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  border: 1px solid #242060;
}

.career-card.tech {
  max-width: 100%;
  margin: 0;
  background: #5a49f8;
}

.career-left {
  flex: 1;
  max-width: 650px;
}

.career-left.blog,
.career-left.blog p {
  max-width: 750px;
}

.career-left h2 {
  font-size: 48px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  margin-bottom: 28px;
}

.career-left p {
  font-size: 20px;
  line-height: 1.4;
  color: #949494;
  max-width: 560px;
}

.career-left.tech p {
  color: #ffffff;
}

.career-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.career-btn {
  border: none;
  background: #5a49f8;
  color: #fff;
  padding: 18px 34px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.35s ease;
}

.career-btn.tech {
  background: #1c1e46;
  color: #fff;
}

.career-btn:hover {
  transform: translateY(-5px);
}

.career-email {
  color: #8e8e8e;
  font-size: 14px;
}

.career-email.tech {
  color: white;
}

.clients {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatars {
  display: flex;
  align-items: center;
}

.avatars span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.avatars span:not(:first-child) {
  margin-left: -12px;
}

.avatars span:nth-child(1) {
  background: #5a49f8;
  z-index: 3;
}

.avatars span:nth-child(2) {
  background: #8c80ff;
  z-index: 2;
}

.avatars span:nth-child(3) {
  background: #009e5a;
  z-index: 1;
}

.avatars.tech span:nth-child(1) {
  background: #ffb200;
  z-index: 3;
}

.clients p {
  color: #8e8e8e;
  font-size: 14px;
}

.clients.tech p {
  color: white;
  font-size: 14px;
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;

  margin: 20px 0 0 0;
}

.stat-box h3 {
  font-size: 48px;
  font-weight: 600;
  color: #3f3f3f;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-box span {
  font-size: 16px;
  color: #4d4d4d;
  display: block;
}

.privacy-container {
  max-width: 1200px;
  margin: 0 auto;
}

.privacy-header {
  text-align: center;
  margin-bottom: 60px;
}
.privacy-section {
  width: 100%;
  padding: 120px 20px 80px;

  background: linear-gradient(180deg, #fdfdff 0%, #f6f4ff 100%);

  color: #111111;

  font-family: "Poppins", sans-serif;
}

.privacy-header h1 {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 20px;

  color: #3F3F3F;
}

.privacy-header p {
  max-width: 850px;
  margin: 0 auto;

  color: #5f5f6b;

  font-size: 18px;
  line-height: 1.8;
}

.privacy-card {
  padding: 32px;
  border-radius: 28px;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(248, 246, 255, 0.9) 100%
  );

  border: 1px solid rgba(109, 93, 255, 0.12);

  box-shadow:
    0 10px 35px rgba(109, 93, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);

  backdrop-filter: blur(10px);

  transition: 0.35s ease;
}

.privacy-card:hover {
  transform: translateY(-5px);

  border-color: rgba(109, 93, 255, 0.28);

  box-shadow: 0 15px 45px rgba(91, 79, 247, 0.14);
}

.privacy-card h2 {
  font-size: 28px;
  margin-bottom: 18px;
  font-weight: 600;

  color: #3F3F3F;
}

.privacy-card p {
  color: #666673;

  line-height: 1.9;
  font-size: 16px;
}

.privacy-card a {
  color: #5b4ff7;
  font-weight: 500;
  text-decoration: none;
}

.privacy-card a:hover {
  text-decoration: underline;
}

.privacy-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.privacy-card a:hover {
  text-decoration: underline;
}

.agents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.customer-support {
  grid-column: span 2;
}

.agent-card {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  min-height: 310px;
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.agent-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #eceafd;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 35px;
  margin-bottom: 25px;
}

.agent-icon-us {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #5a49f8;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 35px;
  margin-bottom: 25px;
}

.agent-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #3f3f3f;
  margin-bottom: 16px;
}

.agent-card p {
  max-width: 350px;
  font-size: 20px;
  line-height: 1.4;
  color: #64748b;
  margin: auto;
  min-height: 120px;
}

.agent-tag {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 32px;
  border: 1px solid #5a49f8;
  border-radius: 30px;
  background: #eae8fa;
  color: #5a49f8;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  max-width: fit-content;
  transition: all 0.35s ease;
}

.agent-tag:hover{
  transform: translateY(-5px);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.case-card {
  background: #f7f7f7;
  border-radius: 18px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.case-card h3 {
  text-align: left;
  margin: 18px 0 14px;
  font-size: 24px;
  font-weight: 500;
  color: #3f3f3f;
  line-height: 1.4;
}

.case-card p {
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
  color: #c4c4c4;
  margin-bottom: 28px;
}

.stats {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 22px;
  margin-top: auto;
}

.stat h4 {
  font-size: 40px;
  font-weight: 600;
  color: #3f3f3f;
  margin: 0 0 8px;
}

.stat span {
  font-size: 16px;
  font-weight: 400;
  color: #c4c4c4;
}

.progress-line {
  height: 4px;
  width: 100%;
  background: #e5e1ff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-top: auto;
}

.progress-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--progress);
  background: #5b4ff7;
  border-radius: 20px;
}

.case-card:hover .progress-line::after {
  animation: slideProgress 1s ease-out forwards;
}

.power-platform-section {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 50px;
  align-items: center;
}

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

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  justify-content: flex-end;
}

.projects-card {
  background: #fff;

  padding: 30px;
  border-radius: 18px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  transition: all 0.35s ease;

  height: 100%;
}

.projects-card:hover {
  transform: translateY(-5px);
}

.benefits-list {
  list-style: none;
  padding: 0;

  display: flex;
  flex-direction: column;
  gap: 28px;
}

.benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.benefits-list span {
  font-size: 23px;
  line-height: 1.6;
  color: #4d4d4d;
  font-weight: 400;
}

.benefits-list li::before {
  content: "✓";

  width: 20px;
  height: 20px;

  border-radius: 50%;
  background: #009e5a;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: 700;

  flex-shrink: 0;
  margin-top: 8px;
}

.benefit-title {
  font-weight: 600;
  font-size: 24px;
  color: #3f3f3f;
  margin-bottom: 5px;
}

.benefit-description {
  font-weight: 400;
  font-size: 20px;
  color: #2a2a2a;
  opacity: 0.6;
}

.case-study-content.lang {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 30px;

  padding: 32px 40px;
}

.case-study-icon {
  font-size: 60px;
  flex-shrink: 0;
}

@keyframes slideProgress {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow:
    0 10px 30px rgba(15, 22, 41, 0.08),
    0 2px 8px rgba(15, 22, 41, 0.05);
  border: 1px solid #f1f1f4;
}

.card h2,
.card h3 {
  margin: 20px 0 12px;
  color: #1f2430;
  font-weight: 600;
  line-height: 1.3;
  font-size: 47px;
}

.description,
.sub-text {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 23px;
  font-weight: 400;
}

.divider {
  height: 2px;
  background: #e9e9e9;
  margin: 28px 0;
}

.responsibility-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.responsibility-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #d3d3d39c;
  border-radius: 12px;
  color: #4b5563;
  font-size: 14px;
  transition: all 0.25s ease;
}

.responsibility-item:hover {
  border-color: #6d5dfc;
  transform: translateX(5px);
}

.bullet {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.job-overview-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
  align-items: center;
}

.overview-item {
  display: flex;
  align-items: center;
  grid-column: span 2;
  justify-self: center;
  width: max-content;
  max-width: 100%;
  gap: 18px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  transition: all 0.35s;
}

.overview-item:hover{
  transform: translateY(-5px);
}

.overview-item:nth-child(4) {
  grid-column: 2 / span 2;
}

.overview-item:nth-child(5) {
  grid-column: 4 / span 2;
}

.overview-icon {
  width: 58px;
  height: 58px;
  background: #f5f3ff;
  border: 1px solid #9f93ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.overview-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.overview-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.overview-content span {
  color: #888888;
  font-size: 18px;
  line-height: 1.35;
}

.overview-content strong {
  margin-top: 2px;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.35;
}

.form-card h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.application-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #3f3f3f;
}

.form-group input,
.form-group select,
.form-group textarea {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  outline: none;
  width: 100%;
  font: inherit;
  resize: vertical;
}

.form-group input,
.form-group select {
  height: 52px;
  padding: 0 16px;
}

.form-group textarea {
  min-height: 140px;
  line-height: 1.5;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #5d52ff;
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error .upload-box, 
.form-group.has-error textarea{
  border-color: #e11d48;
  background: #fff7f8;
}

.field-error {
  display: block;
  margin-top: 6px;
  color: #e11d48;
  font-size: 13px;
  line-height: 1.4;
}

.upload-box {
  border: 2px dashed #ddd9ff;
  border-radius: 8px;
  padding: 35px 20px;
  background: #f6f6f6;
  text-align: center;
  cursor: pointer;
}

.upload-box:hover {
  border-color: #5d52ff;
}

.upload-box.is-dragging {
  border-color: #5d52ff;
  background: #f0eeff;
}

.upload-box img {
  width: 24px;
}

.upload-box h5 {
  margin: 0 0 6px;
}

.upload-box span {
  font-size: 12px;
  color: #8c8c98;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
}

.application-form .apply-btn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.select-wrapper {
  position: relative;
}

.custom-select {
  width: 100%;
  height: 52px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;

  padding-left: 48px;
  padding-right: 16px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: #fff;
}

.select-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}

.select-icon img {
  width: 14px;
  height: 14px;
}

.h3-us {
  font-size: 24px !important;
  text-align: center;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.blog-meta span {
  background: #5a49f8;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.35s ;
}

.blog-meta span:hover{
  transform: translateY(-5px);
}

.future-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.future-sidebar {
  width: 350px;
  position: sticky;
  top: 120px;
}

.future-content {
  flex: 1;
}

.future-content section {
  margin-bottom: 40px;
  scroll-margin-top: 120px;
}

.toc-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}

.toc-card h4 {
  font-size: 24px;
  font-weight: 600;
  color: #3f3f3f;
  margin-bottom: 24px;
}

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

.toc-list li:not(:last-child) {
  margin-bottom: 18px;
}

.toc-list a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #3f3f3f;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  transition: 0.3s;
}

.toc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9c9c9;
  margin-top: 11px;
  flex-shrink: 0;
  transition: 0.3s;
}

.toc-list a:hover {
  color: #5b5df6;
  transform: translateX(5px);
}

.toc-list a:hover .toc-dot {
  background: #5b5df6;
  transform: scale(1.3);
}

.toc-list a.active {
  color: #5b5df6;
  font-weight: 700;
}

.toc-list a.active .toc-dot {
  background: #5b5df6;
  width: 10px;
  height: 10px;
}

.help-card {
  background: #14183b;
  color: #fff;
  border-radius: 18px;
  padding: 30px;
}

.help-card > .icon {
  font-size: 42px;
  color: #6c63ff;
  margin-bottom: 20px;
  background: transparent;
}

.help-card h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 32px;
}

.help-card p {
  margin-bottom: 25px;
  font-size: 20px;
  color: #c4c4c4;
}

.help-card .top-badge-bg-fill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 10px;
}

.quote-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 30px;
  background: #f0effe;
  border-radius: 16px;
  margin: 35px 0;
}

.quote-box i {
  font-size: 70px;
  color: #5a49f8;
  line-height: 1;
  flex-shrink: 0;
}

.quote-box p {
  margin: 0;
  font-size: 23px;
  line-height: 1.4;
  color: #4d4d4d;
}

.quote-box strong {
  font-weight: 600;
}

.future-content > section > h2 {
  color: #3f3f3f;
  font-size: 47px;
}

.blog-p {
  font-weight: 400;
  font-size: 23px;
  color: #4d4d4d;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(50% - 15px);
  transition: all 0.35s ease;
}

.feature-item .icon-box {
  flex-shrink: 0;
}

.feature-item p {
  font-size: 20px;
  line-height: 1.6;
  color: #3f3f3f;
}

.blog-feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.blog-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  transition: all 0.35s ease;
}

.blog-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.feature-item:hover {
  transform: translateY(-5px);
}

.blog-feature-card .icon-box {
  flex-shrink: 0;
}

.blog-feature-content {
  flex: 1;
}

.blog-feature-content h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 600;
  color: #3f3f3f;
}

.blog-feature-content p {
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  color: #64748b;
}

.ed-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.related-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.related-header h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  color: #3f3f3f;
}

.blog-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.blog-info-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.blog-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.blog-info-card .icon-box {
  flex-shrink: 0;
  transition: transform 0.35s ease;
}

.blog-info-card:hover {
  transform: translateY(-5px);
}

.blog-info-content {
  flex: 1;
}

.blog-info-content h4 {
  font-weight: 600;
  font-size: 20px;
  color: #3b3b3b;
}

.blog-info-content p {
  font-weight: 400;
  font-size: 16px;
  color: #3f3f3f;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.blog-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid #5a49f8;
  border-radius: 8px;
  color: #5a49f8;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  background: #f0effe;
  transition: all 0.35s ease;
}

.blog-tags span:hover {
  transform: translateY(-5px);
}

.blog-table-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 24px;
  margin: 40px 0;
}

.blog-table-head,
.blog-table-row {
  display: grid;
  grid-template-columns: 42% 58%;
  position: relative;
  align-items: center;
}

.blog-table-head::after,
.blog-table-row::after {
  content: "";
  position: absolute;
  left: 42%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background: #d9d9d9;
}

.blog-table-head {
  margin-bottom: 16px;
}

.blog-table-head div {
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 600;
}

.blog-table-head div:first-child {
  color: #888888;
}

.blog-table-head div:last-child {
  color: #5a49f8;
}

.blog-table-row {
  padding: 12px 0;
}

.blog-table-row div {
  padding: 0 24px;
  font-size: 20px;
  line-height: 1.6;
  color: #3b3b3b;
}

.blog-table-title {
  font-weight: 600;
  color: #3f3f3f !important;
}

@media (max-width: 1850px) {

  .team-grid {
    grid-template-columns: repeat(5, 1fr);
}
}

@media (max-width: 1600px) {
  .start-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 1300px) {
  .start-content h1 {
    font-size: 45px;
  }
}

@media (max-width: 1400px) {

  .info-card-box h2{
    font-size: 28px;
  }

  .info-card-box p{
    font-size: 14px;
  }

  .start-content > .common-content {
    font-size: 18px;
  }

  .start-section {
    padding: 140px 60px 80px;
    background-position: 100% center;
  }

  .career-card {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 35px;
    gap: 40px;
  }

  .career-left h2 {
    font-size: 2.5rem;
  }

  .career-left p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .culture-grid {
    grid-template-columns: 1fr 1fr;

    grid-template-areas:
      "left card1"
      "left card2"
      "card3 card4";
  }

  .culture-left {
    gap: 60px;
  }

  .culture-card {
    padding: 28px;
  }

  .culture-year {
    gap: 24px;
    padding: 28px;
  }

  .global-stats-new {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .why-left,
  .why-right {
    flex: 1;
    min-width: 0;
    width: 100%;
  }

  .why-choose-container {
    gap: 25px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .service-card h3 {
    font-size: 30px;
  }

  .case-study-card {
    grid-template-columns: 180px 1fr;
  }

  .case-study-content,
  .case-study-content.lang {
    padding: 22px;
  }

  .case-study-content h3 {
    font-size: 30px;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .ai-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ai-feature-card {
    min-height: auto;
  }

  .ai-feature-card h3 {
    font-size: 24px;
  }

  .tw-card {
    padding: 26px;
  }

  .tw-testimonial-top {
    gap: 25px;
  }
  .tw-right {
    max-width: 50%;
  }

  .tw-left h2 {
    font-size: 35px;
  }

  .why-left h2 {
    font-size: 35px;
  }

  .why-left > .subtitle {
    font-size: 16px;
  }

  .why-left li {
    font-size: 16px;
  }

  .tw-right p {
    font-size: 16px;
  }

  .tw-review {
    font-size: 16px;
    line-height: 1.4;
  }

  .fun-title,
  .future-left h2,
  .content-column h2,
  .process-heading h2,
  .section-heading,
  .left-content h2,
  .hero-content h1 {
    font-size: 35px;
  }

  .global-map-wrapper {
    min-height: 500px;
  }
  .global-card {
    padding: 25px 15px;
  }

  .future-right-box {
    flex: 1;
    margin-right: 0px;
  }

  .info-card-box {
    padding: 15px;
    margin: 0px;
  }

  .team-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 25px;
  }

  .team-header h2 {
    font-size: 35px;
  }

  .team-header > .subtitle {
    font-size: 14px;
  }

  .mission-grid-three {
    grid-template-columns: repeat(2, 1fr);
  }

  .mission-badge-three {
    padding: 50px 60px;
  }

  .faq-question span {
    font-size: 18px;
    line-height: 1.4;
  }

  .faq-answer p {
    font-size: 15px;
    max-width: 100%;
    line-height: 1.7;
  }

  .icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 22px;
  }

  .faq-left h2 {
    font-size: 35px;
  }

  .fun-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .tec-warriors-header h2 {
    font-size: 35px;
  }

  .tec-warriors-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-top h2 {
    font-size: 35px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-card h3 {
    font-size: 20px;
  }

  .topic-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-text {
    font-size: 16px;
    margin-top: auto;
  }

  .our-service {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .power-platform-section {
    gap: 20px;
  }

  .start-section {
    padding: 120px 20px 60px;

    min-height: 540px;
  }
  .start-content > .common-content {
    font-size: 16px;
  }

  .footer-p {
    max-width: 100%;
  }

  .ai-feature-grid.agent {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-section {
    padding: 70px 20px 30px;
  }

  .blog-section {
    padding: 70px 20px 0px;
  }

  .mission-section,
  .fun-section,
  .team-section,
  .global-section,
  .why-choose-section,
  .tec-warriors-section,
  .projects-section,
  .solutions-section,
  .future-section,
  .process-section,
  .benefits-section,
  .tw-testimonial-section,
  .tech-section,
  .faq-section,
  .testimonial-section {
    padding: 70px 20px !important;
  }

  .start-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .blog-table-card {
    padding: 18px;
  }

  .blog-table-head,
  .blog-table-row {
    grid-template-columns: 40% 60%;
  }

  .blog-table-head::after,
  .blog-table-row::after {
    left: 40%;
    height: 22px;
  }

  .blog-table-head div,
  .blog-table-row div {
    padding: 0 16px;
    font-size: 14px;
  }

  .blog-table-title {
    font-size: 15px;
  }

  .blog-info-grid {
    grid-template-columns: 1fr;
  }

  .future-sidebar {
    width: 300px;
  }

  .feature-list {
    gap: 20px !important;
  }

  .feature-item {
    width: 100% !important;
    align-items: center !important;
  }

  .feature-item p {
    font-size: 16px !important;
  }

  .power-platform-section {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .content-column {
    max-width: 100%;
  }

  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-left > .subtitle {
    font-size: 12px;
  }
  .start-section {
    min-height: 370px;
  }

  .case-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .case-card {
    padding: 24px;
  }

  .case-card h3 {
    font-size: 24px;
  }

  .case-card p {
    font-size: 15px;
    line-height: 1.6;
  }

  .stats {
    gap: 20px;
  }

  .stat h4 {
    font-size: 32px;
  }

  .agents-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .customer-support {
    grid-column: 1 / -1;
  }

  .agent-card {
    min-height: 280px;
    padding: 35px 25px;
  }

  .agent-card h3 {
    font-size: 24px;
  }

  .agent-card p {
    font-size: 16px;
  }

  .privacy-header h1 {
    font-size: 48px;
  }

  .privacy-content {
    grid-template-columns: 1fr;
  }

  .service-card h6 {
    font-size: 30px;
    margin-bottom: 18px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 40px;
  }

  .process-card {
    align-items: baseline;
    text-align: left;
  }

  .portfolio-work {
    align-items: flex-start;
  }

  .showcase-btn {
    font-size: 15px;
    padding: 10px 20px;
    min-width: fit-content;
    text-align: start;
  }

  .case-study-image span {
    font-size: 52px;
  }

  .case-study-content h3 {
    font-size: 25px;
  }

  .fun-card {
    min-height: 280px;
  }

  .global-map-wrapper {
    min-height: 400px;
  }

  .faq-container {
    flex-direction: column;
    gap: 50px;
  }

  .faq-left,
  .faq-right {
    width: 100%;
  }

  .faq-answer p {
    font-size: 18px;
  }

  .global-card {
    padding: 25px 15px;
  }

  .global-card h3 {
    font-size: 35px;
  }

  .global-stats {
    gap: 20px;
  }

  .new-element {
    flex-direction: row !important;
  }

  .mission-grid {
    grid-template-columns: 1fr;
  }

  .mission-card-three {
    padding: 32px;
  }

  .mission-card {
    padding: 32px;
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
  }

  .start-content h1 {
    font-size: 35px;
  }

  .future-container {
    flex-direction: column;
  }

  .future-right-box {
    flex: 1;
    justify-content: center !important;
    max-width: 100%;
    margin-right: 0px;
  }

  .tec-warrior-tags span {
    font-size: 12px;
  }

  .tec-warrior-content p,
  .tec-warrior-tags {
    width: 90%;
  }

  .showcase-content {
    padding: 18px;
  }

  .topic-card h3 {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .content-column {
    display: grid;
    grid-template-columns: 55% 40%;
    gap: 20px;
    align-items: center;
  }

  .benefits-list {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .blog-tags {
    gap: 10px;
  }

  .blog-tags span {
    padding: 8px 14px;
    font-size: 14px;
  }

  .benefits-list {
    margin-top: 0px;
  }

  .benefits-list li::before {
    margin-top: 2px;
  }

  .privacy-section {
    padding: 90px 16px 60px;
  }

  .privacy-header {
    margin-bottom: 40px;
  }

  .privacy-header h1 {
    font-size: 36px;
  }

  .privacy-header p,
  .benefits-list span {
    font-size: 15px;
    line-height: 1.7;
  }

  .privacy-card {
    padding: 24px;
    border-radius: 22px;
  }

  .privacy-card h2 {
    font-size: 22px;
  }

  .privacy-card p {
    font-size: 15px;
    line-height: 1.8;
  }

  .service-card {
    max-width: 100%;
    padding: 24px 20px;
    border-radius: 20px;
  }

  .service-card .experience {
    font-size: 1rem;
    margin-bottom: 18px;
  }

  .service-card ul li {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }

  .apply-btn {
    justify-content: center;
    padding: 10px 15px;
    font-size: 16px;
  }

  .culture-year {
    display: inline-block;
  }

  .culture-year h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .culture-year p {
    font-size: 16px;
    line-height: 1.6;
  }

  .culture-card h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .culture-card p {
    font-size: 16px;
    line-height: 1.6;
  }

  .culture-card h2 {
    font-size: 25px;
  }

  .global-card-new {
    padding: 32px 24px;
  }

  .why-choose-container {
    flex-direction: column;
    gap: 40px;
  }

  .why-right img {
    max-width: 100%;
  }

  .case-study-card {
    grid-template-columns: 1fr;
  }

  .case-study-image {
    width: 100%;
    min-width: 100%;
    min-height: 140px;
    border-radius: 18px 18px 0 0;
  }

  .case-study-image span {
    font-size: 65px;
  }

  .case-study-content,
  .case-study-content.lang {
    padding: 18px;
  }

  .case-study-top {
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
  }

  .case-study-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .case-study-content p {
    font-size: 14px;
  }

  .case-study-tags {
    gap: 8px;
  }

  .case-study-tags span {
    font-size: 11px;
    padding: 6px 12px;
  }

  .case-study-read {
    font-size: 13px;
  }

  .topic-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .topic-card {
    padding: 16px 14px;
  }

  .topic-card h3 {
    font-size: 15px;
  }

  .topic-card p {
    font-size: 13px;
  }

  .ai-feature-grid {
    grid-template-columns: 1fr;
  }

  .tw-slider {
    grid-auto-columns: 100%;
    gap: 16px;
  }

  .tw-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .fun-title {
    font-size: 28px;
    line-height: 1.4;
  }

  .fun-desc {
    font-size: 15px;
    line-height: 1.8;
    margin: 20px auto 28px;
    max-width: 80%;
  }

  .fun-pills {
    gap: 10px;
    margin-bottom: 35px;
  }

  .fun-pills span {
    font-size: 12px;
    padding: 7px 14px;
  }

  .fun-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fun-card {
    min-height: 240px;
    padding: 40px 20px;
  }

  .fun-icon {
    width: 75px;
    height: 75px;
    font-size: 32px;
    margin-bottom: 24px;
  }

  .fun-card h3 {
    font-size: 22px;
    line-height: 1.4;
  }

  .global-map-bg {
    background-size: cover;

    opacity: 0.5;
  }

  .faq-btn {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 14px;
  }

  .global-stats {
    margin-top: 60px;
  }

  .global-card h3 {
    font-size: 42px;
  }

  .new-element {
    flex-direction: column !important;
  }

  .start-breadcrumb {
    padding: 9px 16px;
    gap: 8px;
  }

  .start-breadcrumb span {
    font-size: 13px;
  }

  .start-breadcrumb,
  .start-content h1 {
    margin-bottom: 15px;
  }

  .start-content > .common-content {
    font-size: 14px;
  }

  .future-right-box {
    gap: 14px !important; 
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
    margin-right: 0px;
  }

  .info-card-box {
    flex: calc(50% - 7px);
  }

  .future-wrapper {
    gap: 30px;
  }

    .team-img-box {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 600px) {

  .showcase-content h3 {
        min-height: auto !important;
    }

  .bullet {
    height: 25px;
  }

  .info-card-box{
      height: 125px;
  }

  .info-card-box h2{
    font-size: 24px;
  }

.info-card-box p {
    font-size: 14px;
}

  .related-header h2 {
    font-size: 35px;
  }

  .blog-feature-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .blog-feature-content h4 {
    font-size: 18px;
  }

  .blog-feature-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .future-wrapper {
    flex-direction: column;
  }

  .future-sidebar {
    width: 100%;
    position: static;
    order: 1;
  }

  .future-content {
    order: 2;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .line {
    display: inline;
  }

  .start-breadcrumb-new span,
  .start-breadcrumb-new a {
    font-size: 12px;
  }

  .faq-answer p {
    font-size: 14px;
  }

  .global-stats {
    flex-direction: column;
    align-items: center;
  }
  .culture-grid {
    grid-template-columns: 1fr;

    grid-template-areas:
      "left"
      "card1"
      "card2"
      "card3"
      "card4";
  }

  .case-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .case-card {
    padding: 22px 18px;
  }

  .case-card h3 {
    font-size: 20px;
    margin: 14px 0 10px;
  }

  .case-card p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .stats {
    gap: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .stat {
    flex: 1;
    min-width: 70px;
  }

  .stat h4 {
    font-size: 26px;
  }

  .stat span {
    font-size: 11px;
    line-height: 1.4;
  }

  .agents-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .customer-support {
    grid-column: auto;
  }

  .agent-card {
    min-height: auto;
    padding: 28px 20px;
  }

  .agent-icon,
  .agent-icon-us {
    width: 58px;
    height: 58px;
    font-size: 26px;
    margin-bottom: 20px;
  }

  .agent-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .agent-card p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
    min-height: auto;
  }

  .ai-feature-grid.agent {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 25px 20px;

    margin: 30px 0 0;
  }

  .stat-box h3 {
    font-size: 36px;
  }

  .stat-box span {
    font-size: 13px;
  }

  .career-card {
    padding: 35px 22px;
    border-radius: 22px;
    gap: 30px;
  }

  .career-left h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .career-left p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .career-right {
    width: 100%;
    align-items: stretch;
  }

  .career-btn {
    max-width: max-content;
    text-align: center;
    padding: 16px 20px;
    font-size: 0.95rem;
  }

  .global-stats-new {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 60px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .process-card {
    text-align: center;
    align-items: center;
  }

  .process-card img {
    width: 60px;
    margin-bottom: 18px;
  }

  .service-grid {
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin-top: 40px;
  }

  .service-card {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .service-icon {
    width: 74px;
    height: 74px;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .service-icon img{
    height: 50px;
    width: 50px;
  }

  .service-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .service-card p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 80%;
  }

  .service-arrow {
    width: 38px;
    height: 38px;
  }

  .topic-grid {
    grid-template-columns: 1fr;
    margin: auto;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
  }

  .topic-card {
    border-radius: 14px;
  }

  .tw-right {
    max-width: 100%;
  }

  .tw-right p {
    font-size: 16px;
    line-height: 1.7;
  }

  .tw-slider {
    gap: 16px;
  }

  .tw-card {
    min-width: 100%;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .tw-review {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 24px;
  }

  .tw-stars {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .tw-user img {
    width: 48px;
    height: 48px;
  }

  .tw-arrows {
    justify-content: center;
    margin-top: 24px;
  }

  .tw-arrow {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .tw-testimonial-top {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }

  .mission-grid-three {
    grid-template-columns: 1fr;
  }

  .mission-grid {
    margin-top: 40px;
    gap: 20px;
  }

  .mission-card {
    padding: 24px;
    border-radius: 22px;
  }

  .mission-badge {
    font-size: 12px;
    padding: 8px 22px;
  }

  .mission-card h3 {
    font-size: 20px;
  }

  .mission-card p {
    font-size: 15px;
    line-height: 1.8;
  }

  .team-grid {
    gap: 40px 10px;
  }

  .team-img-box {
    width: 100px;
    height: 100px;
  }

  .team-header h2 {
    font-size: 25px;
  }

  .team-header > .subtitle {
    font-size: 14px;
  }

  .team-name {
    font-size: 11px;
    padding: 7px 12px;
    top: -40px;
    left: 65%;
  }

  .tec-warriors-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tec-warriors-header h2 {
    font-size: 28px;
  }

  .tec-warriors-badge {
    font-size: 13px;
    padding: 8px 18px;
  }

  .tec-warrior-tags span {
    width: 100%;
    text-align: center;
    font-size: 10px;
  }

  .tec-warrior-content p,
  .tec-warrior-tags {
    width: 90%;
  }

  .section-top {
    margin-bottom: 35px;
  }

  .section-top h2 {
    font-size: 28px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .benefit-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .benefit-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .benefit-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .ai-feature-grid {
    gap: 18px;
  }

  .ai-feature-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .ai-feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .ai-feature-card h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .ai-feature-card p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 22px;
  }

  .showcase-grid {
    margin-top: 40px;
    gap: 18px;
  }

  .showcase-card {
    border-radius: 16px;
  }

  .showcase-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .showcase-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .showcase-tags {
    gap: 8px;
    max-width: 80%;
  }

  .showcase-tags span {
    padding: 7px 12px;
    font-size: 11px;
  }

  .showcase-btn {
    padding: 10px 20px;
    font-size: 15px;
    text-align: center;
  }

  .curve-line {
    width: 110% !important;
  }

  .start-section {
    align-items: flex-start;

    min-height: 1020px;

    padding: 120px 16px 60px;
  }

  .ai-in-inventory-hero,
  .ai-in-personal-hero,
  .ai-in-p2p-hero,
  .ai-in-fintech-hero,
  .ai-in-ecommerce-hero,
  .seo-hero,
  .reactDev-hero,
  .laravelDev-hero,
  .dotNetDev-hero,
  .about-hero,
  .tech-hero,
  .service-hero,
  .portfolio-hero,
  .career-hero,
  .contact-hero,
  .fun-hero,
  .ai-in-bank-hero,
  .blog-hero,
  .portfolio1-hero,
  .portfolio2-hero,
  .portfolio3-hero,
  .portfolio4-hero,
  .portfolio5-hero,
  .portfolio6-hero,
  .portfolio7-hero,
  .portfolio8-hero,
  .portfolio9-hero,
  .portfolio10-hero,
  .portfolio11-hero,
  .portfolio12-hero,
  .portfolio13-hero,
  .portfolio14-hero,
  .portfolio15-hero,
  .portfolio16-hero,
  .portfolio17-hero,
  .portfolio18-hero,
  .portfolio19-hero,
  .agent-hero,
  .power-hero,
  .aiml-hero,
  .enterprise-hero,
  .web-hero,
  .app-hero,
  .uiux-hero,
  .laravel-hero,
  .angular-hero,
  .dotnet-hero,
  .react-hero,
  .native-hero,
  .node-hero,
  .python-hero {
    background-size: 100% auto !important;

    background-position: top 0px center !important;

    background-repeat: no-repeat !important;

    background-color: #f3f3ee !important;
  }

  .ai-in-personal-hero {
    background-image: url("../images/aiPerEcommerceRes.webp");
  }

  .ai-in-inventory-hero {
    background-image: url("../images/aiInEcommerceRes.webp") !important;
  }

  .ai-in-p2p-hero {
    background-image: url("../images/aiP2pRes.webp");
  }

  .blog-hero {
    background-image: url("../images/blogres.webp");
  }

  .portfolio1-hero{
    background-image: url("../images/portfolio1Res.jpg");
  }

  .portfolio2-hero{
    background-image: url("../images/portfolio2Res.webp");
  }

  .portfolio3-hero{
    background-image: url("../images/portfolio3Res.webp");
  }

  .portfolio4-hero{
    background-image: url("../images/portfolio4Res.webp");
  }

  .portfolio5-hero{
    background-image: url("../images/portfolio5Res.svg");
  }

  .portfolio6-hero{
    background-image: url("../images/portfolio6Res.webp");
  }

  .portfolio7-hero{
    background-image: url("../images/portfolio7Res.webp");
  }

  .portfolio8-hero{
    background-image: url("../images/portfolio8Res.webp");
  }

  .portfolio9-hero{
    background-image: url("../images/portfolio9Res.svg");
  }

  .portfolio10-hero{
    background-image: url("../images/portfolio10Res.svg");
  }

  .portfolio11-hero{
    background-image: url("../images/portfolio11Res.webp");
  }

  .portfolio12-hero{
    background-image: url("../images/portfolio12Res.webp");
  }

  .portfolio13-hero{
    background-image: url("../images/portfolio13Res.webp");
  }

  .portfolio14-hero{
    background-image: url("../images/portfolio14Res.svg");
  }

  .portfolio15-hero{
    background-image: url("../images/portfolio15Res.webp");
  }

  .portfolio16-hero{
    background-image: url("../images/portfolio16Res.webp");
  }

  .portfolio17-hero{
    background-image: url("../images/portfolio17Res.webp");
  }

  .portfolio18-hero{
    background-image: url("../images/portfolio18Res.svg");
  }

  .portfolio19-hero{
    background-image: url("../images/portfolio19Res.webp");
  }

  .ai-in-bank-hero {
    background-image: url("../images/aiBankRes.jpg");
  }

  .ai-in-ecommerce-hero {
    background-image: url("../images/aiEcommerceRes.jpg");
  }

  .ai-in-fintech-hero {
    background-image: url("../images/aiFintechRes.webp");
  }

  .dotNetDev-hero {
    background-image: url("../images/dotNetDevRes.webp");
  }

  .reactDev-hero {
    background-image: url("../images/reactDevRes.webp");
  }

  .laravelDev-hero {
    background-image: url("../images/laravelDevRes.webp");
  }

  .dotnet-hero {
    background-image: url("../images/dotNetres.jpg");
  }

  .angular-hero {
    background-image: url("../images/angularres.jpg");
  }

  .react-hero {
    background-image: url("../images/reactres.jpg");
  }

  .node-hero {
    background-image: url("../images/noderes.jpg");
  }

  .python-hero {
    background-image: url("../images/pythonres.webp");
  }

  .native-hero {
    background-image: url("../images/nativeres.webp");
  }

  .laravel-hero {
    background-image: url("../images/laravelres.jpg");
  }

  .fun-hero {
    background-image: url("../images/funres.webp");
  }

  .contact-hero {
    background-image: url("../images/contactres.jpg");
  }

  .career-hero {
    background-image: url("../images/careerres.webp");
  }

  .about-hero {
    background-image: url("../images/aboutres.jpg");
  }

  .tech-hero {
    background-image: url("../images/techres.jpg");
  }

  .agent-hero {
    background-image: url("../images/agentres.webp");
  }

  .service-hero {
    background-image: url("../images/serviceres.jpg");
  }

  .portfolio-hero {
    background-image: url("../images/portfoliores.webp");
  }

  .aiml-hero {
    background-image: url("../images/aimlres.webp");
  }

  .web-hero {
    background-image: url("../images/webres.webp");
  }

  .seo-hero {
    background-image: url("../images/seores.webp");
  }

  .app-hero {
    background-image: url("../images/appres.jpg");
  }

  .d365-hero {
    background-image: url("../images/d365res.jpg");
  }

  .enterprise-hero {
    background-image: url("../images/enterpriseres.jpg");
  }

  .uiux-hero {
    background-image: url("../images/uiuxres.jpg");
  }

  .ecommerce-hero {
    background-image: url("../images/ecommerceres.jpg");
  }

  .power-hero {
    background-image: url("../images/powerres.svg");
  }

  .start-content > .common-content {
    max-width: 100%;
  }

  .hero-content h1 {
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .job-overview-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .overview-item {
    grid-column: auto;
    justify-self: auto;
    max-width: none;
    width: 100%;
  }

  .overview-item:nth-child(4),
  .overview-item:nth-child(5) {
    grid-column: auto;
  }

  .overview-item:nth-child(odd) {
    justify-content: flex-start;
  }

  .overview-item:nth-child(even) {
    justify-content: flex-end;
    text-align: right;
  }

  .overview-icon {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 480px) {
  .blog-tags {
    justify-content: center;
  }

  .blog-tags span {
    width: 100%;
    justify-content: center;
    font-size: 14px;
  }

  .related-header {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .card {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .description,
  .sub-text {
    font-size: 14px;
  }

  .responsibility-item {
    padding: 12px;
    font-size: 13px;
    align-items: flex-start;
  }

  .arrow-circle span {
    font-size: 30px;
    transform: translateY(-2px);
  }

  .privacy-header h1 {
    font-size: 30px;
  }

  .privacy-card {
    padding: 20px;
  }

  .privacy-card h2 {
    font-size: 20px;
  }

  .privacy-card p {
    font-size: 14px;
  }
}

@media (max-width: 580px) {
  .start-section {
    min-height: 1000px;
  }
}

@media (max-width: 550px) {
  .start-section {
    min-height: 930px;
  }
}

@media (max-width: 530px) {
  .start-section {
    min-height: 860px;
  }
}

@media (max-width: 480px) {
  .start-section {
    min-height: 820px;
  }
}

@media (max-width: 450px) {

  .buttons-wrapper{
    gap:5px
  }

  .start-breadcrumb-new span,
  .start-breadcrumb-new a {
    font-size: 10px;
  }

  .start-content h1 {
    font-size: 28px;
  }

  .blog-meta span {
    padding: 4px 8px;

    font-size: 12px;
  }

  .start-section {
    min-height: 740px;
  }

  .team-img-box {
    width: 90px;
    height: 90px;
  }

  .top-badge {
    padding: 5px 15px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .start-section {
    min-height: 715px;
  }
}

@media (max-width: 410px) {
  .start-section {
    min-height: 670px;
  }

  .showcase-tags {
    gap: 8px;
    max-width: 90%;
  }

  .blog-table-card {
    padding: 10px;
  }

  .blog-table-head div,
  .blog-table-row div {
    padding: 0 10px;
    font-size: 13px;
  }

  .blog-table-title {
    font-size: 14px;
  }

  .blog-table-head::after,
  .blog-table-row::after {
    left: 40%;
    height: 18px;
  }
}

@media (max-width: 380px) {
  .start-section {
    min-height: 650px;
  }

  .global-stats {
    padding: 0px;
  }

  .start-breadcrumb-new {
    margin-bottom: 15px;
    padding: 6px 14px;
  }

  .blog-meta span {
    padding: 4px 8px;
    font-size: 11px;
  }

  .blog-meta {
    gap: 8px;
    margin-top: 15px;
  }

  .start-breadcrumb,
  .start-content h1 {
    margin-bottom: 5px;
  }

  .start-section {
    padding: 100px 16px 60px;
  }
}

@media (max-width: 360px) {
  .start-section {
    min-height: 625px;
  }
}

@media (max-width: 350px) {
  .start-section {
    min-height: 590px;
  }

  .team-name {
    left: 40%;
  }

  .node-bg {
        width: 300%;
        left: -39%;
    }
}

@media (max-width: 330px) {
  .start-section {
    min-height: 570px;
  }
}

@media (max-height: 900px) {
  .hero-section {
    padding: 140px 0px 0px;
  }
}

@media (min-width: 1200px) {
}

@media (max-width: 1550px) {

  .showcase-content h3{
    min-height: 130px;
  }
}

@media (min-width: 1500px) {
  .start-section {
    min-height: 680px;
  }
}

@media (min-width: 1700px) {
  .start-section {
    min-height: 750px;
  }
}

@media (min-width: 1850px) {
  .start-section {
    min-height: 850px;
  }
}

@media (min-width: 2100px) {
  .start-section {
    min-height: 900px;
  }
}

@media (min-width: 2400px) {
  .start-section {
    min-height: 1100px;
  }
}

@media (min-width: 2800px) {
  .start-section {
    min-height: 1250px;
  }
}

@media (min-width: 3000px) {
  .start-section {
    min-height: 1350px;
  }
}
