@media (max-width: 991px) {
  .about-content {
    /* text-align: initial !important; */
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .about-content p {
    max-width: 90vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center !important;
  }
}

/* Justify text in about section */
/* .about-content p {
  text-align: justify;
} */
/* Responsive: Industries horizontal scroll on mobile */
@media (max-width: 991px) {
  .industries-gradient-container {
    min-height: 100px !important;
    /* Diperkecil 20% dari 200px */
  }
}

@media (min-width: 992px) {
  .industries-gradient-container {
    min-height: 200px !important;
    /* Bertambah 20% dari ukuran dasarnya 200px */
  }
}

.industries-gradient-container .container {
  max-width: 100%;
  padding-left: clamp(8px, 1.8vw, 20px);
  padding-right: clamp(8px, 1.8vw, 20px);
}

/* Desktop: flex row, wrap (seperti semula) */
.industries-row-scroll {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  align-items: center;
  gap: 1.2rem 0.5rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -10px;
}

.industries-row-scroll > div[class^="col-"],
.industries-row-scroll > [class*="col-"] {
  width: 300px;
  min-width: 150px;
  max-width: 220px;
  margin-bottom: 0 !important;
  padding-left: 4px;
  padding-right: 4px;
}

/* Perbesar logo industri */
.industry-icon.mb-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.industry-icon.mb-3 i {
  font-size: 3.3rem;
}

.industry-text {
  margin-bottom: 0 !important;
  text-align: center;
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .industries-row-scroll {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 1.5rem !important;
    width: 100%;
  }

  .industries-row-scroll > div[class^="col-"],
  .industries-row-scroll > [class*="col-"] {
    width: clamp(220px, 22vw, 300px);
    max-width: none;
    flex: 0 0 auto;
  }

  .industry-icon.mb-3 i {
    font-size: 5.75rem !important;
    /* Bertambah 20% lagi khusus desktop */
  }

  .industry-text {
    font-size: 0.94rem !important;
    /* Bertambah 25% dari ukuran inline */
    line-height: 1.25 !important;
    margin-top: 10px;
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .industries-row-scroll {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    gap: 0.5rem;
    padding-bottom: 8px;
  }

  .industries-row-scroll > div[class^="col-"],
  .industries-row-scroll > [class*="col-"] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-bottom: 0 !important;
    padding-left: 2px;
    padding-right: 2px;
  }

  .industry-icon.mb-3 i {
    font-size: 2.5rem !important;
    /* Diperbesar 10% dari 1.65rem */
  }

  .industry-text {
    font-size: 0.44rem !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 575px) {
  .industries-row-scroll {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    gap: 0.4rem;
    overflow-x: hidden;
    padding-bottom: 0;
  }

  .industries-row-scroll > div[class^="col-"],
  .industries-row-scroll > [class*="col-"] {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .industry-img {
    height: 22px;
  }

  .industry-text {
    font-size: 0.44rem !important;
    letter-spacing: 0.04em;
    line-height: 1.2 !important;
    white-space: normal;
  }
}

@font-face {
  font-family: "HS LunaObscura";
  src:
    url("fonts/head/HS_LunaObscura.woff2") format("woff2"),
    url("fonts/head/HS_LunaObscura.ttf") format("truetype"),
    url("fonts/head/HS_LunaObscura.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("fonts/body/BarlowCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("fonts/body/BarlowCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --purple-1: #1f0a44;
  --purple-2: #320f72;
  --purple-3: #662b9b;
  --light-gray: #f2f2f7;
  --text-white: #f8f8ff;
  --half-circle-size: 70%;
  --half-circle-position: -10% 82.7%;
  --outline-right-size: 25%;
  --outline-right-position: right -90px top 75%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:
    "Barlow Condensed", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  color: #e8e8f0;
  background-color: #1f0a44;
  background-image: url("images/bg/bg-desktop.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
}

.navbar-custom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #ffffff;
  background-image: none;
  border-bottom: none;
  box-shadow: none;
  padding: 0.16rem 0;
}

section[id],
header[id] {
  scroll-margin-top: 62px;
}

.navbar-custom::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  pointer-events: none;
  background: none;
}

.navbar-custom .navbar-toggler {
  padding: 0.26rem 0.34rem;
  border-width: 1px;
  border-radius: 10px;
  border-color: rgba(0, 0, 0, 0.12);
}

.navbar-custom .navbar-toggler-icon {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2874,3,162,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  filter: none;
}

.navbar-brand {
  color: #341a70;
  font-size: 1.72rem;
  letter-spacing: 0.22em;
  font-weight: 800;
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
}

.nav-link,
.hero h1,
.about-content h2,
.about-content h3 {
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
}

.brand-logo {
  height: 76px;
  width: auto;
  object-fit: contain;
  margin-bottom: -23px;
  transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
}

.navbar-brand {
  margin-left: 0rem;
  margin-right: 1.5rem;
}

.navbar-nav {
  gap: 0.64rem;
  margin-left: 1.7rem;
}

.nav-link {
  color: #4a03a2;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  margin: 0 0.15rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-weight: 600;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  -webkit-transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  -moz-transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  -ms-transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  -o-transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.nav-link:hover {
  color: #4a03a2;
  background-color: rgba(74, 3, 162, 0.12);
  transform: translateY(-1px);
}

.nav-pill {
  background: #4a03a2;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(74, 3, 162, 0.22);
  padding: 0.25rem 0.9rem;
}

.nav-pill:hover {
  background: #5d2aa3;
}

.btn-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4a03a2;
  background: rgba(255, 255, 255, 0.96);
  /* border: 1px solid #4a03a2; */
  border-radius: 40px;
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.36rem 0.9rem;
  gap: 0.4rem;
  margin-left: 0.2rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.btn-search:hover {
  background: #ffffff;
  border-color: #4a03a2;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.hero-parallax-wrapper {
  position: relative;
  z-index: 1;
  /* safe stacking context */
}

.hero {
  min-height: calc(100vh + 10px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  isolation: isolate;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0 0 70px;
  margin-bottom: 60px;
}

.hero-bg {
  position: absolute;
  inset: 0;

  background-size: cover;
  z-index: -1;
}

.hero-bg__base {
  position: absolute;
  inset: 0;
  background: transparent;
}

.hero-bg__item {
  position: absolute;
  display: block;
  max-width: 100%;
  opacity: 1;
  will-change: transform;
  z-index: 2;
}

.hero-bg__item--half-circle {
  top: -5%;
  left: 0%;
  width: clamp(1020px, 48vw, 720px);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 3;
}

.hero-bg__item--x-right {
  top: 5%;
  right: 0%;
  width: clamp(280px, 33vw, 540px);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  z-index: 1;
}

.hero.hero-scroll .hero-bg__item--half-circle {
  transform: translate3d(18px, 12px, 0);
}

.hero.hero-scroll .hero-bg__item--x-right {
  transform: translate3d(-18px, 8px, 0);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, transparent 0%),
    radial-gradient(circle at 32% 32%, transparent 0%),
    radial-gradient(circle at top right, transparent 0%);
  z-index: 1;
  pointer-events: none;
}

.hero::after {
  display: none;
}

.hero .hero-content {
  max-width: none;
  width: auto;
  margin-top: 10%;
  padding: 0 3em;
  z-index: 2;
  position: relative;
  padding-left: 0;
}

/* Custom: Hero content lebih ke kiri di desktop */
.hero-content-left {
  text-align: left !important;
  margin-left: 5% !important;
  margin-right: auto !important;
  width: 100%;
  max-width: 800px;
  padding-left: 7vw;
}

@media (max-width: 991px) {
  .hero-content-left {
    padding-left: 0 !important;
    text-align: center !important;
    max-width: 100% !important;
  }

  .hero h1,
  .hero p {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .hero {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 991px) {
  .hero-content-left {
    text-align: center;
    padding-left: 0;
    max-width: 100%;
  }
}

.hero h1 {
  white-space: normal;
  width: auto;
  display: block;
  overflow-wrap: normal;
  word-break: normal;
  max-width: min(92vw, 1100px);
  font-size: clamp(1.9rem, 4vw, 3.85rem);
  line-height: 1.2;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.hero h1 .hero-line {
  display: block;
  white-space: nowrap;
  opacity: 0;
  --hero-reveal-x: -56px;
  transform: translate3d(var(--hero-reveal-x), 0, 0);
  transition:
    opacity 1.6s ease,
    transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
  background: linear-gradient(180deg, #0f58ed 0%, #d454ff 100%);
  background-size: 100% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero h1 .hero-line:nth-child(1) {
  background-position: 0% 0%;
}

.hero h1 .hero-line:nth-child(2) {
  background-position: 0% 33%;
}

.hero h1 .hero-line:nth-child(3) {
  background-position: 0% 66%;
}

.hero h1 .hero-line:nth-child(4) {
  background-position: 0% 100%;
}

.hero p {
  color: rgba(255, 255, 255, 0.92);
  max-width: none;
  width: 75%;
  font-size: 1.58rem;
  line-height: 1.55;
  margin-bottom: 1.8rem;
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 1.5s ease,
    transform 1.5s ease;
  will-change: transform, opacity;
  font-weight: 300;
}

.hero.is-visible h1 .hero-line {
  opacity: 1;
  --hero-reveal-x: 0px;
}

.hero.is-visible h1 .hero-line:nth-child(1) {
  transition-delay: 0.25s;
}

.hero.is-visible h1 .hero-line:nth-child(2) {
  transition-delay: 0.5s;
}

.hero.is-visible h1 .hero-line:nth-child(3) {
  transition-delay: 0.75s;
}

.hero.is-visible h1 .hero-line:nth-child(4) {
  transition-delay: 1s;
}

.hero.is-visible p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1.2s;
}

@media (prefers-reduced-motion: reduce) {
  .hero h1 .hero-line,
  .hero p {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

.hero .btn-primary {
  background: #7d54ff;
  border: none;
  padding: 0.95rem 2.2rem;
  font-weight: 600;
  border-radius: 999px;
}

.hero .btn-primary:hover {
  background: #9c7bff;
}

@media (max-width: 991px) {
  .contact-content .row {
    justify-content: center;
  }

  .contact-content .contact-card {
    width: 80%;
    max-width: 620px;
    margin: 0.75rem auto 0;
    padding: 1.45rem 1.55rem;
  }

  .navbar-nav {
    margin-left: 0;
    justify-content: center;
  }

  .navbar-custom .navbar-collapse .navbar-nav {
    align-items: center !important;
    gap: 0.5rem;
  }

  .navbar-custom .navbar-collapse .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transform: none;
  }

  .hero {
    min-height: auto;
    padding: 100px 1.5rem 50px;
    justify-content: center;
  }

  .hero-bg__base {
    background-attachment: scroll;
  }

  .hero .hero-content {
    max-width: 100%;
    padding: 0 1.5rem;
    margin-top: 0;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 6.5vw, 3.4rem);
    white-space: normal;
    display: block;
    width: 100%;
    max-width: 100%;
    letter-spacing: 0.045em;
    line-height: 1;
    margin: 0 auto 1rem;
  }
}

@media (max-width: 767px) {
  .nav-link {
    font-size: 0.72rem;
    padding: 0.75rem 1rem;
  }

  .hero {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }

  .nav-pill {
    padding: 0.86rem 1.35rem;
    min-width: 120px;
    border-radius: 50px;
  }

  .navbar-custom .navbar-collapse .nav-link:hover,
  .navbar-custom .navbar-collapse .nav-link:focus-visible {
    transform: none;
  }

  .hero {
    padding: 90px 1rem 40px;
  }

  .hero .hero-content {
    padding: 0 1rem;
  }

  .hero h1 {
    font-size: clamp(1.2rem, 8vw, 2rem);
    letter-spacing: 0.03em;
    line-height: 1.12;
    max-width: 100%;
  }

  .hero h1 .hero-line {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero p {
    font-size: 0.92rem;
    line-height: 1.5;
    max-width: 100%;
  }

  .navbar-custom .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
  }

  /* Background full di mobile */
  body {
    background-image: url("images/bg/bg-tuxu-hp.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.video-section {
  position: relative;
  padding: 0;
  margin: -12vh 0 0;
  background: #0b0519;
  overflow: hidden;
  width: 100%;
  min-height: calc(100vh - 20px);
  z-index: 4;
}

.section-video {
  width: 100%;
  height: calc(100vh - 20px);
  display: block;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

@media (max-width: 991px) {
  .video-section {
    margin-top: 0;
    min-height: 0;
    height: auto;
    overflow: visible;
  }

  .section-video {
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}

.about-section {
  position: relative;
  padding: 92px 0 92px;
  background: transparent;
  overflow: hidden;
  margin-top: 0%;
}

@keyframes slideInAbout {
  from {
    opacity: 0;
    transform: inherit;
  }

  to {
    opacity: 0.75;
    transform: translateY(-50%) translateX(0);
  }
}

.about-bg__item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(243px, 31vw, 420px);
  opacity: 0.55;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
}

.about-bg__item--left {
  left: 40px;
}

.about-bg__item--right {
  right: 40px;
}

.about-section::before {
  display: none;
}

#about.about-section {
  background-color: transparent;
}

#services.about-section {
  background-color: transparent;
  will-change: auto;
}

#clients.about-section {
  background: transparent;
}

#services.about-section {
  padding-top: 36px;
}

#services.about-section::before,
#clients.about-section::before {
  display: none;
}

.about-content {
  position: relative;
  z-index: 1;
}

.about-content .row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 1.5rem;
  justify-content: center;
}

@media (min-width: 992px) {
  .about-content .row > .col-lg-4 {
    width: auto;
    text-align: left;
  }

  .about-content .row > .col-lg-8 {
    width: auto;
    max-width: 550px;
  }
}

.about-title {
  font-size: clamp(3.09rem, 3.16vw, 3.55rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 0.3rem;
  font-weight: 1100;
  background: linear-gradient(180deg, #0f58ed 0%, #d454ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Style umum tetap ada, tapi kita timpa khusus untuk class ini */
.industri-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, #0f58ed 0%, #d454ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (min-width: 992px) {
  .industri-title {
    font-size: clamp(3.2rem, 3.6vw, 3.36rem);
  }
}

.about-content p {
  color: rgba(255, 255, 255, 0.96);
  line-height: 1.45;
  margin-bottom: 1.7rem;
  font-size: clamp(1.25rem, 1.2vw, 1.15rem);
  letter-spacing: 0.01em;
  max-width: 500px;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.about-content strong {
  color: #ffffff;
}

#about.about-section .about-title {
  opacity: 0;
  transform: translate3d(-42px, 0, 0);
  transition:
    opacity 1.5s ease,
    transform 1.5s ease;
}

#about.about-section .col-lg-8 p {
  opacity: 0;
  transform: translate3d(42px, 0, 0);
  transition:
    opacity 1.5s ease,
    transform 1.5s ease;
}

#about.about-section.about-is-visible .about-title,
#about.about-section.about-is-visible .col-lg-8 p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#about.about-section.about-is-visible .col-lg-8 p:nth-child(1) {
  transition-delay: 0.5s;
}

#about.about-section.about-is-visible .col-lg-8 p:nth-child(2) {
  transition-delay: 1s;
}

#about.about-section.about-is-visible .col-lg-8 p:nth-child(3) {
  transition-delay: 1.5s;
}

.scroll-fade {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  will-change: opacity, transform;
}

.scroll-visible .scroll-fade {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.scroll-fade-delay-1 {
  transition-delay: 0.4s;
}

.scroll-fade-delay-2 {
  transition-delay: 0.8s;
}

.scroll-fade-delay-3 {
  transition-delay: 1.2s;
}

@media (min-width: 992px) {
  .slide-left-desktop {
    opacity: 0;
    transform: translateX(-70px);
    transition:
      opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1),
      transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
  }

  .scroll-visible .slide-left-desktop,
  .scroll-visible.slide-left-desktop {
    opacity: 1;
    transform: translateX(0);
  }
}

.contact-section {
  position: relative;
  padding: 10px 0 92px 0;
  /* padding-top dikurangi 50% dari 92px */
  background: transparent;
  overflow: hidden;
}

.contact-content {
  position: relative;
  z-index: 1;
}

.contact-title {
  font-family:
    "HS LunaObscura", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #efe9ff;
  margin-bottom: 1.6rem;
}

.contact-text {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.85;
  margin-bottom: 2rem;
  max-width: 680px;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.contact-details {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.8;
}

.contact-label {
  display: block;
  margin-bottom: 0.65rem;
  color: #d8ccff;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.contact-card {
  background: linear-gradient(
    160deg,
    rgba(93, 42, 163, 0.92) 0%,
    rgba(72, 3, 162, 0.82) 62%,
    rgba(58, 26, 119, 0.68) 100%
  );
  border: 1px solid rgba(165, 112, 255, 0.35);
  border-radius: 30px;
  padding: 2rem 2.2rem;
  margin-top: -5%;
  align-self: flex-start;
  backdrop-filter: blur(18px);
  box-shadow:
    0 14px 36px rgba(10, 6, 35, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
}

.contact-card-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0.42rem 0.86rem;
  font-size: 0.98rem;
  letter-spacing: 0.18em;
  color: #fff;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid rgba(194, 158, 255, 0.5);
  background: rgba(115, 58, 203, 0.38);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
}

.contact-card-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.55rem;
  padding: 0;
  color: #f5ecff;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
}

.contact-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.15rem;
  font-size: 1.08rem;
  line-height: 1;
  color: #e6d5ff;
  text-shadow: 0 0 10px rgba(210, 180, 255, 0.4);
  transform: translate3d(0, 0, 0);
  animation: contactArrowDrift 1.7s ease-in-out infinite;
}

@keyframes contactArrowDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.84;
  }

  50% {
    transform: translate3d(3px, -1px, 0);
    opacity: 1;
  }
}

