/* ============================================================
   GLOBAL — fonts, resets, variables
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
  --gradient: linear-gradient(
    217deg,
    rgba(246, 79, 89, 0.28),
    rgba(196, 113, 237, 1),
    rgba(18, 194, 233, 1),
    rgba(255, 255, 255, 1)
  );
  --border-width: 2px;
  --border-radius: 10px;
}

* {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  scroll-margin: 50px;
}

body {
  overflow-x: hidden !important;
  width: 100%;
}

section {
  padding-bottom: 40px;
  /* padding-top: 40px; */
}

#ourservices,
#ourexpertize,
#casestudies,
#footer {
  scroll-margin-top: 100px;
}

#aboutus {
    scroll-margin-top: 140px;
  }

/* ============================================================
   UTILITY
   ============================================================ */

.mini-info {
  margin-bottom: 12px;
  background: linear-gradient(
    86.47deg,
    rgba(41, 231, 231, 0.2) -3.64%,
    rgba(32, 41, 255, 0.2) 99.64%
  );
  padding: 5px 8px;
  border-radius: 8px;
}
.mini-info img {
  margin-right: 4px;
  width: 14px;
}
.mini-info h6 {
  color: rgb(56, 76, 255);
  margin: 0;
  font-size: 14px;
}

.mt-5new {
  margin-top: 3rem !important;
}

.icon-technology {
  width: 120px !important;
  height: 120px !important;
}

/* ============================================================
   SECTION TITLE (shared)
   ============================================================ */

