/* ============================================================
   MOBILE & TABLET — max-width: 991px
   ============================================================ */

@media (max-width: 991px) {
  html {
    scrollbar-width: none;
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden !important;
  }

  section {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  [data-aos-delay] {
    transition: 0 !important;
  }

  #ourservices,
  #ourexpertize,
  #casestudies,
  #footer {
    scroll-margin-top: 4px;
  }

  #aboutus {
    scroll-margin-top: -4px;
  }

  /* Animated text */
  .content-animate {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  /* Border tetap */
  .text-frame {
    position: relative;
    width: 120px; /* sesuaikan */
    height: 40px;
    line-height: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
  }

  .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: 25%;
    left: 42%;

    display: none;
    white-space: nowrap;

    font-size: 24px;
    font-weight: 400;

    transform: translate(-50%, -50%);
  }

  .item.text-in {
    display: block !important;
    animation: textIn 0.3s ease forwards;
  }

  .item.text-out {
    display: block !important;
    animation: textOut 0.3s 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%);
    }
  }

  /* ============================================================
     NAVBAR — sembunyikan desktop nav, tampilkan mobile nav
     ============================================================ */

  .navbar-collapse,
  .navbar-toggler {
    display: none !important;
  }

  .reachus {
    display: none;
  }

  .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;
  }

  #header,
  .navbar-brand {
    transition: all 0.3s ease;
  }

  .header-hidden {
    transform: translateY(-100%);
    opacity: 0;
  }

  .brand-hidden {
    opacity: 0;
    visibility: hidden;
  }

  /* Mobile bottom nav */
  .mobile-nav {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 420px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 12px 8px;
    z-index: 9999;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
    overflow: hidden;
  }

  .mobile-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    position: relative;
  }

  .mobile-nav a.active::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(88.76deg, #18d4f1 12.36%, #2577dd 73.63%);
  }

  .mobile-nav a img {
    opacity: 0.85;
    transition: all 0.3s ease;
  }

  .mobile-nav a.active span {
    background: linear-gradient(88.76deg, #18d4f1 12.36%, #2577dd 73.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .mobile-nav a.active img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(93%) saturate(1762%)
      hue-rotate(155deg) brightness(102%) contrast(94%);
  }

  /* ============================================================
     HERO
     ============================================================ */

  #hero h1 {
    font-size: 36px !important;
    text-align: center;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 48px;
  }

  #hero h4 {
    line-height: 24px;
    padding: 13px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 75%;
    margin: 0 auto;
  }

  .item {
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    margin: 10px;
  }

  .animate-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.5;
  }

  .content-animate {
    display: block;
    height: auto;
    overflow: visible;
    margin: 8px 0;
  }

  .item {
    font-size: 18px;
    line-height: 38px;
  }

  .txt-end {
    font-size: 14px;
  }

  .hero-title {
    font-family: "Sumana", serif !important;
    font-size: 48px !important;
    font-weight: bold !important;
  }

  .hero h3 {
    font-weight: 700;
    font-size: 32px !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-project-container {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 40px !important;
    width: 100%;
  }

  .hero-project {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 120px;
  }

  .hero-project h3 {
    margin: 0;
    line-height: 1;
  }

  .txt-project {
    font-size: 14px;
    margin: 8px 0 0 0;
    line-height: 1.4;
    white-space: nowrap;
  }

  .status-slider {
    padding-left: 20px;
    padding-top: 12px;
  }

  .btn-slider1,
  .btn-slider2,
  .btn-slider3,
  .btn-slider4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 8px !important;
  }

  /* ============================================================
     ABOUT US
     ============================================================ */

  #aboutus {
    margin-top: 16px;
    overflow: hidden;
  }

  #aboutus .title-aboutus h3 {
    font-size: 26px;
    padding-bottom: 8px;
    font-weight: 700;
  }

  #aboutus .subtitle-aboutus {
    display: block;
    font-size: 14px;
  }

  .dotdot-aboutus {
    display: none;
  }

  .title-aboutus {
    margin-top: 20px;
  }

  .about-us-image {
    display: none;
  }

  #aboutus .subtitle-aboutus-desktop {
    display: none;
  }

  .industry-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .industry-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    width: fit-content;
    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);
  }

  .title-including {
    display: block;
  }

  /* ============================================================
     SECTION TITLE
     ============================================================ */

  .section-title {
    align-self: center;
    padding: 12px 0;
  }
  .section-title h3 {
    text-align: start;
    font-size: 24px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 12px !important;
  }
  .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: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  #whatwedo .section-title h3 {
    font-size: 26px !important;
    padding: 0 16px;
  }

  /* ============================================================
     WHAT WE DO
     ============================================================ */

  #whatwedo .tab-pane,
  #whatwedo .tab-pane *[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  #whatwedo .tab-pane img.d-block {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
  }

  #whatwedo .whatwedo-text {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    margin-top: 0 !important;
  }

  #whatwedo .whatwedo-text h3 {
    color: #111 !important;
    font-size: 20px !important;
    padding-bottom: 12px !important;
  }

  #whatwedo .whatwedo-text p {
    color: #444 !important;
    font-size: 14px !important;
  }

  #whatwedo .nav.nav-pills {
    flex-wrap: nowrap !important;
    display: flex !important;
    overflow-x: auto !important;
    scrollbar-width: none;
    justify-content: flex-start !important;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  #whatwedo .nav.nav-pills::-webkit-scrollbar {
    display: none;
  }

  #whatwedo #pills-tab .nav-item {
    flex: 0 0 auto !important;
  }

  #whatwedo #pills-tab .nav-link {
    white-space: nowrap !important;
    font-size: 13px !important;
    padding: 12px 16px !important;
    max-width: none !important;
    color: #999 !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border-bottom: 3px solid transparent !important;
  }

  #whatwedo #pills-tab .nav-link.active {
    color: #111 !important;
    font-weight: 700 !important;
    background: transparent !important;
    position: relative;
  }

  #whatwedo #pills-tab .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: linear-gradient(88.76deg, #18d4f1 12.36%, #2577dd 73.63%);
    border-radius: 100px;
  }

  #whatwedo .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #pills-home,
  #pills-profile,
  #pills-contact,
  #pills-disabled {
    background-image: none !important;
    height: auto !important;
  }

  #whatwedo img.image-whatwedo {
    display: none;
  }

  .whatwedo-mobile {
    display: block !important;
  }

  .whatwedo-mobile img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .whatwedo {
    display: none;
  }

  /* ============================================================
     WHY CHOOSE US
     ============================================================ */

  .whychooseus .card p {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0px;
  }

  .why-choose-us-title {
    display: none;
  }

  .choose-title {
    display: flex;
    align-items: center;
  }

  .whychooseus .card {
    box-shadow: none !important;
  }

  .whychooseus .card img {
    height: 32px;
    width: 32px;
    object-fit: contain;
    margin-right: 14px;
  }

  .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: 16px;
  }

  .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: 16px;
  }

  .why-choose-us-title-mobile {
    display: block;
  }

  .why-choose-us-title-mobile p {
    margin-bottom: 4px;
  }

  .whychooseus .card:hover .shadow {
    /* transform: translateX(-10px) rotate(5deg); */
    transform: none !important;
  }

  .whychooseus .subtitle-why-choose-us {
    font-size: 14px;
  }

  .wave {
    display: block;
  }

  .decoration-card {
    width: 54px;
    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: 18px;
  }
  .ourservices .section-title h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
  }
  .ourservices .card {
    height: 100%;
    border-radius: 12px;
    /* box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06); */
    box-shadow: none !important;
    z-index: 2;
    font-family: "Inter", sans-serif;
    transition: transform 0.5s ease !important;

    background:
      radial-gradient(
        circle at top right,
        rgba(124, 58, 237, 0.4) 0%,
        rgba(124, 58, 237, 0.18) 1%,
        transparent 30%
      ),
      #fafaff;
    /* border: 1px solid #e8eeee; */
    border: none;
  }
  .ourservices .card:hover {
    transform: none !important;
  }
  .ourservices .card h4 {
    font-size: 18px;
    font-weight: 700;
  }
  .ourservices .card .card-body p {
    color: #181818;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
  }
  .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) 30%,
        transparent 50%
      ),
      #fafaff;
    border: none;
    box-shadow: none;
    z-index: 2;
    font-family: "Inter", sans-serif;
    transition: transform 0.5s ease;
  }
  .ourservices .card-mobile {
    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) 30%,
        transparent 50%
      ),
      #fafaff;
    border: 1px solid #edf2f2;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    z-index: 2;
    font-family: "Inter", sans-serif;
    transition: transform 0.5s ease;
  }
  .ourservices .card-left .card-body p {
    color: #181818;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
  }

  .ourservices .card-body {
    padding: 16px;
  }

  .service-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .service-header h4 {
    margin-bottom: 0;
    width: 60%;
  }

  .service-header img {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }

  /* ============================================================
   OUR EXPERTISE
   ============================================================ */

  .ourexpertize {
    position: relative;
    overflow: hidden;
    margin-top: 32px;
  }
  .ourexpertize-desktop-title {
    display: none;
  }
  .ourexpertize-desktop-mobile {
    display: block;
  }
  .ourexpertize .section-title h3 {
    text-align: start;
    font-size: 24px;
    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 #e8eeee;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    z-index: 2;
    font-family: "Inter", sans-serif;
    transition: transform 0.5s ease !important;
  }
  .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:hover {
    transform: none !important;
  }
  .ourexpertize .card h4 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
  }
  .ourexpertize .card-left h4 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
  }
  .ourexpertize .card .card-body p {
    color: #181818;
    font-size: 12px;
    margin-bottom: 0px;
  }
  .ourexpertize .card-left .card-body p {
    color: #181818;
    font-size: 12px;
  }
  .ourexpertize .card-left:hover {
    transform: none !important;
    /* transform: translateY(-20px) !important; */
  }
  .ourexpertize .row.row-gap-4 {
    row-gap: 1rem !important;
  }

  .ourexpertize .card {
    height: 100%;
    border-radius: 12px;
  }

  .ourexpertize .card-body {
    padding: 12px;
  }

  /* Ubah layout menjadi vertikal */
  .ourexpertize .card .row {
    flex-direction: column;
    margin: 0;
  }

  .ourexpertize .card-left .row {
    flex-direction: column;
    margin: 0;
  }

  .ourexpertize .card .col-auto,
  .ourexpertize .card .col {
    width: 100%;
    padding: 0;
  }

  .ourexpertize .card-left .col-auto,
  .ourexpertize .card-left .col {
    width: 100%;
    padding: 0;
  }

  .ourexpertize .card img {
    width: 36px !important;
    height: 36px !important;
    /* margin-bottom: 12px; */
  }

  .ourexpertize .card-left img {
    width: 36px !important;
    height: 36px !important;
    /* margin-bottom: 12px; */
  }

  /* ============================================================
     CASE STUDIES
     ============================================================ */
  .casestudies {
    display: block;
    padding: 20px 0;
    background: #fff;
    margin-top: 38px;
  }

  .casestudies .section-title {
    margin-bottom: 0px;
  }

  .casestudies .section-title h3 {
    text-align: start;
    font-size: 24px;
    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: 24px;
  }

  .casestudies .section-desc {
    margin-top: 16px;
    color: #181818;
    font-size: 14px;
    line-height: 1.7;
    font-style: italic;
    margin: 0;
  }

  .case-study-card {
    background: #fff;
    border: 1px solid #e8eeee;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
    /* box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12); */
    box-shadow: none !important;

    background:
      radial-gradient(
        circle at top right,
        rgba(112, 220, 230, 0.253) 0%,
        rgba(112, 220, 230, 0.15) 10%,
        transparent 20%
      ),
      #ffffff;
  }

  .case-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px 0;
  }

  .case-header h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    margin: 0;
    width: 80%;
  }

  .case-icon {
    width: 38px;
    height: 38px;
  }

  .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: 12px;
    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: 12px;
  }

  .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: 12px;
    line-height: 1.6;
    color: #737373;

    /* background: #fafafa; */
  }

  .container-card-casestudies {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  /* ============================================================
     CLIENTS
     ============================================================ */

  .ourclient-mobile {
    padding: 0px 0px 40px 0px;
    overflow: hidden;
    display: block;
  }

  .ourclient-mobile .client-description {
    font-size: 14px;
    line-height: 1.8;
    color: #181818;
    margin-bottom: 32px;
  }

  .client-slider {
    overflow: hidden;

    -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);
    }
  }

  /* ============================================================
     TECHNOLOGIES
     ============================================================ */

  .technologies .row.overflow-auto {
    flex-direction: column !important;
  }

  .technologies .col-5 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
  }

  .technologies .col-7 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .technologies p {
    font-size: 14px;
  }

  .technologies {
    display: none;
  }

  #simple-list-example {
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap;
    scrollbar-width: none;
    gap: 0 !important;
    border-bottom: 1px solid #dce8f0;
    padding-bottom: 0;
  }
  #simple-list-example::-webkit-scrollbar {
    display: none;
  }

  #simple-list-example a {
    display: inline-block;
    flex: 0 0 auto;
    font-size: 14px !important;
    font-weight: 600;
    padding: 10px 16px !important;
    border-radius: 0 !important;
    border-bottom: 3px solid transparent;
    color: rgba(163, 163, 163, 0.8);
    background: none !important;
  }

  #simple-list-example a.active {
    font-size: 14px !important;
    font-weight: 700;
    color: #111 !important;
    position: relative;
  }

  #simple-list-example a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: linear-gradient(88.76deg, #18d4f1 12.36%, #2577dd 73.63%);
    border-radius: 100px;
  }

  .simple-list-example-scrollspy .active::after {
    content: "" !important;
    margin-left: 0 !important;
  }

  #simple-list-item-1,
  #simple-list-item-2,
  #simple-list-item-3,
  #simple-list-item-4 {
    height: auto !important;
    min-height: unset !important;
    padding-bottom: 24px;
    margin-top: 16px;
  }

  [data-bs-spy="scroll"] {
    max-height: none !important;
    overflow-y: visible !important;
  }

  .icon-technology {
    width: 100% !important;
    height: auto !important;
    padding: 8px;
    object-fit: contain;
  }

  /* ============================================================
     CAREER
     ============================================================ */

  .career .career-item img {
    transform: none !important;
    display: block;
    margin-bottom: 8px;
  }

  .career .career-item {
    padding-left: 24px;
    padding-right: 8px;
    margin-bottom: 24px;
  }

  .career .career-item h5 {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .career .career-item p.carrer-text {
    font-size: 11px;
    color: rgb(153, 153, 153);
  }

  .career-intro-text {
    width: 100% !important;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 14px;
  }

  .career {
    display: none;
  }

  /* ============================================================
     CLIENT / BACKGROUND
     ============================================================ */

  #bg-client-career {
    background-image: none;
    display: none;
  }

  .bg-white {
    background-color: #fff !important;
  }

  .ourclient {
    display: none;
  }

  /* ============================================================
     MISC
     ============================================================ */

  .consult {
    display: block !important;
    background: linear-gradient(88.76deg, #18d4f1 12.36%, #2577dd 73.63%);
    border-radius: 100px;
    padding: 8px 16px;
    margin-left: 20px;
  }

  .navbar-mobile {
    background-color: #fff !important;
    height: 100vh;
    width: 100% !important;
  }

  .navbar-mobile ul li a {
    color: #000 !important;
  }

  .navbar-mobile ul li a:hover {
    color: transparent !important;
  }

  .dotdot {
    display: none;
  }
  .dotdot-aboutus {
    display: none;
  }
  .dotdot-aboutus-left {
    display: none;
  }

  .dotdot-jv-right {
    display: none;
  }

  .dotdot-jv-left {
    display: none;
  }
  .dotdot2 {
    display: none;
  }
  .dotdot3 {
    display: none;
  }
  .dotdot4 {
    display: none;
  }
  .dotdot5 {
    display: none;
  }

  #footer {
    position: relative;
    background: #181818;
    color: #fff;
    padding: 64px 4px 100px 4px;
    overflow: hidden;
  }

  .footer-grid {
    margin-top: 64px;
    padding-bottom: 164px;
    gap: 20px;
  }

  #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 a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding-bottom: 2px;
  }

  .footer-logo {
    width: 94px;
    margin-bottom: 16px;
  }

  .copyright {
    font-size: 12px;
    margin-bottom: 40px;
  }

  .footer-links {
    margin-bottom: 50px;
    display: none;
  }

  .footer-links h5,
  .footer-contact h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .footer-contact h5 span {
    color: #ff3b3b;
  }

  .footer-links a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }

  .contact-item {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 32px;
    padding: 0px 10px 0px 10px;
  }

  .contact-text {
    flex: 1;
  }

  .contact-text small {
    color: #8f8f8f;
    font-size: 12px;
    display: block;
  }

  .contact-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .contact-icon {
    /* width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08); */

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    text-decoration: none;
  }

  .contact-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  #footer-desktop {
    display: none;
  }

  #footer {
    background-color: #181818;
    color: white;
    z-index: 1;
    padding: 0;
    justify-content: center;
    overflow: hidden;
  }
}