.contact-links {
  display: grid;
  gap: 1rem;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  padding: 0.95rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  color: rgb(215, 177, 236);
}

.contact-link i {
  font-size: 1.4rem;
}

.projects-showcase {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 34px 0 24px;
  background: transparent;
  overflow-x: hidden;
}

.projects-title {
  margin: 0 0 16px;
  text-align: center;
  font-size: clamp(2rem, 2.6vw, 3rem);
  line-height: 1;
  letter-spacing: 0.07em;
  color: #f6f8ff;
}

.projects-frame {
  position: relative;
  width: 100%;
  max-width: none;
  padding-inline: clamp(40px, 6vw, 144px);
  margin-inline: auto;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
}

.projects-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  padding: 86px 0 54px;
  margin: 0;
  position: relative;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.project-card {
  flex: 0 0 clamp(264px, 28vw, 530px);
  aspect-ratio: 1 / 1.14;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  border: 1px solid rgba(184, 210, 255, 0.26);
  box-shadow: 0 16px 34px rgba(2, 5, 25, 0.4);
  transform: scale(0.98);
  opacity: 0.9;
  transition:
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.8s ease,
    filter 0.8s ease;
}

.project-card[id] {
  scroll-margin-top: 100px;
}

.project-card.is-center {
  transform: scale(1.15);
  opacity: 1;
  z-index: 2;
}

