/* * {
    outline: 1px solid red;
} */

.page-about {
    background-color: #000;
    color: white;
    margin: 0;
    padding: 0 !important;
    left: 0;
    right: 0;
}

/* ========================================
   STICKY SCROLL HEADER
======================================== */

.scroll-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 1000;
    display: none;
    /* default hidden */
    flex-direction: column;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.scroll-header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
}

.scroll-header-logo img {
    width: 150px;
    height: auto;
    padding: 10px;
}

.scroll-header-links {
    display: flex;
    gap: 20px;
    transition: all 0.3s ease;
}

.scroll-header-links a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.scroll-header-links a:hover,
.scroll-header-links a:focus {
    color: #f84970;
}


/* ========================================
   ABOUT US SECTION
======================================== */
.about-us {
    color: white;
    display: flex;
    justify-content: space-between;
    padding-left: 45px;
    padding-right: 100px;
    padding-top: 50px;
}

.titleus {
    color: white;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.descriptionus .teks1 {
    font-size: 20px;
}

.descriptionus .teks2 {
    color: #f84970;
    font-size: 20px;
    font-weight: 600;
}


/* ========================================
   GIF SECTION
======================================== */
.gif-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 64px;
    padding-top: 120px;
    gap: 48px;
}

.gif-container img {
    width: 600px;
    height: auto;
    max-width: 100%;
}


/* ========================================
   OUR CLIENT (DESKTOP GRID VERSION)
======================================== */
.aboutus-container {
    padding: 40px;
}

.aboutus-title {
    color: #f84970;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.aboutus-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    width: 100%;
}

.aboutus-grid a {
    text-decoration: none;
    color: white;
}

.aboutus-grid div {
    background-color: #111;
    border: 1px solid #333;
    padding: 40px 0;
    text-align: center;
    font-size: 18px;
    transition: background 0.3s, transform 0.2s;
    cursor: pointer;
}

.aboutus-grid div:hover {
    background-color: #222;
    transform: scale(1.05);
}


/* ========================================
   OUR CLIENT (MOBILE CAROUSEL VERSION)
======================================== */
.aboutus-carousel {
    display: none;
    gap: 0px;
    flex-direction: column;
}

.aboutus-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 0px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0px;
}

.aboutus-track::-webkit-scrollbar {
    display: none;
}

.aboutus-track a {
    flex: 0 0 auto;
    text-decoration: none;
}

.aboutus-track a div {
    background-color: #111;
    border: 1px solid #333;
    padding: 32px 24px;
    text-align: center;
    font-size: 18px;
    color: white;
    min-width: 140px;
    transition: background 0.3s, transform 0.2s;
}

.aboutus-track a div:hover {
    background-color: #222;
    transform: scale(1.05);
}


/* ========================================
   OUR SPECIAL SERVICE SECTION
======================================== */
.our-special-service {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    padding-top: 30px;
}

.our-special-service .title {
    color: #F84970;
    padding-bottom: 80px;
    font-size: 18px;
}

.our-special-service .special-service {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
    color: white;
    gap: 30px;
}

.our-special-service .special-service .service-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: flex-start;
    width: 100%;
}

.our-special-service .special-service .service-item h2 {
    color: white;
    width: 35%;
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 44px;
    word-wrap: break-word;
    text-align: left;
}

.our-special-service .special-service .service-item p {
    color: white;
    width: 35%;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 28px;
    word-wrap: break-word;
    padding-right: 80px;
}

.our-special-service .special-service .service-item button {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 6px 18px;
    font-weight: bold;
    border-radius: 999px;
    margin-top: 20px;
    transition: border 0.2s;
    font-size: 16px;
    align-self: flex-start;
}

.our-special-service .special-service .service-item button:hover {
    border: 2px solid #f84970;
}


/* ========================================
   CAROUSEL: THE PROCESS SECTION
======================================== */
.the-process {
    padding-top: 120px;
    padding-left: 40px;
    color: #f84970;
    font-size: 24px;
}

.process-carousel {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 30px;
    padding-left: 10px;
    background: #000;
    scroll-behavior: smooth;
    position: relative;
}

.process-carousel::-webkit-scrollbar {
    display: none;
}

.process-track {
    display: flex;
    gap: 0;
    width: max-content;
    position: relative;
}

.process-card {
    position: relative;
    flex: 0 0 400px;
    background: #000000;
    color: white;
    padding: 32px 28px;
    display: flex;
    align-items: center;
    border-radius: 0;
    min-height: 200px;
    box-shadow: inset 0 0 0 1px #222;
    overflow: visible;
    transition: background 0.3s;
}

.icon-text {
    display: flex;
    gap: 24px;
    align-items: center;
}

.icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    transition: filter 0.3s, opacity 0.3s;
}

/* Hover effect: icon color changes */
.process-card:hover .icon,
.process-card:focus .icon {
    filter: brightness(0) saturate(100%) invert(41%) sepia(92%) saturate(749%) hue-rotate(320deg) brightness(101%) contrast(101%);
    opacity: 1;
}

h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
}

p {
    margin: 0;
    font-size: 15px;
    color: #aaa;
    line-height: 1.4;
}

/* Panah navigasi di kanan tiap card */
.arrow-right {
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 0 0 1px #222;
    pointer-events: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: background 0.3s;
}

.arrow-right img {
    width: 20px;
    height: 20px;
}

/* Sembunyikan panah di card terakhir */
.process-card:last-child .arrow-right {
    display: none;
}

/* Hover: background card dan arrow abu-abu */
.process-card:hover,
.process-card:focus {
    background: #222;
}

.process-card:hover .arrow-right,
.process-card:focus .arrow-right {
    background: #242424;
}


/* ========================================
   STUDIO SECTION
======================================== */
.studio {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    padding-top: 80px;
}

