/* ===== Main Site CSS – Bootstrap Enhanced with KasiHub Clean Styling ===== */

/* GENERAL RESET & BASE */
body {
  background-color: #f8f9fa;
  font-family: 'Segoe UI', sans-serif;
  color: #212529;
  margin: 0;
  padding: 0;
}

/* HEADER HERO SECTION */
header {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

header h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.7);
}

header p {
  font-size: 1.25rem;
  color: #f1f1f1;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

header .btn {
  margin: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 50px;
}

/* BUTTON STYLES */
.btn-warning {
  background-color: #ffcb05;
  border: none;
  color: #000;
}

.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn-outline-light:hover {
  background-color: #fff;
  color: #000;
}

/* ABOUT SECTION */
section {
  padding: 4rem 1rem;
}

section h2 {
  font-weight: 600;
  color: #222;
}

section p {
  max-width: 720px;
  margin: auto;
  font-size: 1.1rem;
  color: #333;
}
