body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 300;
	color: #4a4a4a;
	line-height: 24px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

ul.social-icons li {
	display: inline-block;
	margin-right: 3px;
}

ul.social-icons li:last-child {
	margin-right: 0px;
}

ul.social-icons li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	background-color: #eee;
	color: #121212;
	font-size: 18px;
	text-align: center;
	transition: all .3s;
}

ul.social-icons li a:hover {
	background-color: #e1261c;
	color: #fff;
}

a.filled-button {
	background-color: #e1261c;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.section-heading {
	text-align: left;
	margin-bottom: 60px;
	border-bottom: 1px solid #eee;
}

.section-heading h2 {
	font-size: 28px;
	font-weight: 400;
	color: #1e1e1e;
	margin-bottom: 15px;
}

.banner-products {
  background-image: url(../images/bannerProduct.jpg);
}


.banner-about {
  background-image: url(../images/bannerabout3.jpg);
}


/*update banner contact*/
.banner-contact {
  background-image: url(../images/cblast.jpeg);
  margin-top: 0 !important;
  padding-top: 0 !important;
  background-position: center center;
}


.banner {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -56px;
  padding-top: 56px;
}

.banner .text-content {
  text-align: center;
  padding: 0 20px;
}


.page-heading .text-content h4 {
	color: #e1261c;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#preloader {
  overflow: hidden;
  background: #e1261c;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* ===============================
   HEADER BASE
================================ */
header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 80px;
  background-color: #232323;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

body {
  padding-top: 80px;
}

/* ===============================
   NAVBAR BASE
================================ */
header .navbar {
  padding: 0;
  display: flex;
  align-items: center;
  min-height: 80px;
}

/* Container inside navbar also needs flex */
header .navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar-brand {
  outline: none;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: auto;
}

.navbar-brand h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.navbar-brand h2 em {
  font-style: normal;
  color: #e1261c;
}

/* ===============================
   NAV LINKS DESKTOP (ANTI GOYANG)
================================ */
.navbar-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.navbar-nav .nav-item {
  margin: 0 15px;
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 8px 0;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
}

/* underline pakai pseudo-element */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 3px;
  background-color: #e1261c;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

/* ===============================
   HEADER SAAT SCROLL
================================ */
.background-header {
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.background-header .navbar-brand h2 {
  color: #121212;
}

.background-header .navbar-nav .nav-link {
  color: #1e1e1e;
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .nav-link.active {
  color: #e1261c;
}

/* ===============================
   HAMBURGER BUTTON
================================ */
/* Hamburger button - default state (transparent/dark navbar) */
.navbar-toggler {
  border: 2px solid #e1261c;
  background-color: #232323;
  width: 44px;
  outline: none;
  border-radius: 4px;
  padding: 6px 8px;
  margin-left: auto;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

/* Hamburger button - scrolled state (white navbar) */
.background-header .navbar-toggler {
  background-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23e1261c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  height: 100%;
}

/* ===============================
   MOBILE & TABLET
================================ */
@media (max-width: 991px) {

  header {
    height: 56px !important;
  }

  body {
    padding-top: 56px;
  }

  header .navbar {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    min-height: 56px !important;
    height: 56px !important;
  }

  header .navbar .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
  }

  .navbar-brand {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }

  .navbar-brand h2 {
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .navbar-toggler {
    margin: 0 !important;
    padding: 8px !important;
    flex-shrink: 0 !important;
    height: 40px !important;
    width: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    top: 0 !important;
  }

  /* Ensure navbar-nav centered when expanded */
  .navbar-nav {
    display: flex;
    align-items: center;
  }

  .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }

  .navbar-nav .nav-link {
    display: inline-flex;
    align-items: center;
  }

  /* mobile menu background - static white */
  .navbar-collapse {
    background-color: #fff !important;
    margin-top: 8px;
    padding: 10px 0 !important;
    border-radius: 6px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
  }

  /* mobile nav items */
  .navbar-nav .nav-item {
    margin: 0;
  }

  /* mobile nav link - always dark text on white background */
  .navbar-nav .nav-link {
    padding: 14px 0;
    font-size: 16px;
    color: #121212;
  }

  /* disable underline effect on mobile */
  .navbar-nav .nav-link::after {
    display: none;
  }

  /* hover and active states */
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: #e1261c;
  }
}




/* Banner Style */
.banner {
	position: relative;
	text-align: center;
}

.banner-item-01 {
	padding: 100px 0px;
	min-height: 300px;
	background-image: url(../images/banner\ 3m\ slide.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-02 {
	padding: 100px 0px;
	min-height: 300px;
	background-image: url(../images/industries-hero-safety-rgb-jpeg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-03 {
	padding: 100px 0px;
	min-height: 300px;
	background-image: url(../images/industries-hero-automotive-rgb-jpeg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .banner-item {
	max-height: 600px;
}

.banner .text-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.banner .text-content h4 {
	color: #e1261c;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

/* ===== RESPONSIVE: Banner Heights ===== */

/* Mobile: 375px - 767px */
@media (max-width: 767px) {
  .banner-item-01,
  .banner-item-02,
  .banner-item-03 {
    padding: 80px 0px !important;
    min-height: 280px !important;
  }
  
  .banner {
    min-height: 280px;
    margin-top: -56px;
    padding-top: 56px;
  }
  
  .banner .text-content h2 {
    font-size: 28px;
    letter-spacing: 1px;
  }
  
  .banner .text-content h4 {
    font-size: 14px;
  }
}

/* Tablet: 768px - 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .banner-item-01,
  .banner-item-02,
  .banner-item-03 {
    padding: 150px 0px !important;
    min-height: 400px !important;
  }
  
  .banner {
    min-height: 450px;
    margin-top: -56px;
    padding-top: 56px;
  }
  
  .banner .text-content h2 {
    font-size: 42px;
    letter-spacing: 2px;
  }
  
  .banner .text-content h4 {
    font-size: 18px;
  }
}

/* Desktop: 992px+ - Keep existing larger size */
@media (min-width: 992px) {
  .banner-item-01,
  .banner-item-02,
  .banner-item-03 {
    padding: 250px 0px !important;
    min-height: 600px !important;
  }
  
  .banner {
    min-height: 680px;
    margin-top: -80px;
    padding-top: 80px;
  }
}

/* ===== OWL DOTS RESPONSIVE ===== */

/* Base owl-dots container */
.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

/* Default Dot Styles (Desktop) */
.owl-banner .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.5;
    transition: all 0.3s ease;
    cursor: pointer;
}

.owl-banner .owl-dots .owl-dot:hover {
    opacity: 0.8;
}

.owl-banner .owl-dots .owl-dot:focus {
    outline: none;
}

.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
    transform: scale(1.1);
}

/* Mobile (< 767px): Smaller dots with a clear gap */
@media (max-width: 767px) {
  /* Pastikan container dots-nya kelihatan */
  .owl-banner .owl-dots {
    display: block !important;
    text-align: center;
    line-height: 0; /* Menghindari spasi aneh di bawah */
  }

  /* Targetkan button-nya dulu */
  .owl-banner .owl-dots .owl-dot {
    display: inline-block !important;
    vertical-align: middle;
    background: transparent !important; /* Hilangkan bg default button */
    border: none !important;
    padding: 0 !important;
    margin: 0 5px !important;
  }

  /* Targetkan SPAN (titik aslinya) */
  .owl-banner .owl-dots .owl-dot span {
    display: inline-block !important; /* WAJIB supaya height & width fungsi */
    width: 10px !important;
    height: 8px !important; /* Ini yang lu mau ubah kan bray? */
    background: #fff !important;
    border-radius: 50% !important;
    opacity: 0.7;
    transition: all 0.3s ease;
  }

  /* Efek pas aktif */
  .owl-banner .owl-dots .owl-dot.active span {
    opacity: 1 !important;
    transform: scale(1.2) !important;
    background: #fff !important;
  }
}

/* Tablet (768px - 991px): Medium dots */
@media (min-width: 768px) and (max-width: 991px) {
  .owl-banner .owl-dots {
    bottom: 20px;
  }
  
  .owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
}

/*youtube video*/
.video-card {
  height: 100%;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-video {
  display: block;
  margin-top: 15px;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  text-decoration: none;
}

.btn-video:hover {
  opacity: 0.9;
}

.video-full-card {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  background: #000;
  overflow: hidden;
  border-radius: 6px;
}

.video-full-card iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Latest Produtcs */

.latest-products {
  margin-top: 100px;
}

/* ===== PRODUCT CARD ===== */
.product-item {
  border: 1px solid #eee;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}

/* image konsisten */
.product-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* content */
.product-item .down-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* title */
.product-item .down-content h4 {
  font-size: 17px;
  color: #1a6692;
  line-height: 1.3;
  margin-bottom: 15px;

  /* max 2 baris */
  min-height: 44px;
}

/* description */
.product-item .down-content p {
  flex-grow: 1;
  margin-bottom: 20px;
}

/* buttons */
.product-buttons {
  display: flex;
  gap: 10px;
}

/* ===== PRODUCT BUTTON STYLES ===== */
.btn-datasheet,
.btn-brochure,
.btn-primary {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-datasheet {
  background-color: #1a6692;
  color: #fff;
}

.btn-datasheet:hover {
  background-color: #145073;
  color: #fff;
  text-decoration: none;
}

.btn-brochure {
  background-color: #e1261c;
  color: #fff;
}

.btn-brochure:hover {
  background-color: #c11f17;
  color: #fff;
  text-decoration: none;
}

.btn-primary {
  background-color: #e1261c;
  color: #fff;
}

.btn-primary:hover {
  background-color: #c11f17;
  color: #fff;
  text-decoration: none;
}

/* ===== ROW SPACING FIX ===== */
.filters-content .col-lg-4,
.filters-content .col-md-4 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {

  /* image lebih pendek biar ga kepanjangan */
  .product-item img {
    height: 180px;
  }

  /* padding diperkecil */
  .product-item .down-content {
    padding: 20px;
  }

  /* title biar ga terlalu tinggi */
  .product-item .down-content h4 {
    font-size: 16px;
    min-height: auto;
  }

  /* tombol stack & full width */
  .product-buttons {
    flex-direction: column;
  }

  .product-buttons .btn {
    width: 100%;
    text-align: center;
  }

  /* spacing antar card */
  .filters-content .col-lg-4,
  .filters-content .col-md-4 {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .product-item .down-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.filters ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.filters ul li {
  white-space: nowrap;
}

/* =========================
   TABLET FIX (iPad)
   ========================= */
@media (min-width: 768px) and (max-width: 1024px) {

  /* paksa 2 kolom */
  .filters-content .col-lg-4,
  .filters-content .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* image sedikit dipendekin */
  .product-item img {
    height: 200px;
  }

  /* padding dikurangi */
  .product-item .down-content {
    padding: 24px;
  }

  /* title ga maksa tinggi */
  .product-item .down-content h4 {
    min-height: auto;
    font-size: 16px;
  }

  /* tombol boleh 2 baris */
  .product-buttons {
    flex-wrap: wrap;
  }

  .product-buttons .btn {
    flex: 1 1 48%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product-item .down-content h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}


/* Best Features */

.about-features {
	margin-top: 100px!important;
}

.about-features p {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.about-features .container .row {
	padding-bottom: 0px!important;
	border-bottom: none!important;
}

.best-features {
	margin-top: 50px;
}

.best-features .container .row {
	border-bottom: 1px solid #eee;
	padding-bottom: 60px;
}

.best-features img {
	width: 100%;
	overflow: hidden;
}

.best-features h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.best-features ul.featured-list li {
	display: block;
	margin-bottom: 10px;
}

.best-features p {
	margin-bottom: 25px;
}

.best-features ul.featured-list li a {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 300;
	transition: all .3s;
	position: relative;
	padding-left: 13px;
}

.best-features ul.featured-list li a:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #4a4a4a;
	position: absolute;
	left: 0;
	transition: all .3s;
	top: 8px;
}

.best-features ul.featured-list li a:hover {
	color: #e1261c;
}

.best-features ul.featured-list li a:hover::before {
	background-color: #e1261c;
}

.best-features .filled-button {
	margin-top: 20px;
}

.best-features .right-image {
  margin-top: -40px;
}



/* Call To Action */
.call-to-action .inner-content {
	margin-top: 60px;
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 5px;
}

.call-to-action .inner-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 15px;
}

.call-to-action .inner-content em {
	font-style: normal;
	font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
	text-align: right;
}

.call-to-action .inner-content .filled-button {
	margin-top: 12px;
}

/*antara CTA dan footer*/
/* Jarak antara CTA dan footer */
.footer-dark {
  margin-top: 80px;
}

/* Bikin footer lebih lega */
.footer-dark {
  padding: 90px 0 35px;
}

/* Spasi antar kolom sitemap */
.footer-top {
  padding: 0 40px;
}

.footer-top .footer-col {
  padding-left: 40px;
  padding-right: 40px;
}

/* Jarak item list biar ga mepet */
.site-footer ul li {
  margin-bottom: 14px;
}

/* Jarak judul */
.footer-dark h3 {
  margin-bottom: 26px;
}




/* ===============================
   FOOTER – PT ANDALIRA CIPTA ABADI
   =============================== */

.footer-dark {
  padding: 60px 0 30px;
  background-color: #232323;
  color: #ffffff;
  font-size: 14px;
}

/* Container spacing */
.footer-dark .container {
  max-width: 1200px;
}

/* MAIN LAYOUT */
.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}

/* ===============================
   LEFT SIDE – GRID LINKS
   =============================== */
.footer-links {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 36px;
}

/* Footer item */
.footer-links .item h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}

.footer-links .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links .item ul li {
  margin-bottom: 8px;
}

.footer-links .item ul a {
  color: #ffffff;
  opacity: 0.65;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.footer-links .item ul a:hover {
  opacity: 0.9;
}

/* ===============================
   RIGHT SIDE – LOCATION
   =============================== */
.footer-location {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-location h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-location a {
  color: #ffff;
  text-decoration: none;
  line-height: 1.6;
  display: inline-block;
}

.footer-location a:hover {
  color: #ffff;
}

/* ===============================
   COPYRIGHT
   =============================== */
.footer-dark .copyright {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  font-size: 13px;
  opacity: 0.45;
}

/* ===============================
   RESPONSIVE – TABLET
   =============================== */
@media (max-width: 1199px) {
  .footer-links {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 28px;
  }
}

/* ===============================
   RESPONSIVE – MOBILE
   =============================== */
@media (max-width: 767px) {
  .footer-dark {
    padding: 48px 0 24px;
  }

  .footer-main {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 32px 20px;
  }

  .footer-links .item h3 {
    margin-bottom: 10px;
  }

  .footer-location {
    max-width: 100%;
    text-align: center;
  }

  .footer-location a {
    line-height: 1.7;
  }
}










/* ==========================
   PRODUCT PAGE BASE
========================== */

.products {
  margin-top: 100px;
}

/* ==========================
   GRID WRAPPER (OVERRIDE BOOTSTRAP)
========================== */

.filters-content .grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* 🔥 kunci tinggi per baris */
  margin-left: -15px;
  margin-right: -15px;
}

/* setiap kolom */
.filters-content .grid > div[class*="col-"] {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

/* ==========================
   PRODUCT CARD
========================== */

.product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; /* 🔥 wajib */
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
}

/* gambar konsisten */
.product-item img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin-bottom: 15px;
}

/* konten bawah */
.product-item .down-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* ==========================
   TITLE (DIKUNCI TINGGI)
========================== */

.product-item h4 {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-line-clamp: 2; /* max 2 baris */
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: calc(1.4em * 2); /* 🔥 judul sejajar */
}

/* ==========================
   DESCRIPTION (DIKUNCI TINGGI)
========================== */

.product-item p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: calc(1.6em * 4); /* 🔥 kunci tinggi deskripsi */
}

/* ==========================
   BUTTON AREA (RATA BAWAH)
========================== */

.product-buttons {
  margin-top: auto; /* 🔥 dorong ke bawah */
  display: flex;
  gap: 10px;
}

.product-buttons .btn {
  flex: 1;
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.btn-datasheet,
.btn-brochure {
  background-color: #e1261c;
}

.product-buttons .btn:hover {
  opacity: 0.9;
}

/* ==========================
   MOBILE & TABLET RESPONSIVE
========================== */

/* Tablet */
@media (max-width: 991px) {
  .product-item img {
    height: 200px;
  }

  .product-item p {
    -webkit-line-clamp: 5;
    min-height: calc(1.6em * 5);
  }
}

/* Mobile */
@media (max-width: 575px) {
  .products {
    margin-top: 60px;
  }

  .product-item {
    padding: 15px;
  }

  .product-item img {
    height: 180px;
  }

  /* di mobile biar natural */
  .product-item h4,
  .product-item p {
    -webkit-line-clamp: unset;
    min-height: auto;
  }

  .product-buttons {
    flex-direction: column;
  }

  .product-buttons .btn {
    width: 100%;
  }
}

/* ================================
   PRODUCTS FILTER (RESPONSIVE)
================================ */

.products .filters {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 50px;
  overflow-x: auto;
}

.products .filters ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.products .filters ul li {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #121212;
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.products .filters ul li.active,
.products .filters ul li:hover {
  color: #fff;
  background-color: #e1261c;
}

/* Tablet */
@media (max-width: 768px) {
  .products .filters {
    margin-bottom: 35px;
  }

  .products .filters ul {
    gap: 8px;
  }

  .products .filters ul li {
    font-size: 12px;
    padding: 7px 12px;
  }
}

/* Mobile small */
@media (max-width: 480px) {
  .products .filters ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .products .filters ul li {
    flex-shrink: 0;
  }
}

/* ==========================
   PRODUCT MODAL
========================== */

.product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.product-modal.active {
  display: flex;
}

.product-modal-content {
  background: #fff;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  animation: zoomIn 0.3s ease;
}

.product-modal-content img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  margin-bottom: 20px;
}

.product-modal-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.product-modal-content p {
  font-size: 15px;
  line-height: 1.7;
}

/* close button */
.product-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}

/* mobile fullscreen */
@media (max-width: 575px) {
  .product-modal-content {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
    padding: 20px;
  }
}

/* animation */
@keyframes zoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}





/* Team Members */

.team-members {
	margin-top: 100px;
}

.team-member {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.team-member img {
	width: 100%;
	overflow: hidden;
}

.team-member .down-content {
	padding: 30px;
	text-align: center;
}

.team-member .thumb-container {
	position: relative;
}

.team-member .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243,63,63,0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #e1261c;
}

.team-member:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.team-member .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 8px;
}

.team-member .down-content span {
	display: block;
	font-size: 13px;
	color: #e1261c;
	font-weight: 500;
	margin-bottom: 20px;
}




/* Services */

.services {
	padding: 100px 0px;
}

.services .service-item {
	text-align: center;
}

.services .service-item .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

.services .service-item .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #e1261c;
	color: #fff;
	font-size: 32px;
}

.services .service-item .down-content {
	background-color: #fff;
	padding: 40px 30px;
}

.services .service-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.services .service-item .down-content p {
	margin-bottom: 25px;
}


/* Clients */
.happy-clients {
  margin-top: 100px;
  margin-bottom: 40px;
}

/* Card wrapper */
.happy-clients .client-card {
  height: 120px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Logo image */
.happy-clients .client-card img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
  transition: all 0.3s ease;
  cursor: pointer;
}

.happy-clients .client-card img:hover {
  transform: scale(1.05);
  opacity: 0.85;
}

/* Owl spacing */
.happy-clients .client-item {
  height: 100px;              /* tinggi seragam */
  display: flex;
  align-items: center;
  justify-content: center;
}

.happy-clients .client-item img {
  max-height: 70px;           /* logo diseragamkan */
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}

/* Mobile adjustment */
@media (max-width: 768px) {
  .happy-clients {
    margin-top: 60px;
  }

  .happy-clients .client-card {
    height: 100px;
  }

  .happy-clients .client-card img {
    max-height: 55px;
  }
}

.owl-stage {
  transition-timing-function: linear !important;
}

@media (max-width: 768px) {
  .happy-clients .client-item {
    height: 80px;
  }

  .happy-clients .client-item img {
    max-height: 55px;
  }
}


/* Find Us */

.find-us {
	margin-top: 100px;
}

.find-us p {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.find-us h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.find-us .left-content {
	margin-left: 30px;
}



/* ================================
   SEND MESSAGE
================================ */

.send-message {
  margin-top: 100px;
}

/* ================================
   CONTACT FORM
================================ */

.contact-form input {
  font-size: 14px;
  width: 100%;
  height: 44px;
  line-height: 42px;
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 30px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.contact-form textarea {
  font-size: 14px;
  width: 100%;
  min-height: 120px;
  max-height: 180px;
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 30px;
}

.contact-form button.filled-button {
  background-color: #e1261c;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.contact-form button.filled-button:hover {
  background-color: #121212;
}

/* ================================
   FAQ / ACCORDION (FIXED)
================================ */

.send-message .accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Heading FAQ */
.send-message .section-heading {
  margin-bottom: 10px;
}

.send-message .section-heading h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.send-message .section-heading p {
  font-size: 14px;
  color: #777;
  margin: 0;
}

/* Accordion item */
.send-message .accordion li {
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}

/* HAPUS garis & gap atas */
.send-message .accordion li:first-child {
  border-top: none;
  padding-top: 0;
}

/* Accordion title */
.send-message .accordion a {
  display: block;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  color: #1a6692 !important;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.send-message .accordion a:hover,
.send-message .accordion a.active {
  color: #e1261c !important;
}

/* Accordion content */
.send-message .accordion li .content {
  display: none;
  margin-top: 6px;
}

.send-message .accordion li .content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .send-message .accordion {
    margin-top: 15px;
  }

  .send-message .accordion a {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .send-message .col-md-4 {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 32px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #e1261c!important;
		border-bottom: none!important;
		padding-bottom: 15px;
	}
	.product-item .down-content h4 {
		margin-bottom: 10px;
	}
	.product-item .down-content h6 {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
	}
	.product-item .down-content span {
		position: relative;
		right: 0;
		bottom: 0;
	}
}

.company-highlight {
  padding: 100px 0;
  background: #fff;
}

/* LEFT */
.highlight-content h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

.info-block {
  margin-bottom: 25px;
}

.info-block h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.info-block p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

/* RIGHT IMAGE */
.highlight-image {
  width: 100%;
  height: 420px;
  background-color: #f2f2f2; /* placeholder */
  background-size: cover;
  background-position: center;
}

/* Representative Offices */
.rep-offices {
  position: relative;
  padding-left: 25px;
  border-left: 3px solid #706d6d;
}

.rep-item {
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
}

.rep-dot {
  position: absolute;
  left: -11px;
  top: 3px; /* sejajar dengan judul kota */
  width: 14px;
  height: 14px;
  background: #ffcc00;
  border-radius: 50%;
}


.rep-content h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000;
}

.rep-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 6px;
}

.rep-content a {
  color: #1e90ff;
  text-decoration: none;
}

.rep-content a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .company-highlight {
    padding: 70px 0;
  }

  .highlight-content h2 {
    font-size: 34px;
  }

  .highlight-image-stack img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .company-highlight {
    padding: 60px 0;
  }

  .highlight-content h2 {
    font-size: 30px;
  }

  /* Representative Offices */
  .rep-offices {
    padding-left: 18px;
    border-left-width: 2px;
  }

  .rep-dot {
    left: -9px;
    width: 12px;
    height: 12px;
    top: 20px;
  }

  .rep-content h5 {
    font-size: 15px;
  }

  .rep-content p {
    font-size: 13.5px;
  }

  /* Images */
  .highlight-image-stack {
    margin-top: 40px;
  }

  .highlight-image-stack img {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .highlight-content h2 {
    font-size: 26px;
  }

  .highlight-image-stack img {
    height: 160px;
  }

  .rep-content p {
    line-height: 1.5;
  }
}

/* STATS */
.stats-row {
  margin-top: 60px;
}

.stat-card {
  padding: 35px 20px;
  text-align: center;
}

.stat-card h3 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 5px;
}

.stat-card p {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:#ffff
}

/* gambar kanan tambahan */
.highlight-image-stack {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.highlight-image-stack img {
  width: 100%;
  height: 280px; /* semua sama */
  object-fit: cover;
  border-radius: 10px;
}


/* COLOR VARIANT */
.stat-card.red {
  background: #e1261c;
  color: #fff;
}

.stat-card.dark {
  background: #222;
  color: #fff;
}

.stats-row {
  margin-top: 60px;
}

.stats-row > div {
  padding: 0; /* HILANGIN JARAK ANTAR KOTAK */
}

.stat-card {
  padding: 35px 20px;
  text-align: center;
  height: 100%;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
}

.stats-row > div {
  display: flex;
}

.stat-card {
  flex: 1;
}

@media (max-width: 768px) {
  .stat-card {
    padding: 25px 15px;
  }

  .stat-card h3 {
    font-size: 28px;
  }
}



/* RESPONSIVE */
@media (max-width: 768px) {
  .highlight-content h2 {
    font-size: 32px;
  }

  .highlight-image {
    height: 260px;
    margin-top: 30px;
  }

  .stat-card {
    margin-bottom: 15px;
  }

  .stat-card h3 {
    font-size: 30px;
  }
}

.highlight-image {
  width: 100%;
  height: 100%;
  max-height: 420px; /* atur sesuai selera */
  overflow: hidden;
  border-radius: 6px; /* opsional biar rapi */
}

.highlight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .highlight-image {
    height: 240px;
  }
}

/* BLOG HERO */
.blog-hero {
  padding: 120px 0 60px;
  background: #f7f7f7;
  text-align: center;
}

.blog-hero h1 {
  font-weight: 700;
}

.blog-hero p {
  color: #666;
}

/* FILTER */
.blog-filter {
  padding: 30px 0;
  text-align: center;
}

.filter-btn {
  background: transparent;
  border: 1px solid #ddd;
  padding: 8px 20px;
  margin: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  background: #e1261c;
  color: #fff;
  border-color: #e1261c;
}

/* BLOG CARD */
.blog-grid {
  padding: 40px 0 80px;
}

.blog-card {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card h3 {
  font-size: 20px;
  font-weight: 600;
}

.blog-card p {
  color: #666;
  margin: 15px 0 25px;
}

.blog-link {
  color: #e1261c;
  font-weight: 500;
  text-decoration: none;
}

.blog-link:hover {
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 768px) {
  .blog-hero {
    padding-top: 100px;
  }
}

/* ===== WHATSAPP FLOATING BUTTON ===== */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  background-color: #25D366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 32px;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
}

.whatsapp-float i {
  line-height: 60px;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    font-size: 28px;
  }
  
  .whatsapp-float i {
    line-height: 55px;
  }
}

/* ===== TOKOPEDIA CTA BUTTON ===== */
.tokopedia-cta {
  background-color: #42B549;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.tokopedia-cta:hover {
  background-color: #359639;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 181, 73, 0.3);
}

.tokopedia-cta i {
  font-size: 18px;
}


/* OUR CUSTOMER */
.our-customer {
  padding: 80px 0;
  background: #fff;
}

.our-customer h2 {
  text-align: center;
  font-weight: 700;
  color: #e63946;
  margin-bottom: 10px;
}

.our-customer .line {
  display: block;
  width: 50px;
  height: 3px;
  background: #e63946;
  margin: 0 auto 50px;
}

/* GRID */
.customer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 40px 30px;
  align-items: center;
}

/* LOGO BOX */
.customer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}


.customer-item img {
  max-width: 140px;
  max-height: 70px;
  width: auto;
  height: auto;
  opacity: 1;
}

/* =========================
   BLOG / ARTICLE CONTENT
========================= */

.blog-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 20px 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #2b2b2b;
}

/* ARTICLE WRAPPER */
.blog-content {
  line-height: 1.9; /* bikin napas teks lega */
  font-size: 1rem;
}

/* PARAGRAPH */
.blog-content p {
  margin-bottom: 22px;
  font-size: 1rem;
  color: #333;
}

/* STRONG / EMPHASIS */
.blog-content strong {
  font-weight: 600;
  color: #111;
}

/* HEADINGS */
.blog-content p {
  margin-bottom: 22px;
  font-size: 1rem;
  color: #333;
}

/* STRONG / EMPHASIS */
.blog-content strong {
  font-weight: 600;
  color: #111;
}

/* HEADINGS */
.blog-content h2 {
  font-size: 1.8rem;
  margin-bottom: 24px;
  line-height: 1.3;
  color: #2b2b2b;
}

.blog-content h3 {
  font-size: 1.35rem;
  margin: 48px 0 20px;
  line-height: 1.35;
  color: #2b2b2b;
}

.blog-content h4 {
  font-size: 1.15rem;
  margin: 32px 0 16px;
  line-height: 1.4;
  color: #2b2b2b;
}

/* IMAGE */
.blog-image {
  margin: 40px 0;
  text-align: center;
}

.blog-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.blog-image figcaption {
  margin-top: 12px;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
}

/* ================================
   BLOG CONTENT – LIST STYLE 
================================ */

/* UL & OL base */

.blog-content ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.25rem;
}

.blog-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 20px 0 28px;
  padding-left: 1.25rem;
}


