.elementor-19 .elementor-element.elementor-element-d5dc274{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;}.elementor-19 .elementor-element.elementor-element-d5dc274:not(.elementor-motion-effects-element-type-background), .elementor-19 .elementor-element.elementor-element-d5dc274 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1D1D1D;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-19 .elementor-element.elementor-element-d5dc274.e-con{--flex-grow:0;--flex-shrink:1;}}@media(min-width:768px){.elementor-19 .elementor-element.elementor-element-d5dc274{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-d5dc274 */.footer {
  background: linear-gradient(120deg,#1a1a1a,#2b2b2b);
  padding: 100px 20px 60px;
  font-family: 'Poppins', sans-serif;
  color: #ccc;
}

/* GRID */
.footer-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 1.4fr 0.85fr;
  gap: 28px; /* INI YANG DIRAPETIN */
  align-items: flex-start;
}

/* LOGO */
.logo img {
  width: 160px;
  margin-top: 10px;
}

/* TITLE */
.col h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

/* PRODUCT */
.product a {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
}

/* CONTACT */
.contact {
  font-size: 14px;
}

.block {
  margin-bottom: 20px;
}

.title {
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}

.title i {
  margin-right: 8px;
}

.text {
  line-height: 1.7;
  color: #bbb;
}

.info {
  margin-bottom: 10px;
  color: #bbb;
}

.info i {
  margin-right: 8px;
  width: 18px;
}

/* FOLLOW */
.follow-title {
  margin-top: 28px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #fff;
}

.social {
  display: flex;
  gap: 16px;
}

.social i {
  font-size: 18px;
  opacity: 0.9;
  cursor: pointer;
}

/* NEWS */
.news {
  display: flex;
  justify-content: flex-end;
}

/* BOX */
.newsletter-box {
  background-color: #efefef;
  padding: 22px;
  border-radius: 14px;
  width: 100%;
  max-width: 240px;

  /* sedikit tarik ke kiri biar pas */
  margin-left: -5px;
}

/* TEXT */
.newsletter-box h3 {
  color: #ff6a00;
  font-size: 18px;
  margin-bottom: 10px;
}

.newsletter-box p {
  font-size: 14px;
  color: #444;
  margin-bottom: 16px;
  line-height: 1.5;
}

/* INPUT */
.newsletter-box input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 25px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

/* BUTTON */
.newsletter-box button {
  background: #f7931e;
  border: none;
  padding: 10px 18px;
  color: white;
  border-radius: 25px;
  font-weight: 600;
}

/* COPYRIGHT */
.footer-bottom {
  margin-top: 60px;
  font-size: 13px;
  color: #777;
}

/* TABLET */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .news {
    justify-content: flex-start;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .logo img {
    width: 140px;
  }

  .news {
    justify-content: flex-start;
  }
}/* End custom CSS */