.section-title {
  justify-content: start;
  justify-self: start;
  align-self: start;
  padding: 40px 0;
}
.section-title h2 {
  text-align: start;
}
.section-title h3 {
  text-align: start;
  font-size: 44px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.section-title h3 span {
  color: transparent;
  background-image: linear-gradient(
    45deg,
    rgb(24, 212, 241) 0%,
    rgb(37, 119, 221) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}
.section-title p {
  text-align: start;
  color: #181818;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/* ============================================================
   NAVBAR
   ============================================================ */

.navbar {
  background-color: #181818;
  min-height: 70px;
  align-items: center;
}
.navbar a {
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.navbar img {
  width: 96.89px;
  height: 48px;
}
.navbar .nav-item .active,
.nav-link:focus {
  color: rgb(180, 118, 2);
  font-weight: bold !important;
}
.navbar .navbar-nav .nav-item .reach a {
  background: linear-gradient(88.76deg, #18d4f1 12.36%, #2577dd 73.63%);
  border-radius: 100px;
  padding: 8px 16px;
}
.navbar .navbar-nav .nav-item .reach a:hover {
  color: white;
  font-weight: 800 !important;
}
.navbar .navbar-nav .nav-item .active {
  color: transparent;
  background-image: linear-gradient(
    45deg,
    rgb(24, 212, 241) 0%,
    rgb(37, 119, 221) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800 !important;
}
.navbar .navbar-nav .nav-item :hover {
  color: transparent;
  background-image: linear-gradient(
    45deg,
    rgb(24, 212, 241) 0%,
    rgb(37, 119, 221) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800 !important;
}
.navbar-active {
  background-color: #000;
  transition: 0.3s ease;
}
.topbar-scrolled {
  background-color: #181818 !important;
  transition: background-color 0.25s;
}
.navbar button[aria-expanded="true"] > span.close {
  display: block;
  color: #000;
  opacity: 1;
}
.navbar button[aria-expanded="true"] > span.navbar-toggler-icon {
  display: none;
}
.navbar button[aria-expanded="false"] > span.close {
  display: none;
}

/* ============================================================
   HERO
   ============================================================ */

.hero {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
  z-index: 1;
  padding-top: 70px;
  overflow: hidden;
}

#hero {
  background-attachment: fixed;
}
#hero .container {
  color: white;
  width: 100%;
  overflow-x: hidden;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#hero h1 {
  margin: 0;
  font-size: 56px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
}
#hero h4 {
  margin: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(255, 255, 255);
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 2;
}

#contentVideo {
  position: absolute;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  z-index: 1;
}

.hero .hero-text {
  font-family: "Inter", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero .hero-project {
  position: relative;
  z-index: 2;
}
.hero h3 {
  font-weight: 700;
  font-size: 54px !important;
  color: transparent;
  background-image: linear-gradient(
    45deg,
    rgba(24, 212, 241, 1) 0%,
    rgba(37, 119, 221, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  z-index: 2;
}
#hero .hero-text p {
  font-size: 14px;
  color: rgb(255, 255, 255);
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.hero-title {
  font-family: "Sumana", serif !important;
  font-size: 48px !important;
  font-weight: bold !important;
}

.p-1 {
  font-size: 56px !important;
}

/* Animated text */
/* .animate-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-animate {
  width: 140px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
.item {
  font-size: 24px;
  background: transparent;
  position: relative;
  z-index: 1;
  display: none;
}
.item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(
      45deg,
      rgba(246, 79, 89, 0.28),
      rgba(196, 113, 237, 1),
      rgba(18, 194, 233, 1)
    )
    border-box !important;
  mask:
    linear-gradient(purple 0 0) padding-box,
    linear-gradient(orange 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.content-animate .item.text-in {
  display: block !important;
  animation: textIn 0.5s ease;
}
.content-animate .item.text-out {
  animation: textOut 1s ease;
}

@keyframes textIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes textOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
} */

/* Animated text */
.content-animate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Border tetap */
.text-frame {
  position: relative;
  width: 140px; /* sesuaikan */
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 18px;
}

.text-frame::before {
  content: "";
  position: absolute;
  inset: 0;

  border-radius: 10px;
  border: 2px solid transparent;

  background: linear-gradient(
      45deg,
      rgba(246, 79, 89, 0.28),
      rgba(196, 113, 237, 1),
      rgba(18, 194, 233, 1)
    )
    border-box;

  mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.item {
  position: absolute;
  top: 50%;
  left: 50%;

  display: none;
  white-space: nowrap;

  font-size: 24px;
  font-weight: 400;

  transform: translate(-50%, -50%);
}

.item.text-in {
  display: block !important;
  animation: textIn 0.5s ease forwards;
}

.item.text-out {
  display: block !important;
  animation: textOut 0.5s ease forwards;
}

@keyframes textIn {
  from {
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes textOut {
  from {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -150%);
  }
}

/* Hero project sliders */
.txt-project {
  width: 75px;
  margin-top: 8px;
}
.status-slider {
  padding-left: 150px;
}
.btn-slider1 {
  padding-left: 150px;
  padding-top: 10px;
  margin-right: 32px;
}
.btn-slider2 {
  padding-left: 150px;
  margin-right: 32px;
}
.btn-slider3 {
  padding-left: 150px;
  padding-top: 30px;
  margin-right: 32px;
}
.btn-slider4 {
  padding-left: 150px;
  padding-top: 30px;
  margin-right: 32px;
}

/* Text animations */
#first-text {
  animation: moveUp 1s 1s forwards;
}
#second-text {
  opacity: 0;
  transform: translateY(-30px);
  animation: scrollup 1s 1.2s forwards;
}
@keyframes moveUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes scrollup {
  100% {
    transform: translateY(-54px);
  }
}

/* ============================================================
   ABOUT US
   ============================================================ */

#aboutus {
  margin-top: 140px;
  overflow: hidden;
}
#aboutus .title-aboutus .mini-info {
  margin-bottom: 12px;
}
#aboutus .title-aboutus h3 {
  font-size: 40px;
  padding-bottom: 30px;
  font-weight: 700;
}
#aboutus .title-aboutus h3 span {
  color: transparent;
  background-image: linear-gradient(
    45deg,
    rgb(24, 212, 241) 0%,
    rgb(37, 119, 221) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}
#aboutus .title-aboutus p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#aboutus .subtitle-aboutus {
  font-size: 14px;
  display: none;
}

#aboutus .subtitle-aboutus-desktop {
  display: block;
  line-height: 26px;
}

.industry-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.industry-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  max-width: 100%;
  background: #2577dd1c;
  border-radius: 999px;
  padding: 8px 18px 8px 8px;
  transition: all 0.3s ease;
}

