* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

/* ================= HERO ================= */
.hero {
    position: relative;
    height: 100vh;
    background: url("banner/banner.jpg") center/cover no-repeat;
    color: white;
}

/* NAVBAR STYLE */
.navbar {
  background: #1c1f26;
  margin: 0;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
  color: #f1c40f;
}

.navbar-title {
  font-weight: bold;
}

.navbar-links a {
  margin-left: 20px;
  text-decoration: none;
  color: #eaeaea;
}

/* Optional hover effect */
.navbar-links a:hover {
  color: #f1c40f;
}


.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}


.logo {
    font-size: 22px;
    font-weight: bold;
}

.logo-circle {
    background: orange;
    color: white;
    border-radius: 50%;
    padding: 6px 12px;
    margin-right: 5px;
}

.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
    font-size: 14px;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px;
}

.hero-text {
    max-width: 500px;
}

.hero-text h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 15px;
    margin-bottom: 25px;
    opacity: 0.9;
}

.btn {
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.social {
    margin-top: 40px;
    font-size: 12px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.hero-shape img {
    width: 380px;
    border-radius: 20px;
}

.vision-section {
  background-color: #FFA500; /* warna oren */
  color: #ffffff;
  padding: 80px 60px;
  font-family: Arial, Helvetica, sans-serif;
}

/* ================= VISION SECTION ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* WRAPPER: 1 row, 2 column */
.vision-mission-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Vision | Mission */
  width: 100%;
  min-height: 100vh;
}

/* VISION - LEFT */
.vision {
  background-color: #FFA500;
  color: #ffffff;
  display: flex;
padding: 80px 60px;
  flex-direction: column;
  justify-content: center;
}

/* MISSION - RIGHT */
.mission {
  background-color: #a0a3a1;
  color: #000000;
padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* TEXT STYLE */
.label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.mission-label {
  color: #FFA500;
}

.vision h2,
.mission h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.vision p,
.mission p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 520px;
}



.help-section.full-center {
    width: 100%;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;   /* bukan center */
    padding-right: 180px;      /* tolak ke kiri sedikit */
}

/* Content masih kemas */
.help-section.full-center .content {
    max-width: 1100px;
    width: 100%;
    justify-content: space-between;
}





/* ================= STATS ================= */
/* SECTION */
/* RESET ASAS */
.help-section {
    background: #ffffff;
padding: 80px 60px;
}

/* TAJUK */
.help-section h1 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 60px;
    letter-spacing: 1px;
}

/* CONTENT JADI CARD */
.content {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 0;
}

/* CARD */
.box {
    width: 260px;
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

/* CARD TENGAH (MACAM GAMBAR – BIRU) */
.box:nth-child(2) {
    background: #00a6c7;
}

/* NUMBER JADI ICON STYLE */
.number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #00a6c7;
}

/* WARNA UNTUK CARD TENGAH */
.box:nth-child(2) .number,
.box:nth-child(2) h3,
.box:nth-child(2) p {
    color: #ffffff;
}

/* TAJUK CARD */
.box h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

/* TEXT */
.box p {
    font-size: 14px;
    line-height: 1.6;
    color: #777;
}

/* SOROK BUTANG (SEBAB GAMBAR TIADA BUTANG) */
.buttons {
    display: none;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .content {
        flex-direction: column;
        align-items: center;
    }
}

.about-section {
  background-color: #ffffff;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
}

.about-text {
  max-width: 700px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222222;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  background-color: #ffffff;
}

/* ===== PAGE LAYOUT ===== */
.page-layout {
  display: grid;
  grid-template-columns: 1fr 320px; /* main | sidebar */
  gap: 40px;
  padding: 80px 60px;
}

/* Container sidebar */
.sidebar {
  width: 300px;
  font-family: Arial, sans-serif;
background-color: #c73462;
height: 100%;
}

/* Each section */
.sidebar-section {
  margin-bottom: 25px;
}

/* Title like "Recent Posts" */
.sidebar-section h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}

/* White content box */
.sidebar-box {
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
}

/* Rumah Hope title */
.org-name {
  margin: 10px 0;
  font-size: 22px;
  font-weight: bold;
}

/* Contact text */
.contact-details {
  margin-top: 12px;
  font-size: 14px;
}

/* Quick links list styled like blue blocks */
.quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-links li {
  margin-bottom: 12px;
}