/* List item */
.blog-content li {
  margin-bottom: 12px;
  line-height: 1.7;
  font-size: 1rem;
  color: #333;
}

/* Strong text di awal bullet */
.blog-content li strong {
  font-weight: 600;
  color: #2b2b2b;
}

/* Italic inside list */
.blog-content li em {
  font-style: italic;
}

/* Nested list (kalau ada bullet di dalam bullet) */
.blog-content li ul,
.blog-content li ol {
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 1.2rem;
}

/* ================================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 768px) {

  .blog-content ul,
  .blog-content ol {
    padding-left: 1rem;
    margin: 16px 0 22px;
  }

  .blog-content li {
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 10px;
  }
}

/* BLOCKQUOTE (opsional buat highlight) */
.blog-content blockquote {
  margin: 32px 0;
  padding: 20px 24px;
  border-left: 4px solid #1a6692;
  background: #f6f9fc;
  font-style: italic;
  color: #444;
}

/* =========================
   SHARE SECTION
========================= */

.blog-share {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.blog-share span {
  font-size: 0.95rem;
  color: #555;
}

/* SHARE ICONS */
.share-icons {
  display: flex;
  gap: 12px;
}

.share-icons a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3f3f3;
  color: #333;
  font-size: 1.1rem;
  transition: all 0.25s ease;
}

