html,
body {
    margin: 0;
    font-size: 100%;
    scroll-behavior: smooth;
    /* overflow-x:hidden; */
    font-family: 'Kulim Park' !important;
    padding:0 !important;
    /* overflow: auto; */
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

* {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Webkit browsers (Chrome, Safari, Edge baru) */
body::-webkit-scrollbar {
  display: none;
}


[data-bs-theme=dark]{
    --bg : #A6AAFF;
    --scroll : white;
}

[data-bs-theme=light]{
   --bg: #60BBFF
   --scroll : black;
}

#iris-overlay {
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: #f28020;
    display: none;
    -webkit-mask-image: radial-gradient(circle, transparent 0px, black 0px);
    mask-image: radial-gradient(circle, transparent 0px, black 0px);
    pointer-events: none;
}

.tagline-wrapper{
    width:80%;
}

.circle {
    position: fixed;
    width: 12px;
    height: 12px;
    margin: -5px 0 0 -5px;
    background: black;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-text {
    opacity: 0;
    font-size: 12px;
    font-weight: bold;
    color: black;
    white-space: nowrap;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.top-site{
  z-index: 100;
  position: relative;
}

.btn-outline-dark:hover{
  color:white !important;
  border: 1px solid black !important;
}

#banner{
  background:white;
  height:100vh;
}

.main-logo{
  width:10%;
}

.modal.show{
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(17.6px);
    -webkit-backdrop-filter: blur(17.6px);
}

/* ── Navbar Scroll State ── */
.fixed-top-nav {
    background-color: transparent;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

.fixed-top-nav.scrolled {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.fixed-top-nav a{
  color: black;
  text-decoration: none;
}

.latest-pro{
  rotate: 270deg;
  left: -2% !important;
  cursor: pointer;
}

.move-scroll{
  rotate: 270deg;
  right: -2% !important;
  cursor: pointer;
  text-decoration: none;
}

.move-scroll i{
  font-size:9px;
}

.tagline{
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.area-drop{
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  overflow: hidden;
}

.draggable-item {
    position: absolute;
    width: 5vw;
    min-width: 50px;
    cursor: grab;
    transition: transform 0.2s ease, left 0.8s ease, top 0.8s ease;
    user-select: none;
    -webkit-user-drag: none;
    transform-origin: center center;
}

.draggable-item.moving {
    transform: scale(0.7);
}

.draggable-item:hover {
    transform: scale(1.1);
}

.draggable-item.dragging {
    cursor: grabbing;
    transform: scale(0.8);
    z-index: 1000;
    opacity: 0.8;
}

.draggable-item img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.tagline h1{
  font-size:110px !important;
}

.tagline .max{
  margin-left: 3rem !important;
}

.tagline .its{
    margin-left: 12rem;
}

.tagline .that-s{
  margin-left: 9rem !important;
}

.scroll-down {
  width: 8%;
  animation: rotate 5s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.circle-icon{
  width:60px;
  height:60px;
  border:1px solid black;
  border-radius: 1000px;
}

.icon-arrow{
  rotate: 315deg;
}

.icon-arrow-top{
  rotate: 270deg;
  font-size:120px;
}

.gallery {
	width: 100%;
	overflow: hidden;
}

.cards {
	position: absolute;
	width: 14rem;
	height: 18rem;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cards li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 14rem;
	height: 18rem;
	text-align: center;
	line-height: 18rem;
	font-size: 2rem;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0.8rem;
}

.cards li img {
  max-width: 90%;
  opacity: 0;
}

.actions {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
  z-index: 100;
}

.gallery button {
  display: inline-block;
  outline: none;
  padding: 8px 14px;
  border: solid 1px black;
  background-color: transparent;;
  text-decoration: none;
  border-radius: 99px;
  padding: 12px 25px;
  font-weight: 600;
  cursor: pointer;
  line-height: 18px;
  margin: 1rem;
}

.col-spc{
  height:110vh;
}

#about-us {
    z-index: 5;
    height: 110vh;;
    position: sticky;
    top: 0;
    overflow-x:hidden;
}

#area-hilang{
  position: sticky;
  top: 0;
  z-index: 6;
}

.area-panah{
  height:30vh;
}

#we-do{
    background: linear-gradient(0deg, #000306 44%, #00366C 100%);  
  overflow: hidden;
}

.area-awan {
  height: 100vh;
  width: 100vw;
  z-index: 3;
}

#awan {
    width: 20vw;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    animation: moveAwan 25s linear infinite, satelliteFloat 5s ease-in-out infinite, satelliteTilt 8s ease-in-out infinite;
    z-index: 3;
}

@keyframes moveAwan {
    0%   { right: -70vw; }
    100% { right: 100%;  }
}

@keyframes satelliteFloat {
    0%   { margin-top: 0px;   }
    25%  { margin-top: -18px; }
    50%  { margin-top: -8px;  }
    75%  { margin-top: -22px; }
    100% { margin-top: 0px;   }
}

@keyframes satelliteTilt {
    0%   { rotate: 0deg;  }
    20%  { rotate: 4deg;  }
    40%  { rotate: -3deg; }
    60%  { rotate: 6deg;  }
    80%  { rotate: -2deg; }
    100% { rotate: 0deg;  }
}

#gunung {
    width: 50vw;
    top: -200%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    border-radius: 50%;
    animation: gunungSpin 100s linear infinite, gunungGlow 3s ease-in-out infinite alternate;
    filter: drop-shadow(0 0 15px #e2f5ff) drop-shadow(0 0 35px #699bff) drop-shadow(0 0 60px #003399);
}

@keyframes gunungSpin {
    from { transform: translate(-50%, 0) rotate(0deg);   }
    to   { transform: translate(-50%, 0) rotate(360deg); }
}

@keyframes gunungGlow {
    from {
        filter: drop-shadow(0 0 10px #e2f5ff) drop-shadow(0 0 25px #699bff) drop-shadow(0 0 50px #003399);
    }
    to {
        filter: drop-shadow(0 0 20px #bcf2ff) drop-shadow(0 0 50px #429aff) drop-shadow(0 0 90px #0044cc);
    }
}

#robot {
    width: 15vw;
    top: 30%;
    left: 10%;
    transform: translate(-50%, -50%);
    rotate: 0deg !important;
    z-index: 5;
    animation: rocketFloat 4s ease-in-out infinite;
}

#roket {
    width: 7vw;
    bottom: 0;
    right: 10%;
    transform: translate(-50%, -50%);
    z-index: 5;
    rotate: 335deg;
    animation: rocketFloat 4s ease-in-out infinite;
}

@keyframes rocketFloat {
    0%   { translate: 0px 0px;   rotate: 335deg; }
    25%  { translate: 4px -12px; rotate: 337deg; }
    50%  { translate: 0px -18px; rotate: 335deg; }
    75%  { translate: -4px -10px; rotate: 333deg; }
    100% { translate: 0px 0px;   rotate: 335deg; }
}

.area-cave{
    z-index: 3;
    width: 100vw;
    top:0;
}
#cave{
  object-position: right;
  scale: 100;
}

.area-bermain {
    bottom: -100vh;    /* ← start dari bawah */
    z-index: 4;
    width: 100%;
    left: 0;
    height: 100%;
}

.player {
    width: 25%;
    left: 20%;
    bottom: 0;
    z-index: 4;
}
.img-area1, .img-area3{
  width:80%;
}

.img-area2{
    width: 60%;
    animation: shakeArea2 2.5s ease-in-out infinite;
}

.coin{
  width: 20%;
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, 0%);
  animation: spinCoin 2s linear infinite;
}

@keyframes spinCoin {
  0% {
    transform: translate(-50%, 0%) rotateY(0deg);
  }
  100% {
    transform: translate(-50%, 0%) rotateY(360deg);
  }
}

#grass{
    width: 100vw;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
}

