:root {
  --contact-primary: #27cac9;
  --contact-primary-dark: black;
  --contact-ink: #142454;
  --contact-body: #627293;
  --contact-border: rgba(19, 36, 84, 0.14);
  --contact-surface: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.contact-page-body {
  font-family: "Inter", sans-serif;
  color: var(--text-dark);
  background: linear-gradient(180deg, #fbfbfd 0%, #ffffff 12%);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.common-container {
  width: min(1610px, calc(100% - 40px));
  margin: auto;
}
.contact-page-header {
  padding: 18px 0 52px;
}

.contact-topbar,
.contact-banner-frame {
  margin-top: 90px;
  width: min(1770px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.contact-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  padding: 0 18px 18px;
  color: var(--contact-body);
  font-size: 16px;
  font-weight: 400;
}

.contact-topbar-group {
  display: flex;
  justify-content: center;
  /* align-items: center;
  flex-wrap: wrap; */
  gap: 18px 34px;
}

.contact-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.25s ease;
}

.contact-topbar-item i {
  color: var(--contact-primary);
  font-size: 0.95rem;
}

.contact-topbar-item:hover {
  color: var(--contact-primary);
}

.contact-banner-frame {
  padding: 18px;
  border-radius: 36px;
  background: var(--contact-surface);
  box-shadow: 0 26px 60px rgba(17, 37, 76, 0.08);
}

.contact-banner-surface {
  position: relative;
  min-height: 560px;
  padding: 30px 28px 34px;
  border-radius: 30px;
  overflow: hidden;
  /* background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.55) 40%,
    rgba(0, 0, 0, 0.2) 100%
  ); */
  /* url("../images/page-banner-img1-1.png");
    
  background-size: cover;
  background-position: center; */
}


.banner-health {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/banner/Health_banner.jpg");
  background-size: cover;
  background-position: center;
}

.banner-services {
  background-image: url("../images/page-banner-img1-1.png");
  background-size: cover;
  background-position: center;
}

.banner-ai {

  background-image: url("../images/banner/ai-banner.jpg");
  
  background-size: cover;
  background-position: center;
}

.banner-about {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/banner/about-banner.jpg");

  background-size: cover;
  background-position: center;
}

.banner-retail {

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/banner/retail-banner.jpg");

  background-size: cover;
  background-position: center;
}

.banner-customer {
   background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/banner/customer-banner.jpg");
  background-size: cover;
  background-position: center;
}

.banner-bank {
   background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/banner/bank-banner.jpg");
  background-size: cover;
  background-position: center;
}

.banner-dataannotate {
   background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/banner/dataannotation.png");
  background-size: cover;
  background-position: center;
}

.banner-dataset {
   background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/banner/dataset.jpg");
  background-size: cover;
  background-position: center;
}

.banner-aivalidate {
   background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/banner/aivalidate.jpg");
  background-size: cover;
  background-position: center;
}

.banner-market {
   background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/banner/market-banner.jpg");
  background-size: cover;
  background-position: center;
}

.banner-casestudy {
  background-image: url("../images/page-banner-img1-1.png");
  background-size: cover;
  background-position: center;
}

.contact-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* SAME AS background-size: cover */
  z-index: 0;
  background-color: transparent;

  /* background-image: linear-gradient(270deg, #D7DAE800 25.13%, #DADDE8 75.52%); */
}

/* .contact-banner-surface::before,
.contact-banner-surface::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.contact-banner-surface::before {
  top: 14px;
  left: 15%;
  width: 26%;
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  filter: blur(4px);
}

.contact-banner-surface::after {
  top: 14px;
  right: 19%;
  width: 18%;
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  filter: blur(4px);
} */

.contact-navbar {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);

  width: min(1835px, calc(100% - 40px)); /* container feel */
  z-index: 999;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 18px 16px 24px;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.86) 72%,
    rgba(255, 255, 255, 0.7) 100%
  );

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(17, 37, 76, 0.08);
}

.contact-brand-group {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.contact-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.contact-logo-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--contact-primary);
  color: #ffffff;
  font-size: 1.22rem;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.contact-logo-wordmark {
  font-size: clamp(1.8rem, 1.45rem + 0.8vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #162548;
}

.contact-nav-divider {
  width: 1px;
  height: 34px;
  background: rgba(20, 36, 84, 0.16);
}

.contact-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--contact-body);
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.contact-phone-link i {
  color: var(--contact-primary);
}

.contact-phone-link:hover {
  color: var(--contact-primary);
}

.contact-nav-panel {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}

.contact-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.35vw, 34px);
}

.contact-nav-links > li {
  position: relative;
}

.contact-nav-links a,
.contact-nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--contact-ink);
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.25s ease;
}

.contact-nav-links a:hover,
.contact-nav-toggle:hover,
.contact-nav-toggle.show,
.contact-nav-links a.is-active {
  color: var(--contact-primary);
}

.contact-nav-toggle::after {
  display: none;
}