/* BRAND HOVER COLORS */
.share-icons a.wa:hover {
  background: #25d366;
  color: #fff;
}

.share-icons a.tw:hover {
  background: #000;
  color: #fff;
}

.share-icons a.fb:hover {
  background: #1877f2;
  color: #fff;
}

.share-icons a.ln:hover {
  background: #e18fe9;
  color: #fff;
}

/* =========================
   VIDEO ABOUT US
========================= */
.video-card {
  position: relative;
  width: 100%;
  max-width: 600px; /* lebih gede dari sebelumnya */
  margin: 40px auto 20px auto; /* padding top 40px, bottom 20px */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.video-content {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* Tombol Mute/Unmute di atas video */
.toggle-sound {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  z-index: 10; /* pastikan di atas video */
}

/* Mobile friendly */
@media (max-width: 600px) {
  .video-card {
    max-width: 100%;
    margin: 30px auto 15px auto;
    padding: 0 15px; /* lebih lega kanan kiri di mobile */
  }
}

/* =========================
   MOBILE OPTIMIZATION
========================= */

@media (max-width: 768px) {
  .blog-content h2 {
    font-size: 1.5rem;
  }

  .blog-content h3 {
    font-size: 1.2rem;
  }

  .blog-content h4 {
    font-size: 1.05rem;
    
  }

  .blog-content p {
    font-size: 0.95rem;
  }
}


/* MOBILE FRIENDLY */
@media (max-width: 480px) {
  .blog-share {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .blog-header h1 {
    font-size: 1.8rem;
  }

  .blog-container {
    padding: 20px 16px 48px;
  }
}

@media (max-width: 480px) {
  .blog-header h1 {
    font-size: 1.6rem;
  }

  .blog-content p {
    font-size: 0.95rem;
  }
}


/* TABLET (iPad) */
@media (max-width: 991px) {
  .customer-grid {
    gap: 30px;
  }

  .customer-item img {
    max-width: 120px;
  }
}

/* MOBILE */
@media (max-width: 575px) {
  .our-customer {
    padding: 60px 0;
  }

  .customer-grid {
    gap: 25px;
  }

  .customer-item img {
    max-width: 110px;
  }
}

/* ===== MOBILE RESPONSIVE OPTIMIZATIONS ===== */

/* Contact Form - Better touch targets */
@media (max-width: 767px) {
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form textarea {
    padding: 15px;
    font-size: 16px; /* Prevent zoom on iOS */
    min-height: 50px;
  }
  
  .contact-form textarea {
    min-height: 120px;
  }
  
  .contact-form button {
    width: 100%;
    padding: 15px;
    font-size: 16px;
  }
}

/* Team Members - Better tablet/mobile layout */
@media (min-width: 768px) and (max-width: 991px) {
  .team-members .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .team-member {
    margin-bottom: 30px;
  }
  
  .team-member .down-content {
    padding: 20px;
  }
}

/* Statistics Cards - Mobile optimization */
@media (max-width: 576px) {
  .stats-row .stat-card {
    padding: 20px 10px;
  }
  
  .stats-row .stat-card h3 {
    font-size: 28px;
  }
  
  .stats-row .stat-card p {
    font-size: 11px;
  }
}

/* Company Overview - Better mobile spacing */
@media (max-width: 767px) {
  .company-highlight .highlight-content {
    padding: 30px 15px;
  }
  
  .company-highlight .info-block {
    margin-bottom: 25px;
  }
  
  .company-highlight .info-block h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .company-highlight .info-block p {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* Accordion - Better touch targets */
@media (max-width: 767px) {
  .accordion li a {
    padding: 15px 20px;
    font-size: 15px;
    display: block;
  }
  
  .accordion .content {
    padding: 15px 20px;
  }
}

/* Filter Tabs - Visual scroll indicator */
.filters ul {
  position: relative;
}

.filters ul::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.9));
  pointer-events: none;
}

/*TABEL KONTEN PAGE 6*/
/* Wrapper biar responsif */
.k3-table-wrapper {
  overflow-x: auto;
  margin: 40px 0;
}

/* Tabel utama */
.k3-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #ffffff;
}

/* Header */
.k3-compare-table thead th {
  background-color: #0f172a; /* dark blue / navy */
  color: #ffffff;
  font-weight: 600;
  padding: 14px 16px;
  text-align: left;
  border: 1px solid #1e293b;
}

/* Isi tabel */
.k3-compare-table tbody td {
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  vertical-align: top;
  line-height: 1.6;
}

/* Kolom fitur biar tegas */
.k3-compare-table tbody td:first-child {
  font-weight: 600;
  background-color: #f8fafc;
  width: 22%;
}

/* Kolom APD generik */
.k3-compare-table tbody td:nth-child(2) {
  color: #991b1b;
  background-color: #fef2f2;
}

/* Kolom 3M */
.k3-compare-table tbody td:nth-child(3) {
  color: #065f46;
  background-color: #ecfdf5;
}

/* Hover row */
.k3-compare-table tbody tr:hover {
  background-color: #f1f5f9;
  transition: background 0.2s ease;
}


/* ===== TABLE STYLING FOR TECHNICAL CONTENT ===== */
.blog-content table {
  width: 100%;
  border-collapse: collapse; /* WAJIB biar garis nyatu */
  margin: 24px 0;
  font-size: 14px;
  background-color: #ffffff;
}

/* Header table */
.blog-content table thead th {
  background-color: #82868c;
  color: #222;
  font-weight: 600;
  text-align: left;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
}

/* Isi table */
.blog-content table tbody td {
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  vertical-align: top;
  line-height: 1.5;
}

/* Zebra stripe biar kebaca */
.blog-content table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

/* Hover effect (opsional, tapi cakep) */
.blog-content table tbody tr:hover {
  background-color: #f0f4f8;
}

/* Responsive ringan (mobile aman) */
@media (max-width: 768px) {
  .blog-content table {
    font-size: 13px;
  }
}

/* ================================
   GLOBAL RESET
================================ */
html, body {
  margin: 0;
  padding: 0;
}

/* ================================
   HEADER
================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #111;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* NAVBAR FULL WIDTH */
.header-inner .navbar {
  flex: 1;
  padding: 6px 0;
}

/* ================================
   PURE FLAG BUTTON
================================ */
/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #111;
}