.industry-item img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.industry-item span {
  font-size: 13px;
  font-weight: 500;
  color: #222;
  line-height: 1.2;
}

.industry-item:hover {
  transform: translateX(4px);
}

/* ============================================================
   WHY CHOOSE US
   ============================================================ */

.whychooseus {
  overflow: hidden;
}
.whychooseus .card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  border: none;
  border-radius: 16px;
  transition: transform 0.3s ease;
  z-index: 1000;
  overflow: hidden;
}
.whychooseus .card-body {
  border-radius: 16px;
  background:
    radial-gradient(
      circle at top right,
      #2577dd1c 0%,
      rgba(37, 119, 221, 0.25) 0%,
      rgba(37, 119, 221, 0.04) 25%,
      transparent 100%
    ),
    #f8fbff;
  box-shadow: none !important;
  padding: 24px;
}

.whychooseus .card-body-left {
  border-radius: 16px;
  background:
    radial-gradient(
      circle at top left,
      #2577dd1c 0%,
      rgba(37, 119, 221, 0.25) 0%,
      rgba(37, 119, 221, 0.04) 25%,
      transparent 100%
    ),
    #f8fbff;
  box-shadow: none !important;
  padding: 24px;
}

.whychooseus .card img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-right: 14px;
}
.whychooseus .card h4 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.whychooseus .card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0px;
}
/* .whychooseus .card:hover .shadow {
  transform: translateX(-10px) rotate(5deg);
} */
.whychooseus .subtitle-why-choose-us {
  font-size: 16px;
}

/* Card shadow overlay */
.shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  transform-origin: center bottom;
  z-index: -1000;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: none !important;
}
.shadow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: -1000;
  background-color: #f1faff;
}

.why-choose-us-title-mobile p {
  margin-bottom: 4px;
}

.choose-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* ============================================================
   WHAT WE DO
   ============================================================ */

#whatwedo {
  overflow: hidden;
}
#whatwedo .whatwedo-text {
  padding-left: 150px;
  padding-right: 50px;
  padding-top: 16px;
  margin-top: 62px;
}
#whatwedo .whatwedo-text h3 {
  padding-bottom: 40px;
  color: white;
  font-weight: 800;
  font-size: 36px !important;
}
#whatwedo .whatwedo-text p {
  color: white;
  font-size: 16px !important;
}
#whatwedo .nav-link {
  font-family: "Inter", sans-serif;
  max-width: 200px;
  white-space: normal;
  text-align: center;
  color: black;
  font-weight: 400;
}
#whatwedo .nav-link.active {
  position: relative;
  background-color: transparent !important;
  font-weight: 700;
}
#whatwedo .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 5px;
  background: linear-gradient(88.76deg, #18d4f1 12.36%, #2577dd 73.63%);
  transform: translateX(-50%);
  border-radius: 20px;
}

.nav {
  flex-wrap: wrap;
  max-width: 100%;
  text-align: center;
}

.whatwedo .row .simple-list-example {
  padding-bottom: 30px;
}

/* Pill backgrounds */
#pills-home {
  background-image: url("../source/Image/Image_satu_620.png");
}
#pills-profile {
  background-image: url("../source/Image/Image_dua_620.png");
}
#pills-contact {
  background-image: url("../source/Image/Image_tiga_620.png");
}
#pills-disabled {
  background-image: url("../source/Image/Image_empat_620.png");
}

#pills-home,
#pills-profile,
#pills-contact,
#pills-disabled {
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}

/* ============================================================
   OUR EXPERTISE
   ============================================================ */