#awan1{
    top: 20%;
    left: 80%;
    transform: translate(-50%, -50%);
    filter: opacity(1);
    z-index: 6;
    width: 150vw;
}
#awan2{
    top: 20%;
    left: 20%;
    transform: translate(-50%, -50%);
    filter: opacity(1);
    z-index: 6;
    width: 100vw;
    filter: opacity(0.9);
}
#awan3{
    bottom: 0;
    left: 20%;
    transform: translate(-50%, 35%);
    filter: opacity(1);
    z-index: 6;
    width: 130vw;
}
#awan4{
    bottom: 0;
    right: 0;
    transform: translate(45%, 30%);
    filter: opacity(1);
    z-index: 6;
    width: 140vw;
    filter: opacity(0.5);
}

#playing1{
  bottom: -100vh;
}
#playing2{
  bottom: -100vh;
}
#playing3{
  bottom: -100vh;
}

.wht-we-do{
  top: 15%;
  /* From https://css.glass */
background: rgba(255, 255, 255, 0.57);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.9px);
-webkit-backdrop-filter: blur(7.9px);
border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 7;
  width: 30%;
  border-radius: 30px;
  right: -100%;
  height: 80vh;
}

.wht-text {
    height: 85%;
    overflow-y: scroll;
    overflow-x: hidden;
    
    scrollbar-width: thin;
    scrollbar-color: transparent transparent; /* ← default transparan */
    transition: scrollbar-color 0.3s ease;
}

.wht-text:hover {
    scrollbar-color: rgba(255,255,255,0.3) transparent; /* ← muncul saat hover */
}

/* Chrome/Safari/Edge */
.wht-text::-webkit-scrollbar {
    width: 4px;
}

.wht-text::-webkit-scrollbar-track {
    background: transparent;
}

.wht-text::-webkit-scrollbar-thumb {
    background: transparent; /* ← default transparan */
    border-radius: 999px;
    transition: background 0.3s ease;
}

.wht-text:hover::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3); /* ← muncul saat hover */
}

.wht-text:hover::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.6);
}

#we-do-out{
  background:#E3E3E3;
  height:130vh;
  border-radius: 50vw 50vw 0 0;
  
}

.scrollhu{
  border-radius: 100px;
  height: 60px;
  width: 30px;
  border: 1.5px solid white;
  bottom: 0;
  z-index: 8;
  transform: translate(-50%, -50%);
  left: 50%;
}

.bulletscroll{
  width:10px;
  height:10px;
  border-radius:200px;
  background:white;
  position: absolute;
  top:0;
  left:50%;
  transform:translate(-50%, 50%);
  animation: scrollBullet 1.5s ease-in-out infinite;
}

@keyframes scrollBullet {
  0% {
    top: 0;
    background: white;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  30% {
    background: #F5E5D8;
    box-shadow: 0 0 5px rgba(219, 106, 26, 0.3);
  }
  40% {
    background: #DB6A1A;
    box-shadow: 0 0 10px rgba(219, 106, 26, 0.6),
                0 0 20px rgba(219, 106, 26, 0.4);
  }
  100% {
    top: calc(100% - 20px);
    background: #DB6A1A;
    box-shadow: 0 0 15px rgba(219, 106, 26, 0.8),
                0 0 25px rgba(219, 106, 26, 0.5),
                0 0 35px rgba(219, 106, 26, 0.3);
  }
}

.what-we-do-text {
    position: absolute;
    bottom: 30vh;
    left: 100px;
}

.vertical-text {
    font-weight: 900;
    color: black;
    white-space: nowrap;
    font-size: 150px;
    line-height: 1;
}

.meet-us-area:hover .icon-arrow {
    animation: arrowBounce 0.7s ease-in-out;
}

@keyframes arrowBounce {
    0% {
        transform: translate(0, 0);
    }
    40% {
        transform: translate(40px, 0); /* Diagonal kanan atas (jam 2) */
    }
    41% {
        transform: translate(-40px, 0); /* Jump ke diagonal kiri bawah (jam 8) */
    }
    100% {
        transform: translate(0, 0); /* Kembali ke posisi awal */
    }
}

.icon-arrow-btn{
  rotate: 315deg;
}

.btn:hover .icon-arrow-btn {
    animation: arrowBounceBtn 0.7s ease-in-out;
}

.btn .bg-black{
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover .bg-black {
    background-color: #f8f9fa !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@keyframes arrowBounceBtn {
    0% {
        rotate: 360deg;
    }
    40% {
        transform: translate(50px, 0px); /* Diagonal kanan atas (jam 3) */
    }
    41% {
        transform: translate(-50px, 0px); /* Jump ke diagonal kiri bawah (jam 9) */
    }
    99% {
        rotate: 360deg;
        transform: translate(0, 0);
    }
    100% {
        rotate: 315deg;
    }
}

#work{
  background:black;
  height:100vh;
}
.our-master{
  height:55vh;
  overflow: hidden;
  position: relative;
}

.our-work-text{
  color: white;
  font-size: 200px;
  line-height: 80%;
  position: absolute;
  bottom: -15%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.work-pill {
    position: absolute;
    padding: 12px 24px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    z-index: 10;
    cursor: grab;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    pointer-events: auto;
    transition: transform 0.1s ease;
}

.work-pill:active {
    cursor: grabbing;
}

#master-box {
    position: relative;
}

#pills-canvas{
  position: absolute; 
  top: 0; 
  left: 0; 
  pointer-events: none;
  width: 100%;
  height: 55vh;
}

#service{
  height:100%;
  background-color: white;
}

.service-body{
  background:white;
}

/* Staggered Layout */
.wcu-1 {
    transform: translateY(60px);
    z-index: 1;
}

.wcu-2 {
    transform: translateY(120px);
    z-index: 2;
}

