.elementor-636 .elementor-element.elementor-element-aeccb25{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-636 .elementor-element.elementor-element-aeccb25:not(.elementor-motion-effects-element-type-background), .elementor-636 .elementor-element.elementor-element-aeccb25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-636 .elementor-element.elementor-element-4bde4db{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-636 .elementor-element.elementor-element-4bde4db.elementor-element{--align-self:center;}.elementor-636 .elementor-element.elementor-element-431431a > .elementor-widget-container{margin:-21px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-636 .elementor-element.elementor-element-431431a{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-636 .elementor-element.elementor-element-431431a.elementor-element{--align-self:center;}.elementor-636 .elementor-element.elementor-element-b7a3641{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-636 .elementor-element.elementor-element-b7a3641:not(.elementor-motion-effects-element-type-background), .elementor-636 .elementor-element.elementor-element-b7a3641 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#14A7E0;}.elementor-636 .elementor-element.elementor-element-14cbf32 > .elementor-widget-container{margin:0px -20px 0px -20px;}@media(max-width:767px){.elementor-636 .elementor-element.elementor-element-aeccb25{--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-636 .elementor-element.elementor-element-4bde4db > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-636 .elementor-element.elementor-element-b7a3641{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-636 .elementor-element.elementor-element-14cbf32 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-636 .elementor-element.elementor-element-14cbf32.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-14cbf32 */.about-coway-section {
  padding: 50px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.about-coway-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* Buttons */
.about-coway-buttons{
  display:flex;
  flex-direction:column;
  gap:1rem;
  margin-top:2rem;
  max-width:350px;
  margin-left:auto;
  margin-right:auto;
}

.about-coway-buttons button{
  border:none;
  border-radius:9999px;
  padding:0.9rem 2rem;
  font-weight:600;
  cursor:pointer;
  transition:all 0.3s ease;
  font-size:1rem;
}

.about-coway-buttons .btn-primary{
  background-color:#14a7e0;
  color:#ffffff;
  box-shadow:0 12px 25px -8px rgba(20,167,224,.45);
}
.about-coway-buttons .btn-primary:hover{
  transform:scale(1.04);
}

.about-coway-buttons .btn-outline{
  background:#ffffff;
  color:#0f172a;
  border:1px solid #e2e8f0;
}
.about-coway-buttons .btn-outline:hover{
  background:#f8fafc;
}

/* Title */
.about-coway-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 25px;
}

/* Description */
.about-coway-desc {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  max-width: 900px;
  margin: 0 auto 50px;
}

/* Image – Desktop */
.about-coway-image-wrap img {
  width: 50%;
  max-width: 500px; /* contoh desktop */
  height: auto;
  margin: auto;
  display: block;
}

/* Image – Mobile */
@media (max-width: 768px) {
  .about-coway-image-wrap img {
    width: 80%;       /* kawal saiz ikut screen */
    max-width: 220px; /* had maksimum mobile */
  }
}

/* Extra kecil (phone lama) */
@media (max-width: 480px) {
  .about-coway-image-wrap img {
    width: 90%;
    max-width: 180px;
  }
}


/* Note */
.about-coway-note {
  font-size: 13px;
  color: #777;
  margin-top: 25px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-coway-title {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .about-coway-desc {
    font-size: 15px;
    margin-bottom: 35px;
  }
}/* End custom CSS */