.elementor-1429 .elementor-element.elementor-element-40dc8f9{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1429 .elementor-element.elementor-element-5bf832b.elementor-element{--align-self:center;}.elementor-1429 .elementor-element.elementor-element-5bf832b .elementor-heading-title{color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1429 .elementor-element.elementor-element-977b1ac{color:#383838;}/* Start custom CSS *//* Semua teks body tukar gold */
.elementor-widget-text-editor {
  color: #FFC107 !important;
}

/* Semua subheading H2 tukar biru terang */
.elementor-widget-heading h2 {
  color: #3399FF !important;
}

/* Teks dalam table */
.elementor-widget-text-editor table td,
.elementor-widget-text-editor table th {
  color: #FFC107 !important;
}

/* Line height teks biasa */
.elementor-widget-text-editor p {
  line-height: 1.5 !important;
}
/* Sub-subheading kecil (contoh Sell AI-Generated Content) */
.elementor-widget-heading h3 {
  color: #FFC107 !important;
}

/* Kalau ada h4 untuk sub-subsubheading, sekali jalan */
.elementor-widget-heading h4 {
  color: #FFC107 !important;
}
/* Tajuk besar utama */
h1 {
  color: #00BFFF; /* Biru terang */
  font-weight: 800;
  line-height: 1.2;
}

/* Semua subheading (H2, H3) */
h2, h3 {
  color: #FFFFFF; /* Putih penuh */
  font-weight: 700;
  line-height: 1.3;
}

/* Isi kandungan (paragraph, list item) */
p, li {
  color: #FFD700; /* Light Gold / Emas cerah */
  font-weight: 400;
  line-height: 1.6;
}

/* Optional: Link dalam content */
a {
  color: #00BFFF; /* Link berwarna biru terang */
  text-decoration: underline;
}
/* General Heading Spacing */
h1, h2, h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}

/* Responsive Heading */
@media (max-width: 768px) {
  h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

/* Paragraph Style */
p {
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 18px;
}

/* Responsive Paragraph */
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

/* List Item Style */
ul, ol {
  padding-left: 20px;
  line-height: 1.6;
}
li {
  margin-bottom: 8px;
}

/* Container Width */
.container, .elementor-container, .site-content {
  max-width: 800px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Responsive Container */
@media (max-width: 768px) {
  .container, .elementor-container, .site-content {
    width: 90%;
  }
}/* End custom CSS */