.contact-nav-toggle i {
  font-size: 0.7rem;
}

.contact-dropdown-menu.dropdown-menu {
  min-width: 220px;
  margin-top: 14px;
  padding: 10px;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 22px 45px rgba(17, 37, 76, 0.12);
}

.contact-dropdown-menu .dropdown-item {
  border-radius: 12px;
  padding: 10px 14px;
  color: var(--contact-ink);
  font-weight: 600;
}

.contact-dropdown-menu .dropdown-item:hover,
.contact-dropdown-menu .dropdown-item:focus {
  background: rgba(22, 119, 255, 0.08);
  color: var(--contact-primary);
}

.contact-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  padding: 16px 30px;
  border-radius: 999px;
  background: var(--contact-primary);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 16px 28px rgba(22, 119, 255, 0.24);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.contact-nav-cta:hover {
  background: var(--contact-primary-dark);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 20px 32px rgba(22, 119, 255, 0.28);
}

@media (max-width: 768px) {
  .contact-nav-cta {
    display: none;
  }
}
.contact-nav-mobile-toggle {
  display: none;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  background: rgba(245, 248, 255, 0.96);
  color: var(--contact-ink);
  font-size: 1.08rem;
  box-shadow: inset 0 0 0 1px rgba(20, 36, 84, 0.08);
}

.contact-offcanvas {
  width: min(340px, 86vw);
  border-right: 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.contact-offcanvas-header {
  padding: 22px 22px 18px;
  border-bottom: 1px solid rgba(20, 36, 84, 0.08);
}

.contact-offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 22px;
}

.contact-mobile-nav {
  display: grid;
  gap: 6px;
}

.contact-mobile-nav a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(20, 36, 84, 0.08);
  color: var(--contact-ink);
  font-weight: 700;
}

.contact-mobile-nav a.is-active {
  color: var(--contact-primary);
}

.contact-mobile-cta {
  width: 100%;
}

.contact-banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: calc(560px - 96px);
  padding: 42px min(8vw, 138px) 30px;
}

.contact-banner-copy {
  max-width: 700px;
}

/* .aboutbtn-cta {
   marg
} */

.contact-banner-title {
  margin: 0;
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -0.06em;
}

.contact-banner-title span {
  color: var(--contact-primary);
  font-style: italic;
  font-weight: 700;
}

.contact-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding: 16px 22px;
  border: 1px solid rgba(20, 36, 84, 0.16);
  border-radius: 24px 24px 0 0;
  border-bottom-left-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  color: #1a2955;
  font-size: 1rem;
  font-weight: 600;
}

.contact-breadcrumb a {
  transition: color 0.25s ease;
}

.contact-breadcrumb a:hover {
  color: var(--contact-primary);
}

.contact-breadcrumb-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a2955;
  font-size: 0.9rem;
}

.contact-breadcrumb [aria-current="page"] {
  color: var(--contact-primary);
}

.contact-banner-dot {
  position: absolute;
  left: 52.5%;
  bottom: 126px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(20, 36, 84, 0.18);
  border-radius: 50%;
}

.contact-banner-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  background: var(--contact-primary);
}

@media (hover: hover) and (min-width: 1200px) {
  .contact-nav-links .dropdown:hover > .contact-dropdown-menu {
    display: block;
  }

  .contact-nav-links .dropdown:hover > .contact-nav-toggle {
    color: var(--contact-primary);
  }
}

@media (max-width: 1399.98px) {
  .contact-banner-content {
    padding-left: min(6vw, 96px);
    padding-right: min(6vw, 96px);
  }

  .contact-banner-title {
    font-size: clamp(2.8rem, 2rem + 2.5vw, 4rem);
  }
}

@media (max-width: 1199.98px) {
  .contact-navbar {
    width: min(100%, calc(100% - 24px));
    padding: 16px 18px;
  }

  .contact-nav-panel,
  .contact-phone-link,
  .contact-nav-divider {
    display: none;
  }

  .contact-nav-mobile-toggle {
    display: inline-flex;
  }

  .contact-banner-surface {
    min-height: 520px;
    padding: 22px 20px 28px;
  }

  .contact-banner-content {
    min-height: calc(520px - 86px);
    padding: 38px 38px 24px;
  }

  .contact-banner-dot {
    left: 54%;
    bottom: 106px;
  }
}

@media (max-width: 991.98px) {
  .contact-topbar {
    display: none;
  }

  .contact-page-header {
    padding-top: 12px;
  }

  .contact-banner-frame {
    width: min(100%, calc(100% - 24px));
    padding: 12px;
    border-radius: 28px;
  }

  .contact-banner-surface {
    min-height: 500px;
    border-radius: 24px;
    background-position: 68% center;
  }

  .contact-banner-content {
    min-height: calc(500px - 82px);
    padding: 48px 28px 20px;
    align-items: flex-end;
  }

  .contact-banner-copy {
    max-width: 560px;
  }

  .contact-banner-title {
    font-size: clamp(2.55rem, 6vw, 3.7rem);
  }

  .contact-banner-dot {
    left: 58%;
    bottom: 96px;
  }
}

