/* 
    GLOBAL STYLE FOR HOME / LANDING PAGE
     
    1. Banner Page (banner.php)
    2. Landing Page (index.php)
    3. TopEvent (TopEvent.php)
    4. Statistik (Statistik.php)
    5. Pengguna (pengguna.php)



*/

/* ===================== BANNER PAGE ================= */

.hero-section {
  background-color: #f1f8fd;
  padding: 30px 0 40px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #77b4ed;
  line-height: 1;
}

.hero-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #6b7280;
  margin-bottom: 20px;
  line-height: 1.6;
}

.meeting-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 12px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  border: 1px solid #77b4ed;
  max-width: 400px;
}

.meeting-card-title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.meeting-icon {
  width: 32px;
  height: 32px;
  color: #6b7280;
  flex-shrink: 0;
}

.meeting-label {
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  margin: 0;
}

.meeting-desc {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.join-input {
  border: 1px solid #999999;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 13px;
  width: 100%;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
}

.join-input:focus {
  outline: none;
  border-color: #4e7eb6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.join-input::placeholder {
  color: #9ca3af;
}

.btn-join {
  display: inline-block;
  padding: 6px 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(180deg, #5e97db 0%, #3e699c 100%);
  box-shadow: 0 4px 6px rgba(62, 105, 156, 0.4);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  font-weight: 600;
  border: none;
}

.btn-join:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(62, 105, 156, 0.5);
  background: linear-gradient(180deg, #6fa3e0 0%, #3e699c 100%);
}

.btn-create-meeting {
  display: inline-block;
  padding: 6px 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(180deg, #4169e1 0%, #8b5cf6 100%);
  box-shadow: 0 4px 6px rgba(139, 92, 246, 0.4);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  font-weight: 600;
  border: none;
}

.btn-create-meeting:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(139, 92, 246, 0.5);
}

.btn-create-meeting:focus,
.btn-join:focus {
  outline: none;
}

.dropdown-meeting {
  position: relative;
  width: 100%;
}

.dropdown-menu-meeting {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  margin-top: 4px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
  max-width: 320px;
}

.dropdown-menu-meeting.show {
  display: block;
}

.dropdown-item-meeting {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0 8px;
}

.dropdown-item-meeting:first-child {
  margin-top: 6px;
}

.dropdown-item-meeting:last-child {
  margin-bottom: 6px;
}

.dropdown-item-meeting:hover {
  background-color: #787ebc4d;
  border-radius: 10px;
}

.dropdown-item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.dropdown-item-text {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.dropdown-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}

.dropdown-arrow.rotate {
  transform: rotate(180deg);
}

.hero-image-container {
  position: relative;
  padding: 0;
  width: 100%;
}

.hero-image {
  width: 100% !important;
  max-width: 500px !important;
  margin-left: -50px;
  height: auto;
  border-radius: 12px;
  transform: scale(1.2);
  transform-origin: center;
}

.divider {
  text-align: center;
  margin: 8px 0;
  position: relative;
  max-width: 400px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e5e7eb;
}

.divider span {
  padding: 0 8px;
  color: #9ca3af;
  font-size: 11px;
  flex-shrink: 0;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(2px);
}

.spinner-border-custom {
  width: 3rem;
  height: 3rem;
  border: 6px solid #f1f8fd;
  border-top: 6px solid #4473af;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

#banner-mobile {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* RESPONSIVE TABLET  */
@media (max-width: 991px) {
  .hero-section .container,
  .hero-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: center;
  }

  .hero-title {
    font-size: 40px;
    margin-top: 20px;
    line-height: 1.2;
  }

  .hero-title span {
    font-size: 24px !important;
  }

  .hero-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-subtitle br {
    display: none;
  }

  .meeting-card {
    margin: 0 auto 15px auto;
    max-width: 450px;
    padding: 15px;
  }

  .meeting-label {
    font-size: 15px;
  }

  .meeting-desc {
    font-size: 13px;
  }

  .join-input {
    font-size: 13px;
    padding: 10px;
  }

  .btn-join,
  .btn-create-meeting {
    font-size: 13px;
    padding: 10px 20px;
  }

  .divider {
    margin: 15px auto;
    max-width: 450px;
  }

  .hero-image {
    display: none;
  }

  .col-lg-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-none.d-lg-block {
    display: block !important;
  }

  #banner-mobile {
    display: flex;
    margin-left: 80px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .meeting-card,
  .hero-subtitle {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-section .container,
  .hero-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-title span[style*="margin-top"] {
    margin-top: 5px !important;
  }

  .hero-title span {
    font-size: 22px !important;
  }

  .hero-subtitle {
    font-size: 14px;
    max-width: 100%;
  }

  .meeting-card {
    max-width: 100%;
  }

  .d-flex[style*="gap"] {
    flex-direction: column;
    gap: 10px !important;
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .join-input {
    width: 100%;
  }

  .btn-join {
    width: 100% !important;
  }

  .meeting-card-title {
    justify-content: center;
    text-align: left;
  }

  .hero-image {
    display: none;
  }

  .dropdown-menu-meeting {
    width: 100%;
    max-width: 100%;
  }

  #banner-mobile {
    display: flex;
    margin-left: 50px;
    margin-top: 50px;
    margin-bottom: 70px;
    width: 80% !important;
  }
}

@media screen and (max-width: 414px) {
  #banner-mobile {
    display: flex;
    margin-left: 35px;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .hero-image {
    margin-bottom: 50px;
    margin-left: 35px;
    max-width: 80% !important;
  }

  .hero-title {
    font-size: 24px !important;
  }

  .hero-title span {
    font-size: 22px !important;
  }

  .meeting-card-title {
    text-align: left !important;
    justify-content: flex-start;
  }

  #gabung-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  #gabung-mobile button {
    width: 100px !important;
  }

  .dropdown-item-icon {
    font-size: 10px !important;
  }

  .dropdown-item-text {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 360px) {
  .hero-image {
    margin-left: 25px;
  }

  .hero-title {
    font-size: 22px !important;
  }

  .hero-title span {
    font-size: 18px !important;
  }

  .hero-subtitle {
    font-size: 12px !important;
  }

  .meeting-label {
    font-size: 12px !important;
  }

  .meeting-desc {
    font-size: 10px !important;
  }

  .join-input::placeholder {
    font-size: 10px !important;
  }

  .join-input {
    font-size: 10px !important;
  }

  .btn-join {
    font-size: 10px !important;
  }

  .btn-create-meeting {
    font-size: 10px !important;
  }
}

/* ===================== BANNER PAGE ================= */

/* ===================== LANDING PAGE ================= */
.success-story-section {
  background: #f5f9fe !important;
  padding: 80px 0;
  overflow: hidden;
}

.success-story-title,
.business-title,
.paket-meeting-title,
.why-tampil-title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 700;
  background: linear-gradient(90deg, #7eb6fc 0%, #243d5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.success-story-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #2a3f53;
  margin-bottom: 40px;
  max-width: 100%;
}

.success-story-btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(180deg, #4c80c2 0%, #345d8f 100%);
  box-shadow: 0 4px 6px rgba(52, 93, 143, 0.3);
  text-decoration: none;
  transition: transform 0.2s;
  font-weight: 600;
  border: none;
}

.success-story-btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(52, 93, 143, 0.4);
  background: linear-gradient(180deg, #4c80c2 0%, #345d8f 100%);
}

.carousel {
  padding-bottom: 50px;
}

.carousel-inner {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.carousel-item img {
  border-radius: 20px;
  object-fit: cover;
  height: 350px;
  filter: brightness(50%);
  transition: filter 0.3s ease;
}

.custom-caption {
  background: transparent !important;
  padding: 0 40px;
  bottom: 30px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.custom-caption p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

.carousel-indicators {
  bottom: 10px;
  margin-bottom: 0;
}

.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #ccc;
  margin: 0 6px !important;
  opacity: 1 !important;
  border: none !important;
  cursor: pointer !important;
}

.carousel-indicators .active {
  background-color: #1b2d44;
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
}

.business-card {
  background: #edf2f9;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(69, 115, 183, 0.07);
}

.business-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.business-card-icon {
  width: 48px;
  height: 48px;
  display: block;
}

.business-card-title {
  font-size: 1.35rem;
  margin-bottom: 0;
  color: #5987b2;
}

.business-card-desc {
  color: #2a3f53;
  font-size: 18px;
  margin-bottom: 24px;
}

.business-card-btn {
  display: inline-block;
  padding: 6px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(180deg, #787ebc 0%, #5a5f94 100%);
  box-shadow: 0 4px 6px rgba(90, 95, 148, 0.4);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  font-weight: 600;
  border: none;
}

.business-card-btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(90, 95, 148, 0.5);
  background: linear-gradient(180deg, #868cc9 0%, #5a5f94 100%);
}

.paket-meeting-section {
  background: #f1f8fd;
  padding: 80px 0;
}

.paket-meeting-badge {
  margin-bottom: 18px;
}

.paket-meeting-badge span {
  background: #fff;
  color: #4573b7;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 20px;
  padding: 6px 18px;
  box-shadow: 0 2px 8px rgba(69, 115, 183, 0.08);
  display: inline-flex;
  align-items: center;
  border: 1px solid #c8d8ec;
}

.paket-meeting-desc {
  font-size: 18px;
  color: #2a3f53;
  margin-bottom: 32px;
  max-width: 420px;
}

.paket-meeting-btn {
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(180deg, #4c80c2 0%, #345d8f 100%);
  box-shadow: 0 4px 6px rgba(52, 93, 143, 0.4);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  font-weight: 600;
  border: none;
}

.paket-meeting-btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(52, 93, 143, 0.5);
  background: linear-gradient(180deg, #5b8dce 0%, #345d8f 100%);
}

.paket-meeting-img {
  max-width: 100%;
  height: auto;
}

.why-tampil-section {
  background: #f5f8fc;
  padding: 80px 0 40px 0;
}

.why-tampil-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.why-tampil-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 20px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #4c80c2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.why-tampil-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #4c80c2;
  border-radius: 16px 16px 0 0;
}

.why-tampil-card img {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  text-align: left;
  align-self: flex-start;
}

.why-tampil-card-title {
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
  line-height: 1.4;
  color: #1b2d44;
}

.why-tampil-card-desc {
  font-size: 14px;
  color: #595959;
  text-align: left;
  width: 100%;
}

.owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.text-slide {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 3%;
  font-size: 1.3vw;
}

.rounded-custom {
  border-radius: 10px;
}

.judul-berita {
  font-size: 2vw;
}

.next_pref:hover {
  cursor: pointer;
}

.kolaborasi-section {
  background-color: #f8fcff;
  padding: 0;
  overflow: hidden;
}

.kolaborasi-wrapper {
  display: flex;
  min-height: 500px;
}

.kolaborasi-left {
  flex: 0 0 45%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.kolaborasi-laptop {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.kolaborasi-right {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 60px 0;
  padding-right: 0%;
  margin-left: 8%;
}

.kolaborasi-right-content {
  width: 100%;
  max-width: 550px;
}

.kolaborasi-title {
  font-size: 36px;
  color: #1f2937;
  margin: 0 0 40px 0;
  text-align: left;
  color: #243d5c;
  background: linear-gradient(90deg, #243d5c 0%, #7eb6fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.kolaborasi-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.kolaborasi-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.kolaborasi-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kolaborasi-icon img {
  width: 40px;
  height: 40px;
  display: block;
}

.kolaborasi-text h3 {
  font-size: 20px;
  color: #2e4d74;
  margin: 0 0 8px 0;
}

.kolaborasi-text p {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
  padding-bottom: 11px;
  border-bottom: 1px solid #4c80c2;
}

.tata-cara-all {
  background-color: #ffffff;
}

.tata-cara-section {
  padding: 80px 80px;
}

.tata-cara-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tata-cara-title h1 {
  background: linear-gradient(90deg, #7eb6fc 0%, #243d5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2.5rem;
  text-align: center;
}

.title-underline {
  width: 510px;
  height: 6px;
  background-color: #4c80c2;
  margin: 8px auto 40px auto;
  border-radius: 4px;
}

.tata-cara-content {
  display: grid;
  grid-template-columns: 45% 65%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.tata-cara-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 40px;
}

.tata-cara-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.number-circle {
  flex-shrink: 0;
  background: #4c80c2;
  color: #fff;
  border-radius: 16px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 10px 15px -3px #0000001a;
  margin-right: 20px;
  z-index: 1;
}

.number-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.number-wrapper #four {
  margin-top: -50px;
}

.number-wrapper .line {
  margin-right: 20px;
  margin-top: 10px;
}

.tata-cara-step {
  background: #f9fafb;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 80%;
  margin-top: -50px;
}

#step-3 {
  margin-top: -70px;
}

#step-4 {
  margin-top: 20px;
}

.tata-cara-step img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.tata-cara-desc h2 {
  font-size: 16px;
  font-weight: 500;
}

.tata-cara-desc p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.tata-cara-item:last-child {
  border-left: 2px solid transparent;
}

.tata-cara-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tata-cara-vid {
  padding: 50px;
}

.tata-cara-vid video {
  width: 100%;
  height: 100%;
  display: block;
}

.kolaborasi-all {
  background: linear-gradient(to right, #77b4ed 45%, #f6fafe 45%);
}

.collab-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.collab-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.collab-title h1 {
  background: linear-gradient(90deg, #243d5c 0%, #7eb6fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 58px;
  text-align: center;
}

.collab-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

.collab-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}

.collab-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.collab-logo img {
  width: 210px;
}

.collab-desc {
  margin-left: 20px;
}

.collab-desc-title h4 {
  font-weight: 600;
  font-size: 18px;
  color: #1b2d44;
}

.collab-p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: left;
  color: #595959;
}

.collab-btn a {
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(180deg, #2fca54 0%, #22963e 100%);
  box-shadow: 0 4px 6px rgba(34, 150, 62, 0.4);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  font-weight: 600;
  border: none;
}

.collab-btn ion-icon {
  font-size: 20px;
  margin-right: 5px;
  margin-top: 2%;
}

.collab-btn a:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(34, 150, 62, 0.5);
  background: linear-gradient(180deg, #40d664 0%, #22963e 100%);
}

#mobile-kasus {
  display: none;
}

.kolaborasi-laptop-mobile {
  display: none;
}
.collab-all-wrapper {
  width: 100%;
}

/* RESPONSIVE TABLET */
@media (max-width: 991px) {
  .hero-section {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 36px;
    text-align: center;
  }

  .hero-subtitle {
    text-align: center;
    margin-bottom: 30px;
  }

  .meeting-card {
    margin: 0 auto 20px auto;
  }

  .divider {
    margin: 15px auto;
  }

  .col-lg-6.d-none.d-lg-block {
    display: none !important;
  }

  /* Why Tampil */
  .why-tampil-section {
    padding: 60px 0;
  }

  .why-tampil-title {
    font-size: 2rem;
  }

  .why-tampil-row {
    gap: 20px;
  }

  .why-tampil-card {
    max-width: 100%;
  }

  .business-desc br {
    display: none;
  }

  /* Paket Meeting */
  .paket-meeting-section .row {
    flex-direction: column-reverse;
  }

  .paket-meeting-title {
    font-size: 2rem;
    text-align: center;
  }

  .paket-meeting-desc {
    text-align: center;
    margin: 0 auto 30px auto;
  }

  .paket-meeting-badge {
    display: flex;
    justify-content: center;
  }

  .paket-meeting-btn {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }

  .paket-meeting-img {
    width: 60%;
    margin-bottom: 30px;
  }

  /* Tata Cara */
  .tata-cara-section {
    padding: 60px 20px;
  }

  .tata-cara-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .tata-cara-right {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .tata-cara-left {
    order: 2;
    padding-left: 0;
    width: 100%;
  }

  .tata-cara-vid {
    padding: 0;
  }

  .title-underline {
    width: 100%;
    max-width: 400px;
  }

  /* Kolaborasi */
  .kolaborasi-all {
    background: #f1f8fd !important;
  }

  .kolaborasi-right {
    background-color: #f1f8fd !important;
  }

  .kolaborasi-wrapper {
    flex-direction: column;
  }

  .kolaborasi-items {
    gap: 25px;
  }

  .kolaborasi-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .kolaborasi-left {
    display: none;
  }

  .kolaborasi-right {
    padding: 50px 30px;
    margin-left: 0;
  }

  .kolaborasi-title {
    text-align: center;
    width: 100%;
    font-size: 2rem;
  }

  .kolaborasi-right-content {
    margin: 0 auto;
  }

  .kolaborasi-laptop-mobile {
    display: flex;
  }

  .kolaborasi-right {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kolaborasi-laptop-mobile {
    width: 70% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
  }

  /* Success Story */
  .success-story-title {
    font-size: 2rem;
    text-align: center;
  }

  .success-story-desc {
    text-align: center;
  }

  .success-story-btn {
    display: block;
    margin: 0 auto 40px auto;
  }

  .collab-items {
    grid-template-columns: 1fr !important;
    gap: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 834px) {
  #business-mobile > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #business-mobile .business-card {
    width: 100% !important;
  }
}

/* RESPONSIVE MOBILE  */
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title,
  .why-tampil-title,
  .business-section h2,
  .paket-meeting-title,
  .tata-cara-title h1,
  .kolaborasi-title,
  .collab-title h1,
  .success-story-title {
    font-size: 30px !important;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  /* Hero Section */
  .hero-section {
    padding: 30px 0;
  }

  .hero-title span {
    font-size: 20px !important;
  }

  .hero-subtitle {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
  }

  .meeting-card {
    padding: 15px;
    width: 100%;
  }

  .join-input {
    width: 100%;
  }

  .btn-join {
    width: 100% !important;
    margin-top: 10px;
  }

  .meeting-card form .d-flex {
    flex-direction: column;
    margin-left: 0 !important;
    gap: 10px !important;
  }

  .meeting-card > div:first-child {
    margin-left: 0 !important;
  }

  /* Why Tampil */
  .why-tampil-section {
    padding: 40px 0;
  }

  .why-tampil-card {
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .why-tampil-card img {
    align-self: center;
  }

  .why-tampil-card-title,
  .why-tampil-card-desc {
    text-align: center;
  }

  /* Business Section */
  .business-section {
    padding: 40px 0 !important;
  }

  .business-section p {
    font-size: 14px !important;
  }

  .business-card {
    padding: 20px !important;
  }

  .business-card-header {
    flex-direction: column;
    text-align: center;
  }

  .business-card-desc {
    text-align: center;
    font-size: 14px;
  }

  .business-card-btn {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* Paket Meeting */
  .paket-meeting-section {
    padding: 40px 0;
  }

  .paket-meeting-img {
    width: 80%;
  }

  .paket-meeting-desc {
    font-size: 14px;
  }

  .paket-meeting-btn {
    width: 100%;
    text-align: center;
  }

  /* Tata Cara */
  .tata-cara-section {
    padding: 40px 15px;
  }

  .tata-cara-item {
    flex-direction: column;
  }

  .number-wrapper {
    display: none;
  }

  .tata-cara-step {
    width: 100%;
    margin-top: 15px !important;
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }

  #step-3,
  #step-4 {
    margin-top: 15px !important;
  }

  .tata-cara-step img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
  }

  .tata-cara-desc h2 {
    font-size: 16px;
  }

  .tata-cara-desc p {
    font-size: 13px;
  }

  /* Kolaborasi */
  .kolaborasi-all {
    background: #f1f8fd !important;
  }

  .kolaborasi-section {
    background-color: #f1f8fd !important;
    margin-top: 40px !important;
  }

  .kolaborasi-right {
    background-color: #f1f8fd !important;
  }

  .kolaborasi-items {
    gap: 25px;
  }

  .kolaborasi-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .kolaborasi-text h3 {
    font-size: 18px;
  }

  .kolaborasi-text p {
    font-size: 14px;
    border-bottom: none;
    padding-bottom: 0;
  }

  /* Panduan Kolaborasi */
  .collab-items {
    grid-template-columns: 1fr !important;
    gap: 30px;
    margin-top: 30px;
  }

  .collab-item {
    flex-direction: column;
    text-align: center;
    margin-top: 0 !important;
  }

  .collab-desc {
    margin-left: 0;
    margin-top: 15px;
  }

  .collab-p {
    text-align: center;
  }

  .collab-btn a {
    width: 100%;
  }

  .collab-logo img {
    width: 120px;
  }

  /* Success Story */
  .success-story-section {
    padding: 40px 0;
  }

  .success-story-desc {
    font-size: 14px;
  }

  .success-story-btn {
    width: 100%;
    text-align: center;
  }

  .carousel-item img {
    height: 200px;
  }

  .custom-caption {
    padding: 0 10px;
    bottom: 15px;
  }

  .custom-caption p {
    font-size: 12px;
    line-height: 1.4;
  }
}

@media (max-width: 550px) {
  .kolaborasi-laptop-mobile {
    width: 70% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
  }
}

@media screen and (max-width: 414px) {
  .kolaborasi-laptop-mobile {
    display: flex;
    margin-left: 0px;
  }

  .why-tampil-title {
    font-size: 24px !important;
    margin-bottom: 30px !important;
  }

  #business-title {
    font-size: 24px !important;
  }

  #business-desc {
    font-size: 14px !important;
  }

  .tata-cara-title h1 {
    font-size: 20px !important;
  }

  .tata-cara-vid {
    padding: 0px !important;
  }

  .title-underline {
    height: 3px !important;
  }

  .tata-cara-step {
    display: flex;
    flex-direction: row;
  }

  .tata-cara-step .tata-cara-desc {
    text-align: left;
  }

  .tata-cara-step img {
    margin-right: 10px;
  }

  .tata-cara-desc h2 {
    font-size: 14px;
  }

  .tata-cara-desc p {
    font-size: 12px;
  }

  .kolaborasi-laptop-mobile {
    width: 90% !important;
  }

  #kolab-mobile {
    font-size: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-transform: capitalize;
  }

  .kolaborasi-right {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kolaborasi-text {
    border-bottom: 1px solid #4573b7;
    padding-bottom: 10px;
  }

  .collab-title h1 {
    font-size: 23px !important;
  }

  .collab-title p {
    font-size: 13px !important;
  }

  .collab-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .collab-btn a {
    width: 60% !important;
    font-size: 13px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .collab-p p {
    font-size: 13px !important;
  }

  #kasus-normal {
    display: none;
  }

  #mobile-kasus {
    display: flex;
  }

  .success-story-btn {
    width: 70% !important;
    margin-top: -60px !important;
  }

  .success-story-desc {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 360px) {
  .why-tampil-card-title {
    font-size: 14px !important;
  }

  .why-tampil-card img {
    width: 40px;
    height: 40px;
  }

  .why-tampil-card-desc {
    font-size: 12px !important;
  }

  #business-desc {
    font-size: 12px !important;
  }

  .business-card-title {
    font-size: 14px !important;
  }

  #business-card-desc {
    font-size: 12px !important;
  }

  .business-card-btn {
    font-size: 13px !important;
  }

  .paket-meeting-title {
    font-size: 26px !important;
  }

  .paket-meeting-badge span {
    font-size: 13px !important;
  }

  .paket-meeting-desc {
    font-size: 12px !important;
    margin-top: 20px !important;
  }

  .paket-meeting-btn {
    font-size: 12px !important;
  }

  .tata-cara-desc h2 {
    font-size: 12px;
  }

  .tata-cara-desc p {
    font-size: 10px;
  }

  .tata-cara-step img {
    width: 30px;
    height: 30px;
  }

  .collab-btn a {
    width: 70% !important;
    font-size: 13px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .success-story-title {
    font-size: 20px !important;
  }

  .success-story-desc {
    font-size: 11px !important;
  }

  .success-story-btn {
    width: 70% !important;
    margin-top: -60px !important;
    font-size: 12px !important;
  }
}

/* ===================== LANDING PAGE ================= */

/* ===================== TOP EVENT PAGE ================= */

.event-card {
  border-radius: 20px;
  overflow: visible;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: white;
  position: relative;
}

.event-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.event-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  display: block;
}

.event-card-body {
  text-align: center;
}

.event-card-tags {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.event-card-tag {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.event-card-tag-blue {
  background-color: #5f90be;
  color: white;
}

.event-card-tag-green {
  background: linear-gradient(90deg, #26a243 0%, #2fca54 100%);
  color: white;
}

.event-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #101828;
  margin: 15px 0;
  min-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  text-align: left;
}

.event-card-title a {
  color: #101828;
  text-decoration: none;
  transition: color 0.3s ease;
}

.event-card-title a:hover {
  color: #5f90be;
}

.event-card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  color: #666;
  margin-top: 15px;
  text-align: left;
}

.event-card-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2a3f53;
}

.event-card-info-item i {
  width: 18px;
  color: #6b8caf;
  font-size: 14px;
}

.event-header {
  font-size: 2.5rem;
  font-weight: 600;
  background: linear-gradient(90deg, #243d5c 0%, #7eb6fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.btn-biru {
  display: inline-block;
  width: fit-content;
  min-width: 200px;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: 16px;
  color: #fff !important;
  border-radius: 8px;
  background: linear-gradient(180deg, #4c80c2 0%, #345d8f 100%);
  box-shadow: 0 4px 6px rgba(52, 93, 143, 0.4);
  text-decoration: none !important;
  transition: transform 0.2s, box-shadow 0.2s;
  font-weight: 600;
  border: none;
  cursor: pointer;
  width: auto !important;
}

.btn-biru:hover {
  color: #fff;
  box-shadow: 0 6px 12px rgba(52, 93, 143, 0.5);
  background: linear-gradient(180deg, #5b8dce 0%, #345d8f 100%);
}

#data-event-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

#data-event-container > div {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .event-header {
    font-size: 36px;
    font-weight: 600;
  }

  .event-card-title {
    font-size: 18px;
    min-height: 45px;
  }

  .event-card-info {
    font-size: 14px;
  }

  .btn-biru {
    font-size: 14px;
    padding: 8px 25px;
    min-width: 180px;
  }

  #data-event-container {
    display: flex;
    justify-content: center;
  }

  #data-event-container > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .event-card {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  #event-tablet {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .event-card {
    width: 100%;
  }

  #event-tablet > .col-12.col-sm-6.col-md-6.col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .event-header {
    font-size: 32px;
    font-weight: 600;
  }

  .event-card-image {
    height: 180px;
  }

  .event-card-title {
    font-size: 16px;
    min-height: 40px;
  }

  .event-card-info {
    font-size: 13px;
  }

  .event-card-tag {
    padding: 6px 16px;
    font-size: 11px;
  }

  .btn-biru {
    font-size: 14px;
    padding: 10px 0;
    width: 80% !important;
    display: block;
    margin: 0 auto;
  }

  .empty-wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .empty-icon-main {
    font-size: 60px !important;
  }

  .empty-icon-sub {
    width: 35px !important;
    height: 35px !important;
    right: -5px !important;
    bottom: -5px !important;
  }

  .empty-icon-sub i {
    font-size: 14px !important;
  }

  .empty-title {
    font-size: 20px !important;
    margin-top: 15px !important;
  }

  .empty-desc {
    font-size: 14px !important;
  }
}

@media (max-width: 575px) {
  .event-header {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .event-card {
    margin: 20px auto;
    max-width: 400px;
  }

  .event-card-image {
    height: 200px;
  }

  .event-card-body {
    padding: 15px !important;
  }

  .event-card-title {
    font-size: 16px;
    margin: 10px 0;
  }

  .event-card-info {
    font-size: 13px;
    gap: 6px;
  }

  .event-view-all-btn {
    width: 90%;
    font-size: 14px;
    height: 45px;
    padding: 8px 14px;
  }
}

@media (max-width: 414px) {
  .event-subtitle {
    font-size: 14px !important;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* ===================== TOP EVENT PAGE ================= */

/* ===================== STATISTIC PAGE ================= */

.statistik-section {
  background-color: #ffffff;
  padding: 10% 0;
}

.statistik-title {
  text-align: center;
  margin-bottom: 60px;
}

.statistik-title h1 {
  font-weight: 600;
  font-size: 48px;
  background: linear-gradient(90deg, #243d5c 0%, #7eb6fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.statistik-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.statistik-item {
  text-align: center;
}

.statistik-number {
  font-weight: 700;
  font-size: 48px;
  background: linear-gradient(90deg, #7ebceb 0%, #606596 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  line-height: 1.5;
}

.statistik-label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #484749;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .statistik-items {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .statistik-item {
    flex: 0 0 calc(50% - 15px);
  }

  .statistik-title h1 {
    font-size: 36px;
  }

  .statistik-number {
    font-size: 40px;
  }
}

@media screen and (max-width: 565px) {
  .statistik-section {
    padding: 60px 40px;
  }

  .statistik-title {
    margin-bottom: 40px;
  }

  .statistik-title h1 {
    font-size: 32px;
  }

  .statistik-items {
    gap: 30px;
  }

  .statistik-item {
    flex: 0 0 calc(50% - 15px);
  }

  .statistik-number {
    font-size: 36px;
  }

  .statistik-label {
    font-size: 14px;
  }
}

@media screen and (max-width: 470px) {
  .statistik-section {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 414px) {
  .statistik-items {
    flex-direction: column;
    gap: 30px;
    display: flex;
    justify-content: space-between;
  }

  .statistik-item {
    flex: 0 0 100%;
  }

  .statistik-number {
    font-size: 42px;
  }
}

/* ===================== STATISTIC PAGE ================= */

/* ===================== PENGGUNA PAGE ================= */

.nav-pills .nav-link {
  background-color: #ffffff;
  border: 1px solid #1b2d44;
  color: #396092;
  border-radius: 50px;
  padding: 12px 40px;
  margin: 0 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.nav-pills .nav-link:hover {
  background-color: #f4f8fb;
  color: #1b2d44;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: linear-gradient(180deg, #396092 0%, #4c80c2 100%);
  color: #ffffff !important;
  border-color: #396092;
  box-shadow: 0 4px 8px rgba(57, 96, 146, 0.3);
}

.section-subtitle {
  text-align: center;
  color: #4b5563;
  font-size: 16px;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
}

.partner-logos-section {
  background-color: #ffffff;
  padding: 80px 0;
  overflow: hidden;
}

.partner-logos-section h2 {
  background: linear-gradient(90deg, #7eb6fc 0%, #243d5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.logos-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 30px;
}

.logos-track {
  display: flex;
  animation: scroll 15s linear infinite;
  gap: 80px;
  width: max-content;
}

.logos-track:hover {
  animation-play-state: running;
}

.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
}

.logo-item img {
  height: 60px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(0%);
}

@media screen and (max-width: 991px) {
  .nav-item {
    width: 100% !important;
  }

  .nav-item a {
    width: 100%;
    text-align: center;
    align-items: center;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/*  RESPONSIVE TABLET  */
@media (max-width: 991px) {
  .nav-pills .nav-link {
    padding: 10px 25px;
    font-size: 14px;
    margin: 0 5px;
  }

  .partner-logos-section h2 {
    font-size: 32px;
  }
}

/*  RESPONSIVE MOBILE  */
@media (max-width: 767px) {
  .nav-pills {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0 20px;
  }

  .nav-pills .nav-link {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 10px;
  }

  .partner-logos-section h2 {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 15px;
  }

  .logos-track {
    gap: 40px;
    animation-duration: 20s;
  }

  .logo-item {
    width: 100px;
  }

  .logo-item img {
    height: 40px;
  }
}

@media screen and (max-width: 360px) {
  .section-subtitle {
    font-size: 12px !important;
  }
}

/* ===================== PENGGUNA PAGE ================= */