.card-product {
  border: 1px solid #eee;
  transition: 0.3s ease-in-out;
  position: relative;
}

.card-product:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.card-product .plus-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  color: #aaa;
}

.card-title {
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-text {
  font-size: 0.9rem;
  color: #666;
}

.market-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.whatsapp-btn {
  background-color: #25d366;
  color: white;
  font-weight: 500;
  border: none;
  transition: 0.3s;
}

.whatsapp-btn:hover {
  background-color: #1ebe5b;
}

.logo-content {
  max-width: 100%;
  row-gap: 30px;
  column-gap: 30px;
}

.logo-image {
  max-height: 80px;
  width: auto;
  object-fit: contain;
  filter: none;
  transition: transform 0.3s ease;
}

.logo-image:hover {
  transform: scale(1.05);
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropend:hover > .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
  margin-top: -0.5rem;
}

.dropdown-menu {
  position: absolute;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

#footer {
  border-top: 2px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  background-color: #f8f9fa;
}

#footer p,
#footer a,
#footer h5 {
  font-family: "Poppins", sans-serif;
}

#footer .nav-link {
  color: #343a40;
}

#footer .nav-link:hover {
  text-decoration: underline;
}

body {
  font-family: "Poppins", sans-serif;
  color: black;
}

.text-justify {
  text-align: justify;
}

.product-card {
  position: relative;
}

.product-card .plus-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #ccc;
}

.product-img {
  height: 200px;
  object-fit: cover;
}

.logo-content {
  max-width: 100%;
  row-gap: 30px;
  column-gap: 30px;
}

.logo-image {
  max-height: 80px;
  width: auto;
  object-fit: contain;
  filter: none;
  transition: transform 0.3s ease;
}

.logo-image:hover {
  transform: scale(1.05);
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropend:hover > .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
  margin-top: -0.5rem;
}

.dropdown-menu {
  position: absolute;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

#footer {
  border-top: 2px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  background-color: #f8f9fa;
}

#footer p,
#footer a,
#footer h5 {
  font-family: "Poppins", sans-serif;
}

#footer .nav-link {
  color: #343a40;
}

#footer .nav-link:hover {
  text-decoration: underline;
}

#services .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  /* beri padding kiri-kanan */
}

#services .isotope-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

#services .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

#services .description {
  background-color: #f8f9fa;
  padding: 1.5rem 1rem;
  text-align: center;
  flex-grow: 1;
}

/* ==== Media Query untuk batas minimal tampilan ==== */
@media (max-width: 768px) {
  #services h2 {
    font-size: 1.5rem;
  }

  .filter-button {
    font-size: 0.875rem;
    padding: 0.4rem 0.8rem;
  }

  #services .item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* Submenu posisi ke kanan */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

/* Hover behavior */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Background overlay agar teks lebih kontras */
#hero-products .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* transparansi gelap agar teks tetap terbaca */
  z-index: 1;
}

#hero-products .container {
  z-index: 2;
}

/* Breadcrumb putih */
.breadcrumb-white {
  background: transparent;
  z-index: 2;
}

.breadcrumb-white .breadcrumb-item {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.breadcrumb-white .breadcrumb-item.active {
  color: #000000 !important;
}

.breadcrumb-white .breadcrumb-item a {
  color: #0d6efd !important;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-white .breadcrumb-item a:hover {
  color: #000000 !important;
}

.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
  color: #000000;
}

/* Responsif untuk tampilan mobile */
@media (max-width: 768px) {
  #hero-products h1 {
    font-size: 2rem;
  }
  #hero-products p {
    font-size: 1rem;
  }
}
/* Logo */
#spectro-products .brand-logo {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 2rem;
}

/* Kartu Produk */
#spectro-products .card {
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

#spectro-products .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Gambar lebih panjang */
#spectro-products .card-img-top {
  height: 350px; /* sebelumnya 180px */
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* Isi card */
#spectro-products .card-body {
  padding: 1.5rem;
}

#spectro-products .card-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #212529;
}