.wcu-2::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 2px;
    height: 100%;
    background: white;
    z-index: 1;
}

.wcu-3 {
    transform: translateY(-30px);
    z-index: 3;
}

.wcu-3::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 2px;
    height: 100%;
    background: white;
    z-index: 1;
}

.wcu-1, .wcu-2, .wcu-3 {
    height: 500px;
    border: 1px solid black;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

/* WCU Body - Default State */
.wcu-body {
    width: 100%;
    height: 100%;
    background: #FFFFFF; /* Background putih default */
    transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center center;
}
/* ------------------------------------------------------------------------- */
.wcu-content {
    z-index: 2;
    pointer-events: none; 
}

.icon-wcu {
    font-size: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.text-wcu {
    font-size: 200px;
    transform: translateX(50px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-wcu-area {
    position: relative;
    overflow: hidden;
}

.text-wcu-area {
    position: relative;
}

.title-wcu {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(50px);
}

.desc-wcu {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.icon-arrow-wcu {
    opacity: 0;
    transform: translateX(-50px);
}

.icon-camcorder {
    opacity: 1;
    transform: translateX(-130%);
}

/* ==================== HOVER EFFECTS - UNTUK SEMUA WCU ==================== */
.wcu-1:hover .wcu-body,
.wcu-2:hover .wcu-body,
.wcu-3:hover .wcu-body {
    filter: opacity(60%);
    border-radius: 15px;
    transform: scale(0.95);
}

.wcu-1:hover .wcu-body {
    background: #FA9D3D;
}

.wcu-2:hover .wcu-body {
    background: #836AFF;
}

.wcu-3:hover .wcu-body {
    background: #FF6AFF;
}

.wcu-1:hover .icon-arrow-wcu,
.wcu-2:hover .icon-arrow-wcu,
.wcu-3:hover .icon-arrow-wcu {
    opacity: 1;
    transform: translateX(0);
}

.wcu-1:hover .icon-camcorder,
.wcu-2:hover .icon-camcorder,
.wcu-3:hover .icon-camcorder {
    transform: translateX(0px);
}

.wcu-1:hover .text-wcu,
.wcu-2:hover .text-wcu,
.wcu-3:hover .text-wcu {
    transform: translateX(550px);
}

.wcu-1:hover .title-wcu,
.wcu-2:hover .title-wcu,
.wcu-3:hover .title-wcu {
    transform: translateY(0px);
}

.wcu-1:hover .desc-wcu,
.wcu-2:hover .desc-wcu,
.wcu-3:hover .desc-wcu {
    opacity: 1;
    transform: translateY(0);
}
/* Hilangkan animasi backToWhite jika tidak perlu */

#client{
  background:white;
  height:100%;
}

.logo-scroll-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: white;
    padding: 40px 0;
}

.logo-track {
    display: flex;
    gap: 80px;
    will-change: transform;
}

.logo-item {
    flex-shrink: 0;
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* Orange Border Container (OVERFLOW HIDDEN DI SINI) */
.our-porto {
    height: 65vh;
    position: relative;
    overflow: hidden;
    padding: 40px 80px;
    background: white;
}

/* Black Border (Visual Only - DI BELAKANG) */
.porto-border {
    position: absolute;
    top: 40px;
    left: 80px;
    right: 80px;
    bottom: 40px;
    border: 1px solid black;
    pointer-events: none;
    z-index: 1;
}

/* Container untuk kedua row - DI ATAS border */
.porto-run {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: auto;
    z-index: 2;
}

/* Row Portfolio */
.porto-box {
    display: flex;
    gap: 0;
    width: max-content;
    will-change: transform;
}

/* Individual Box */
.box-porto {
    height: 22vh;
    width: 20vw;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
}

.box-porto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive */
@media (max-width: 1200px) {
    .our-porto {
        padding: 30px 60px;
    }
    
    .porto-border {
        top: 30px;
        left: 60px;
        right: 60px;
        bottom: 30px;
    }
    
    .box-porto {
        width: 22vw;
        height: 20vh;
    }
}

@media (max-width: 768px) {
    .our-porto {
        height: 50vh;
        padding: 20px 40px;
    }
    
    .porto-border {
        top: 20px;
        left: 40px;
        right: 40px;
        bottom: 20px;
    }
    
    .box-porto {
        width: 30vw;
        height: 18vh;
    }
}

@media (max-width: 576px) {
    .our-porto {
        height: 45vh;
        padding: 15px 30px;
    }
    
    .porto-border {
        top: 15px;
        left: 30px;
        right: 30px;
        bottom: 15px;
    }
    
    .box-porto {
        width: 40vw;
        height: 16vh;
    }
}

#team{
  background:white;
  height:100%;
}

/* Run Tagline */
.run-tagline {
    display: flex;
    gap: 0;
    width: max-content;
    will-change: transform;
    overflow: visible;
}

/* Cutebox */
.cutebox {
    height: 60px;
    width: 60px;
    border-radius: 10px;
    background: #272727;
    color: white;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1;
}

.cutebox h1 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    z-index: 10;
    transition: all 0.4s ease;
}

/* HAPUS ::before dan ::after - NO MORE CIRCLES */

/* HOVER STATE - EXPLOSION WITHOUT CIRCLES! */
.cutebox:hover {
    transform: scale(1.3) rotate(15deg);
    border-radius: 50%;
    box-shadow: 0 0 30px currentColor;
    z-index: 100;
}

.cutebox:hover h1 {
    transform: scale(1.2) rotate(-15deg);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

/* Circle Icon */
.circle-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #272727;
    background: transparent;
    color: #272727;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.icon-arrow {
    transition: transform 0.3s ease;
}

/* Hover effect untuk circle icon */
.circle-icon:hover {
    transform: rotate(360deg) scale(1.2);
    border-color: #FF6A6A;
    color: #FF6A6A;
}

.circle-icon:hover .icon-arrow {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
    .cutebox {
        height: 50px;
        width: 50px;
    }
    
    .cutebox h1 {
        font-size: 26px;
    }
    
    .circle-icon {
        height: 50px;
        width: 50px;
    }
}

@media (max-width: 576px) {
    .cutebox {
        height: 40px;
        width: 40px;
    }
    
    .cutebox h1 {
        font-size: 20px;
    }
    
    .circle-icon {
        height: 40px;
        width: 40px;
    }
}

.teamwork{
  height:120vh;
  overflow: hidden;
}

.teamwork h5 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline;
}

.tagline-dash {
    font-weight: normal;
    margin: 0 8px;
}

.tagline-description {
    display: inline;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .teamwork h5 {
        font-size: 20px;
    }
    
    .tagline-description {
        font-size: 14px;
    }
}

.gather {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.gather::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
    z-index: 4; /* turunin dari 10 ke 4, biar ga nutupin canvas outline */
}

.char {
    height: 300px;
}

.char-cat {
    height: 200px;
}

.baris1 { bottom: 60%; z-index: 1; }
.baris2 { bottom: 42%; z-index: 2; }
.baris3 { bottom: 20%; z-index: 3; }

/* hapus .baris1.char, .baris2.char, .baris3.char — itu selector salah */

.char,
.char-cat {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                filter 0.4s ease,
                opacity 0.4s ease;
}

.char:hover,
.char-cat:hover {
    position: relative !important;
    z-index: 10 !important;
    transform: translateY(-10px);
    filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.4)) !important;
}

