@media (min-width: 1200px) {
  .contact-info-col {
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
    padding: 3rem 2rem;
    position: relative;
    overflow: hidden;
  }

  .contact-info-col::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
      linear-gradient(45deg, rgba(33, 143, 207, 0.9) 0%, rgba(76, 181, 245, 0.85) 50%, rgba(33, 143, 207, 0.9) 100%),
      url('../img/contact/map.webp') center/cover no-repeat;
    z-index: -1;
  }

  .contact-info-col::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
      90deg,
      transparent,
      transparent 100px,
      rgba(255, 255, 255, 0.02) 100px,
      rgba(255, 255, 255, 0.02) 102px
    );
    z-index: -1;
  }

  .contact-info-col h2 {
    font-weight: 800;
    font-size: 3.2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.1;
  }

  .contact-info-col p {
    font-weight: 300;
    font-size: 1.6rem;
    text-align: justify;
    margin-bottom: 2rem;
    letter-spacing: 0.5px;
    line-height: 1.4;
    font-style: italic;
  }
  
  .kontakRows {
    color: white !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 1.5rem !important;
    padding: 1rem 1.2rem !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    transition: all 0.3s ease !important;
  }

  .kontakRows:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    transform: translateY(-2px) !important;
  }
  
  .kontakRows .icon-box {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    color: #218FCF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    font-size: 1.1rem !important;
    margin-right: 1rem !important;
    flex-shrink: 0 !important;
    transition: all 0.3s ease !important;
  }
  
  .kontakRows div h6 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
  }
  
  .kontakRows div p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
  }
   .ceo-image-bg {
    background-color: #e6f0ff;
    width: 300px;
    max-width: 300px;          /* sebelumnya 280px, kita perbesar */
    margin: 0;
    padding: 0;
    border-radius: 15px;
    height: 415px;
    position: relative;
  }

  .ceo-image-bg img {
    width: 100%;
    max-width: 350px;          /* perbesar foto */
    height: auto;
    display: block;
    margin: 0 auto;
  }
    .ceo-text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 110px;
  }

  .ceo-text-box h4 {
    font-size: 1.3rem;         /* sedikit lebih besar */
    font-weight: 600;
    margin-bottom: 0.2rem;
  }

  .ceo-text-box p {
    font-size: 1rem;
    color: #50;
  }

  /* ===== Layout kanan (teks deskripsi) ===== */
  .introbox {
    width: 750%;
    max-width: 750px;          /* biar teks tidak melebar penuh */
    padding-left: 2rem;
    line-height: 1.8;
  }

  .introbox h2 {
    font-size: 2.5rem;         /* sedikit dikecilkan agar seimbang */
  }

  .introbox p {
    font-size: 1.2rem;
  }
  .introbox .muted {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #7e7e7e;
    line-height: 1.1;
}
.plus {
    color: #218fcf;
    font-size: 1rem;
}
.phead {
    font-weight: 600;
    font-size: 1rem;
}
.text-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #218fcf;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    padding: 1.5rem;
    margin-top: 1rem;
}
.icon-wrap:hover {
    background-color: #1f4f78;
}

.icon-wrap i {
    font-size: 3rem;
}
  .kiriYoutube {
    width: 30% !important;
}
.kananYoutube {
    width: 70% !important;
}
.youtube-left-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 20rem;

    min-height: 300px;
}
.youtube-left-box .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
        135deg,
        rgba(33, 143, 207, 0.9),
        rgba(21, 101, 192, 0.8)
    );
    z-index: 2;
    pointer-events: none;
}

.youtube-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 2rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 3;
    padding: 2rem 4rem;

    color: #fff;
}

.youtube-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
    opacity: 0.95;
    letter-spacing: 0.5px;
    background-color: white;
    color: #333;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    width: fit-content;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.youtube-label i {
    font-size: 1.4rem;
    color: #ff0000;
    transition: all 0.3s ease;
}