@media (max-width: 767.98px) {
  .contact-banner-frame {
    width: min(100%, calc(100% - 16px));
    padding: 10px;
    border-radius: 24px;
  }

  .contact-banner-surface {
    min-height: 460px;
    padding: 79px 14px 22px;
    border-radius: 20px;
    
    /* url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=80") 72% center / cover no-repeat,
      url("https://images.pexels.com/photos/3861969/pexels-photo-3861969.jpeg?auto=compress&cs=tinysrgb&w=1800") 72% center / cover no-repeat; */
  }

  .contact-banner-surface::before,
  .contact-banner-surface::after,
  .contact-banner-dot {
    display: none;
  }

  .contact-navbar {
    width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .contact-logo-wordmark {
    font-size: 1.65rem;
  }

  .contact-logo-icon {
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
  }

  .contact-nav-mobile-toggle {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .contact-banner-content {
    min-height: calc(460px - 78px);
    padding: 34px 16px 12px;
    align-items: center;
  }

  .contact-banner-copy {
    max-width: 100%;
  }

  .contact-banner-title {
    max-width: 420px;
    font-size: clamp(2.15rem, 9vw, 3.05rem);
    line-height: 1.12;
  }

  .contact-breadcrumb {
    margin-top: 24px;
    padding: 14px 18px;
    font-size: 0.95rem;
  }
}

@media (max-width: 479.98px) {
  .contact-banner-surface {
    min-height: 420px;
    background-position: 74% center;
  }

  .contact-banner-content {
    min-height: calc(420px - 74px);
    padding: 26px 14px 8px;
  }

  .contact-banner-title {
    font-size: clamp(1.95rem, 10vw, 2.5rem);
  }

  .contact-breadcrumb {
    gap: 10px;
    padding: 12px 16px;
    font-size: 0.92rem;
  }
}

/* SECTION */
.contact-info-section {
  padding: 80px 0;
  /* background: #f5f7fb; */
}

/* CARD */
.contact-card {
  background: #f8faff;
  border: 1px solid #e6ecf5;
  padding: 40px 40px 40px 40px;
  border-radius: 6px 6px 6px 6px;
  border-width: 1px 1px 1px 1px;
  transition: 0.3s ease;
  height: 100%;
  position: relative;
}

/* HOVER EFFECT */
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* ACTIVE FIRST CARD (like image) */
.contact-card.active .icon-box {
  background: #0d6efd;
  color: #fff;
}

/* TOP ROW */
.card-top {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

/* ICON */
.icon-box {
  width: 90px;
  height: 87px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e6ecf5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #27cac9;
  font-size: 22px;
  z-index: 2;
}

/* LINE */
.line {
  flex: 1;
  height: 1px;
  background: #27cac9;
  margin-left: 15px;
  position: relative;
}

/* SMALL BLUE DOT */
.dot {
  width: 8px;
  height: 8px;
  background: #27cac9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* TEXT */
.contact-card h4 {
  font-size: 24px;
  font-weight: 700;
  color: #0b1c39;
  margin-bottom: 10px;
  font-family: "Barlow", Sans-serif;
}

.contact-card p {
  color: #4d505b;
  font-size: 18px;
  margin: 0;
}

/* RESPONSIVE */

/* Tablet */
@media (max-width: 991px) {
  .contact-info-section {
    padding: 60px 0;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .contact-card {
    padding: 25px;
  }

  .icon-box {
    width: 50px;
    height: 50px;
  }
}

/* contact-section */
/* SECTION */
.contact-section {
  /* background: #f5f7fb; */
  padding: 80px 0;
}

/* MAIN WRAPPER */
.contact-wrapper {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  border-radius: 16px 16px 16px 16px;
  border-top: 4px solid #27cac9;
}

/* TITLE */
.contact-form h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #0b1c39;
  letter-spacing: -1px;
}

/* LABEL */
.contact-form label {
  font-size: 18px;
  margin-bottom: 6px;
  display: block;
  color: #0d173f;
  font-weight: 400;
}

/* INPUTS */
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border-radius: 10px;
  border: none;
  background: #f1f4f9;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

/* FOCUS EFFECT */
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.2);
}

/* TEXTAREA */
.contact-form textarea {
  resize: none;
}

/* BUTTON */
.btn-submit {
  background: #27cac9;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 500;
}

.btn-submit:hover {
  /* background: #0b5ed7; */
  transform: translateY(-2px);
}

/* MAP */
.map-box {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
}

/* RESPONSIVE */

/* Tablet */
@media (max-width: 991px) {
  .contact-wrapper {
    padding: 30px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .contact-form h2 {
    font-size: 26px;
  }

  .btn-submit {
    width: 100%;
    text-align: center;
  }
}

.form-desc {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 20px;
}
