/* PEMBICARA */
.pt-name2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 0px;
}

.kpj_keynote {
  font-weight: 500;
}

.speaker-img {
  /* width: 250px; */
  width: auto;
  /* height: 250px; */
  max-height: 100px;
  height: 100px;
  object-fit: cover;
  /* border-radius: 10px; */
}

/* Alur Bagan Pendaftaran */
/* HP: Layar lebih kecil dari 768px */
@media screen and (max-width: 768px) {
  .img_bagan {
    max-height: 200px;
    width: auto;
  }
}

/* Tablet: Layar antara 768px dan 1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .img_bagan {
    max-height: 400px;
    width: auto;
  }
}

/* Desktop: Layar lebih besar dari 1024px */
@media screen and (min-width: 1024px) {
  .img_bagan {
    max-height: 800px;
    width: auto;
  }
}

/* ===== ELITE TIMELINE ===== */

.py-5 {
  padding: 30px 0px 30px 0px !important;
}

.lead {
  font-size: 30px !important;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 60px !important;
  }
}

.theme-card h5 {
  margin-top: 15px !important;
  text-align: center;
}

.scope_bg {
  text-align: center;
}

.scope_cv_bg {
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  /* Gambar tetap di tempat saat di-scroll */
  background-size: cover;
  /* Gambar menutupi layar penuh */
  background-position: center;
  /* Gambar di tengah */
  border-radius: 18px;
  padding: 40px 30px;
}

.scope_bg h5 {
  background-color: Green;
  color: white;
  display: inline;
  font-size: 24px;
}

.timeline-horizontal {
  position: relative;
}

.timeline-line {
  position: absolute;
  top: 60px;
  left: 8%;
  width: 84%;
  height: 3px;
  background: #2e7d32;
  z-index: 0;
}

.process-step {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.process-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.process-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #2e7d32;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  margin: 0 auto 20px;
  transition: 0.3s;
}

.process-step:hover .process-icon {
  background: #1b5e20;
}

.process-step h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #2e7d32;
}

.process-step p {
  font-size: 14px;
  color: #555;
}

:root {
  --bs-primary: #2e7d32;
  --bs-primary-rgb: 46, 125, 50;
}

.btn-primary {
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
}

.btn-primary:hover {
  background-color: #1b5e20 !important;
  border-color: #1b5e20 !important;
}

.text-primary {
  color: #2e7d32 !important;
}

.bg-primary {
  background-color: #2e7d32 !important;
}

html {
  scroll-behavior: smooth;
}

.hero {
  height: 100vh;
  background:
    linear-gradient(rgba(27, 94, 32, 0.75), rgba(27, 94, 32, 0.75)),
    /* url("img/bg_full.jpeg"); */ url("img/bg3.png");
  /* url("img/bg_full2.png"); */
  color: white;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  /* Gambar tetap di tempat saat di-scroll */
  background-size: cover;
}

.timeline-horizontal {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
}

.timeline-horizontal::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0d6efd;
}

.timeline-step {
  text-align: center;
  width: 100%;
}

.timeline-step .circle {
  width: 40px;
  height: 40px;
  background: #0d6efd;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.pricing-card {
  transition: 0.3s;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

@media (max-width: 768px) {
  .timeline-horizontal {
    flex-direction: column;
  }

  .timeline-horizontal::before {
    display: none;
  }

  .timeline-step {
    margin-bottom: 30px;
  }
}

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

footer {
  color: #eaeaea;
}

footer h6 {
  font-family: "Playfair Display", serif;
  color: #f4c430;
  letter-spacing: 0.5px;
}

footer a {
  color: #cfd8dc;
  text-decoration: none;
  transition: 0.3s;
}

footer a:hover {
  color: #f4c430;
  padding-left: 5px;
}

footer hr {
  border-color: rgba(255, 255, 255, 0.2);
}

body {
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
}

/* ===== SECTION TITLE ===== */
.section-title {
  font-weight: 700;
  margin-bottom: 20px;
  color: #2e7d32;
  /* Green theme */
}

/* ===== NAVBAR ===== */
.navbar {
  background-color: #1b5e20 !important;
}

.navbar .nav-link:hover {
  color: #66bb6a !important;
}

/* ===== BUTTON PRIMARY ===== */
.btn-primary {
  background-color: #2e7d32;
  border-color: #2e7d32;
}

.btn-primary:hover {
  background-color: #1b5e20;
  border-color: #1b5e20;
}

/* ===== HERO TEXT ACCENT ===== */
.hero h1 {
  color: #ffffff;
}

.hero .btn-warning {
  background-color: #66bb6a;
  border: none;
  color: white;
}

.hero .btn-warning:hover {
  background-color: #2e7d32;
}

/* ===== TIMELINE ===== */
.timeline-step .circle {
  background: #2e7d32;
}

.timeline-horizontal::before {
  background: #2e7d32;
}

/* ===== CARD ACCENT ===== */
.card h5 {
  color: #2e7d32;
}

/* ===== LINK STYLE ===== */
a {
  color: #2e7d32;
  transition: 0.3s;
}

a:hover {
  color: #1b5e20;
}

/* ===== SECTION BACKGROUND OPTIONAL ===== */
.bg-light {
  background-color: #f1f8f4 !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* ===== ULTRA MINIMAL CONFERENCE STYLE ===== */

#registration-process {
  padding-top: 100px;
  padding-bottom: 100px;
}

.elite-step {
  padding: 30px 20px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .elite-step {
    padding: 5px 5px;
    transition: all 0.3s ease;
  }
}

.elite-step:hover {
  transform: translateY(-6px);
}

.elite-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 2px solid #2e7d32;
  color: #2e7d32;
  font-size: 26px;
  border-radius: 50%;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.elite-step:hover .elite-icon {
  background-color: #2e7d32;
  color: #ffffff;
}

.elite-step h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #1b5e20;
  font-size: 18px;
}

.elite-step p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.7;
  max-width: 260px;
  margin: auto;
}

#registration-process {
  background-color: #fafdfb;
}

.btn-primary {
  background: #2e7d32;
  border: none;
  padding: 14px 40px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.btn-primary:hover {
  background: #1b5e20;
  transform: translateY(-2px);
}

/* ===== THEMES SECTION ===== */

.theme-card {
  padding: 35px 30px;
  border-radius: 18px;
  transition: all 0.3s ease;
  background: #ffffff;
}

.theme-card:hover {
  transform: translateY(-8px);
}

.theme-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #2e7d32;
  color: #2e7d32;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.theme-card:hover .theme-icon {
  background: #2e7d32;
  color: white;
}

.theme-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #1b5e20;
}

.theme-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.theme-card ul li {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 6px;
}

.bg-footer {
  background-color: #1b5e20;
}

/* ABOUT */
/* HP: Layar lebih kecil dari 768px */
@media screen and (max-width: 768px) {
  .ptext_about {
    text-align: center;
  }
}

/* Tablet: Layar antara 768px dan 1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ptext_about {
    text-align: center;
  }
}

/* Desktop: Layar lebih besar dari 1024px */
@media screen and (min-width: 1024px) {
  .ptext_about {
    text-align: right;
  }
}

/* POSTER KANAN */
@media screen and (max-width: 768px) {
  .ptext_aboutr {
    text-align: center;
  }
}