/* LAYOUT */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* NAVBAR */
.header-inner .navbar {
  flex: 1;
  padding: 6px 0;
}

/* SAFE FLAG RESET */
.lang-flag {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

.lang-flag img {
  width: 22px;
  height: 14px;
  object-fit: cover;
  transition: transform .2s ease, opacity .2s ease;
}

.lang-flag:hover img {
  transform: scale(1.08);
  opacity: .85;
}

/* MOBILE */
@media (max-width: 991px) {
  .lang-flag img {
    width: 26px;
    height: 17px;
  }
}

/* GOOGLE TRANSLATE CLEAN */
.goog-logo-link,
.goog-te-banner-frame,
.goog-te-gadget,
iframe.goog-te-banner-frame {
  display: none !important;
}

body {
  top: 0 !important;
}




/* Mobile */
@media (max-width: 768px) {
  .k3-compare-table {
    font-size: 14px;
  }
}


@media (max-width: 767px) {
  .filters ul li {
    font-size: 13px;
    padding: 10px 15px;
  }
}

/* Section Heading - Mobile adjustment */
@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 40px;
  }
  
  .section-heading h2 {
    font-size: 24px;
  }
}

/* Best Features - Mobile optimization */
@media (max-width: 767px) {
  .best-features .left-content {
    margin-bottom: 30px;
  }
  
  .best-features .right-image {
    margin-top: 30px;
  }
  
  .best-features h4 {
    font-size: 16px;
  }
}