.project-card.is-center:hover {
  transform: scale(1.2);
}

.project-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(
    0deg,
    rgba(84, 57, 173, 0.52),
    rgba(84, 57, 173, 0)
  );
  z-index: 1;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-card-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 14px 12px;
  background: #4e18abb0;
  transform: translateY(7%);
  transition: transform 1s ease;
  z-index: 2;
}

.project-card-title {
  display: block;
  text-align: center;
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
  color: #f3f8ff;
  font-size: clamp(0.82rem, 1.02vw, 1.1rem);
  font-weight: 350;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.18;
  margin-bottom: 3px;
}

.project-card-desc {
  display: block;
  color: rgba(241, 248, 255, 0.95);
  font-size: clamp(0.7rem, 0.82vw, 0.86rem);
  line-height: 1.35;
  font-weight: 550;
  opacity: 0;
  max-height: 0;
  transform: translateY(8px);
  overflow: hidden;
  transition:
    opacity 1s ease,
    max-height 1s ease,
    transform 1s ease;
}

.project-card.is-center:hover .project-card-info {
  transform: translateY(-3%);
}

.project-card.is-center:hover .project-card-desc {
  opacity: 1;
  max-height: 72px;
  transform: translateY(0);
}

.project-card.is-expanded .project-card-info {
  transform: translateY(-3%);
}

