.elementor-1563 .elementor-element.elementor-element-360bce9{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:8px 8px;--background-transition:0.3s;--border-radius:1px 1px 1px 1px;--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-1563 .elementor-element.elementor-element-4429f1a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1563 .elementor-element.elementor-element-44f80ed{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1563 .elementor-element.elementor-element-71528b4{--display:flex;--background-transition:0.3s;}@media(min-width:768px){.elementor-1563 .elementor-element.elementor-element-360bce9{--width:99%;}}/* Start custom CSS for html, class: .elementor-element-4429f1a */.user-access-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding: 30px 15px;
  max-width: 1000px;
  margin: 0 auto;
}

.icon-box {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  padding: 30px 20px;
  width: 120px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease-in-out;
}

.icon-box:hover {
  background-color: #e3f2fd;
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

.icon-box i {
  font-size: 40px;
  color: #1565c0;
  margin-bottom: 12px;
}

.icon-box a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.icon-box a:hover {
  color: #0d47a1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9f967c *//* Gaya asas laman */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f8ff;
  color: #333;
}

/* Header laman */
header {
  background-color: #002147;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

header h1 {
  margin: 0;
  font-size: 28px;
}

/* Kandungan utama */
main {
  padding: 40px 20px;
}

/* Susun atur dua kolum: teks kiri + gambar kanan */
.bahagian-kandungan {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Teks di sebelah kiri */
.teks-kiri {
  flex: 1 1 55%;
}

/* Gambar di sebelah kanan */
.gambar-kanan {
  flex: 1 1 40%;
  text-align: center;
}

.gambar-kanan img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Objektif tajuk dan senarai */
.objective h2 {
  color: #002147;
  font-size: 22px;
  margin-bottom: 15px;
}

.objective ul {
  padding-left: 20px;
  list-style-type: disc;
}

.objective li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

/* Responsif untuk skrin kecil */
@media (max-width: 768px) {
  .bahagian-kandungan {
    flex-direction: column;
    padding: 20px;
  }

  .teks-kiri, .gambar-kanan {
    flex: 1 1 100%;
  }

  header h1 {
    font-size: 22px;
  }
}/* End custom CSS */