.ourexpertize {
  position: relative;
  overflow: hidden;
  margin-top: 32px;
}
.ourexpertize-desktop-title {
  display: block;
  text-align: start !important;
}
.ourexpertize .section-title h3 {
  text-align: start;
  font-size: 44px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.ourexpertize .card {
  height: 100%;
  border-radius: 12px;

  background:
    radial-gradient(
      circle at top right,
      rgba(37, 119, 221, 1) 0%,
      rgba(37, 119, 221, 0.2) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(37, 119, 221, 0.09) 0%,
      rgba(37, 119, 221, 0.03) 35%,
      transparent 50%
    ),
    #fff;

  border: 1px solid #edf2f2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.ourexpertize .card-left {
  height: 100%;
  border-radius: 12px;

  background:
    radial-gradient(
      circle at top left,
      rgba(37, 119, 221, 1) 0%,
      rgba(37, 119, 221, 0.2) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(37, 119, 221, 0.09) 0%,
      rgba(37, 119, 221, 0.03) 35%,
      transparent 50%
    ),
    #fff;

  border: 1px solid #edf2f2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.ourexpertize .card-left:hover {
  transform: translateY(-20px) !important;
}
.ourexpertize .card-left h4 {
  font-size: 18px;
  font-weight: 700;
  padding-top: 12px;
}
.ourexpertize .card-left .card-body {
  padding: 16px;
}
.ourexpertize .card-left .card-body p {
  color: #181818;
  font-size: 14px;
}
.ourexpertize .card:hover {
  transform: translateY(-20px) !important;
}
.ourexpertize .card h4 {
  font-size: 18px;
  font-weight: 700;
  padding-top: 12px;
}
.ourexpertize .card .card-body {
  padding: 16px;
}
.ourexpertize .card .card-body p {
  color: #181818;
  font-size: 14px;
}

.decoration-card {
  width: 74px;
  height: 4px;
  border-radius: 8px;
  background-image: linear-gradient(
    45deg,
    rgb(24, 212, 241) 0%,
    rgb(37, 119, 221) 100%
  );
  margin-bottom: 8px;
}

/* ============================================================
   OUR SERVICE
   ============================================================ */

.ourservices {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 32px;
}
.ourservices .section-title h3 {
  font-size: 44px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.ourservices .card {
  height: 100%;
  border-radius: 12px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(124, 58, 237, 0.12) 0%,
      rgba(124, 58, 237, 0.05) 12%,
      transparent 30%
    ),
    #ffffff;

  border: 1px solid #edf2f2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  /* border: none;
  box-shadow: none; */
  z-index: 2;
  font-family: "Inter", sans-serif;
  transition: transform 0.5s ease;
}

.ourservices .card-left {
  height: 100%;
  border-radius: 12px;
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(124, 58, 237, 0.12) 0%,
      rgba(124, 58, 237, 0.05) 12%,
      transparent 30%
    ),
    #ffffff;

  border: 1px solid #edf2f2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  /* border: none;
  box-shadow: none; */
  z-index: 2;
  font-family: "Inter", sans-serif;
  transition: transform 0.5s ease;
}

.ourservices .card-desktop-right {
  height: 100%;
  border-radius: 12px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(124, 58, 237, 0.12) 0%,
      rgba(124, 58, 237, 0.05) 12%,
      transparent 30%
    ),
    #ffffff;

  border: 1px solid #edf2f2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  /* border: none;
  box-shadow: none; */
  z-index: 2;
  font-family: "Inter", sans-serif;
  transition: transform 0.5s ease;
}

.ourservices .card-desktop {
  height: 100%;
  border-radius: 12px;
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(124, 58, 237, 0.12) 0%,
      rgba(124, 58, 237, 0.05) 12%,
      transparent 30%
    ),
    #ffffff;

  border: 1px solid #edf2f2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  /* border: none;
  box-shadow: none; */
  z-index: 2;
  font-family: "Inter", sans-serif;
  transition: transform 0.5s ease;
}

.ourservices .card-left:hover {
  transform: none !important;
  /* transform: translateY(-20px) !important; */
}
.ourservices .card-left h4 {
  font-size: 18px;
  font-weight: 700;
}
.ourservices .card-left .card-body p {
  color: #181818;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.ourservices .card:hover {
  transform: none !important;
  /* transform: translateY(-20px) !important; */
}
.ourservices .card h4 {
  font-size: 18px;
  font-weight: 700;
}
.ourservices .card .card-body p {
  color: #181818;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}

.ourservices .card-body {
  padding: 24px;
}

.service-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: center;
}

.service-header h4 {
  margin-bottom: 0;
  width: 60%;
}

.service-header img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

/* ============================================================
     CASE STUDIES
     ============================================================ */