.project-card.is-expanded .project-card-desc {
  opacity: 1;
  max-height: 72px;
  transform: translateY(0);
}

.projects-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(198, 224, 255, 0.5);
  background: rgba(9, 13, 42, 0.7);
  color: #eff6ff;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.projects-nav:hover {
  transform: translateY(-50%) scale(1.08);
  background: rgba(18, 27, 72, 0.85);
  border-color: rgba(223, 238, 255, 0.85);
}

.projects-nav:focus-visible {
  outline: 2px solid #c9e6ff;
  outline-offset: 2px;
}

.projects-prev {
  left: clamp(4px, 1.2vw, 16px);
}

.projects-next {
  right: clamp(4px, 1.2vw, 16px);
}

.footer {
  padding: 60px 0 0;
  background: #ffffff;
  background-image: none;
  border-top: 1px solid rgba(74, 3, 162, 0.12);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  color: rgb(0, 0, 0);
}

.footer-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 3.2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2rem;
  align-items: flex-start;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-col:last-child {
  margin-top: -3.5rem;
}

.footer-col--brand {
  grid-column: 1;
  grid-row: 1 / span 2;
  padding-right: 1.4rem;
}

.footer-logo {
  max-width: 400px;
  height: auto;
}

.footer-tagline {
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
  color: #000000;
  font-size: 1rem;
  margin: -0.8rem 0 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.footer-col p.footer-desc {
  color: rgb(0, 0, 0);
  font-size: 0.99rem;
  /* 10% smaller than the 1.1rem they were seeing */
  line-height: 1.3;
  margin: calc(0.5rem - 20px) 0 0.5rem;
  max-width: 430px;
}

.footer-socials {
  display: flex;
  gap: 1.1rem;
  margin-top: 1.2rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: rgba(74, 3, 162, 0.15);
  color: #4a03a2;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.35rem;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: rgba(74, 3, 162, 0.4);
  color: #4a03a2;
  transform: translateY(-2px);
}

.footer-col-title {
  color: #4a03a2;
  font-family: "Barlow Condensed", "Segoe UI", sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  margin-top: 10px;
}

.footer-col p {
  margin-top: -15px;
  color: #000000;
  font-size: 1.1rem;
}

.footer-col a {
  color: rgba(74, 3, 162, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
}

.footer-col a:hover {
  color: #2f0f5a;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 40px;
  padding: 0.5rem 1rem;
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
  background-color: rgb(32, 5, 65);
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 991px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .footer-col:last-child {
    margin-top: -1.6rem;
  }

  .footer-col--brand {
    grid-column: 1 / -1;
  }

  .footer-logo {
    max-width: 280px;
  }

  .footer-tagline {
    font-size: 1.1rem;
    margin: 0.5rem 0;
  }
}

@media (max-width: 575px) {
  .footer {
    padding: 40px 0 0;
  }

  .footer-bottom {
    margin-top: 30px;
  }

  .footer-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
  }

  .footer-col:last-child {
    margin-top: -4.2rem;
  }

  .footer-col--brand {
    grid-column: 1 / -1;
  }

  .footer-logo {
    max-width: 200px;
  }

  .footer-tagline {
    font-size: 0.64rem;
    margin-top: -5px;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .footer-col p.footer-desc {
    font-size: 0.99rem;
    line-height: 1.6;
    max-width: 100%;
    margin-top: calc(0.5rem - 15px);
  }

  .footer-col p.footer-desc br {
    display: none;
  }

  .social-link {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
  }

  .footer-col-title {
    font-size: 1.06rem;
  }

  .footer-col p {
    font-size: 0.95rem;
  }
}

/* Agency Header Styles */
.agency-header {
  min-height: 130px;
  padding: 1.1rem 1.25rem;
  position: relative;
  background: linear-gradient(
    90deg,
    #4d18ab 0%,
    #5623b8 28%,
    #5f47c9 60%,
    #6b8be1 84%,
    #b0d5ff 100%
  );
  border-top: 1px solid rgba(228, 219, 255, 0.24);
  border-bottom: 1px solid rgba(44, 16, 95, 0.5);
  box-shadow: inset 0 -4px 0 rgba(44, 8, 92, 0.38);
  margin-top: 0;
  overflow: hidden;
}

.agency-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #4d18ab 0%,
    #5b2cc0 32%,
    #6a62d6 64%,
    #82b0ef 88%,
    #d4ebff 100%
  );
  opacity: 0.32;
  pointer-events: none;
}

.agency-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.16) 0%,
    rgba(0, 0, 0, 0.08) 10%,
    rgba(0, 0, 0, 0) 24%,
    rgba(0, 0, 0, 0) 76%,
    rgba(0, 0, 0, 0.08) 90%,
    rgba(0, 0, 0, 0.16) 100%
  );
  pointer-events: none;
}

.agency-header-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  position: relative;
  z-index: 1;
}

.agency-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.95rem;
}