#spectro-products .card-text {
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Tombol */
#spectro-products .btn-outline-primary {
  border-width: 2px;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #dc3545;
  border-color: #dc3545;
}

#spectro-products .btn-outline-primary:hover {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
}
/* Logo */
#products .brand-logo {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 2rem;
}

/* Kartu produk */
#products .card {
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

#products .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#products .card-img-top {
  object-fit: cover;
  height: 180px;
}

#products .card-body {
  padding: 1.5rem;
}

#products .card-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #212529;
}

#products .card-text {
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Tombol "Selengkapnya" warna merah */
#products .btn-outline-primary {
  border-width: 2px;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #dc3545;
  border-color: #dc3545;
}

#products .btn-outline-primary:hover {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
}

.plus-icon:hover {
  background-color: #f0f0f0;
  transition: 0.3s;
}

.modal-content {
  padding: 1.5rem;
  border-radius: 1rem;
}

.modal-header h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

.modal-body p {
  font-size: 1rem;
  color: #555;
}

.plus-icon {
  width: 40px;
  height: 40px;
  background-color: white;
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.plus-icon:hover {
  background-color: #f1f1f1;
  transform: scale(1.05);
}

.card-title {
  font-style: normal !important;
}

/* Thumbnail size */
.thumb-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.25s;
}

.thumb-img:hover {
  transform: scale(1.05);
  border-color: #ff5a1f;
}

/* Smooth rounded corner */
.carousel-inner img {
  border-radius: 12px;
}

/* Remove default blue hover */
.thumb-img:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Box styling */
.product-info-box {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  transition: 0.3s ease;
}

.product-info-box:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

/* Title style mirip Acoem */
.product-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}

/* Deskripsi lebih nyaman dibaca */
.product-description {
  font-size: 1.05rem;
  color: #555;
}

/* Tombol gaya Acoem */
.btn-acoem {
  background-color: #25d366;
  border: none;
  font-weight: 600;
  color: white;
  transition: 0.3s;
}

.btn-acoem:hover {
  background-color: #1ebe5b;
  transform: translateY(-2px);
}

/* Smooth paragraph spacing */
.lh-lg {
  line-height: 1.75;
}

/* ================================
   ACOEM FEATURE GRID (MODEL C)
=================================== */

.acoem-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.3px;
}

/* Grid */
.acoem-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 30px;
}

/* Card */
.acoem-feature-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 28px 22px;
  border-radius: 12px;
  text-align: left;
  transition: all 0.25s ease;
}

.acoem-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  border-color: #d0d0d0;
}

/* Icon */
.acoem-icon img {
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  object-fit: contain;
  filter: grayscale(0%) brightness(1.1);
}

/* Title */
.acoem-feature-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

/* Text */
.acoem-feature-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 992px) {
  .acoem-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .acoem-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* --- GRID WRAPPER LAYOUT --- */
.features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; /* jarak antar item */
  margin-top: 40px;
}

/* --- ITEM STYLE mirip Acoem --- */
.list-el {
  background: #fff;
  padding: 22px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease;
}

.list-el:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* INNER WRAPPER */
.el-inner {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

/* ICON STYLE */
.el-icon img {
  width: 40px !important;
  height: auto;
}

/* TITLE */
.content-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}

/* DESCRIPTION */
.content-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 992px) {
  .features-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .features-list {
    grid-template-columns: 1fr;
  }
  .el-inner {
    flex-direction: row;
  }
}

/* ===== RESOURCES SECTION ===== */
.cbo-resources {
  padding: 60px 0;
}

.resources-title h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #222;
}

/* Grid wrapper */
.resources-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  justify-content: center;
}

/* Individual resource cards */
.resources-list .list-el {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  border: 1px solid #e6e6e6;
  text-align: center;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Hover effect */
.resources-list .list-el:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  border-color: #ff6a53;
}

/* Image/icon area */
.resources-list .el-picture img {
  width: 65px;
  height: auto;
  margin-bottom: 15px;
}

/* Title */
.resources-list .el-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

