/* ============================================= */
/* RESPONSIVE INDEX.HTML - OPTIMIZED VERSION     */
/* ============================================= */

.card-content-header {
  background: white !important;
}

/* ==================== GLOBAL RESET MOBILE ==================== */
@media (max-width: 767px) {
  body, html {
    background-color: #0a0a0a;
    overflow-x: hidden;
  }
  
  /* Sembunyikan efek berat di mobile */
  .grain,
  .progress-line,
  #canvas {
    display: none;
  }
}

/* ==================== HEADER & HERO ==================== */
@media (max-width: 767px) {
  .header-hero {
    height: 100vh;
    min-height: -webkit-fill-available;
  }
  
  .header-video-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .hero-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  }
  
  .hero-logo {
    width: 80vw;
    max-width: 280px;
    height: auto;
  }
  
  .hero-subtitle {
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 5px;
  }
}

/* Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-logo {
    width: 60vw;
    max-width: 500px;
  }
  
  .hero-subtitle {
    font-size: 14px;
    letter-spacing: 3px;
  }
}

/* Desktop Large */
@media (min-width: 1440px) {
  .hero-logo {
    width: 50vw;
    max-width: 800px;
  }
  
  .hero-subtitle {
    font-size: 18px;
    letter-spacing: 5px;
  }
}

/* ==================== INTRO & MARQUEE ==================== */
@media (max-width: 767px) {
  .intro-wrap {
    height:100dvh;
    min-height:100dvh;
    padding:0;
  }
  
  
  .cube-title-txt {
    gap: 0.5rem;
  }
  
  .marquee {
    gap: 1rem;
  }
  
  .marquee-1,
  .marquee-2,
  .marquee-3 {
    animation-duration: 20s;
  }
  
  .marquee img {
    width: clamp(180px, 70vw, 320px);
    max-width: 90vw;
    height: auto;
  }
}

/* ============================================= */
/* CARD SLIDER - RESPONSIVE UKURAN LENGKAP       */
/* ============================================= */

/* ===== BASE SIZE (Desktop Default 1025-1439px) ===== */
.card-item {
  width: 325px !important;
  height: 445px !important;
}

/* ===== Small Mobile (max-width: 360px) ===== */
@media (max-width: 360px) {
  .card-item {
    width: 200px !important;
    height: 280px !important;
  }
  
  .card-content-header {
    min-height: 150px !important;
    background: white !important;
  }
  
  .card-content-header img {
    max-height: 150px !important;
    object-fit: cover;
  }
  
  .card-content-body {
    min-height: 130px !important;
    padding: 0.6em 0.8em !important;
  }
  
  .card-content-body h3 {
    font-size: 1.3rem !important;
  }
}

/* ===== Mobile Portrait (361px - 480px) ===== */
@media (min-width: 361px) and (max-width: 480px) {
  .card-item {
    width: 240px !important;
    height: 330px !important;
  }
  
  .card-content-header {
    min-height: 180px !important;
    background: white !important;
  }
  
  .card-content-header img {
    max-height: 180px !important;
    object-fit: cover;
  }
  
  .card-content-body {
    min-height: 150px !important;
    padding: 0.8em 1em !important;
  }
  
  .card-content-body h3 {
    font-size: 1.6rem !important;
  }
}

/* ===== Mobile Landscape (481px - 767px) ===== */
@media (min-width: 481px) and (max-width: 767px) {
  .card-item {
    width: 280px !important;
    height: 380px !important;
  }
  
  .card-content-header {
    min-height: 210px !important;
    background: white !important;
  }
  
  .card-content-header img {
    max-height: 210px !important;
    object-fit: cover;
  }
  
  .card-content-body {
    min-height: 170px !important;
    padding: 1em 1.2em !important;
  }
  
  .card-content-body h3 {
    font-size: 2rem !important;
  }
}

/* ===== Tablet (768px - 1024px) ===== */
@media (min-width: 768px) and (max-width: 1024px) {
  .card-item {
    width: 300px !important;
    height: 410px !important;
  }
  
  .slide-wrapper .card-item {
    transform-origin: center center;
  }
  
  .card-content-header {
    min-height: 230px !important;
    background: white !important;
  }
  
  .card-content-header img {
    max-height: 230px !important;
  }
  
  .card-content-body {
    min-height: 180px !important;
    padding: 1.2em 1.5em !important;
  }
  
  .card-content-body h3 {
    font-size: 2.4rem !important;
  }
}