#casestudies .section-title {
  padding: 0px 0px 20px 0px;
}
.casestudies {
  display: block;
  padding: 40px 0;
  background: #fff;
  margin-top: 32px;
}

.casestudies .section-title {
  margin-bottom: 0px;
}

.casestudies .section-title h3 {
  text-align: start;
  font-size: 44px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.casestudies .section-title h3 span {
  color: transparent;
  background-image: linear-gradient(
    45deg,
    rgb(24, 212, 241) 0%,
    rgb(37, 119, 221) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 44px;
}

.casestudies .section-desc {
  margin-top: 16px;
  color: #181818;
  font-size: 16px;
  line-height: 1.7;
  font-style: italic;
}

.case-study-card {
  background: #fff;
  border: 1px solid #e8eeee;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: none !important;

  background:
    radial-gradient(
      circle at top right,
      rgba(112, 220, 230, 0.18) 0%,
      rgba(112, 220, 230, 0.08) 10%,
      transparent 50%
    ),
    #ffffff;
}

.case-study-card-purple {
  background: #fff;
  border: 1px solid #e8eeee;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: none !important;

  background:
    radial-gradient(
      circle at top right,
      rgba(124, 58, 237, 0.16) 0%,
      rgba(124, 58, 237, 0.06) 10%,
      transparent 50%
    ),
    #ffffff;
}

.case-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 18px 0;
}

.case-header h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  margin: 0;
  width: 80%;
}

.case-icon {
  width: 48px;
  height: 48px;
}

.case-image {
  margin: 18px;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
}

.case-image img {
  width: 100%;
  display: block;
}

.case-description {
  padding: 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #181818;
}

.case-features {
  list-style: none;
  padding: 0 18px;
  margin: 20px 0;
}

.case-features li {
  position: relative;
  /* padding-left: 28px; */
  margin-bottom: 12px;
  color: #181818;
  font-size: 14px;
}

.case-features li img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 14px;
}

.case-footer {
  /* border-top: 1px solid #ececec; */
  padding: 0px 16px 16px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #737373;
}

.container-card-casestudies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ============================================================
   TECHNOLOGIES
   ============================================================ */

.technologies {
  background-color: #f1faff;
  overflow: hidden;
  display: block;
}
.technologies p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  padding-bottom: 40px;
}
.technologies a {
  color: rgba(163, 163, 163, 0.8);
  font-weight: 400;
  font-size: 48px;
  text-decoration: none;
}
.technologies a span {
  padding-left: 20px;
}

.simple-list-example-scrollspy .active {
  color: black;
  font-size: 50px;
  font-weight: 700;
}
.simple-list-example-scrollspy .active::after {
  content: "→";
  margin-left: 16px;
}

#simple-list-example {
  opacity: 1;
  position: relative;
  z-index: 10;
}
#simple-list-example > a:hover {
  cursor: pointer;
}

#simple-list-item-1 img,
#simple-list-item-2 img,
#simple-list-item-3 img,
#simple-list-item-4 img {
  width: 50%;
  height: inherit;
  margin-bottom: 12px;
}
#simple-list-item-1 .col-lg-4 img,
#simple-list-item-2 .col-lg-4 img,
#simple-list-item-3 .col-lg-4 img,
#simple-list-item-4 .col-lg-4 img {
  margin-bottom: 56px;
}

/* ============================================================
   BEST PROJECT
   ============================================================ */

.bestproject h2 {
  font-weight: 700;
  font-size: 36px;
  padding-bottom: 12px;
}
.bestproject .row {
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
}
.bestproject .row p {
  font-size: 14px;
}
.bestproject-category {
  display: flex;
  padding-bottom: 16px;
}
.bestproject-category h5 {
  color: rgb(56, 76, 255);
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
  border-radius: 8px;
  margin-right: 5px;
  background: linear-gradient(
    86.47deg,
    rgba(41, 231, 231, 0.2) -3.64%,
    rgba(32, 41, 255, 0.2) 99.64%
  );
}
.bestproject .project-image:hover img {
  transform: scale(1.1, 1.1);
}
.bestproject .project-image img {
  border-radius: 20px;
  transition: all ease-in-out 0.3s;
  transform-origin: center;
  width: 100%;
}