.resources-list a {
  text-decoration: none;
  color: inherit;
}

/* Responsive improvements */
@media (max-width: 480px) {
  .resources-title h2 {
    font-size: 1.6rem;
  }
}

/* ===== PUSH BUTTON SECTION (ACOEM STYLE) ===== */
.cbo-pushbutton {
  background: #f4f6f8; /* abu lembut seperti Acoem */
  padding: 70px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.pushbutton-inner {
  max-width: 900px;
  margin: auto;
}

.pushbutton-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}

/* Title */
.pushbutton-content .content-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1c1c1c;
}

/* Text */
.pushbutton-content .content-text p {
  font-size: 1.1rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* Button (ACOEM style) */
.pushbutton-button .cbo-button {
  background-color: #ff6a53; /* Acoem orange */
  color: #fff;
  padding: 14px 34px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
}

.pushbutton-button .cbo-button:hover {
  background-color: #ff543c;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 106, 83, 0.25);
}

/* Responsive */
@media (max-width: 576px) {
  .pushbutton-content .content-title {
    font-size: 1.6rem;
  }
  .pushbutton-content .content-text p {
    font-size: 1rem;
  }
}

/* ===== TEXT FULL PICTURE SECTION ===== */
.cbo-textfullpicture {
  padding: 80px 0;
  background: #f5f7fa; /* abu lembut khas Acoem */
}

.textfullpicture-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

/* Text Section */
.textfullpicture-text {
  text-align: center;
}

.textfullpicture-text h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.textfullpicture-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* Image Section */
.textfullpicture-picture img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
  transition: transform 0.4s ease;
}

.textfullpicture-picture img:hover {
  transform: scale(1.03);
}

/* Responsive */
@media (max-width: 992px) {
  .textfullpicture-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .textfullpicture-picture img {
    max-width: 90%;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .textfullpicture-text h3 {
    font-size: 1.6rem;
  }
  .textfullpicture-text p {
    font-size: 1rem;
  }
}

.cbo-video {
  position: relative;
  width: 100%;
}

.video-inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.thumbnail-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #000;
}

#acoemVideo.video-hidden {
  display: none;
  border-radius: 16px;
  width: 100%;
}

#acoemVideo {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

/* Wrapper */
.cbo-textpicture {
  padding: 80px 0;
  display: flex;
  align-items: center;
}

.textpicture-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* IMAGE */
.textpicture-picture img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}

/* TEXT */
.textpicture-text h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.textpicture-text p {
  font-size: 16px;
  margin: 10px 0 8px;
  color: #333;
}

.textpicture-text ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.textpicture-text ul li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #444;
}

/* Button */
.cbo-button {
  background: #ff6952;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.cbo-button:hover {
  background: #e45541;
}

/* Parent layout */
.cbo-textpicture .textpicture-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* Make image bigger */
.textpicture-picture {
  flex: 1.2; /* memperbesar gambar */
}

.textpicture-text {
  flex: 1; /* teks sedikit lebih kecil */
}

/* Image styling */
.textpicture-picture img {
  width: 100%;
  height: 420px; /* gambar lebih tinggi */
  object-fit: cover; /* tampil penuh seperti Acoem */
  border-radius: 16px;
}

/* Text spacing */
.textpicture-text ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.textpicture-text ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Responsive mobile */
@media (max-width: 992px) {
  .cbo-textpicture .textpicture-inner {
    flex-direction: column;
  }

  .textpicture-picture img {
    height: 300px;
  }
}

/* Container */
.cbo-video .video-inner {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: auto;
}

/* THUMBNAIL */
.video-thumbnail {
  position: relative;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

/* PLAY BUTTON (Tengah Thumbnail) */
.thumbnail-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  backdrop-filter: blur(3px);
  transition: 0.25s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.thumbnail-play-btn i {
  font-size: 36px;
  color: #ff6952; /* warna Acoem */
}

/* Hover Effect */
.thumbnail-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.12);
  background: rgba(255, 255, 255, 1);
}