.agency-item {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
  color: #eee9ff;
  font-size: 0.99rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.3;
}

.agency-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.34rem 0.7rem;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

@media (min-width: 992px) {
  .agency-link[data-target="3d-animation-visual-content"] {
    min-width: 385px;
  }
}

.agency-link.agency-active {
  background: rgba(74, 28, 138, 0.7);
  color: #ffffff;
}

.agency-link:hover,
.agency-link:focus-visible {
  color: #ffffff;
  background: rgba(58, 26, 119, 0.35);
  transform: translateY(-1px);
}

.agency-pill {
  border: 0;
  border-radius: 999px;
  padding: 0.62rem 1.3rem;
  text-transform: uppercase;
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
  color: #f7f5ff;
  background: transparent;
  font-size: 1.01rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.agency-pill:hover {
  background: rgba(58, 26, 119, 0.35);
  transform: translateY(-1px);
}

.agency-pill:focus-visible {
  outline: 2px solid rgba(196, 175, 255, 0.85);
  outline-offset: 2px;
}

.agency-pill.agency-active {
  background: #3a1a77;
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    justify-content: center;
  }

  .hero {
    padding-top: 140px;
  }

  .agency-header-inner {
    gap: 1rem;
  }

  .agency-item,
  .agency-pill {
    font-size: 0.91rem;
  }

  .services-carousel {
    --cards-per-view: 5;
  }

  .carousel-card {
    min-height: 72px;
    font-size: 0.64rem;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .about-section {
    position: relative;
    top: auto;
    background-attachment: scroll;
    padding: 74px 0;
  }

  /* Make #about entry animation matching Our Service on mobile */
  #about.about-section .about-title,
  #about.about-section .col-lg-8 p {
    transform: translate3d(0, 24px, 0);
    transition:
      opacity 0.7s ease,
      transform 0.7s ease;
    will-change: opacity, transform;
  }

  #about.about-section.about-is-visible .about-title,
  #about.about-section.about-is-visible .col-lg-8 p {
    transform: translate3d(0, 0, 0);
  }

  #about.about-section.about-is-visible .col-lg-8 p:nth-child(1) {
    transition-delay: 0.4s;
  }

  #about.about-section.about-is-visible .col-lg-8 p:nth-child(2) {
    transition-delay: 0.8s;
  }

  #about.about-section.about-is-visible .col-lg-8 p:nth-child(3) {
    transition-delay: 1.2s;
  }

  .about-title,
  .industri-title {
    margin-bottom: 0.35rem;
    text-align: center;
  }

  .about-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
  }

  .about-content .row {
    --bs-gutter-x: 2.4rem;
  }

  .projects-track {
    gap: 18px;
  }

  .project-card {
    flex-basis: clamp(216px, 34.8vw, 360px);
    border-radius: 17px;
  }

  .project-card-info {
    transform: translateY(6%);
  }

  .project-card-desc {
    opacity: 0;
    max-height: 0;
    transform: translateY(6px);
  }

  .project-card.is-center:hover .project-card-info {
    transform: translateY(3%);
  }

  .project-card.is-center:hover .project-card-desc {
    opacity: 0;
    max-height: 0;
    transform: translateY(6px);
  }

  .project-card.is-expanded .project-card-info,
  .project-card.is-center.is-expanded .project-card-info {
    transform: translateY(-3%);
  }

  .project-card.is-expanded .project-card-desc,
  .project-card.is-center.is-expanded .project-card-desc {
    opacity: 1 !important;
    max-height: 72px !important;
    transform: translateY(0) !important;
  }
}

@media (max-width: 767px) {
  .nav-link {
    font-size: 0.75rem;
  }

  .hero {
    padding: 100px 0 50px;
  }

  .agency-header {
    min-height: auto;
    padding: 1rem 0.9rem;
  }

  .agency-header-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem 0.3rem;
    align-items: center;
    justify-content: center;
    min-height: unset;
  }

  .agency-col {
    display: contents;
  }

  .agency-item,
  .agency-link,
  .agency-pill {
    font-size: 0.62rem;
    padding: 0.45rem 0.25rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .agency-pill {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .services-carousel-section {
    padding: 18px 0 34px;
  }

  .services-carousel {
    --cards-per-view: 3;
    --carousel-gap: 0.6rem;
    gap: 0.45rem;
  }

  .carousel-control {
    width: 34px;
    height: 34px;
  }

  .carousel-card {
    min-height: 66px;
    font-size: 0.56rem;
    letter-spacing: 0.05em;
  }

  .hero p {
    font-size: 1rem;
  }

  .media-block .play-button {
    width: 90px;
    height: 90px;
  }

  .about-section {
    padding: 60px 0;
  }

  #services.about-section {
    padding-top: 24px;
  }

  #about.about-section {
    background-position:
      left -150px top 20px,
      right -180px top 20px,
      center;
    background-size:
      340px auto,
      340px auto,
      cover;
  }

  .about-title,
  .industri-title {
    font-size: 1.9rem;
    line-height: 1.1;
    text-align: center;
  }

  .about-content p {
    font-size: 1.08rem;
    line-height: 1.6;
    text-align: center;
  }

  .about-content .row {
    --bs-gutter-x: 1.25rem;
  }

  .projects-showcase {
    padding: 28px 0 22px;
  }

  .projects-frame {
    min-height: 0;
  }

  .projects-track {
    gap: 38px;
    padding: 62px 0 44px;
  }

  .project-card {
    flex-basis: clamp(252px, 88vw, 360px);
    border-radius: 24px;
  }

  .project-card-info {
    padding: 11px 10px;
  }

  .project-card-title {
    font-size: clamp(0.6rem, 2.9vw, 0.68rem);
    letter-spacing: 0.01em;
    margin-bottom: 2px;
    line-height: 1.16;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .project-card-desc {
    font-size: 0.58rem;
    line-height: 1.2;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .project-card.is-center {
    transform: scale(1.12);
  }

  .project-card.is-center:hover {
    transform: scale(1.16);
  }

  .projects-nav {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 575px) {
  .contact-content .contact-card {
    width: 70%;
    max-width: 290px;
    padding: 1.2rem 1rem;
  }

  .navbar-custom {
    padding: 0.64rem 0;
  }

  .brand-logo {
    height: 43px;
  }

  .hero {
    min-height: auto;
    padding: 88px 0 42px;
  }

  .agency-item,
  .agency-link,
  .agency-pill {
    font-size: 0.6rem;
    letter-spacing: 0.05em;
    padding: 0.4rem 0.2rem;
  }

  .agency-pill {
    max-width: 300px;
    padding: 0.58rem 0.95rem;
  }

  .services-carousel {
    gap: 0.35rem;
  }

  .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 0.72rem;
  }

  .carousel-card {
    min-height: 62px;
    font-size: 0.5rem;
  }

  .hero h1 {
    font-size: clamp(1.05rem, 7.2vw, 1.45rem);
    line-height: 1.14;
    letter-spacing: 0.025em;
  }

  .project-card-title {
    font-size: clamp(0.54rem, 3.3vw, 0.62rem);
    letter-spacing: 0.008em;
    line-height: 1.14;
  }

  .project-card.is-expanded,
  .project-card.is-center.is-expanded {
    transform: scale(1.16);
  }

  .project-card.is-expanded .project-card-info,
  .project-card.is-center.is-expanded .project-card-info {
    transform: translateY(-3%);
  }

  .project-card.is-expanded .project-card-desc,
  .project-card.is-center.is-expanded .project-card-desc {
    opacity: 1 !important;
    max-height: 72px !important;
    transform: translateY(0) !important;
  }

  .about-title,
  .industri-title {
    font-size: 1.42rem;
    line-height: 1.12;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .hero p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .hero .btn-primary {
    width: 100%;
    max-width: 280px;
  }

  .about-section {
    padding: 50px 0;
  }

  #services.about-section {
    padding-top: 20px;
  }

  #about.about-section {
    background-position:
      left -165px top 10px,
      right -200px top 10px,
      center;
    background-size:
      300px auto,
      300px auto,
      cover;
  }

  .about-content p {
    font-size: 1.01rem;
    line-height: 1.55;
    margin-bottom: 1.15rem;
  }

  .about-content .row {
    --bs-gutter-x: 0.85rem;
  }

  .projects-title {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }

  .projects-frame {
    padding-inline: 14px;
    min-height: 0;
  }

  .projects-track {
    gap: 22px;
    padding: 50px 0 36px;
  }

  .project-card {
    flex-basis: clamp(232px, 94vw, 316px);
    border-radius: 20px;
  }

  .project-card-info {
    padding: 10px 8px;
  }

  .project-card-title {
    font-size: 0.38rem;
    letter-spacing: 0.01em;
    margin-bottom: 1px;
  }

  .project-card-desc {
    font-size: 0.44rem;
    line-height: 1.2;
  }

  .projects-nav {
    width: 38px;
    height: 38px;
  }
}