#charModal {
  position: fixed; inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
#charModal.show { display: flex; }

.modal-backdrop-custom {
  position: absolute; inset: 0;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(17.6px);
  opacity: 0;
  transition: opacity 0.35s ease;
}

#charModal.show .modal-backdrop-custom { opacity: 1; }
#charModal.closing .modal-backdrop-custom { opacity: 0; }

/* Gambar karakter — setengah badan */
.modal-char-img {
  position: fixed;
  bottom: -20%;
  height: 600px;
  object-fit: cover;
  object-position: top center;
  z-index: 10001;
  pointer-events: none;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.modal-char-img.pos-left  { left: 0;  transform: translateX(-110%); }
.modal-char-img.pos-right { right: 0; transform: translateX(110%); }
.modal-char-img.entered   { transform: translateX(0); }

/* Dialog box */
.modal-dialog-custom {
    isolation: isolate;
    border: 1px solid transparent;
  position: relative;
  z-index: 10002;
  background: rgba(15,15,30,0.92);
  border-radius: 20px;
  padding: 36px 40px;
  width: min(600px, 90vw);
  backdrop-filter: blur(12px);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
  opacity: 0;
  transform-style: preserve-3d;
  will-change: transform;
}

.modal-dialog-custom::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  padding: 2px;
  background: conic-gradient(
    from var(--border-angle, 0deg),
    transparent 20%,
    var(--char-color, #a78bfa) 40%,
    transparent 60%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderSpin 1.6s linear infinite;
  z-index: -1;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@property --border-angle {
  syntax: '<angle>';
  inherits: true;
  initial-value: 0deg;
}

@keyframes borderSpin {
  to { --border-angle: 360deg; }
}

.modal-hobbies {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hobby-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: default;
  transition: transform 0.2s, background 0.2s;
}

.hobby-btn:hover {
  transform: scale(1.15);
  background: rgba(255,255,255,0.08);
}

.modal-dialog-custom.from-right { transform: translateX(120px); }
.modal-dialog-custom.from-left  { transform: translateX(-120px); }
.modal-dialog-custom.entered    { transform: translateX(0); opacity: 1; }

.modal-close-btn {
  position: absolute; top: 16px; right: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff; width: 36px; height: 36px;
  border-radius: 50%; cursor: pointer;
  font-size: 18px; display: flex;
  align-items: center; justify-content: center;
  transition: background 0.2s;
}
.modal-close-btn:hover { background: rgba(255,255,255,0.18); }

/* Smooth transition */
.baris2, .baris3 {
    will-change: transform;
}

#contact{
  background:white;
  height:100vh;
  position: sticky;
  top: 0;
  z-index: 7;
}

.spin-area{
    border-radius:40px;
}

.get-touch {
    border-radius: 40px 0 40px 40px;
    /* From https://css.glass */
    background: rgba(248, 248, 248, 0.426);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    min-height: 400px;
    z-index:2;
}

.circle-cut {
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 0 0 0 80px;
}

.circle-phone{
    width: 110px;
    height:110px;
    background-color: #f8f8f8;
    border-radius:1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-phone i{
    font-size:50px;
}

.split1 {
    width: 75px;
    height: 75px;
    background: rgba(248, 248, 248, 0);
    top: 0;
    right: 150px; /* tepat di sebelah kiri circle-cut */
}

.split2 {
    width: 75px;
    height: 75px;
    background: rgba(248, 248, 248, 0);
    top: 150px;
    right: 0;
    position: relative;
}

.split2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 0% 90%, transparent 80px, white 0px);
    top: 0;
    left: 0;
}

.split1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 0% 90%, transparent 80px, white 0px);
    top: 0;
    left: 0;
}

.spc{
    font-size:70px;
}

.sosmed-icon{
    width:30px;
    height:30px;
    border-radius: 1000px;
    background-color: #FFAF6A;
}

.area-map iframe{
    border-radius:40px;
}

#spin-cursor{
    width: 250px;
    height: 250px;
    background: #836affa3;
    border-radius: 1000px;
    bottom: 0;
    right:0;
    z-index: 1;
}

.bg-mgc{
    border-radius:40px;
    position: absolute;
    bottom: 0;
    height: 60%;
    z-index: 1;
}

.img-area-mgc img{
    border-radius:40px;
}

#area-magic{
    z-index: 1000000;
}

#area-magic::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px; /* Adjust tinggi gradient */
    background: linear-gradient(to top, transparent, white);
    pointer-events: none;
    z-index: 10;
}

#magic-cursor{
    width: 150px;
    height: 150px;
    border-radius: 1000px;
    bottom: 0;
    right:4%;
    z-index: 5;
    cursor: pointer;
}