.quick-links a {
  display: block;
  background: #6fa6dc;      /* biru sama gaya gambar */
  color: white;
  padding: 14px 12px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.3s;
}

.quick-links a:hover {
  background: #4f8fcf;
}

/* ===== SIDEBAR FLEX LAYOUT ===== */
.layout-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
}

/* Sidebar kiri */
.sidebar {
  width: 300px;
  padding: 80px 40px 80px 60px;
}


/* Supaya sidebar panjang sampai footer */
.sidebar {
  min-height: 100vh;
}

/* Sidebar kekal cantik bila scroll */
.sidebar {
  position: relative;
  top: 40px;
}











.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    z-index: 999;
}

.footer-content {
    text-align: center;
    padding: 12px 20px;
    font-size: 13px;
    color: #000;
 font-weight: bold;
}



=-------LOCAL PAGES 1----------=

.lp-rook-profile p {
font-family: arial;
}

.lp-txtbackground {
    font-size: 15px;
font-family: margarine;
font-weight: bold;
}


/* ===== ROOK INTRO ===== */
.lp-rook-intro {
    text-align: center;
    padding: 60px 20px;
    font-family: serif;
}

.lp-rook-intro h2 {
    color: #b59a45;
    font-size: 22px;
    letter-spacing: 2px;
}

.lp-rook-divider {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 60px;
    font-weight: bold;
}

/* ===== PROFILE ===== */
.lp-rook-profile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f4f4f4;
    padding: 60px 40px;
    align-items: center;
}

.lp-rook-image img {
    width: 100%;
    max-width: 400px;
display: block;
align-item: center;
border-radius: 20px;
padding-left: 60px;
}

.lp-rook-text h3 {
    font-size: 26px;
}

.lp-rook-text .title {
    font-style: italic;
    color: #888;
}

/* ===== SERVICES ===== */
.lp-rook-services {
    background: #b59a45;
    color: white;
    padding: 60px 40px;
    text-align: center;
}

.lp-rook-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.lp-rook-grid h4 {
    font-size: 18px;
    text-transform: uppercase;
}

/* ===== CLIENTS ===== */
.lp-rook-clients {
    text-align: center;
    padding: 60px 20px;
}

.lp-rook-client-logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.lp-rook-client-logos img {
    height: 40px;
    opacity: 0.6;
}

/* =====================
   GLOBAL
===================== */
.lp-body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f9f7f2;
    color: #333;
}

.lp-container {
    display: flex;
    padding: 80px 100px;
    gap: 80px;
}

/* =====================
   LEFT SIDE
===================== */
.lp-left {
    flex: 1;
}

.lp-title {
    font-size: 56px;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 0 0 20px;
}

.lp-subtitle {
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.6;
}

.lp-list {
    list-style: disc;
    padding-left: 20px;
}

.lp-list li {
    color: #ff5a00;
    font-size: 18px;
    margin-bottom: 14px;
}

/* =====================
   RIGHT SIDE
===================== */
.lp-right {
    flex: 1;
}

/* =====================
   BAR GROUP
===================== */
.lp-bar-group {
    margin-bottom: 50px;
}

.lp-bar-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.lp-bar-bg {
    background: #e5e7eb;
    height: 14px;
    border-radius: 20px;
    overflow: hidden;
}

.lp-bar {
    height: 14px;
    background: #2c3e73;
    border-radius: 20px;
}

/* =====================
   BAR WIDTHS
===================== */
.lp-edu {
    width: 20%;
}

.lp-food {
    width: 30%;
}

.lp-health {
    width: 18%;
}

.lp-salary {
    width: 32%;
}


.lp-rook-grid img {
height: 300px;
width: 300px;
}














=-------LOCAL PAGES 2----------=

/* =========================
   GLOBAL
========================= */
.lp2-body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f6fb;
    color: #1f2937;
}

/* =========================
   NAVBAR
========================= */
.lp2-navbar {
    background: #1e3a8a;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.lp2-navbar-title {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
}

.lp2-navbar-links a {
    margin-left: 20px;
    color: #e0e7ff;
    text-decoration: none;
    font-weight: 500;
}

.lp2-navbar-links a:hover {
    color: #ffffff;
}

/* =========================
   MAIN LAYOUT
========================= */
.lp2-main-container {
    display: flex;
    min-height: 100vh;
}

/* =========================
   SIDEBAR
========================= */
.lp2-sidebar {
    width: 300px;
    background: #1e40af;
    padding: 25px;
    color: #e0e7ff;
}