.youtube-label span {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.youtube-label:hover i {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.youtube-content .subheading {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.channel-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 6.5rem;

    text-transform: uppercase;
}

.see-more-box {
    min-width: 320px;
    height: 320px;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        rgba(33, 143, 207, 0.9),
        rgba(21, 101, 192, 0.8)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    position: relative;
    overflow: hidden;
}

/* Efek overlay lembut */
.see-more-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

/* Tombol kanan (disamakan gaya dengan kiri tapi lebih tegas) */
.btn-learn-more-kanan {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.9);
    padding: 0.7rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-learn-more-kanan:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #218fcf;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-learn-more-kanan i {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-learn-more-kanan:hover i {
    transform: translate(2px, -2px);
    opacity: 0.9;
}

.video-scroller {
    overflow-x: auto;
    padding-bottom: 1rem;
    scrollbar-color: #218fcf #eaeaea;
}

.video-scroller iframe {
    flex: 0 0 auto;
    border-radius: 10px;
    border: none;
}
.video-scroller {
    overflow-x: auto;
    scrollbar-color: #218fcf #eaeaea;
    scrollbar-width: thin;
}

.video-scroller::-webkit-scrollbar {
    height: 20px;
}

.video-scroller::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-radius: 10px;
    margin: 2px;
}

.video-scroller::-webkit-scrollbar-thumb {
    background-color: #218fcf;
    border-radius: 8px;
    border: 2px solid #eaeaea;
}
.video-scroller::webkit-scrollbar-button {
    display: none;
}

.video-scroller::-webkit-scrollbar-thumb:hover {
    background-color: #18648f;
}
.footlogo h4 {
    font-weight: 700;
    font-size: 5rem;
    height: fit-content;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
}
@media (max-width: 992px) {

  /* =====================================================
     NAVBAR
     ===================================================== */
  .navbar {
    padding: 1rem 3rem; /* sedikit lebih kecil dari desktop */
  }

  .navbar-brand {
    width: 22%; /* sedikit lebih kecil dari desktop */
  }

  .logo {
    width: 100%;
  }

  .navbar-menu li a {
    font-size: 1.15rem;
    padding: 0.6rem 1rem;
  }

  .contact-btn,
  .language-selector {
    font-size: 1.1rem;
    padding: 0.6rem 1.2rem;
  }


  /* =====================================================
     CEO SECTION
     ===================================================== */
  .ceo-section {
    padding: 5rem 3rem;
  }

  .ceo-image-bg {
    width: 100%;
    height: 25rem; 
    margin: 1rem auto 0;
  }

  .ceo-image-bg img {
    width: 100%;  /* sedikit lebih kecil dari desktop */
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
  }

  .ceo-text-box {
    width: 100%;
    padding: 1.5rem 1.8rem;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
  }

  .ceo-text-box h4 {
    font-size: 1.3rem;
  }

  .ceo-text-box p {
    font-size: 1.15rem;
  }
  .introbox {
    width: 100%;
    max-width: 610px;          /* biar teks tidak melebar penuh */
    padding-left: 2rem;
    line-height: 1.8;
  }

  .introbox h2 {
    font-size: 0.95rem;       /* sedikit mengecil */
  }

  .introbox p {
    font-size: 0.95rem;       /* sedikit mengecil */
  }

  .introbox .muted {
    font-size: 0.9rem;
    line-height: 1.1;
  }
  .icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #218fcf;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    padding: 1.5rem;
    margin-top: 1rem;
}

  /* =====================================================
     SERVICES SECTION
     ===================================================== */
  .services-section {
    padding: 1.5rem 1.2rem;
  }

  .services-heading {
    font-size: 2.6rem;
  }

  .services-subtext {
    font-size: 1.2rem;
    padding: 0 3rem;
  }

  /* 992px biasanya 3 kolom → 2 kolom */
  .cardwrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .service-card {
    width: 100%; 
  }

  .service-content {
    padding: 2.2rem 2.4rem;
  }

  .service-title {
    font-size: 1.6rem;
  }

  .servicewrap i {
    font-size: 2.7rem;
  }

  .btnwrap {
    padding: 1.2rem 1.5rem;
  }

  .service-btn {
    font-size: 1.05rem;
  }


  /* =====================================================
     YOUTUBE SECTION
     ===================================================== */
  .youtube-section {
    padding: 4rem 3rem;
  }

  /* di 992px biasanya masih 2 kolom */
  .kiriYoutube,
  .kananYoutube {
    width: 100%;
  }

  .youtube-left-box {
    height: 18rem;
  }

  .youtube-content {
    padding: 1.2rem 2rem;
  }

  .youtube-label {
    font-size: 1.2rem;
  }

  .youtube-content .subheading {
    font-size: 1.55rem;
  }

  .channel-title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }

  .video-scroller iframe {
    height: 300px;
  }

  .see-more-box {
    height: 18rem;
  }

  .btn-learn-more-kanan {
    font-size: 1.15rem;
    padding: 1rem 2.6rem;
  }
  .footlogo h4 {
        font-size: 4rem; /* dari 6.3em biar tidak kepanjangan */
    }
}