.scroll-magic-wrapper {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scroll-magic {
    width: 100%;
    display: block;
    animation: rotateM 5s linear infinite;
}

@keyframes rotateM {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.star-synd{
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

#magical .tangan-kanan, #magical .tangan-kiri{
    position: absolute
}

.tangan-kanan{
    position: absolute;
    width:60%;
    z-index: 3;
    bottom:2%;
}
.glow{
    position: absolute;
    width:60%;
    z-index: 2;
    bottom:2%;
}
.tangan-kiri{
    position: absolute;
    width:60%;
    z-index: 1;
    bottom:2%;
}

.point {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 35%;
    top: 20%;  /* Diubah dari 50% ke 45% - sedikit ke atas */
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: none;
}

.fly-obj {
    z-index: 10;
    position: absolute;
    width: 35%;
    opacity: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}



.text-porto{
    text-transform: uppercase;
}

.text-porto h1{
    font-size: 60px !important;
}

/* CONTRASTING TEXT - Text hitam yang otomatis kontras */
.text-porto .revtext h1,
.text-porto .revtext h5 {
    color: #000;  /* HITAM sebagai base */
    mix-blend-mode: difference;
    font-weight: 900;
}

/* Efek hover - semua item jadi opacity 0.4 */
.text-porto:has(.revtext:hover) .revtext {
    opacity: 0.2;
}

/* Item yang di-hover tetap opacity 1 */
.text-porto .revtext:hover {
    opacity: 1 !important;
}

/* Smooth transition untuk opacity saja */
.text-porto .revtext {
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.pop-up-modal{
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.pop-up-modal.fade-in {
    opacity: 1;
}

.pop-up-modal.fade-out {
    opacity: 0;
}

.bt-close{
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.revtexter {
	height: inherit;
	background: inherit;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-align: center;
    font-size: 60px !important;
	filter: invert(1) grayscale(1) contrast(9);
}

/* Animasi lompatan player dengan particle effect dan loop */
@keyframes playerJump {
    /* === Muncul dari portal di area1 pojok kanan: kecil → besar === */
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
        animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1); /* spring effect keluar portal */
    }
    8% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
        animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99);
    }

    /* === Lompat ke area2 CEPAT & SMOOTH === */
    11% { transform: translate(calc(2vw), -4vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    14% { transform: translate(calc(4vw), -8vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    17% { transform: translate(calc(6vw), -11vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    20% { transform: translate(calc(8vw), -13vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    23% { transform: translate(calc(10vw), -14vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    26% { transform: translate(calc(12vw), -13vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    29% { transform: translate(calc(14vw), -10vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    30% { transform: translate(calc(16vw), -10vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    32% { transform: translate(calc(18vw), -6vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    35% { transform: translate(calc(21vw), -2vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    38% {
        transform: translate(calc(23vw), 0) scale(1);
        opacity: 1;
        animation-timing-function: ease-in;
    }

    /* === Masuk portal di area2: besar → kecil === */
    44% {
        transform: translate(calc(23vw), 0) scale(0);
        opacity: 0;
        animation-timing-function: step-start;
    }

    /* === Teleport balik ke area1 pojok kanan, masih kecil === */
    45% {
        transform: translate(0, 0) scale(0);
        opacity: 0;
        animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    /* === Keluar portal di area1: kecil → besar === */
    53% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
        animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99);
    }

    /* === REPEAT: Lompat ke area2 CEPAT & SMOOTH === */
    56% { transform: translate(calc(2vw), -4vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    59% { transform: translate(calc(4vw), -8vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    62% { transform: translate(calc(6vw), -11vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    65% { transform: translate(calc(8vw), -13vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    68% { transform: translate(calc(10vw), -14vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    71% { transform: translate(calc(12vw), -13vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    74% { transform: translate(calc(16vw), -10vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    77% { transform: translate(calc(18vw), -6vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    80% { transform: translate(calc(21vw), -2vh) scale(1); opacity: 1; animation-timing-function: cubic-bezier(0.33, 0.01, 0.67, 0.99); }
    83% {
        transform: translate(calc(23vw), 0) scale(1);
        opacity: 1;
        animation-timing-function: ease-in;
    }

    /* === Masuk portal di area2: besar → kecil === */
    89% {
        transform: translate(calc(23vw), 0) scale(0);
        opacity: 0;
        animation-timing-function: step-start;
    }

    /* === Reset ke awal: posisi area1 pojok kanan, siap keluar portal lagi === */
    90% {
        transform: translate(0, 0) scale(0);
        opacity: 0;
        animation-timing-function: linear;
    }
    100% {
        transform: translate(0, 0) scale(0);
        opacity: 0;
    }
}

/* Tambahkan ke stylesheet */
@keyframes portalParticleBurst {
    0% {
        transform: translate(-50%, -50%) translate(0, 0) scale(1);
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) translate(var(--dx), var(--dy)) scale(0);
        opacity: 0;
    }
}

.portal-particle {
    will-change: transform, opacity;
}

#jumper {
    animation: none;
    transform-origin: center bottom;
    will-change: transform, opacity;
    z-index: 2;
    opacity: 0;
}

/* Animasi goyang untuk area1 */
@keyframes shakeArea1 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    10% {
        transform: translate(-2px, 1px) rotate(-0.5deg);
    }
    20% {
        transform: translate(2px, -1px) rotate(0.5deg);
    }
    30% {
        transform: translate(-1px, 2px) rotate(-0.3deg);
    }
    40% {
        transform: translate(1px, -2px) rotate(0.3deg);
    }
    50% {
        transform: translate(-2px, 1px) rotate(-0.4deg);
    }
    60% {
        transform: translate(2px, 1px) rotate(0.4deg);
    }
    70% {
        transform: translate(-1px, -1px) rotate(-0.2deg);
    }
    80% {
        transform: translate(1px, 2px) rotate(0.2deg);
    }
    90% {
        transform: translate(-1px, -2px) rotate(-0.1deg);
    }
}

/* Animasi goyang untuk area2 */
@keyframes shakeArea2 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    12% {
        transform: translate(2px, -1px) rotate(0.4deg);
    }
    24% {
        transform: translate(-2px, 1px) rotate(-0.4deg);
    }
    36% {
        transform: translate(1px, -2px) rotate(0.3deg);
    }
    48% {
        transform: translate(-1px, 2px) rotate(-0.3deg);
    }
    60% {
        transform: translate(2px, 1px) rotate(0.5deg);
    }
    72% {
        transform: translate(-2px, -1px) rotate(-0.5deg);
    }
    84% {
        transform: translate(1px, 1px) rotate(0.2deg);
    }
    96% {
        transform: translate(-1px, -1px) rotate(-0.2deg);
    }
}

/* Animasi goyang untuk area3 */
@keyframes shakeArea3 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    15% {
        transform: translate(-1px, 2px) rotate(-0.3deg);
    }
    30% {
        transform: translate(1px, -2px) rotate(0.3deg);
    }
    45% {
        transform: translate(-2px, 1px) rotate(-0.4deg);
    }
    60% {
        transform: translate(2px, -1px) rotate(0.4deg);
    }
    75% {
        transform: translate(-1px, -1px) rotate(-0.2deg);
    }
    90% {
        transform: translate(1px, 1px) rotate(0.2deg);
    }
}

/* Apply animasi ke setiap area */
.img-area1 {
    animation: shakeArea1 3s ease-in-out infinite;
    transform-origin: center bottom;
}

.img-area3 {
    animation: shakeArea3 3.5s ease-in-out infinite;
    transform-origin: center bottom;
}

/* Jika ingin goyang lebih kencang saat jumper mendarat */
.img-area1.landing {
    animation: shakeArea1 0.5s ease-in-out 3;
}

.img-area2.landing {
    animation: shakeArea2 0.5s ease-in-out 3;
}

.img-area3.landing {
    animation: shakeArea3 0.5s ease-in-out 3;
}

.ink{
    bottom:-20vh;
}

.wrapper {
    width: 100%;
    height: 100%;        /* ikut tinggi kolom */
    min-height: 500px;   /* fallback minimum */
    background-color: #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 1;             /* tambah ini agar stretch penuh */
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlayfull{
    background-color: #11111188;
}

.text-wp {
  position: absolute;
  color: white;
  font-size: 60px;
  z-index: 10;
  opacity: 1;
  transform: translateY(-50px);
}

/* Positionierung und Styling der Navigationsleiste */
.nav-wp {
  position: absolute;
  bottom: 80px;
  left: 100px;
  display: flex;
  flex-direction: row;
  z-index: 10;
}

/* Navigationsleiste */
.nav-item-wp {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-right: 30px;
  cursor: pointer;
}

.nav-item-wp span {
  color: white;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}

.nav-item-wp.active span {
  opacity: 1;
}

.nav-bar-wp {
  width: 60px; /* Set this to the width you want for the nav bar */
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5); /* Default background color */
  position: relative;
  overflow: hidden;
  opacity: 0.5; /* Default opacity */
  transition: opacity 0.5s ease, width 0.5s ease; /* Transition for width and opacity */
  margin-top: 10px;
  border-radius: 100px;
}

.nav-bar-wp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white; /* Set background-color for the loading bar */
  transform: translateX(-100%); /* Start outside the bar */
  opacity: 1; /* Default opacity for loading animation */
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Activate loading animation for the active bar */
.nav-item-wp.active .nav-bar-wp::before {
  transform: translateX(0); /* Fill the bar from left to right */
  opacity: 1; /* Set full opacity when active */
}

/* Full opacity for the active bar */
.nav-item-wp.active .nav-bar-wp {
  opacity: 1; /* Full opacity for active bar */
}

/* Hover-Effekt */
.nav-item-wp:hover .nav-bar-wp {
  background-color: white;
  opacity: 1;
}

/* Pfeil-Button */
.button-wp {
  position: absolute;
  bottom: 90px;
  right: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}

.arrow-wp {
  fill: white;
  width: 60px;
  height: 60px;
}

/* Keep the design for larger displays */
@media (min-width: 769px) and (max-width: 1366px) {
  .text-wp {
    font-size: 80px;
  }

  .button-wp {
    bottom: 11vh;
    right: 1vh;
    width: 120px; /* Set a smaller width */
    height: 40px; /* Set a smaller height */
  }

  .arrow-wp {
    width: 7vh;
    height: 7vh;
  }

  .nav-wp {
    position: absolute;
    bottom: 7vh;
    left: 20px;
    display: flex;
    flex-direction: row;
    z-index: 10;
  }

  .nav-bar-wp {
    height: 5px; /* Adjust height if needed */
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    overflow: hidden;
    opacity: 0.5; /* Set to 0.5 for inactive bars */
    transition: opacity 0.5s ease;
  }

  .nav-item-wp {
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-right: 10px; /* Reduced margin to create a more compact layout */
    cursor: pointer;
  }

  .nav-item-wp:last-child {
    margin-right: 0; /* Remove margin for the last item */
  }

  .nav-item-wp span {
    font-size: 14px; /* Keep the font size for visibility */
  }
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    background-color: #ffd2a5 !important;
}

.accordion-button::after{
    background: #EAEAEA;
    border-radius: 1000px;
    padding: 15px !important;
    background-position: center;
}

/* ===== LOADING SCREEN ===== */
#loading-screen {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#loading-screen.fade-out {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-logo {
    font-family: 'Kulim Park', sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.4em;
    color: #1a1a1a;
    text-transform: uppercase;
    opacity: 0;
    animation: loaderFadeUp 0.8s ease 0.2s forwards;
}

.loader-ring-wrap {
    position: relative;
    width: 56px;
    height: 56px;
}

.loader-ring {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid #e8e8e8;
    border-top-color: #1a1a1a;
    animation: loaderSpin 0.9s linear infinite;
    opacity: 0;
    animation: loaderSpin 0.9s linear infinite, loaderFadeUp 0.8s ease 0.4s forwards;
}

.loader-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #1a1a1a;
    border-radius: 50%;
    opacity: 0;
    animation: loaderFadeUp 0.8s ease 0.6s forwards, loaderPulse 1.4s ease-in-out 1s infinite;
}

.loader-bar-wrap {
    width: 120px;
    height: 1px;
    background: #e8e8e8;
    overflow: hidden;
    opacity: 0;
    animation: loaderFadeUp 0.8s ease 0.5s forwards;
}

.loader-bar {
    height: 100%;
    width: 0%;
    background: #1a1a1a;
    animation: loaderProgress 2.5s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
}

@keyframes loaderSpin {
    to { transform: rotate(360deg); }
}

@keyframes loaderFadeUp {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes loaderPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.9; }
    50%       { transform: translate(-50%, -50%) scale(1.6); opacity: 0.4; }
}

@keyframes loaderProgress {
    0%   { width: 0%; }
    40%  { width: 55%; }
    70%  { width: 75%; }
    100% { width: 100%; }
}

/* ===== MOBILE HAMBURGER BUTTON ===== */
.hamburger-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 1001;
}

.hamburger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1a1a1a;
    border-radius: 2px;
    transition: background 0.3s ease;
}

/* Warna putih saat melintas di area hitam (sens-color logic) */
#sens-color .hamburger-btn span {
    background: black;
}

/* ===== SIDEBAR OVERLAY ===== */
.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ===== MOBILE SIDEBAR ===== */
.mobile-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 360px;
    height: 100dvh;
    background: #111111;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.45s cubic-bezier(0.76, 0, 0.24, 1);
    overflow-y: auto;
}

.mobile-sidebar.active {
    transform: translateX(0);
}

.sidebar-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px 36px 40px;
}

/* ===== CLOSE BUTTON ===== */
.sidebar-close {
    align-self: flex-end;
    background: rgba(255,255,255,0.08);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 48px;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

.sidebar-close:hover {
    background: rgba(255,255,255,0.15);
}

/* ===== NAV LINKS ===== */
.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

.sidebar-link {
    font-family: 'Kulim Park', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: block;
    transition: color 0.25s ease, padding-left 0.25s ease;
    letter-spacing: -0.01em;
}

.sidebar-link:first-child {
    border-top: 1px solid rgba(255,255,255,0.08);
}

.sidebar-link:hover,
.sidebar-link:active {
    color: #f5a623;
    padding-left: 8px;
}

/* ===== SIDEBAR FOOTER ===== */
.sidebar-footer {
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 32px;
}

.sidebar-email {
    font-family: 'Kulim Park', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

.sidebar-desc {
    font-family: 'Kulim Park', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin-bottom: 24px;
}

.sidebar-cta {
    display: inline-block;
    background: #f5a623;
    color: #111111;
    font-family: 'Kulim Park', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 2px;
    transition: background 0.25s ease, transform 0.2s ease;
    letter-spacing: 0.04em;
}

.sidebar-cta:hover {
    background: #e09510;
    transform: translateY(-1px);
}

/* ===== PREVENT BODY SCROLL SAAT SIDEBAR OPEN ===== */
body.sidebar-open {
    overflow: hidden;
}

/* ===== RESPONSIVE: Sembunyikan hamburger di desktop ===== */
@media (min-width: 992px) {
    .hamburger-btn { display: none !important; }
    .mobile-sidebar,
    .sidebar-overlay { display: none !important; }
}

/* Responsive */

@media (max-width: 1780px) {
    
}

/* 1366 x 768 - Laptop Standard */
@media (max-width: 1367px) {
    .char {
        height: 230px;
    }
    .point {
        left: 50%;
        top: 50%;
    }
    .player{
        width:17%;
    }
    .char-cat {
        height: 130px;
    }
    .circle-icon{
        height: 50px;
        width: 50px;
    }
    .vertical-text{
        font-size: 100px;
    }
    .nav-wp {
        left: unset;
    }
    .nav-bar-wp {
        width: 80px;
    }
}

/* 1280 x 780 - Small Laptop */
@media (max-width: 1280px) {
    .nav-bar-wp {
        width: 100px;
    }
    .modal-char-img {
    bottom: -15%;
    height: 450px;
    }
    .glow, .tangan-kanan, .tangan-kiri {
    width: 55%;
    }
    .fly-obj {
    width: 30%;
    }
    .point {
        top: 40%;
    }
}

@media (max-width: 1280px) and (max-height: 800px) {
    .wht-we-do {
        width: 40%;
    }
    #gunung{
        width: 70vw !important;
    }
    .player {
        width: 30%;
    }
    .char {
        height: 260px;
    }
    .char-cat {
        height: 160px;
    }
    .point {
        top: 60%;
    }
}

/* 1151 x 600 */
@media (max-width: 1151px) {
    .wrapper {
    max-height: 400px;
    }
    .nav-bar-wp {
        width: 60px;
    }
    .nav-wp{
        left: 10%;
    }
    .nav-wp {
        bottom: 12vh;
    }
    p, h6, .col-md-6 .fs-6, .wht-we-do .fs-6{
        font-size: .8rem !important;
    }
    #gunung {
        width: 60vw !important;
    }
    .our-work-text{
        font-size: 180px;
    }
    .work-pill {
        font-size: 12px;
    }
    .wcu-1, .wcu-2, .wcu-3 {
        height: 430px;
    }
    .icon-wcu {
        font-size: 30px;
    }
    .title-wcu {
        font-size: 30px;    
    }
    .char{
        height: 230px;
    }
    .char-cat{
        height: 130px;
    }
    .point {
        top: 50%;
    }
    .spc {
        font-size: 50px;
        line-height: 30px;
    }
}

/* 1080 x 576 */
@media (max-width: 1025px) {
    .text-porto h1 {
        font-size: 50px !important;
    }
    .fixed-top-nav, .btn, .fixed-nav{
        font-size:.8rem !important;
    }
    .tagline h1 {
        font-size: 90px !important;
    }
    .modal-char-img {
        height: 350px;
    }
    .cutebox {
        height: 40px;
        width: 40px;
    }
    #magic-cursor{
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 1024px) and (min-height: 1366px) {
    .tagline h1 {
        font-size: 150px !important;
    }
    .draggable-item {
    width: 8vw;
    }
    #gunung {
        top: -40% !important;
        width: 100vw !important;
    }
    .wht-we-do {
    width: 50%;
    height: 35vh;
    }
    .player {
        width: 47%;
    }
    #roket {
    width: 15vw;
    right: -5%;
    }
    #robot {
    width: 25vw;
    }
    .our-master {
    height: 75vh;
    }
    .char {
        height: 250px;
    }
    .char-cat {
        height: 150px;
    }
    .baris1 {
    bottom: 80%;
    }
    .baris2
    {
        bottom: 69%;
    }
    .baris3 {
    bottom: 57%;
    }
    .modal-char-img {
        height: 550px;
        bottom: -5%;
    }
    .point {
        top: 60%;
    }
    .teamwork {
    height: 60vh;
    }
    #contact {
    height: 50vh;
    }
}

@media (max-width: 1025px) and (max-height: 600px) {
    .modal-char-img {
        bottom: -5%;
        height: 300px;
    }
}

/* Tablet & Mobile Breakpoint */
@media (max-width: 992px) {
    /* .naveuy{
        background:white !important;
    } */
}

@media (max-width: 920px) {
    .nav-wp {
        bottom: 10vh;
    }
    .nav-bar-wp {
        width: 30px;
    }
    #gunung {
        width: 100vw !important;
    }
    #roket {
    width: 15vw;
    right: 1%;
    }
    #robot {
    width: 25vw;
    }
    .wht-we-do {
        width: 40%;
        height: 50vh;
    }
    .player {
        width: 45%;
        left: 10%;
    }
    .wcu-1, .wcu-2, .wcu-3 {
        height: 330px;
    }
    .text-wcu {
    font-size: 140px;
    transform: translateX(40px);
    }
    .desc-wcu {
    font-size: 12px;
    line-height: 1;
    }
    .title-wcu {
        font-size: 20px;
    }
    .teamwork {
    height: 70vh;
    }
    .baris1 {
    bottom: 75%;
    }
    .baris2 {
    bottom: 60%;
    }
    .baris3 {
    bottom: 45%;
    }
        #contact {
        height: 46vh;
    }
        .point {
        top: 70%;
    }
    .modal-char-img {
        height: 600px;
        bottom: -5%;
    }
}

@media (max-width: 860px) {
    .nav-wp {
        left: 15%;
    }
        .wht-we-do {
        width: 50%;
        height: 45vh;
    }
    #gunung {
        top: -40%;
    }
    #contact{
        height: 57vh;
    }
}

/* 780 x 487 */
@media (max-width: 780px) {
    p, h6, .col-md-6 .fs-6, .wht-we-do .fs-6 {
        font-size: .7rem !important;
    }
    .wrapper {
        max-height: 200px;
        min-height: 400px;
    }
    .tagline h1 {
        font-size: 70px !important;
    }
    #gunung {
        width: 60vw !important;
    }
    #roket {
        width: 7vw;
    }
    #robot {
        width: 15vw;
    }
    .player {
        width: 25%;
    }
    .wht-we-do {
        height: 75vh;
    }
    .sidebar-link {
    font-size: 13px;
    padding: 6px 0;
    }
    .sidebar-footer {
        padding-top: 20px;
        margin-top: 0px;
    }
    .our-work-text{
        font-size: 120px;
    }
    .work-pill {
    position: absolute;
    padding: 6px 12px;
    font-size: 12px;
    }
    .char {
        height: 130px;
    }
    .char-cat{
        height: 70px;
    }
        .teamwork{
        height: 90vh;
    }
        .baris1 {
        bottom: 70%;
    }
        #contact {
        height: 135vh;
    }
        .modal-char-img {
        height: 250px;
        bottom: -5%;
    }
    .modal-dialog-custom{
            width: min(600px, 50vw);
    }
    .area-map iframe {
    border-radius: 20px;
}
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .nav-item-wp {
        margin-right:2px;
    }
    .button-wp {
    bottom: 60px;
    }
    .circle-icon {
        height: 35px;
        width: 35px;
    }
    .fly-rocket, .fly-rocket2{
        width:100px !important;
        height:100px !important;
    }
    #gunung {
        width: 80vw !important;
        top: -30% !important;
    }
    #awan {
    width: 30vw;
    }
        #robot {
        width: 25vw;
    }    
    #roket {
        width: 17vw;
    }
    .wht-we-do {
        height: 40vh;
    }
        .player {
        width: 45%;
    }
    .our-master {
    height: 70vh;
    }
    .our-work-text{
    bottom: -10%;
    font-size: 250px;
    }
    .char {
        height: 180px;
    }
    .char-cat {
        height: 130px;
    }
    .teamwork {
        height: 60vh;
    }
    .baris1 {
        bottom: 80%;
    }
        .baris2 {
        bottom: 70%;
    }
        .baris3 {
        bottom: 60%;
    }
        #contact {
        height: 60vh;
    }
}

@media (max-width: 668px) {
    .text-porto h1 {
        font-size: 30px !important;
    }
        .nav-wp {
        left: 10%;
    }
    .button-wp {
        bottom: 110px;
    }
    .icon-arrow-top {
        font-size: 0px;
    }
    #gunung {
        width: 100vw !important;
            top: -40%;
    }
        .fly-rocket{
        width: 250px !important;
        height: 250px !important;
    }
    .wht-we-do {
        height: 35vh;
        width: 90%;
    }
    #robot {
        width: 25vw;
    }
    #roket{
        width: 15vw;
    }
    .player {
        width: 55%;
    }
    .our-work-text{
        font-size: 170px;
    }
    .fly-rocket2 {
        width: 150px !important;
        height: 150px !important;
    }
    .wcu-1, .wcu-2, .wcu-3 {
        transform: unset;
        height: 300px;
    }
        .char {
        height: 160px;
    }
        .char-cat {
        height: 80px;
    }
    .teamwork {
        height: 60vh;
    }
        .baris1 {
        bottom: 80%;
    }
    .baris2
    {
        bottom: 70%;
    }
        .baris3 {
        bottom: 60%;
    }
    .modal-dialog-custom{
        width: min(600px, 70vw);
    }
        .modal-char-img {
        height: 400px;
        bottom: -3%;
    }
    #area-magic{
        display: none;
    }
    #contact
 {
        height: 100%;
    }
}