/* Latest Products - Mobile spacing */
@media (max-width: 767px) {
  .latest-products {
    margin-top: 60px;
  }
}

/* Call to Action - Better mobile layout */
@media (max-width: 767px) {
  .call-to-action .inner-content .row {
    text-align: center;
  }
  
  .call-to-action h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .call-to-action p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  
/* FORCE CENTER BUTTON */
  .call-to-action .filled-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;        /* ini kuncinya */
  }
 
  @media (max-width: 767px) {
  .call-to-action .col-md-4 {
    display: flex;
    justify-content: center;
  }
}

}

/* Happy Clients Carousel - Mobile adjustment */
@media (max-width: 767px) {
  .happy-clients {
    padding: 60px 0 40px;
  }
  
  .owl-clients .owl-item img {
    max-width: 120px;
    margin: 0 auto;
  }
}

/* Find Us Map - Mobile responsive */
@media (max-width: 767px) {
  .find-us #map iframe {
    height: 250px;
  }
  
  .find-us .left-content {
    margin-top: 30px;
  }
}

/* Send Message - Mobile optimization */
@media (max-width: 767px) {
  .send-message {
    padding: 60px 0;
  }
}

/* General Container Padding - Mobile */
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Improve tap targets for mobile */
@media (max-width: 767px) {
  a, button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  
  .navbar-nav .nav-link {
    min-height: 48px;
    padding: 14px 0;
  }
}