/* Hidden Video */
.video-hidden {
  display: none;
  width: 100%;
  border-radius: 14px;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  border-radius: 12px;
}

/* Play Button di Tengah */
.thumbnail-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transition: 0.25s ease;
}

/* Hover effect */
.thumbnail-play-btn:hover {
  background: #ff6952;
  transform: translate(-50%, -50%) scale(1.1);
}

/* SVG Play Icon */
.thumbnail-play-btn .play-icon {
  width: 0;
  height: 0;
  border-left: 26px solid #ff6952; /* warna play */
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 6px; /* geser biar terlihat center */
}

/* Hover warna icon */
.thumbnail-play-btn:hover .play-icon {
  border-left-color: white;
}

/* ===== TEXT OVER FULL PICTURE SECTION ===== */
.cbo-textoverfullpicture {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.textoverfullpicture-inner {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 420px;
}

.textoverfullpicture-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark gradient overlay */
.textoverfullpicture-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.2));
  z-index: 1;
}

/* TEXT ON TOP */
.textoverfullpicture-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  max-width: 550px;
}

.textoverfullpicture-text h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.textoverfullpicture-text p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #f3f3f3;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .textoverfullpicture-text {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .textoverfullpicture-text h2 {
    font-size: 1.8rem;
  }

  .textoverfullpicture-text p {
    font-size: 1rem;
  }
}

/* ===== VIDEO EDUCATION SECTION ===== */
.cbo-videos-section {
  padding: 60px 0;
}

.cbo-videos-section .videos-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.3;
}

.cbo-videos-section .videos-desc {
  font-size: 1.1rem;
  color: #555;
  max-width: 760px;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* ===== VIDEO LIST ===== */
.videos-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* video item style ala ACOEM */
.video-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f5f7fa;
  padding: 14px 18px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #e4e6ea;
  transition: 0.25s ease;
  font-size: 1.05rem;
  color: #004a8f;
  font-weight: 500;
}

.video-item:hover {
  background: #eaf3ff;
  border-color: #c7ddff;
  transform: translateX(4px);
}

/* Play icon kecil */
.icon-play-small {
  width: 14px;
  height: 14px;
  display: inline-block;

  background: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 20 20" fill="%23004a8f" xmlns="http://www.w3.org/2000/svg"><polygon points="4,3 17,10 4,17"/></svg>') no-repeat center center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .cbo-videos-section .videos-title {
    font-size: 1.6rem;
  }

  .video-item {
    font-size: 0.95rem;
  }
}

.cbo-videos-section .videos-desc {
  max-width: 100% !important;
  width: 100%;
}

/* ==== SECTION WRAPPER (tanpa background abu-abu) ==== */
.cbo-pushcasestudies {
  padding: 70px 0;
  background: #fff; /* bersih */
}

/* Layout kiri & kanan */
.pushcasestudies-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  align-items: start;
}

/* ==== LEFT CONTENT ==== */
.pushcasestudies-content .content-title {
  font-size: 34px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.pushcasestudies-content p {
  font-size: 16px;
  margin-bottom: 22px;
  color: #444;
}

/* ==== CASE STUDY CARD LIST ==== */
.pushcasestudies-list .list-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.list-el {
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid #e5e5e5;
}

.list-el:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

/* Image */
.article-picture img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

/* Titles */
.article-content .content-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 16px;
  color: #1b1b1b;
  min-height: 75px;
}

/* Case study tag */
.article-term {
  padding: 0 16px 12px;
  display: block;
  color: #ff6952;
  font-weight: 600;
}

/* Icon */
.article-family {
  display: flex;
  justify-content: flex-end;
  padding: 0 16px 16px;
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 900px) {
  .pushcasestudies-inner {
    grid-template-columns: 1fr;
  }

  .pushcasestudies-list .list-inner {
    grid-template-columns: 1fr;
  }
}
.link-acoem-blue {
  color: #0056d2;
  font-weight: 600;
}

.link-acoem-blue:hover {
  color: #003a9f;
}