/* ===== Desktop (1025px - 1439px) ===== */
@media (min-width: 1025px) and (max-width: 1439px) {
  .card-item {
    width: 325px !important;
    height: 445px !important;
  }
  
  .slide-wrapper .card-item {
    transform-origin: center center;
  }
  
  .card-content-header {
    min-height: 260px !important;
  }
  
  .card-content-body {
    min-height: 185px !important;
    padding: 1.5em 1.8em !important;
  }
  
  .card-content-body h3 {
    font-size: 2.9rem !important;
  }
}

/* ===== Desktop Large (1440px - 1919px) ===== */
@media (min-width: 1440px) and (max-width: 1919px) {
  .card-item {
    width: 380px !important;
    height: 520px !important;
  }
  
  .card-content-header {
    min-height: 300px !important;
  }
  
  .card-content-body {
    min-height: 220px !important;
    padding: 2em 2.2em !important;
  }
  
  .card-content-body h3 {
    font-size: 3.4rem !important;
  }
  
  .card-content-body p {
    font-size: 1.4rem !important;
  }
}

/* ===== Desktop Extra Large (1920px+) ===== */
@media (min-width: 1920px) {
  .card-item {
    width: 420px !important;
    height: 570px !important;
  }
  
  .card-content-header {
    min-height: 330px !important;
  }
  
  .card-content-body {
    min-height: 240px !important;
    padding: 2.2em 2.5em !important;
  }
  
  .card-content-body h3 {
    font-size: 3.8rem !important;
  }
  
  .card-content-body p {
    font-size: 1.5rem !important;
  }
}