.services-carousel-section {
  padding: 24px 0 46px;
  background: transparent;
}

.services-carousel {
  --cards-per-view: 5;
  --carousel-gap: 0.85rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
}

.carousel-viewport {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: var(--carousel-gap);
  transform: translateX(0);
  will-change: transform;
}

.carousel-card {
  flex: 0 0
    calc(
      (100% - ((var(--cards-per-view) - 1) * var(--carousel-gap))) /
        var(--cards-per-view)
    );
  min-height: 76px;
  border-radius: 16px;
  border: 1px solid rgba(145, 132, 241, 0.25);
  background: linear-gradient(
    135deg,
    rgba(88, 50, 180, 0.44) 0%,
    rgba(88, 132, 235, 0.3) 100%
  );
  color: #f3efff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  line-height: 1.2;
  font-size: 0.7rem;
  padding: 0.7rem 0.5rem;
}

.carousel-control {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5f3ff;
  background: rgba(72, 32, 154, 0.9);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.carousel-control:hover,
.carousel-control:focus-visible {
  background: rgba(100, 58, 194, 0.95);
  transform: translateY(-1px);
}

@media (min-width: 992px) {
  .shift-right-20 {
    position: relative;
    transform: translateX(4vw);
    -webkit-transform: translateX(4vw);
    -moz-transform: translateX(4vw);
    -ms-transform: translateX(4vw);
    -o-transform: translateX(4vw);
  }
}

/* Custom Video Player Styles */
.custom-video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  overflow: hidden;
}

.video-slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
}

.video-slider-track .section-video {
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}

.video-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    background 0.3s ease,
    transform 0.2s ease;
}

.video-nav-btn:hover {
  background: #a832ff;
  transform: translateY(-50%) scale(1.1);
}

.prev-video-btn {
  left: 20px;
}

.next-video-btn {
  right: 20px;
}

/* Tampilkan tombol skip video saat wrapper dihover atau active */
.custom-video-wrapper.active .video-nav-btn,
.custom-video-wrapper:hover .video-nav-btn {
  opacity: 1;
}

@media (max-width: 991px) {
  .custom-video-wrapper {
    height: auto;
  }
}

.custom-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}

.custom-video-wrapper.active .custom-video-controls,
.custom-video-wrapper:hover .custom-video-controls {
  opacity: 1;
  pointer-events: auto;
}

.play-pause-btn,
.volume-btn {
  background: none;
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  transition: transform 0.2s;
}

.play-pause-btn:hover,
.volume-btn:hover {
  transform: scale(1.1);
}

.time-display {
  font-size: 0.9rem;
  font-family: Arial, sans-serif;
  white-space: nowrap;
  min-width: 35px;
}

.progress-container {
  flex-grow: 1;
  position: relative;
  height: 20px;
  /* Make the container height larger to better catch clicks/touch */
  display: flex;
  align-items: center;
  cursor: pointer;
}

.progress-bar-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  outline: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.progress-bar-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.1s;
}

.progress-bar-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  transition: transform 0.1s;
}

.progress-bar-slider::-webkit-slider-thumb:hover {
  transform: scale(1.3);
}

.progress-bar-slider::-moz-range-thumb:hover {
  transform: scale(1.3);
}

.progress-bar-fill {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  background: #7d54ff;
  /* Nebula theme color */
  border-radius: 3px;
  width: 0%;
  z-index: 1;
  pointer-events: none;
}

.volume-container {
  position: relative;
  display: flex;
  align-items: center;
}