@media (max-width: 768px) {

  /* NAVBAR ========================================== */
  .navbar {
    padding: 1rem 2.5rem;
  }

  .navbar-brand {
    width: 30%; /* tidak sebesar 576px */
  }

  .logo {
    width: 100%;
  }

  /* Menu tidak perlu kolom seperti HP, hanya dimampatkan sedikit */
  .navbar-menu li a {
    font-size: 1.1rem;
    padding: 0.5rem 0.8rem;
  }

  .contact-btn,
  .language-selector {
    font-size: 1.05rem;
    padding: 0.5rem 1rem;
  }

  /* =====================================================
     CEO SECTION
     ===================================================== */
  .ceo-section {
    padding: 4rem 2rem;
  }

  /* Background image geser sedikit ke tengah */
  .ceo-image-bg {
    width: 100%;
    height: 26rem; /* lebih tinggi dari 576px */
    margin: 1.5rem auto 0;
  }

  .ceo-image-bg img {
    width: 42%; /* lebih kecil dari HP */
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
  }

  /* Text box tetap di tengah tapi lebih besar */
  .ceo-text-box {
    width: 100%;
    padding: 1.2rem 1.5rem;
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%);
  }

  .ceo-text-box h4 {
    font-size: 1.7rem;
  }

  .ceo-text-box p {
    font-size: 1.1rem;
  }
  .icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #218fcf;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    padding: 1.5rem;
    margin-top: 1rem;
}
  /* =====================================================
     SERVICES SECTION
     ===================================================== */
  .services-section {
    padding: 8px 0.8rem;
  }

  .services-heading {
    font-size: 2.3rem;
  }

  .services-subtext {
    font-size: 1.1rem;
    padding: 0 2rem;
  }

  /* 768px biasanya 2 kolom, bukan 1 kolom seperti 576px */
  .cardwrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

  .service-card {
    width: 100%; /* 2 kolom */
  }

  .service-content {
    padding: 2rem 2rem;
  }

  .service-title {
    font-size: 1.5rem;
  }

  .servicewrap i {
    font-size: 2.5rem;
  }

  .btnwrap {
    padding: 1rem 1.4rem;
  }

  .service-btn {
    font-size: 1rem;
  }

  /* =====================================================
     YOUTUBE SECTION
     ===================================================== */
  .youtube-section {
    padding: 3rem 2rem;
  }

  /* kiri-kanan masih full, tapi lebih rapat */
  .kiriYoutube,
  .kananYoutube {
    width: 100% !important;
  }

  .youtube-left-box {
    height: 20rem;
  }

  .youtube-content {
    padding: 1rem 1.5rem;
  }

  .youtube-label {
    font-size: 1.1rem;
  }

  .youtube-content .subheading {
    font-size: 1.45rem;
  }

  .channel-title {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
  }

  .video-scroller iframe {
    height: 260px;
  }

  .see-more-box {
    min-width: 300px;
    height: 240px;
  }

  .btn-learn-more-kanan {
    font-size: 1.1rem;
    padding: 1rem 2.4rem;
  }
  footer .container-fluid {
        padding: 1rem 2rem; /* dari 7rem jadi lebih kecil */
    }

    .footlogo h4 {
        font-size: 3.5em; /* dari 6.3em biar tidak kepanjangan */
    }

    .footlogo p {
        font-size: 1.1em;
        margin-bottom: 2rem; /* dari 4rem */
    }

    .footcontent h5 {
        font-size: 1.3rem;
    }

    .footcontent ul li i,
    .footcontent ul li a {
        font-size: 1.1rem;
        line-height: 2;
    }

    footer .bg-white {
        width: 20px;
        height: px;
    }

    .footsocial i {
        font-size: 1rem;
    }

    footer .bi {
        font-size: 1rem;
    }

    footer {
        text-align: center; /* biasanya tablet/HP ditengah */
    }

    .footcontent {
        margin-top: 2rem;
    }
    footer .bg-white.footsocial {
        padding: 0.6rem !important;   /* dari p-4 -> lebih kecil */
        width: 32px !important;
        height: 32px !important;
    }

    footer .footsocial i {
        font-size: 1rem !important;  /* icon lebih kecil */
    }

    /* Biar tidak rapat banget */
    footer .footlogo .d-flex {
        gap: 0.7rem !important;
    }
}