@media (max-width: 640px) {
    
}

/* Large Phone Landscape */
@media (max-width: 576px) {
    .modal-char-img {
        height: 270px;
    }
        .our-master {
        height: 50vh;
    }
    .wrapper {
        max-height: 200px;
        min-height: 300px;
    }
    #gunung {
        width: 100vw !important;
        top: -30% !important;
    }
    p, h6, .col-md-6 .fs-6, .wht-we-do .fs-6 {
        font-size: .8rem !important;
    }
        .nav-wp {
        bottom: 5vh;
    }
    .button-wp {
        bottom: 60px;
    }
    .latest-pro {
        left: -7% !important;
    }
    .move-scroll {
        right: -7% !important;
    }
    .main-logo {
        width: 25%;
    }
    .work-pill {
    position: absolute;
    padding: 14px 20px;
    font-size: 1rem;
    }
    .text-wcu {
        font-size: 80px;
        transform: translateX(30px);
    }
        .wcu-1, .wcu-2, .wcu-3 {
        height: 250px;
    }
    .char {
        height: 130px;
    }
    .scroll-down {
    width: 20%;
}
}

@media (max-width: 451px) {
    #awan {
    width: 50vw;
    }
    .tagline .max {
        margin-left: 0px !important;
    }
    .tagline .its {
        margin-left: 2rem;
    }
    .tagline .that-s {
        margin-left: 1rem !important;
    }
        p, h6, .col-md-6 .fs-6, .wht-we-do .fs-6 {
        font-size: .9rem !important;
    }
    .wrapper {
        max-height: 100px;
        min-height: 320px;
    }
        .latest-pro {
        display: none;
    }
    .move-scroll{
        margin-left: auto;
    }
    .fly-rocket {
        width: 150px !important;
        height: 150px !important;
    }
    .vertical-text {
        justify-content: center;
        font-size: 50px;
    }
    .fly-rocket2 {
        width: 100px !important;
        height: 100px !important;
        margin-top: 20px;
    }
    .what-we-do-text {
        bottom: 50vh;
        left: 30%;
        text-align: center;
    }
    .player {
        width: 65%;
    }
    .teamwork {
        height: 70vh;
    }
    .modal-dialog-custom {
        width: min(600px, 85vw);
    }
    .modal-char-img {
        height: 350px;
    }
}