.volume-slider-wrapper {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  padding-bottom: 20px;
  /* Menutupi gap agar tidak hilang saat mouse naik */
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  display: none;
  height: 110px;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.volume-container:hover .volume-slider-wrapper {
  display: flex;
}

.volume-slider {
  -webkit-appearance: slider-vertical;
  /* Mengubah slider ke format vertikal bawaan */
  appearance: slider-vertical;
  width: 8px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  accent-color: #ffffff;
  /* Menimpa warna biru default browser menjadi putih */
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

@media (max-width: 575px) {
  .custom-video-controls {
    padding: 8px 10px;
    gap: 8px;
  }

  .time-display {
    font-size: 0.8rem;
  }
}

.contact-card-redesign {
  background: radial-gradient(circle, #73218e 0%, #501b76 100%);
  border-radius: 40px;
  padding: 1.5rem 1.5rem;
  /*Paddingdikurangiagartinggiberkurang~20%dimobile*/
  border: 1px solid rgba(165, 112, 255, 0.35);
  box-shadow: 0 14px 36px rgba(10, 6, 35, 0.34);
  backdrop-filter: blur(18px);
  text-align: center;
  margin: 0 auto;
  /*HapustranslateXagardiposisitengahpresisidimobile*/
  transform: translateX(0);
  width: 90%;
  max-width: 700px;
  -webkit-border-radius: 80px 40px 80px 40px;
  -moz-border-radius: 80px 40px 80px 40px;
  -ms-border-radius: 80px 40px 80px 40px;
  -o-border-radius: 80px 40px 80px 40px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

@media (min-width: 768px) {
  .contact-card-redesign {
    padding: 3.5rem 2.5rem;
    border-radius: 150px 40px 150px 40px;
    margin: 0 auto;
    width: 90%;
    -webkit-border-radius: 150px 40px 150px 40px;
    -moz-border-radius: 150px 40px 150px 40px;
    -ms-border-radius: 150px 40px 150px 40px;
    -o-border-radius: 150px 40px 150px 40px;
  }
}

.contact-card-redesign .contact-title {
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
  font-size: clamp(0.85rem, 1.8vw, 1.1rem);
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
  /* Lebih rapat di mobile (-20% height target) */
  font-weight: 100;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-click-here {
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
  font-weight: 100;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: clamp(0.5rem, 1.5vw, 0.75rem);
  /* Margin lebih kecil */
  letter-spacing: 0.05em;
}

.contact-click-here .text-gradient-pink {
  background: linear-gradient(to right, #dfadff, #e433ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #dfadff;
}

.contact-click-here .animated-arrows {
  display: inline-flex;
  flex-direction: column;
  line-height: 0.45;
  animation: bounceDown 1.5s infinite;
  margin-top: 4px;
}

.contact-click-here .animated-arrows i {
  font-size: 1.5em;
  background: linear-gradient(to bottom, #e433ff, #dfadff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #dfadff;
  /* fallback */
}

@keyframes bounceDown {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}

.contact-big-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  /* Rapat di HP */
}

.contact-big-icons a {
  font-size: clamp(2rem, 5vw, 2.7rem);
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
  display: inline-flex;
  margin-bottom: 2%;
}

.contact-big-icons a:hover {
  transform: scale(1.1);
  color: #f5ecff;
}

.contact-social-title {
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
  font-size: clamp(0.8rem, 1.8vw, 1rem);
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: 100;
}

.contact-social-icons {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

.social-circle {
  width: clamp(38px, 8vw, 48px);
  height: clamp(38px, 8vw, 48px);
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5d2aa3;
  font-size: clamp(1.2rem, 3.5vw, 1.8rem);
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.social-circle:hover {
  background: #f0e6ff;
  color: #4803a2;
  transform: translateY(-4px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .contact-social-icons {
    flex-wrap: nowrap;
    gap: 0.8rem;
  }
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #753991;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
  border: none;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: #901ee6;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}

@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}

/* Ctrl+F Style Search Box */
.ctrl-f-box {
  position: fixed;
  top: 85px;
  /* Adjust based on your navbar height */
  right: max(20px, 3vw);
  background: #1a1532;
  border: 1px solid rgba(165, 112, 255, 0.4);
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  z-index: 1050;
  opacity: 0;
  transform: translateY(-15px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s;
  visibility: hidden;
  font-family: Arial, "Segoe UI", sans-serif;
  color: #fff;
}

.ctrl-f-box.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.search-icon-mini {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.ctrl-f-box input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.95rem;
  outline: none;
  width: 180px;
  font-family: inherit;
}

.ctrl-f-box input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.ctrl-f-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ctrl-f-actions button {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 1rem;
  padding: 4px 6px;
  border-radius: 4px;
  transition:
    background 0.2s,
    color 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ctrl-f-actions button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.ctrl-f-actions .ctrl-f-divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 4px;
}

#ctrlFClose:hover {
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.15);
}

@media (max-width: 768px) {
  .ctrl-f-box {
    top: 75px;
    right: 15px;
    left: 15px;
    /* Take up more width on mobile */
    width: auto;
  }

  .ctrl-f-box input {
    flex: 1;
    /* allow it to grow to fill space */
    width: auto;
  }
}

/* Custom Highlight styles for search text */
mark.search-highlight {
  background: rgba(255, 235, 59, 0.4);
  color: inherit;
  border-radius: 2px;
  padding: 0 2px;
  transition:
    background 0.3s,
    color 0.3s;
}

mark.search-highlight.active {
  background: #ffeb3b;
  color: #000;
  box-shadow: 0 0 8px rgba(255, 235, 59, 0.8);
}

/* Custom Size for Industry Icons */
.industry-img {
  height: 26px;
  object-fit: contain;
}

@media (min-width: 992px) {
  .industry-img {
    height: 64px;
  }
}

.pure-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.2s cubic-bezier(0.2, 0, 0, 1);
  will-change: opacity, transform;
}

.scroll-visible .pure-fade-in {
  opacity: 1;
  transform: translateY(0);
}

.icon-fade-delay {
  transition-delay: 0.6s !important;
}

.client-fade-delay {
  transition-delay: 1.2s !important;
}

.client-carousel-fade-delay {
  transition-delay: 1.5s !important;
}

.client-title-margin {
  margin-bottom: 0;
  margin-top: -40px;
}

@media (min-width: 992px) {
  .client-title-margin {
    margin-top: -80px;
  }
}

/* Infinite Scrolling Client Logos */
.clients-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin-top: 1.5rem;
  position: relative;
}

.clients-carousel-track {
  display: flex;
  width: max-content;
  animation: scroll-carousel 70s linear infinite;
  -webkit-animation: scroll-carousel 70s linear infinite;
}

.clients-carousel-track-reverse {
  animation: scroll-carousel-reverse 130s linear infinite;
  margin-top: 1rem;
  -webkit-animation: scroll-carousel-reverse 130s linear infinite;
}

.clients-slide {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* Spacing between logos */
  padding-right: 1rem;
  /* Match gap for seamless loop */
}

.clients-carousel-track:hover,
.clients-carousel-track-reverse:hover {
  animation-play-state: paused;
}

.client-logo {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease;
}

@keyframes scroll-carousel {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-carousel-reverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  .clients-carousel-track {
    animation: scroll-carousel-md 55s linear infinite;
    -webkit-animation: scroll-carousel-md 55s linear infinite;
  }

  .clients-carousel-track-reverse {
    animation: scroll-carousel-md-reverse 90s linear infinite;
    -webkit-animation: scroll-carousel-md-reverse 90s linear infinite;
  }

  .clients-slide {
    gap: 0.5rem;
    padding-right: 0.5rem;
  }

  .client-logo {
    height: 80px;
  }
}

@keyframes scroll-carousel-md {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-carousel-md-reverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 575px) {
  .clients-carousel-track {
    animation: scroll-carousel-sm 55s linear infinite;
    -webkit-animation: scroll-carousel-sm 55s linear infinite;
  }

  .clients-carousel-track-reverse {
    animation: scroll-carousel-sm-reverse 90s linear infinite;
    -webkit-animation: scroll-carousel-sm-reverse 90s linear infinite;
  }

  .clients-slide {
    gap: 0.5rem;
    padding-right: 0.5rem;
  }

  .client-logo {
    height: 70px;
  }
}

@keyframes scroll-carousel-sm {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-carousel-sm-reverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .clients-carousel-wrapper {
    margin-top: calc(1.5rem - 20px);
  }

  .industries-gradient-container {
    margin-top: 15px !important;
  }

  /* Ensure contact section animates after clients on mobile */
  #contact .scroll-fade,
  #contact.scroll-visible .scroll-fade {
    transition-delay: 1.7s !important;
  }
}

@media (max-width: 991px) {
  .agency-col a[data-target="creative-concept-experience-design"] {
    white-space: normal;
    /* pastikan text bisa diwrap dengan baik */
  }
}

/* ============================================================
   SERVICE TAB ICONS (clickable)
   ============================================================ */
.service-tab-item {
  cursor: pointer;
  position: relative;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  user-select: none;
}

.service-tab-item:hover {
  opacity: 0.85;
  transform: translateY(-3px);
}

.service-tab-item.active .industry-img {
  filter: brightness(1.25) drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
}

.service-tab-item.active .industry-text {
  color: #ffffff;
  font-weight: 700;
}

.service-tab-underline {
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  margin: 6px auto 0;
  width: 0%;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-tab-item.active .service-tab-underline {
  width: 60%;
}

/* ============================================================
   SERVICE VIDEO SECTION
   ============================================================ */
.service-video-section {
  position: relative;
  background: transparent;
  overflow: hidden;
  padding: 48px 0 56px;
}

/* Fade overlay for service switch transition */
.svc-fade-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: opacity 0.35s ease;
}

.svc-fade-overlay.fading {
  opacity: 1;
}

/* Carousel wrapper & track */
.svc-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}

.svc-carousel-track {
  display: flex;
  align-items: center;
  gap: 60px;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  padding: 20px 0;
}

/* Each video card */
.svc-card {
  position: relative;
  flex: 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.45s ease,
    opacity 0.45s ease;
}

.svc-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: auto;
}

/* Side cards */
.svc-card.side {
  width: 560px;
  height: 340px;
  opacity: 1;
  transform: scale(0.85);
  box-shadow: none;
}

/* Center / active card */
.svc-card.center {
  width: 560px;
  height: 340px;
  opacity: 1;
  transform: scale(1.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 5;
}

/* Card label overlay */
.svc-card-label {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 20px 20px 0px;
  background: transparent;
  font-family: "HS LunaObscura", "Segoe UI", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  pointer-events: none;
  -webkit-text-stroke: 0.01px #e433ff;
}

/* Nebulax watermark inside card */
.svc-card-watermark {
  position: absolute;
  bottom: 15px;
  right: 14px;
  height: 18px;
  /* Menyamakan dengan font-size 0.72rem sebelumnya */
  width: auto;
  opacity: 1;
  pointer-events: none;
  z-index: 15;
}

/* Service Video Controls Custom */
.svc-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.svc-card.center:hover .svc-controls {
  opacity: 1;
}

.svc-play-pause,
.svc-volume {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 4px;
}

.svc-time {
  color: #fff;
  font-size: 0.85rem;
  font-family: "Segoe UI", sans-serif;
  min-width: 35px;
}

.svc-progress {
  flex: 1;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.svc-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

/* Nav buttons */
.svc-nav-btn {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.svc-nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%) scale(1.1);
}

.svc-prev {
  left: 24px;
}

.svc-next {
  right: 24px;
}

/* Dot indicators */
.svc-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.svc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.svc-dot.active {
  background: #ffffff;
  transform: scale(1.35);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .service-video-section {
    padding: 24px 0 28px;
  }

  .svc-carousel-wrapper {
    margin-top: 32px;
  }

  .svc-carousel-track {
    padding: 8px 0;
  }

  .service-video-section {
    --svc-card-w: 82vw;
    --svc-card-h: 52vw;
  }

  .svc-card.center {
    width: var(--svc-card-w);
    height: var(--svc-card-h);
  }

  .svc-card.side {
    width: var(--svc-card-w);
    height: var(--svc-card-h);
    opacity: 0;
    pointer-events: none;
  }

  .service-video-section.svc-mobile-animating .svc-card.side {
    opacity: 1;
  }

  .svc-nav-btn {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
    top: 50%;
  }

  .svc-prev {
    left: calc(50% - (var(--svc-card-w) / 2) - 18px);
  }

  .svc-next {
    right: calc(50% - (var(--svc-card-w) / 2) - 18px);
  }

  .svc-card-label {
    font-size: clamp(0.85rem, 2.6vw, 1rem);
    line-height: 1.2;
    letter-spacing: 0.04em;
    bottom: 16px;
    padding: 10px 12px 0;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .service-video-section {
    --svc-card-w: 86vw;
    --svc-card-h: 56vw;
  }

  .svc-card.center {
    width: var(--svc-card-w);
    height: var(--svc-card-h);
  }

  .svc-nav-btn {
    width: 32px;
    height: 32px;
    font-size: 0.78rem;
  }

  .svc-card-label {
    font-size: 0.82rem;
  }
}