/* ===== ICON & VISUAL ELEMENTS MOBILE OPTIMIZATION ===== */

/* Navbar Toggler - Better size for mobile */
@media (max-width: 767px) {
  .navbar-toggler {
    height: 40px;
    width: 40px;
    right: 15px;
    top: 8px;
    border-width: 2px;
  }
  
  .navbar-toggler-icon {
    width: 22px;
    height: 22px;
    background-size: 100%;
  }
}

/* Owl Carousel Dots - Better visibility on mobile */
@media (max-width: 767px) {
  .owl-banner .owl-dots {
    bottom: 15px;
  }
  
  .owl-banner .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  
  .owl-clients .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
}

/* Social Icons - Better touch targets */
@media (max-width: 767px) {
  ul.social-icons li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 3px;
  }
}

/* FontAwesome Icons - Proper sizing */
@media (max-width: 767px) {
  .fa, .fas, .far, .fab {
    font-size: inherit;
  }
  
  /* Icon sizing in specific contexts */
  .section-heading i,
  .info-block i {
    font-size: 20px;
  }
  
  .footer-col i {
    font-size: 14px;
  }
}

/* Logo/Brand - Better mobile sizing */
@media (max-width: 767px) {
  .navbar-brand h2 {
    font-size: 16px;
    line-height: 1.2;
  }
  
  .navbar-brand h2 em {
    display: inline;
  }
}

