* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Kanit", sans-serif;
}

.navbar {
  position: fixed;
  background: rgba(242, 242, 242, 0.8);
  width: 100%;
  margin: auto;
  padding: 2px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  z-index: 999;
}

.logo img {
  height: 50px;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 35px;
}

.nav-menu li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px;
}

.nav-menu li a:hover {
  color: #568b6d;
}

.nav-menu li a.active {
  border-bottom: 2px solid black;
}

/* 
.btn-login {
  background: #6bbf72;
  padding: 7px 20px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}

.btn-login:hover {
  background: #5aa963;
} */


/* Wrapper */
.oprec-wrapper {
  max-width: 1100px;
  margin: auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Judul */
.oprec-title {
  background: #5e8f74;
  color: #fff;
  text-align: center;
  padding: 25px 60px;
  border-radius: 60px;
  font-size: 35px;
  font-weight: bold;
  width: 70%;
  margin: 0 auto -60px auto;
  position: relative;
  z-index: 2;
  padding: 10;
  border: 3px solid #000;
}

.oprec-title span {
  font-size: 22px;
}

/* Card utama */
.oprec-card {
  background: #fbf3ea;
  border-radius: 30px;
  padding: 100px 60px 60px;
  border: 3px solid #000;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* Bar oranye */
.oprec-bar {
  background: #f39c12;
  display: flex;
  justify-content: start;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 8px 8px;
  gap: 310px;
}

.bar-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bar-number {
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
}

.bar-text {
  font-weight: bold;
  color: #000;
}

/* Konten */
.oprec-content {
  display: grid;
  grid-template-columns: 1fr 20px 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.content-item {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}

.container {
    width: 100%;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto; /* pastikan benar-benar di tengah */
    padding-top: 150px;
}


.title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; /* INI YANG MEMBUAT GARIS TENGAH */
    gap: 25px;
    margin-bottom: 40px;
}

.title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.line {
    height: 2px;
    background: #000;
    width: 200px;       /* panjang garis */
    flex-shrink: 0;
}



/* GRID */
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* CARD STYLE */
.card {
    padding: 50px;
    text-align: left;
    position: relative;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.18);
}

/* Colors */
.green1 {
    background: #4E8A64;
    color: white;
    border-top-left-radius: 20px;
}

.cream1 {
    background: #F2EFE6;
    color: #111;
    border-top-right-radius: 20px;
}

.green2 {
    background: #4E8A64;
    color: white;
    border-bottom-right-radius: 20px;
}

.cream2 {
    background: #F2EFE6;
    color: #111;
    border-bottom-left-radius: 20px;
}

/* Number Circle */
.circle {
    width: 55px;
    height: 55px;
    background: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Heading card */
.card h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

/* Paragraph */
.card p {
    font-size: 14px;
    line-height: 1.6;
}

.kolaborasi-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    background: #ffffff;
}

.kolaborasi-box {
    width: 90%;
    max-width: 900px;
    background: #faf5ef;
    border: 2px solid #000000;
    border-radius: 20px;
    padding: 30px;
}

.kolaborasi-text .judul {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.kolaborasi-text .subjudul {
    font-size: 16px;
}

.footer {
  background-color: #4a8b73;
  color: white;
  padding: 40px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  gap: 40px;
  align-items: start;
}

.divider {
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.dividerr {
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.contact-section h2,
.navigation-section h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: bold;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-icon {
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 20px;
  height: 20px;
  fill: #4a8b73;
}

.contact-text {
  font-size: 1em;
  color: white;
}

.navigation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 40px;
}

.nav-link {
  color: white;
  text-decoration: none;
  font-size: 1em;
  transition: opacity 0.3s;
}

.nav-link:hover {
  opacity: 0.8;
}


.copyright {
    text-align: center;
    padding: 15px 0;
    background: #222;
    color: #fff;
    font-size: 14px;
}