@media (max-width: 576px) {

  /* Navbar utama */
  .navbar {
    padding: 1rem 2rem; /* kurangi padding biar muat */
    flex-direction: column; /* biar elemen turun ke bawah */
    align-items: flex-start;
    position: relative;
  }

  /* Logo */
  .navbar-brand {
    width: 40%; /* lebih besar sedikit agar jelas */
    margin-bottom: 0.5rem;
  }

  .logo {
    width: 100%;
  }

  /* Tombol menu (hamburger) ditampilkan */
  .navbar-toggler {
    display: block; 
    position: absolute;
    top: 1.5rem;
    right: 2rem;
  }

  /* Menu utama disembunyikan dulu (muncul saat toggle diklik dengan JS) */
  .nav-items {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: none; /* default: disembunyikan */
    background: #fff;
    border-top: 1px solid #ddd;
    margin-top: 1rem;
    padding: 1rem 0;
  }

  /* Kalau toggle aktif (nanti dikasih class lewat JS) */
  .nav-items.active {
    display: flex;
  }

  /* Menu di dalam navbar jadi kolom */
  .navbar-menu {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .navbar-menu li a {
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
    padding-left: 1rem;
  }

  /* Dropdown disesuaikan biar gak keluar layar */
  .dropdown-content {
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
  }

  .dropdown-menu li a {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }

  /* Tombol contact dan language selector ditata ulang */
  .contact-btn,
  .language-selector {
    font-size: 1.2rem;
    padding: 0.5rem 0.8rem;
    margin-top: 0.5rem;
  }

  .language-selector img {
    width: 20px;
  }

  .contact-btn {
    width: 100%;
    justify-content: center;
  }
  .ceo-section {
    padding: 3rem 1.5rem;
  }

  /* Background image jadi full width dan tinggi menyesuaikan */
  .ceo-image-bg {
    margin-left: 0;
    width: 100%;
    height: 22rem;
    margin-top: 1rem;
    border-radius: 8px;
  }

  /* Gambar CEO disesuaikan agar tetap proporsional */
  .ceo-image-bg img {
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
  }

  /* Text box dipindah lebih ke tengah dan mengecil */
  .ceo-text-box {
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.8em 1.2em;
    width: 90%;
  }

  /* Ukuran teks lebih kecil agar muat di layar HP */
  .ceo-text-box h4 {
    font-size: 1.5rem;
    white-space: normal; /* agar teks bisa pindah baris */
  }

  .ceo-text-box p {
    font-size: 1rem;
  }

  .icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #218fcf;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    padding: 1.5rem;
    margin-top: 1rem;
}
  .services-section {
    padding: 50px 2rem; /* sedikit lebih lega dibanding 480px */
  }

  /* 🔹 Judul bagian */
  .services-heading {
    font-size: 2.2rem; /* sedikit lebih besar dari 480px */
    margin-bottom: 1.2rem;
  }

  .services-heading::after {
    width: 60px; /* garis hiasan agak panjang sedikit */
    height: 3px;
    margin-top: 0.6rem;
  }

  /* 🔹 Subjudul / deskripsi */
  .services-subtext {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 2.2rem;
    padding: 0 1.2rem;
  }

  /* 🔹 Wrapper kartu layanan */
  .cardwrap {
    flex-direction: column;
    align-items: center;
    gap: 2rem; /* jarak antar kartu sedikit lebih longgar */
  }

  /* 🔹 Kartu layanan */
  .service-card {
    width: 100%; /* biar ada jarak di sisi kiri-kanan */
    height: auto;
  }

  /* 🔹 Konten dalam kartu */
  .service-content {
    padding: 2rem 1.8rem; /* padding sedikit lebih luas */
  }

  .servicewrap i {
    font-size: 2.3rem; /* ikon sedikit lebih besar dari 480px */
    padding: 1rem;
  }

  .service-title {
    font-size: 1.4rem;
  }

  /* 🔹 Tombol (button) */
  .btnwrap {
    flex-direction: row;
    min-width: 140px; /* tombol agak panjang sedikit */
    padding: 0.9rem 1.2rem;
    height: auto;
  }

  .service-btn {
    font-size: 0.9rem;
  }

  .btnwrap i {
    font-size: 1rem;
  }
  .youtube-section {
    padding: 2rem 1.2rem;
  }

  /* Layout kiri-kanan tetap vertikal, tapi jarak antar elemen disesuaikan */
  .kiriYoutube,
  .kananYoutube {
    width: 100% !important;
  }

  .kiriYoutube {
    margin-bottom: 1.2rem;
  }

  /* Box kiri sedikit diperbesar supaya rasio video tetap enak dilihat */
  .youtube-left-box {
    height: 17rem;
    min-height: 240px;
  }

  /* Konten dalam YouTube section diberi padding seimbang */
  .youtube-content {
    padding: 1rem 1.2rem;
  }

  /* Label YouTube disesuaikan agar tetap terbaca di HP sedang */
  .youtube-label {
    font-size: 1.05rem;
    padding: 0.45rem 0.85rem;
  }

  .youtube-label i {
    font-size: 1.3rem;
  }

  /* Ukuran teks dibuat sedikit lebih besar dari 480px agar tetap proporsional */
  .youtube-content .subheading {
    font-size: 1.3rem;
  }

  .channel-title {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }

  /* Iframe video sedikit lebih tinggi agar rasio tetap enak dilihat */
  .video-scroller iframe {
    width: 100%;
    height: 230px;
  }

  /* Scrollbar tetap disembunyikan */
  .video-scroller::-webkit-scrollbar {
    display: none;
  }

  /* See-more box diatur agar proporsional di layar sedang */
  .see-more-box {
    min-width: 270px;
    height: 220px;
    border-radius: 14px;
  }

  .btn-learn-more-kanan {
    font-size: 1.05rem;
    padding: 0.8rem 2.2rem;
  }
}