/* ============================================================
   OUR CLIENT
   ============================================================ */

.ourclient-mobile {
  padding: 0px 0px 40px 0px;
  overflow: hidden;
  display: block;
}

.ourclient-mobile .client-description {
  font-size: 16px;
  line-height: 1.8;
  color: #181818;
  margin-bottom: 32px;
}

.client-slider {
  overflow: hidden;
  opacity: 0.5;

  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );

  mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
}

.client-track {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  animation: clientScroll 40s linear infinite;
}

.client-track img {
  height: 64px;
  width: auto;
  opacity: 1;
  filter: grayscale(100%);
}

.client-slider::before {
  background: linear-gradient(
    to right,
    #f5f5f5 0%,
    rgba(245, 245, 245, 0) 100%
  );
}

.client-slider::after {
  background: linear-gradient(to left, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}

@keyframes clientScroll {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* ============================================================
   CAREER
   ============================================================ */

.career {
  overflow: hidden;
  display: block;
}
.career p {
  font-size: 14px;
  padding-bottom: 32px;
}
.career .career-item img {
  transform: translate(50%, 0);
}
.career .career-item h5 {
  font-weight: 700;
  margin-top: 20px;
  font-size: 14px;
}
.career .career-item p {
  color: rgb(153, 153, 153);
  font-size: 14px;
  font-weight: 400;
}

.carrer-text {
  width: 50%;
}
.carrer-title {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 36px !important;
}
.career-dept span {
  font-size: 14px !important;
  color: #999;
}
.career-dept b {
  font-size: 16px !important;
}
.carrer-icon {
  width: 20px;
  height: 20px;
}

#bg-client-career {
  background-image: url("../lib/source/Image/bg-client.png");
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: absolute;
  margin-top: -330px;
}

/* ============================================================
   JOB VACANCY
   ============================================================ */

.jobvacancy {
  margin-top: -80px;
}
.jobvacancy h6 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 24px;
}
.jobvacancy label {
  font-size: 14px;
  font-weight: 500;
}
.jobvacancy .filter,
.contactus .filter {
  padding-bottom: 20px;
}
.jobvacancy .submit,
.contactus .submit {
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 20px;
  background: linear-gradient(
    45deg,
    rgb(24, 212, 241) 0%,
    rgb(37, 119, 221) 100%
  );
  color: white;
  padding: 8px 0;
}
.jobvacancy .cancel,
.contactus .cancel {
  color: transparent;
  background-image: linear-gradient(
    45deg,
    rgb(24, 212, 241) 0%,
    rgb(37, 119, 221) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  font-weight: 700;
  border-radius: 20px;
  border: none;
  padding: 8px 0;
}
.jobvacancy .career-card-link {
  text-decoration: none;
}
.jobvacancy .career-card-link .career-card {
  color: black;
  background: #fff !important;
  border: 1px solid #e8e8e8;
  padding: 16px;
  border-radius: 20px;
  width: 100%;
}
.jobvacancy .career-card {
  overflow: hidden;
}
.jobvacancy .career-card h4 {
  font-size: 16px;
  font-weight: 700;
}
.jobvacancy .career-card p {
  font-size: 14px;
  font-weight: 400;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-container img {
  width: 24px;
}

/* ============================================================
   CONTACT US
   ============================================================ */

.contact-element {
  background-image: url("../lib/source/Image/contact_us.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 80px 126px;
  height: 50vh;
  overflow: hidden;
}
.contact-text-left {
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0.88px;
}
.btnContactUs {
  border-radius: 112px;
  padding: 25px;
  height: 50px;
}
.contact-text-btn {
  background: -webkit-linear-gradient(#18d4f1, #2577dd);
  background-clip: text;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
}

.contactus .jobtype {
  display: flex;
  margin-bottom: 24px;
}
.contactus h4 {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 16px;
}
.contactus input {
  padding-bottom: 12px;
}
.contactus .jobtype h5 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 5px 10px;
  margin-right: 5px;
  border: 0.1px solid #ffffff;
  margin-bottom: 8px;
}

.control {
  border: none;
  border-bottom: 1px solid rgb(255, 255, 255);
  outline: none;
  background: none;
  color: white;
}
.control::placeholder {
  color: white;
}

.attrachment {
  display: flex;
}
.attrachment img {
  height: 24px;
  width: 24px;
  margin-left: 12px;
}
.attrachment p {
  padding-left: 16px;
}

.wave {
  display: none;
}

/* ============================================================
   FOOTER
   ============================================================ */

#footer {
  position: relative;
  background: #181818;
  color: #fff;
  overflow: hidden;
}

#footer::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -120px;
  bottom: -120px;
  border-radius: 50%;
  background: rgba(24, 212, 241, 0.4);
  filter: blur(100px);
  pointer-events: none;
}

.footer-logo {
  width: 94px;
  margin-bottom: 16px;
}

.copyright {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}

.footer-links h5,
.footer-contact h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}