.studio .title {
    color: #F84970;
    font-size: 28px;
    font-weight: 700;
}

.studio .studio-desc {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 600px;
}

.studio .studio-desc p {
    font-size: 20px;
}

.maps a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1325px;
    padding-left: 10px;
    padding-right: 10px;
}


/* ========================================
   CONTACT SECTION
======================================== */
.contact {
    padding-top: 50px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px;
}

.contact .contact-text {
    color: #F84970;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 700;
    word-wrap: break-word;
}

.contact .contact-person {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    word-wrap: break-word;
}


/* ========================================
   SECTION: SAMPAIKAN
======================================== */
.sampaikan {
    padding-top: 80px;
    color: #F84970;
    font-size: 300px;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}


/* ========================================
   RESPONSIVE: TABLET
   Max Width: 1024px
======================================== */
@media (max-width: 1024px) {
    .about-us {
        flex-direction: column;
        padding: 30px;
        gap: 20px;
        padding-right: 0px;
    }

    .gif-container {
        padding: 30px;
        padding-top: 80px;
        gap: 24px;
    }

    .aboutus-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .our-special-service {
        max-width: 950px;
        width: 100%;
    }

    .our-special-service .special-service {
        width: 100%;
    }

    .our-special-service .special-service .service-item {
        flex-direction: column;
    }

    .our-special-service .special-service .service-item h2 {
        font-size: 24px;
        max-width: 180px;
        width: 100%;
    }

    .our-special-service .special-service .service-item p {
        font-size: 16px;
        max-width: 650px;
        width: 100%;
    }

    .maps a img {
        max-width: 950px;
    }

    .sampaikan {
        font-size: 190px;
    }
}


/* ========================================
   RESPONSIVE: MOBILE
   Max Width: 768px
======================================== */
@media (max-width: 768px) {

    /* Pop-up style for scroll-nav-links */
    #scroll-nav-links {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 80vw;
        max-width: 320px;
        background: #181818d4;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
        border-radius: 16px;
        padding: 32px 24px 24px 24px;
        position: fixed;
        top: 60px;
        /* atau sesuaikan tinggi scroll-header-nav */
        right: 20px;
        z-index: 2000;
        animation: popupFadeIn 0.25s;
    }

    #scroll-nav-links a {
        padding: 14px 0;
        font-size: 18px;
        text-align: left;
        color: white;
        width: 100%;
        border-radius: 8px;
        transition: background 0.2s;
    }

    #scroll-nav-links a:hover,
    #scroll-nav-links a:focus {
        background: #23232377;
        color: #f84970;
    }

    #scroll-nav-links.active {
        display: flex;
    }

    .titleus {
        font-size: 28px;
    }

    .descriptionus .teks1,
    .descriptionus .teks2 {
        font-size: 16px;
    }

    .our-special-service {
        width: fit-content;
    }

    .our-special-service .special-service {
        max-width: 100%;
        width: 100%;
    }

    .our-special-service .title {
        font-size: 12px;
    }

    .our-special-service .special-service .service-item h2 {
        font-size: 24px;
        max-width: 180px;
        width: 100%;
    }

    .our-special-service .special-service .service-item p {
        font-size: 16px;
        max-width: 250px;
        width: 100%;
    }


    .aboutus-grid {
        display: none;
    }

    .aboutus-carousel {
        display: block;
    }

    .aboutus-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .arrow-right {
        top: auto;
        bottom: -24px;
        right: 12px;
        left: auto;
        transform: rotate(90deg);
    }

    .process-card {
        flex: 1 1 auto;
        max-width: 325px;
        width: 100%;
        margin-left: -5px;
    }

    .process-carousel {
        overflow-x: hidden;
        overflow-y: auto;
        margin: 10px;
    }

    .process-track {
        flex-direction: column;
        max-width: 600px;
        width: 100%;
    }

    .process-card {
        display: column;
    }

    .contact .contact-text {
        font-size: 20px;
    }

    .contact .contact-person {
        font-size: 16px;
    }

    .studio {
        max-width: 335px;
        display: grid;
        flex-direction: flex-start;
        justify-content: flex-start;
        gap: 25px;
        width: 100%;
    }

    .studio .title {
        font-size: 18px;
        max-width: 100%;
        width: 100%;
    }

    .studio .studio-desc {
        font-size: 14px;
    }

    .studio .studio-desc p {
        font-size: 12px;
    }

    .studio .studio .place {
        padding-top: 32px;
    }

    .maps a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 380px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sampaikan {
        font-size: 80px;
        max-width: 100%;
        width: 100%;
        left: 50%;
        right: 50%;
    }
}



/* ====== ANIMATED ======= */
/* Default state: visible (for mobile/tablet) */
.animated-index-bg,
.animated-index-main,
.animated-index-header,
.animated-index-footer {
  opacity: 1;
  transform: none;
  transition: none;
}

/* Desktop-only animation */
@media screen and (min-width: 768px) {
  .animated-index-bg,
  .animated-index-main,
  .animated-index-header,
  .animated-index-footer {
    opacity: 0;
    transition: all 1s ease;
  }

  .animated-index-bg {
    transform: scale(1.1); /* Zoomed out */
  }

  .animated-index-bg.in {
    opacity: 1;
    transform: scale(1); /* Zoom to normal */
  }

  .animated-index-main {
    transform: translateY(20px);
  }

  .animated-index-main.in {
    opacity: 1;
    transform: translateY(0);
  }

  .animated-index-header {
    transform: translateY(-30px);
  }

  .animated-index-header.in {
    opacity: 1;
    transform: translateY(0);
  }

  .animated-index-footer {
    transform: translateY(30px);
  }

  .animated-index-footer.in {
    opacity: 1;
    transform: translateY(0);
  }
}