.lp2-profile {
    text-align: center;
}

.lp2-profile-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #93c5fd;
}

.lp2-profile h2 {
    margin: 15px 0 5px;
    color: #ffffff;
}

.lp2-profile p {
    color: #c7d2fe;
}

.lp2-divider {
    border: 1px solid rgba(255,255,255,0.2);
    margin: 20px 0;
}

/* =========================
   SKILLS
========================= */
.lp2-skill-bar {
    background: rgba(255,255,255,0.2);
    height: 8px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.lp2-skill {
    height: 8px;
    background: #93c5fd;
    border-radius: 5px;
}

.lp2-skill.html { width: 90%; }
.lp2-skill.css { width: 85%; }
.lp2-skill.js { width: 70%; }
.lp2-skill.sql { width: 60%; }

/* =========================
   SIDEBAR IMAGES
========================= */
.lp2-photo {
    width: 100%;
    max-width: 220px;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid #93c5fd;
    margin: 20px auto;
    display: block;
}

/* =========================
   CONTENT AREA
========================= */
.lp2-content {
    flex: 1;
    padding: 50px;
    background: #ffffff;
}

/* =========================
   HERO SECTION
========================= */
.lp2-hero {
    background: linear-gradient(
        rgba(30,58,138,0.85),
        rgba(30,58,138,0.85)
    ),
    url('https://via.placeholder.com/1200x400');
    background-size: cover;
    background-position: center;
    padding: 70px;
    border-radius: 16px;
    color: #ffffff;
}

.lp2-hero h1 {
    margin-top: 0;
    font-size: 36px;
}

.lp2-hero p {
    color: #e0e7ff;
    max-width: 600px;
}

/* =========================
   BUTTON
========================= */
.lp2-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 34px;
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
}

.lp2-btn:hover {
    background: #1d4ed8;
}

/* =========================
   SECTIONS
========================= */
.lp2-section {
    margin-top: 50px;
}

.lp2-section img{
    content: 50px 50px 50x 50px;
align-item: center;
border-radius: 40px 40px 40px 40px;
width: 500px;
height: 300px;
text-align: center;
display: block; /* Ubah jadi block */
margin-left: auto;
margin-right: auto;
padding: 20px 20px 20px 20px
}

.lp2-section h2 {
    color: #1e3a8a;
}

/* =========================
   TIMELINE
========================= */
.lp2-timeline {
    border-left: 4px solid #2563eb;
    padding-left: 20px;
    margin-top: 25px;
}

.lp2-timeline h4 {
    margin: 0;
    color: #1e3a8a;
}

/* =========================
   CARDS (PROJECT & EXPERIENCE)
========================= */
.lp2-card {
    background: #f1f5ff;
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 20px;
    border-left: 5px solid #2563eb;
}

.lp2-card h3,
.lp2-card h4 {
    margin-top: 0;
    color: #1e3a8a;
}

.lp2-card p,
.lp2-card li {
    color: #374151;
}

/* =========================
   LIST
========================= */
.lp2-list {
    padding-left: 20px;
    line-height: 1.8;
}

/* =========================
   CONTACT
========================= */
.lp2-contact {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background: #eff6ff;
    border-radius: 16px;
}

.lp2-contact h2 {
    color: #1e3a8a;
}

/* =========================
   FOOTER
========================= */
.lp2-footer {
    padding: 18px;
    text-align: center;
    background: #1e3a8a;
    color: #e0e7ff;
    font-size: 14px;
}





=-------LOCAL PAGES 3----------=
lp3.navbar {
  background: #1c1f26;
  margin: 0;
  padding: 15px 40px;
  display: block;
  justify-content: space-between;
  align-items: right;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
  color: #f1c40f;
font-size: 25px;
}

lp3.navbar-title {
  font-weight: bold;
}

lp3.navbar-links a {
  margin-left: 20px;
  text-decoration: none;
  color: #eaeaea;
}

/* Optional hover effect */
.navbar-links a:hover {
  color: #f1c40f;
}


body {
  background: #f6f6f6;
}

.lp3-logo {
  font-size: 24px;
  font-weight: bold;
}

.lp3-logo span {
  color: #d4a84f;
}

.lp3-nav a {
  color: white;
  margin: 0 12px;
  text-decoration: none;
  font-size: 14px;
}

.lp3-donate-btn {
  background: #1aa89c;
  border: none;
  padding: 8px 15px;
  color: white;
  border-radius: 4px;
  cursor: pointer;
align-item: right;
}