@media (max-width: 480px) {

  /* Navbar utama */
  .navbar {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 1.5rem; /* lebih sempit dari 7rem */
    box-sizing: border-box;
  }

  /* Logo */
  .navbar-brand {
    width: 35%; /* perbesar agar logo mudah terlihat */
  }

  .logo {
    width: 100%;
    height: auto;
  }

  /* Tombol toggler (menu hamburger) */
  .navbar-toggler {
    display: block; /* tampilkan ikon menu */
    font-size: 2rem;
  }

  /* Sembunyikan menu utama saat layar kecil */
  .nav-items {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 70px; /* di bawah navbar */
    left: 0;
    width: 100%;
    padding: 1rem 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  /* Kalau aktif, munculkan menu (nanti bisa diaktifkan lewat JS) */
  .nav-items.active {
    display: flex;
  }

  .navbar-menu {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .navbar-menu li a {
    font-size: 1.3rem;
    color: #333;
  }

  /* Dropdown biar tampil menurun penuh layar */
  .dropdown-content {
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    flex-direction: column;
    align-items: center;
  }

  .dropdown-img {
    width: 100%;
    height: auto;
  }

  /* Tombol contact */
  .contact-btn {
    font-size: 1.3rem;
    padding: 0.7rem 1.5rem;
    width: 80%;
    justify-content: center;
  }

  /* Selector bahasa */
  .language-selector {
    font-size: 1.3rem;
    padding: 0.7rem 1.2rem;
    gap: 0.5rem;
    width: 80%;
    justify-content: center;
  }

  /* Hapus hover yang tidak dibutuhkan */
  .dropdown:hover .dropdown-menu {
    display: none;
  }
  .carousel-item {
    height: 55vh; /* dari 75vh ke 55vh agar proporsional di HP */
  }

  /* 2️⃣ Atur posisi teks di tengah dengan jarak aman */
  .carousel-caption {
    width: 90%;             /* biar teks tidak terlalu mepet ke tepi layar */
    top: 45%;               /* sedikit turun agar terlihat seimbang */
    transform: translate(-50%, -45%);
  }

  /* 3️⃣ Perkecil ukuran judul (h1) agar muat di layar HP */
  .carousel-caption h1 {
    font-size: 2rem;        /* sebelumnya 5rem → terlalu besar di HP */
    line-height: 1.2;       /* supaya spasi antar baris proporsional */
    margin-bottom: 0.5em;
  }

  /* 4️⃣ Perkecil paragraf di bawah judul */
  .carousel-caption p {
    font-size: 1rem;        /* dari 1.5rem → lebih nyaman dibaca di HP */
    margin-bottom: 1.5rem;
  }

  /* 5️⃣ Tombol di bawah teks diatur jadi vertikal (bukan sejajar) */
  .sectionbtn {
    display: flex;
    flex-direction: column; /* biar tombol ke bawah */
    align-items: center;    /* tetap di tengah */
    gap: 0.8rem;            /* jarak antar tombol */
  }

  /* 6️⃣ Ukuran tombol dibuat lebih kecil dan menyesuaikan layar */
  .sectionbtn a {
    font-size: 1.1em;       /* sedikit diperkecil */
    padding: 0.7em 1.6em;
    width: 80%;             /* agar tombol memenuhi sebagian besar layar */
    margin-right: 0;        /* hilangkan jarak kanan antar tombol */
  }

  /* 7️⃣ Tombol “About” tetap mengikuti gaya tapi lebih rapat */
  #btnabout {
    padding: 0.7em 1.6em;
  }

  /* 8️⃣ Ukuran ikon panah (arrowkanan) juga disesuaikan */
  .arrowkanan {
    margin-left: 0.3rem;    /* dari 0.5rem → sedikit dikurangi */
  }

  /* 9️⃣ Ukuran tombol navigasi carousel dikurangi */
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 2rem;        /* dari 3rem → biar tidak menutupi gambar */
  }
  
  .ceo-section {
    padding: 3rem 1.5rem; /* padding dikurangi agar muat di layar kecil */
  }

  .ceo-image-bg {
    margin-left: 0; /* hilangkan margin kiri besar */
    width: 100%; /* biar menyesuaikan lebar layar */
    height: 22rem; /* tinggi dikurangi supaya proporsional */
    margin-top: 1rem;
    border-radius: 8px;
  }

  .ceo-image-bg img {
    top: -10%;
    left: 50%; /* posisikan tepat di tengah */
    width: 50%;
    transform: translateX(-50%);
  }

  .ceo-text-box {
    position: 250px; /* biar pindah di bawah gambar, bukan menumpuk */
    transform: none; /* hilangkan translate */
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem 3rem;
    border-radius: 6px;
  }

  .ceo-text-box h4 {
    font-size: 1.5rem; /* perkecil judul */
    white-space: normal; /* biar teks turun ke bawah kalau panjang */
  }

  .ceo-text-box p {
    font-size: 1rem;
  }
  .icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #218fcf;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    padding: 1.5rem;
    margin-top: 1rem;
}
  .services-section {
    padding: 40px 1.5rem; /* kurangi padding biar tidak terlalu lebar di HP kecil */
  }

  /* 🔹 Judul bagian */
  .services-heading {
    font-size: 2rem; /* perkecil ukuran teks agar muat di layar kecil */
    margin-bottom: 1rem;
  }

  .services-heading::after {
    width: 50px; /* garis hiasan judul juga diperkecil */
    height: 3px;
    margin-top: 0.5rem;
  }

  /* 🔹 Subjudul / deskripsi */
  .services-subtext {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    padding: 0 1rem; /* tambahkan sedikit padding biar teks tidak nempel ke pinggir */
  }

  /* 🔹 Wrapper kartu layanan */
  .cardwrap {
    flex-direction: column; /* ubah dari horizontal → vertikal agar kartu berurutan ke bawah */
    align-items: center;
    gap: 1.5rem; /* beri jarak antar kartu */
  }

  /* 🔹 Setiap kartu layanan */
  .service-card {
    width: 100%; /* biar kartu menyesuaikan lebar layar tapi tetap ada jarak pinggir */
    height: auto; /* biar tinggi menyesuaikan isi */
  }

  /* 🔹 Konten di dalam kartu */
  .service-content {
    padding: 2rem 1.5rem; /* kurangi padding dalam kartu */
  }

  .servicewrap i {
    font-size: 2rem; /* perkecil ikon agar proporsional */
    padding: 1rem;
  }

  .service-title {
    font-size: 1.3rem; /* perkecil ukuran judul layanan */
  }

  /* 🔹 Tombol (button) */
  .btnwrap {
    flex-direction: row; /* tetap sejajar ikon & teks */
    min-width: 120px; /* lebih kecil biar tidak kepotong */
    padding: 0.8rem 1rem;
    height: auto;
  }

  .service-btn {
    font-size: 0.85rem; /* teks tombol sedikit lebih kecil */
  }

  .btnwrap i {
    font-size: 0.9rem;
  }
  .youtube-section {
    padding: 2rem 1rem;
  }

  /* Mengatur layout kiri dan kanan menjadi vertikal (stacked)
     karena kalau tetap 30%-70%, tulisan dan video bisa jadi terlalu kecil */
  .kiriYoutube,
  .kananYoutube {
    width: 100% !important;
  }

  /* Memberi jarak antar elemen kiri dan kanan setelah di-stack */
  .kiriYoutube {
    margin-bottom: 1.5rem;
  }

  /* Menurunkan tinggi box agar proporsional di layar HP */
  .youtube-left-box {
    height: 15rem;
    min-height: 220px;
  }

  /* Menyesuaikan padding dalam konten agar teks tidak terlalu sempit */
  .youtube-content {
    padding: 1rem 1.5rem;
  }

  /* Label YouTube (yang berwarna putih) dibuat sedikit lebih kecil */
  .youtube-label {
    font-size: 1rem;
    padding: 0.4rem 0.75rem;
  }

  .youtube-label i {
    font-size: 1.2rem;
  }

  /* Subheading dan judul channel dikecilkan agar muat di layar kecil */
  .youtube-content .subheading {
    font-size: 1.2rem;
  }

  .channel-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  /* Iframe video di scroller dibuat 100% lebar supaya tidak overflow */
  .video-scroller iframe {
    width: 100%;
    height: 200px; /* bisa disesuaikan, tergantung rasio video */
  }

  /* Scrollbar dihapus pada mobile untuk tampilan bersih */
  .video-scroller::-webkit-scrollbar {
    display: none;
  }
  .see-more-box {
    min-width: 250px;
    height: 200px;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        rgba(33, 143, 207, 0.9),
        rgba(21, 101, 192, 0.8)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    position: relative;
    overflow: hidden;
}

/* Efek overlay lembut */
.see-more-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

/* Tombol kanan (disamakan gaya dengan kiri tapi lebih tegas) */
.btn-learn-more-kanan {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.9);
    padding: 0.7rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-learn-more-kanan:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #218fcf;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-learn-more-kanan i {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-learn-more-kanan:hover i {
    transform: translate(2px, -2px);
    opacity: 0.9;
}
}