/* Spacing antar card di slider */
@media (max-width: 1024px) {
  .slide-wrapper .card-item {
    margin: 0 10px;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .slide-wrapper .card-item {
    margin: 0 15px;
  }
}

@media (min-width: 1440px) {
  .slide-wrapper .card-item {
    margin: 0 20px;
  }
}

/* ============================================= */
/* CARD CONTENT BODY - RESPONSIVE                */
/* ============================================= */

/* ===== BASE STYLE (Desktop Default) ===== */
.card-content-body {
    width: 100%;
    min-height: 185px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--txt-white, #ffffff);
    padding: 1.5em 1.8em;
    background: linear-gradient(to top, #0f1e2a);
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    font-style: normal;
    overflow: hidden;
    word-wrap: break-word;
    position: relative;
    z-index: 1;
}

.card-content-body h3 {
    font-size: 2.9rem;
    margin-bottom: 0.5em;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    word-break: break-word;
    max-width: 100%;
    overflow: visible;
    text-overflow: unset;
}

.card-content-body p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: unset;
}

/* ===== RESPONSIVE CARD CONTENT BODY ===== */

/* Small Mobile (max-width: 360px) */
@media (max-width: 360px) {
    .card-content-body {
        min-height: 130px;
        padding: 0.6em 0.8em;
        border-radius: 0 0 0.6rem 0.6rem;
    }

    .card-content-body h3 {
        font-size: 1.3rem;
        margin-bottom: 0.2em;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-content-body p {
        font-size: 0.8rem;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Mobile Portrait (361px - 480px) */
@media (min-width: 361px) and (max-width: 480px) {
    .card-content-body {
        min-height: 150px;
        padding: 0.8em 1em;
        border-radius: 0 0 0.8rem 0.8rem;
    }

    .card-content-body h3 {
        font-size: 1.6rem;
        margin-bottom: 0.25em;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-content-body p {
        font-size: 0.9rem;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Mobile Landscape (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .card-content-body {
        min-height: 170px;
        padding: 1em 1.2em;
    }

    .card-content-body h3 {
        font-size: 2rem;
        margin-bottom: 0.3em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-content-body p {
        font-size: 1rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .card-content-body {
        min-height: 180px;
        padding: 1.2em 1.5em;
    }

    .card-content-body h3 {
        font-size: 2.4rem;
        margin-bottom: 0.4em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-content-body p {
        font-size: 1.1rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Desktop (1025px - 1439px) - Tanpa line clamp */
@media (min-width: 1025px) and (max-width: 1439px) {
    .card-content-body {
        min-height: 185px;
        padding: 1.5em 1.8em;
    }

    .card-content-body h3 {
        font-size: 2.9rem;
    }

    .card-content-body p {
        font-size: 1.2rem;
    }
}

/* Desktop Large (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    .card-content-body {
        min-height: 220px;
        padding: 2em 2.2em;
    }

    .card-content-body h3 {
        font-size: 3.4rem;
        margin-bottom: 0.6em;
    }

    .card-content-body p {
        font-size: 1.4rem;
    }
}

/* Desktop Extra Large (1920px+) */
@media (min-width: 1920px) {
    .card-content-body {
        min-height: 240px;
        padding: 2.2em 2.5em;
    }

    .card-content-body h3 {
        font-size: 3.8rem;
        margin-bottom: 0.7em;
    }

    .card-content-body p {
        font-size: 1.5rem;
    }
}

/* ============================================= */
/* FIX: HEADER KOSONG TETAP TAMPIL              */
/* ============================================= */

.slide-wrapper .card-content-header:empty {
    min-height: 260px !important;
    display: block !important;
    background: #ffffff !important;
}

/* ===== RESPONSIVE EMPTY HEADER ===== */
@media (max-width: 360px) {
    .slide-wrapper .card-content-header:empty {
        min-height: 150px !important;
    }
}

@media (min-width: 361px) and (max-width: 480px) {
    .slide-wrapper .card-content-header:empty {
        min-height: 180px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .slide-wrapper .card-content-header:empty {
        min-height: 210px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slide-wrapper .card-content-header:empty {
        min-height: 230px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1439px) {
    .slide-wrapper .card-content-header:empty {
        min-height: 260px !important;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .slide-wrapper .card-content-header:empty {
        min-height: 300px !important;
    }
}

@media (min-width: 1920px) {
    .slide-wrapper .card-content-header:empty {
        min-height: 330px !important;
    }
}

/* ============================================= */
/* FIX: GAMBAR DI HEADER TETAP PROPORSIONAL     */
/* ============================================= */

.card-content-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ==================== PORTFOLIO LOGO ==================== */
@media (max-width: 767px) {
  .portfolio-section {
    padding: 50px 16px;
  }
  
  .portfolio-row {
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .portfolio-logo {
    min-width: 60px;
    height: 40px;
  }
  
  .logo-img {
    max-width: 70px;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card-content-header {
    min-height: 200px !important;
    background: white !important;
  }

  .portfolio-logo {
    height: 50px;
  }
  
  .logo-img {
    max-width: 100px;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .portfolio-logo {
    height: 60px;
  }
  
  .logo-img {
    max-width: 130px;
  }
}

@media (min-width: 1440px) {
  .portfolio-logo {
    height: 70px;
  }
  
  .logo-img {
    max-width: 150px;
  }
}

@media (min-width: 1920px) {
  .portfolio-logo {
    height: 85px;
  }
  
  .logo-img {
    max-width: 180px;
  }
}

/* ==================== COMMITMENT SECTION ==================== */
@media (max-width: 767px) {
  .commitment-section {
    padding: 60px 20px;
    min-height: auto;
  }
  
  .commitment-subtitle {
    font-size: 12px;
    margin-bottom: 15px;
  }
  
  .commitment-title .line {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .commitment-title .line {
    font-size: 55px;
  }
}

@media (min-width: 1440px) {
  .commitment-title .line {
    font-size: 85px;
  }
}

@media (min-width: 1920px) {
  .commitment-title .line {
    font-size: 100px;
  }
}

/* ==================== PARTNER SECTION (MARQUEE) ==================== */
@media (max-width: 767px) {
  .partner-section {
    padding: 50px 20px;
  }
  
  .partner-title h3 {
    font-size: 16px;
  }
  
  .brand-track {
    gap: 30px;
  }
  
  .brand-track img {
    height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .brand-track img {
    height: 28px;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .brand-track img {
    height: 32px;
  }
}

@media (min-width: 1440px) {
  .brand-track img {
    height: 40px;
  }
}

@media (min-width: 1920px) {
  .brand-track img {
    height: 48px;
  }
}

/* =============================================
   CONTACT & FOOTER - RESPONSIF
   ============================================= */

/* ===== GET IN TOUCH - SEMUA DEVICE ===== */
.contact-get-in-touch {
  mix-blend-mode: overlay;
}

.get-in-touch-img {
  opacity: 1 !important;
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
  .contact-section {
    min-height: 100vh;
    padding: 80px 20px 40px;
  }
  
  .contact-copy {
    margin-bottom: 20px;
  }
  
  .contact-copy h2 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -1px;
  }
  
  .contact-get-in-touch {
    bottom: 60px;
    mix-blend-mode: overlay;
  }
  
  .get-in-touch-img {
    width: 100%;
    opacity: 1 !important;
  }
  
  /* ===== FOOTER MOBILE: LAYOUT BARU ===== */
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    margin-bottom: 0;
  }
  
  /* BARIS 1: Links horizontal (Instagram, email, TikTok) */
  .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-left: 0;
    order: 1;
  }
  
  .footer-links a {
    font-size: 10px;
    white-space: nowrap;
  }
  
  /* BARIS 2: Logo kiri + Copyright kanan - SEJAJAR */
  .footer-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    width: 100%;
    margin-left: 0;
    order: 2;
  }
  
  .footer-logo {
    margin-left: 0;
    transform: translateY(0);
  }
  
  .footer-logo img {
    width: 100px;
  }
  
  .footer-copyright {
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
  
  .copyright-logo {
    height: 14px;
    display: block;
  }
}

/* Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-section {
    min-height: 75vh;
    padding: 100px 40px 40px;
  }
  
  .contact-copy h2 {
    font-size: 48px;
    letter-spacing: -1px;
  }
  
  .contact-get-in-touch {
    bottom: 80px;
    mix-blend-mode: overlay;
  }
  
  .get-in-touch-img {
    width: 85vw;
    opacity: 1 !important;
  }
  
  .footer-bottom {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding-top: 60px;
  }
  
  .footer-left {
    gap: 20px;
  }
  
  .footer-logo {
    margin-left: 0;
    transform: translateY(50px);
  }
  
  .footer-logo img {
    width: 300px;
  }
  
  .copyright-logo {
    height: 22px;
  }
  
  .footer-links {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-left: 0;
  }
  
  .footer-links a {
    font-size: 11px;
  }
}

/* Desktop (1025px - 1439px) */
@media (min-width: 1025px) and (max-width: 1439px) {
  .contact-section {
    min-height: 70vh;
    padding: 130px 60px 50px;
  }
  
  .contact-copy h2 {
    font-size: 68px;
    letter-spacing: -2px;
  }
  
  .contact-get-in-touch {
    mix-blend-mode: overlay;
  }
  
  .get-in-touch-img {
    width: 80vw;
    max-width: 1400px;
    opacity: 1 !important;
  }
  
  .footer-logo img {
    width: 400px;
  }
  
  .copyright-logo {
    height: 28px;
  }
  
  .footer-links {
    gap: 70px;
  }
  
  .footer-links a {
    font-size: 12px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .contact-section {
    min-height: 50vh;
    padding: 90px 16px 16px;
  }
  
  .contact-copy h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  
  .contact-copy {
    margin-bottom: 10px;
  }
  
  .contact-get-in-touch {
    bottom: 90px;
    mix-blend-mode: overlay;
  }
  
  .get-in-touch-img {
    width: 100%;
    opacity: 1 !important;
  }
  
  .footer-links a {
    font-size: 9px;
  }
  
  .footer-logo img {
    width: 80px;
  }
  
  .copyright-logo {
    height: 12px;
  }
  
  .footer-bottom {
    gap: 15px;
    padding-top: 15px;
    margin-bottom: 0;
  }
}

/* Desktop Large (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
  .contact-section {
    padding: 150px 100px 60px;
  }
  
  .contact-copy h2 {
    font-size: 82px;
    letter-spacing: -2px;
  }
  
  .contact-get-in-touch {
    mix-blend-mode: overlay;
  }
  
  .get-in-touch-img {
    width: 80vw;
    max-width: 1800px;
    opacity: 1 !important;
  }
  
  .footer-logo img {
    width: 600px;
  }
  
  .copyright-logo {
    height: 40px;
  }
  
  .footer-links {
    gap: 90px;
  }
  
  .footer-links a {
    font-size: 14px;
  }
}

/* Extra Large Desktop (1920px+) */
@media (min-width: 1920px) {
  .contact-section {
    padding: 180px 150px 80px;
  }
  
  .contact-copy {
    margin-top: 60px;
  }
  
  .contact-copy h2 {
    font-size: 96px;
    letter-spacing: -3px;
  }
  
  .contact-get-in-touch {
    mix-blend-mode: overlay;
  }
  
  .get-in-touch-img {
    width: 70vw;
    max-width: 2000px;
    opacity: 1 !important;
  }
  
  .footer-logo {
    transform: translateY(120px);
    margin-left: -100px;
  }
  
  .footer-logo img {
    width: 700px;
  }
  
  .copyright-logo {
    height: 50px;
  }
  
  .footer-links {
    gap: 120px;
  }
  
  .footer-links a {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}

/* ==================== HERO SCROLL ==================== */
@media (max-width: 767px) {
  .hero-scroll-panel {
    gap: 100px;
  }
  
  .hero-scroll-panel p {
    font-size: 18px;
    padding: 0 20px;
  }
}

/* ==================== MODAL ==================== */
@media (max-width: 767px) {
  .modal-swiper {
    height: 40vh;
  }
  
  .modal-swiper .swiper-slide {
    width: 85vw !important;
  }
  
  .modal-swiper .swiper-slide img {
    transform: scale(0.9);
  }
  
  .modal-desc {
    bottom: 15%;
    left: 5%;
    right: 5%;
    text-align: center;
  }
  
  .modal-desc h2 {
    font-size: 16px;
  }
  
  .modal-desc p {
    font-size: 12px;
  }
}

/* ==================== POPUP MENU MOBILE ==================== */
@media (max-width: 767px) {
  .popup-content {
    gap: 30px;
    padding: 0 20px;
  }
  
  .popup-main-links {
    flex-direction: column;
    gap: 20px;
  }
  
  .popup-separator {
    display: none;
  }
  
  .popup-link.main-link {
    font-size: 28px;
  }
  
  .popup-sub-links {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  
  .popup-close {
    top: 20px;
    right: 20px;
    font-size: 32px;
  }
}

/* ==================== NAVBAR MOBILE ==================== */
@media (max-width: 767px) {
  .nav {
    left: 16px;
    right: 16px;
    top: 0;
    padding-top: 12px;
  }
  
  .nav-logo .logo-img {
    height: 50px;
    margin-left: 0;
  }
  
  .nav-menu {
    display: none;
  }
  
  .nav-icon {
    width: 36px;
    height: 36px;
  }
  
  .icon-bar {
    width: 22px;
    height: 2px;
    margin: 3px 0;
  }
}

/* ==================== SMALL MOBILE (max-width: 480px) ==================== */
@media (max-width: 480px) {
  .hero-logo {
    width: 85vw;
    max-width: 220px;
  }
  
  .hero-subtitle {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  
  .marquee img {
    width: clamp(140px, 65vw, 260px);
  }
  
  .portfolio-logo {
    height: 30px;
  }
  
  .logo-img {
    max-width: 55px;
  }
  
  .commitment-title .line {
    font-size: 22px;
  }
  
  .brand-track img {
    height: 16px;
  }
  
  .popup-link.main-link {
    font-size: 24px;
  }
}

/* ==================== FORCE SLIDER FULLSCREEN ==================== */
@media (max-width: 767px) {
  .projects-sticky-slider,
  .projects-sticky-slider .slider-container {
    background: url('../index.pict/Background.gif') center/cover no-repeat;
  }
  
  .projects-sticky-slider {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* ==================== OUR SERVICE IMAGE - GIANT BACKGROUND ==================== */
/* ===== SEMUA DEVICE: mix-blend-mode: overlay & opacity: 1 ===== */

.projects-giant-bg {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: overlay;
}

.projects-giant-bg img {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 1;
  mix-blend-mode: overlay;
  margin: 0 auto;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .projects-giant-bg {
    bottom: 4%;
    mix-blend-mode: overlay;
  }
  
  .projects-giant-bg img {
    max-width: 650px;
    opacity: 1;
    mix-blend-mode: overlay;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .projects-giant-bg {
    bottom: 3%;
    mix-blend-mode: overlay;
  }
  
  .projects-giant-bg img {
    max-width: 400px;
    opacity: 1;
    mix-blend-mode: overlay;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .projects-giant-bg {
    bottom: 2%;
    mix-blend-mode: overlay;
  }
  
  .projects-giant-bg img {
    max-width: 280px;
    opacity: 1;
    mix-blend-mode: overlay;
  }
}

/* Desktop Large */
@media (min-width: 1440px) {
  .projects-giant-bg {
    mix-blend-mode: overlay;
  }
  
  .projects-giant-bg img {
    max-width: 1100px;
    opacity: 1;
    mix-blend-mode: overlay;
  }
}

/* Desktop Extra Large */
@media (min-width: 1920px) {
  .projects-giant-bg img {
    max-width: 1300px;
  }
}

/* ============================================= */
/* FIX: HILANGKAN GARIS BIRU DI CARD ITEM        */
/* ============================================= */

.card-item a {
  text-decoration: none !important;
  border-bottom: none !important;
}

.card-item a:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

.card-item a h3 {
  border-bottom: none !important;
  text-decoration: none !important;
}

.card-item a h3:hover {
  border-bottom: none !important;
  text-decoration: none !important;
}

/* Pastikan tidak ada border di semua link dalam card */
.card-item a * {
  border-bottom: none !important;
  text-decoration: none !important;
}