/* HERO */
.lp3-hero {
  height: 320px;
  background: url("donate/donate1.jpeg") center/cover;
  position: relative;

}

.lp3-hero img {
}

.lp3-hero-overlay {
  background: rgba(0,0,0,0.5);
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 80px;
}

.lp3-hero h1 {
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 42px;
}

/* CONTENT */
.lp3-content {
  display: flex;
  max-width: 1200px;
  margin: -60px auto 50px;
  gap: 30px;
}

/* DONATION BOX */
.lp3-donation-box {
  background: white;
  padding: 30px;
  flex: 2;
  border-radius: 6px;
 z-index: 999;
}

.lp3-donation-box h2 {
  color: #d4a84f;
  margin-bottom: 20px;
align-item: right:
}

.lp3-label {
  font-weight: bold;
  margin: 20px 0 10px;
}

.lp3-amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.lp3-amounts button {
  padding: 12px;
  border: 1px solid #ccc;
  background: #e8f5f3;
  cursor: pointer;
}

.lp3-active {
  background: #1aa89c;
  color: black;
}

.lp3-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.lp3-grid-3 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
}

input {
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
}

.lp3-checkbox {
  margin-top: 15px;
  display: block;
}

/* SIDEBAR */
.lp3-sidebar {
  background: white;
  padding: 25px;
  flex: 1;
  border-radius: 6px;
 z-index: 999;
}

.lp3-circle {
  width: 140px;
  height: 140px;
  border: 6px solid #1aa89c;
  border-radius: 50%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lp3-circle span {
  font-size: 26px;
  font-weight: bold;
}

.lp3-stars {
  text-align: center;
  color: #f5b301;
  font-size: 20px;
}

.lp3-rating {
  text-align: center;
  font-size: 13px;
  color: gray;
}




=-------LOCAL PAGES 4----------=

/* RESET */
.lp4 html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

/* BACKGROUND */
.lp4-wrapper {
  min-height: 100vh;
  background: #bdf12f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* WHITE ANGLE SHAPES */
.lp4-wrapper::before,
.lp4-wrapper::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 200px;
  background: #ffffff;
  transform: skewY(-6deg);
  left: -10%;
}

.lp4-wrapper::before {
  top: -140px;
}

.lp4-wrapper::after {
  bottom: -140px;
}

/* CARD */
.lp4-card {
  width: 1500px;
height: 920px;
  background: #ffffff;
  border-radius: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
border: 45px;
}

/* LEFT */
.lp4-left {
  width: 40%;
  background: #f4f6f9;
  padding: 30px;
}

.lp4-image {
  width: 100%;
  height: 180px;
  border-radius: 14px;
  background-image: url("contact/contact1.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.lp4-info-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.lp4-info-item {
  display: flex;
  margin-bottom: 18px;
}

.lp4-icon {
  width: 36px;
  height: 36px;
  background: #4a6cff;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 16px;
}

.lp4-title {
  margin: 0;
  font-size: 14px;
}

.lp4-text {
  margin: 4px 0 0;
  font-size: 12px;
  color: #666666;
}

/* RIGHT */
.lp4-right {
  width: 60%;
  padding: 35px 40px;
  position: relative;
}

.lp4-heading {
  margin: 0 0 20px;
  font-size: 22px;
}

/* FORM */
.lp4-form-group {
  margin-bottom: 15px;
}

.lp4-label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
font-color: black;
}

.lp4-input,
.lp4-textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background: #f1f4f8;
  font-size: 13px;
  outline: none;
}

.lp4-textarea {
  resize: none;
  height: 90px;
}

/* BUTTON */
.lp4-button {
  margin-top: 15px;
  width: 100%;
  padding: 14px;
  border-radius: 30px;
  border: none;
  background: #2f3b4f;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

/* BADGE */
.lp4-badge {
  position: absolute;
  right: -28px;
  top: 85px;
  background: #4a6cff;
  width: 90px;
  height: 90px;
  border-radius: 16px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 22px;
}

.lp4-badge span {
  font-size: 12px;
  font-weight: normal;
}

.lp4-form-group .lp4-label {
    color: black; /* ini akan menjadikan tulisan hitam */
font-weight: bold;
}

.lp4-right .lp4-heading {
color: black; /* ini akan menjadikan tulisan hitam */
font-weight: bold;
}


.con {
width: 45px;
height: 45px;
}