@media (max-width: 431px) {
    .what-we-do-text {
        bottom: 50vh;
        left: 28%;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .wrapper {
        max-height: 100px;
        min-height: 340px;
    }
    .char {
        height: 100px;
    }
}

@media (max-width: 391px) {
    .nav-wp {
        bottom: 0;
        left: 15%;
    }
    .wrapper {
        max-height: 100px;
        min-height: 270px;
    }
    .button-wp {
        bottom: 10px;
    }
    #gunung {
        width: 200vw !important;
        top: -10% !important;
        left: -20%;
    }
    .char {
        height: 100px;
    }
    .modal-char-img {
        height: 300px;
    }
}

@media (max-width: 384px) {
    
}

/* iPhone SE, Small Phones */
@media (max-width: 376px) {
    .wrapper {
        max-height: 100px;
        min-height: 240px;
    }
    .nav-wp {
        bottom: 0%;
        left: 15%;
    }
    p, h6, .col-md-6 .fs-6, .wht-we-do .fs-6 {
        font-size: .7rem !important;
    }
    .button-wp {
        bottom: 10px;
    }
    #gunung {
        width: 150vw !important;
        top: 10% !important;
        left: -20%;
    }
    .work-pill {
    padding: 10px 16px;
    font-size: .8rem;
    }
    .char {
        height: 95px;
    }
    .char-cat {
        height: 55px;
    }
    .modal-char-img {
        height: 220px;
    }
    .circle-phone i {
        font-size: 20px;
    }
    .circle-cut {
        width: 100px;
        height: 100px;
        background: white;
        border-radius: 0 0 0 50px;
    }
    .split1, .split2{
        width: 50px;
        height: 50px;
    }
    .circle-phone {
        width: 70px;
        height: 70px;
        top: 50%;
        left: 50%;
    }
}

@media (max-width: 361px) {
    
}

@media (max-width: 345px) {
    .modal-char-img {
        height: 320px;
    }
}

/* Very Small Phones */
@media (max-width: 320px) {
    
}

/* --Responsive-- */