.elementor-20 .elementor-element.elementor-element-90c5c48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-751d47f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-312a8dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-c9b41f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-e83bee6{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-20 .elementor-element.elementor-element-ad37fe1{text-align:center;}.elementor-20 .elementor-element.elementor-element-ad37fe1 img{opacity:0.8;border-radius:50px 50px 50px 50px;box-shadow:0px 0px 10px 0px rgba(255, 56.589658880505176, 0, 0.5);}.elementor-20 .elementor-element.elementor-element-aa063e2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-7d279a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bc41eb3 *//* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, html {
  height: 100%;
  font-family: 'Arial', sans-serif;
  color: #fff;

  /* Global background */
  background: url('http://chemis3.warkopdigital.online/wp-content/uploads/2025/10/holographbg.jpg')
              center center / cover no-repeat fixed;
}

/* Hero Section */
.hero {
  position: relative;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  }
.hero .overlay {
  background: rgba(0,0,0,0.4);
  padding: 70px;
  border-radius: 40px;
  text-align: center;
}
.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 0 6px rgba(255,0,0,0.5);
}
.hero .btn {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  transition: 0.3s;
  
}
.hero .btn:hover {
  background: rgba(255,0,0,0.2);
  box-shadow: 0 0 10px rgba(255,0,0,0.4);
  color: #fff;
}

/* Cards Section */
.cards-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 50px 20px;
  background: transparent;
}

/* Responsive */
@media (max-width: 992px) {
  .cards-section { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .cards-section { grid-template-columns: 1fr; }
}

/* Card Style */
.card {
  background: rgba(80, 80, 80, 0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  padding: 40px;
  border-radius: 20px;
  text-align: center;

  border-left: 2px solid rgba(255,0,0,0.5);
  border-right: 2px solid rgba(255,0,0,0.5);
  box-shadow: 0 0 6px rgba(255,0,0,0.3);

  transition: all 0.3s ease;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 12px rgba(255,0,0,0.5);
}
.card h2, .card p {
  color: #fff;
}

/* UMKM Section */
.umkm-hero {
  position: relative;
  width: 100vw;
  height: 60vh;
  background: url('http://chemis3.warkopdigital.online/wp-content/uploads/2025/09/chemis3bgg.jpg') 
              center center / cover no-repeat fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.umkm-overlay {
  background: rgba(0,0,0,0.5); /* overlay abu gelap transparan */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.umkm-content {
  display: flex;
  flex-direction: row;
  gap: 40px;
  max-width: 1200px;
  width: 90%;
  align-items: center;
}

.umkm-left img {
  max-width: 300px;
  height: auto;
  box-shadow: 0 0 20px rgba(255,0,0,0.5);
  border-radius: 10px;
}

.umkm-right {
  flex: 1;
}

.umkm-right h2 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255,0,0,0.7);
}

.umkm-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
}
.umkm-right ul li::before {
  content: "• ";
  color: #ff0000;
  font-weight: bold;
}
/* Glow Animations */
.glow-text {
  animation: pulseGlow 2s infinite alternate;
}
@keyframes pulseGlow {
  from { text-shadow: 0 0 10px rgba(255,0,0,0.6), 0 0 20px rgba(255,0,0,0.4); }
  to   { text-shadow: 0 0 25px rgba(255,0,0,1), 0 0 50px rgba(255,0,0,0.8); }
}
.glow-img {
  animation: pulseImg 3s infinite alternate;
}
@keyframes pulseImg {
  from { box-shadow: 0 0 12px rgba(255,0,0,0.4); }
  to   { box-shadow: 0 0 25px rgba(255,0,0,0.8); }
}
.hero {
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 5%;
  background: rgba(30, 30, 30, 0.8); /* abu tua transparan */
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
}
.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px; /* opsional biar sudut agak bulat */
  box-shadow: 0 0 20px 5px rgba(255, 0, 0, 0.8); /* neon merah */
}


.hero-text {
  flex: 1;
  color: #fff; /* teks putih biar kontras */
}

.hero-text h2 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff; /* tetap putih */
}

.hero-text em {
  font-style: italic;
  font-weight: bold;
  color: #ff4444; /* aksen merah */
}

.hero-text .btn {
  display: inline-block;
  padding: 14px 25px;
  background: #ff4444;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
}
.hero-text .btn:hover {
  background: #c00;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
}
.hero-image img {
  max-width: 100%;
  height: auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b41186a */.slider {
  width: 100%;
  min-height: 60vh;
  background: rgba(30, 30, 30, 0.85); /* abu tua transparan */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 60px 10%;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.slides {
  width: 100%;
  max-width: 900px;
  position: relative;
}

.slide {
  display: none;
  padding: 20px;
}

.slide.active {
  display: block;
  animation: fade 1s ease-in-out;
}

@keyframes fade {
  from {opacity: 0;}
  to {opacity: 1;}
}

.slide h2 {
  color: #ff0000;
  font-size: 2rem;
  margin-bottom: 20px;
  font-style: italic;
}

.slide p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b26df56 */.about {
  width: 100%;
  background: rgba(30,30,30,0.85); /* abu tua transparan */
  padding: 80px 10%;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  color: #fff;
}

.about-text h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #ff4444;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.about-image img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255,0,0,0.5); /* neon merah lembut */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28ed6b0 */.video-section {
  width: 100%;
  background: rgba(30,30,30,0.85); /* abu tua transparan */
  padding: 80px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.video-container h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #ff4444; /* aksen merah */
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 50px;
  box-shadow: 0 0 25px rgba(0,0,0,0.6);
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* biar isi penuh */
  border-radius: 15px;
}/* End custom CSS */