.footer-contact h5 span {
  color: #ff3b3b;
}

.footer-links a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
}

.contact-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.contact-text small {
  color: #8f8f8f;
  font-size: 11px;
  display: block;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.contact-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
}

.contact-icon {
  /* width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08); */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  object-fit: contain;
}

/* ── Mobile (default): stacked ── */
#footer {
  padding: 48px 20px 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.footer-links {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  #footer {
    padding: 56px 80px 72px;
  }

  .footer-grid {
    grid-template-columns: 1fr auto auto;
    gap: 80px;
    align-items: start;
  }

  .footer-branding {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    margin-bottom: 12px;
  }

  .copyright {
    font-size: 14px;
    color: #8f8f8f;
  }

  /* Company links column */
  .footer-links h5 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  /* Contact column */
  .footer-contact {
    min-width: 260px;
  }

  .contact-item {
    padding: 0;
  }
}

.mobile-nav {
  display: none;
}

/* ============================================================
   DESKTOP-SPECIFIC BREAKPOINTS (≥992px)
   ============================================================ */

@media (min-width: 1366px) {
  #hero {
    background-attachment: fixed;
  }
}

@media only screen and (min-width: 1600px) {
  .contact-element {
    padding-right: 240px !important;
    padding-top: 60px;
    padding-left: 108px;
    padding-bottom: 3px;
  }
}

@media only screen and (max-width: 1900px) and (min-width: 1800px) {
  .contact-element {
    padding-right: 240px !important;
    padding-top: 100px;
    padding-left: 108px;
    padding-bottom: 3px;
    margin-left: 160px;
  }
}

@media only screen and (max-width: 1708px) and (min-width: 1700px) {
  .contact-element {
    padding-left: 118px !important;
    padding-top: 70px !important;
    margin-left: 160px;
  }
}

@media only screen and (max-width: 1425px) and (min-width: 1200px) {
  #whatwedo .whatwedo-text {
    padding-left: 150px;
    padding-right: 50px;
    padding-top: 0;
  }
  #whatwedo .whatwedo-text h3 {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  #whatwedo .whatwedo-text h3:nth-child(2) {
    padding-bottom: 10px;
    padding-top: 40px;
  }
  .btn-slider1 {
    padding-top: 0;
    margin-top: -25px;
  }
  .btn-slider2 {
    padding-top: 0;
    margin-top: 30px;
  }

  .contact-element {
    padding-right: 240px !important;
    padding-top: 45px;
    padding-left: 108px;
    padding-bottom: 3px;
    margin-left: 160px;
  }
  .contact-text-left {
    line-height: 55px;
  }
  .tag-contactus {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1200px) {
  .contact-element {
    padding-right: 240px !important;
    width: 100%;
    padding-top: 20px !important;
    padding-left: 68px;
    padding-bottom: 3px;
  }
  .contact-text-left {
    width: 500px;
  }
  .contact-text-right {
    margin-left: 80px;
  }
  .btnContactUs {
    margin-left: 70px;
  }
}

@media only screen and (max-width: 1290px) and (min-width: 1280px) {
  .contact-element {
    padding-left: 38px !important;
    padding-top: 0 !important;
    padding-right: 158px !important;
    margin-left: 160px;
  }
  .mt-5new {
    margin-top: 2rem !important;
  }
}