/* Product/Blog Card Icons */
@media (max-width: 767px) {
  .product-buttons .btn i,
  .blog-buttons .btn i {
    font-size: 14px;
    margin-right: 5px;
  }
}

/* Featured List Icons - Better alignment */
@media (max-width: 767px) {
  .featured-list li a:before {
    width: 4px;
    height: 4px;
    top: 9px;
  }
}

/* Carousel Navigation Arrows (if exists) */
@media (max-width: 767px) {
  .owl-nav button {
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
  }
}

/* Better Image Sizing */
@media (max-width: 767px) {
  .right-image img,
  .left-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  .team-member .thumb-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* Preloader - Adjust for mobile */
@media (max-width: 767px) {
  #preloader .jumper {
    width: 40px;
    height: 40px;
  }
  
  #preloader .jumper > div {
    width: 40px;
    height: 40px;
  }
}

/* Form Icons & Placeholders */
@media (max-width: 767px) {
  .form-control::placeholder {
    font-size: 14px;
  }
}

/* Section Icons/Decorations */
@media (max-width: 767px) {
  .section-heading a i {
    font-size: 14px;
    margin-left: 5px;
  }
}

/* ===== NAVBAR BRAND VERTICAL CENTERING - ALL SIZES ===== */

/* Mobile Extra Small */
@media (max-width: 374px) {
  .navbar-brand h2 {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}

/* Mobile Small to Medium */
@media (min-width: 375px) and (max-width: 767px) {
  .navbar-brand h2 {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand h2 {
    font-size: 16px;
  }
}

/* ===== COMPREHENSIVE BANNER RESPONSIVE FOR ALL PAGES ===== */

/* Mobile Extra Small (< 375px) */
@media (max-width: 374px) {
  .banner {
    min-height: 300px;
    margin-top: -56px;
    padding-top: 56px;
  }
  
  .banner-item-01,
  .banner-item-02,
  .banner-item-03 {
    padding: 100px 0px !important;
  }
  
  .banner .text-content h2,
  .page-heading .text-content h2 {
    font-size: 24px !important;
    letter-spacing: 1px !important;
    line-height: 1.2;
  }
  
  .banner .text-content h4,
  .page-heading .text-content h4 {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
}

/* Mobile Small (375px - 575px) */
@media (min-width: 375px) and (max-width: 575px) {
  .banner {
    min-height: 350px;
    margin-top: -56px;
    padding-top: 56px;
  }
  
  .banner-item-01,
  .banner-item-02,
  .banner-item-03 {
    padding: 150px 0px !important;
  }
  
  .banner .text-content h2,
  .page-heading .text-content h2 {
    font-size: 28px !important;
    letter-spacing: 1.5px !important;
  }
  
  .banner .text-content h4,
  .page-heading .text-content h4 {
    font-size: 14px !important;
  }
}

/* Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .banner {
    min-height: 400px;
    margin-top: -56px;
    padding-top: 56px;
  }
  
  .banner-item-01,
  .banner-item-02,
  .banner-item-03 {
    padding: 140px 0px !important;
  }
  
  .banner .text-content h2,
  .page-heading .text-content h2 {
    font-size: 36px !important;
    letter-spacing: 2px !important;
  }
  
  .banner .text-content h4,
  .page-heading .text-content h4 {
    font-size: 15px !important;
  }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .banner {
    min-height: 500px;
    margin-top: -56px;
    padding-top: 56px;
  }
  
  .banner-item-01,
  .banner-item-02,
  .banner-item-03 {
    padding: 180px 0px !important;
  }
  
  .banner .text-content h2,
  .page-heading .text-content h2 {
    font-size: 48px !important;
    letter-spacing: 3px !important;
  }
  
  .banner .text-content h4,
  .page-heading .text-content h4 {
    font-size: 18px !important;
  }
}

/* Desktop Small (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .banner {
    min-height: 600px;
    margin-top: -80px;
    padding-top: 80px;
  }
  
  .banner-item-01,
  .banner-item-02,
  .banner-item-03 {
    padding: 220px 0px !important;
  }
  
  .banner .text-content h2,
  .page-heading .text-content h2 {
    font-size: 54px !important;
    letter-spacing: 4px !important;
  }
  
  .banner .text-content h4,
  .page-heading .text-content h4 {
    font-size: 20px !important;
  }
}

/* Desktop Large (≥ 1200px) - Default, already set */
@media (min-width: 1200px) {
  .banner {
    min-height: 680px;
    margin-top: -80px;
    padding-top: 80px;
  }
  
  .banner-item-01,
  .banner-item-02,
  .banner-item-03 {
    padding: 300px 0px !important;
  }
}

/* Override untuk home page carousel - no gap */
.owl-banner .banner {
  margin-top: -80px;
}

@media (max-width: 991px) {
  .owl-banner .banner {
    margin-top: -56px;
  }
}

/* Banner Text Content - Universal Improvements */
.banner .text-content,
.page-heading .text-content {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .banner .text-content,
  .page-heading .text-content {
    padding: 0 15px;
  }
}

/* Banner Background Position - Better mobile display */
@media (max-width: 767px) {
  .banner-item-01,
  .banner-item-02,
  .banner-item-03 {
    background-position: center center;
    background-size: cover;
  }
  
  /* Ensure text is readable on all backgrounds */
  .banner .text-content h2,
  .banner .text-content h4,
  .page-heading .text-content h2,
  .page-heading .text-content h4 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    max-width: 45%;
  }

  .navbar-brand h2 {
    font-size: 22px; /* sedikit lebih proporsional */
  }
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    margin: 0 10px; /* sebelumnya 15px */
  }

  .navbar-nav .nav-link {
    font-size: 14.5px;
    white-space: nowrap; /* anti turun baris */
  }
}

@media (min-width: 992px) {
  header .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* ===============================
   iPAD FIX ONLY
   =============================== */
@media (min-width: 768px) and (max-width: 1199px) {

  /* Lebarin ruang navbar */
  header .container {
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  /* Batasi lebar brand biar ga makan space */
  .navbar-brand {
    max-width: 38%;
  }

  .navbar-brand h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  /* Rapatin menu */
  .navbar-nav .nav-item {
    margin: 0 7px;
  }

  .navbar-nav .nav-link {
    font-size: 14px;
    white-space: nowrap;
  }
}