body {
  font-family: "Poppins", sans-serif;
  color: #34364a;

  background-color: #f5f5f5;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

td {
  padding: 6px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px !important;
  }
}

/* NAVBAR -- START */
.logo-nav {
  padding: 8px;
}

.shadow-nav {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.nav-link.active {
  color: #f23f40 !important;
  font-weight: 600;
}

.btn-daftar {
  background-color: #e7e7e7;
  color: #000;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 18px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-daftar:hover {
  background-color: #d6d6d6;
}

.btn-login {
  background-color: #f23f40;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 18px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-login:hover {
  background-color: #d93636;
}
/* NAVBAR -- END */

/* HERO -- START */
.hero {
  position: relative;
  color: #fff;
  background: linear-gradient(to right, #db0b0c, #1f0000);
  border-bottom-right-radius: 100px;

  margin-top: 70px;
}

.content-hero {
  padding-top: 20px;
  padding-bottom: 100px;

  display: flex;
  align-items: center;
}

.hero2 {
  color: #fff;
  background: linear-gradient(to right, #db0b0c, #1f0000);
  margin-top: 70px;

  height: 200px;
}

.content-hero2 {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .content-hero2 {
    padding-left: 30px;
  }
}

.content-hero2 .title-text {
  margin-top: 80px;
}

.wrapper-btn-started {
  margin-top: 30px;
}

.btn-get-started {
  background-color: #ff0001;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 18px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-get-started:hover {
  background-color: #d93636;
  color: #fff;
}

.btn-fitur {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 18px;
  text-decoration: none;
  transition: 0.3s;

  border: 2px solid #ff0001;
}

.btn-fitur:hover {
  background-color: #d93636;
  color: #fff;
}

.hastag-text {
  color: #47bb8e !important;
  font-size: 24px;
  padding: 0px;
  margin: 0px;

  margin-bottom: 4px;
  font-weight: 600;
}

.oss-text {
  color: #ffb5b5 !important;
  font-size: 24px;
  font-weight: 600;
}

.title-text {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;

  margin-left: 0 !important;
}

.hero-image {
  width: 85%;
  height: auto;
}

.card-hero {
  position: absolute;
  bottom: -60px; /* sedikit keluar dari hero, kelihatan elegan */
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-right: 20px;
  text-align: center;
  border: none;
  width: 88%;
  max-width: 1300px;
  border-radius: 20px;
  z-index: 10;
}

.card-hero2 {
  position: absolute;
  bottom: -60px; /* sedikit keluar dari hero, kelihatan elegan */
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-right: 20px;
  text-align: center;
  border: none;
  width: 88%;
  max-width: 1300px;
  border-radius: 20px;
  z-index: 10;
}

.card-hero h1 {
  margin-top: 15px;
  color: #f23f40;
  font-weight: 600;
}

@media (max-width: 768px) {
  .card-hero {
    width: 90%;
    bottom: -190px;
    padding: 16px;

    display: none;
  }

  .hero-image {
    /* display: none; */
    width: 100%;
    margin-top: 30px;
  }

  .hero {
    border-bottom-right-radius: 0px;
  }
}
/* HERO -- END */

/* SECTION ABOUT -- START */
.section-about {
  margin-top: 10px;
  padding-top: 100px;
}

.section-about h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.section-about p {
  font-size: 14px;
}

.about-image {
  width: 100%;
  height: auto;
}
/* SECTION ABOUT -- END */

/* SECTION KEUNGGULAN (BENEFITS) -- START */
.section-benefits {
  margin-top: 30px;
  background-color: #ffffff;
}

.section-benefits h1 {
  font-size: 40px;
  font-weight: 700;
  padding-top: 60px;
  margin-bottom: 30px;
}

.content-benefits {
  padding: 40px 0;
}

.content-benefits h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.content-benefits a {
  font-size: 14px;
  text-align: center;
  /* margin-bottom: 20px; */

  padding: 6px;
  background: #e7e7e7;
  color: #777777;
  text-decoration: none;
  border-radius: 4px;

  transition: all 0.3s ease;

  display: inline-block;
  width: 90px !important;
}

.content-benefits a:hover {
  background: #f23f40;
  color: #fff;
}

.section-benefits p {
  font-size: 14px;
  color: #777777;
}

.illustration-benefits {
  width: 90%;
}

@media (max-width: 768px) {
  .illustration-benefits {
    width: 100%;
  }

  .content-benefits h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .section-about {
    margin-top: 10px;
    padding-top: 40px;
  }
}
/* SECTION KEUNGGULAN (BENEFITS) -- END */

/* SECTION HOW TO USE -- START */
.section-how-to-use {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .content-how-to-use {
    margin: 8px;
  }
}

.section-how-to-use h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.card-how-to-use {
  background-color: #ffffff;
  border-radius: 20px;
  border: none;
  padding: 34px;
}

.card-how-to-use img {
  width: 80px;
  height: auto;
}

.card-how-to-use h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-how-to-use p {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}
/* SECTION HOW TO USE -- END */

/* SECTION REVIEWS -- START */
.section-reviews {
  margin-top: 40px;
}

.section-reviews h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.content-reviews {
  padding: 40px 0;
}

.card-reviews {
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 20px;
  border: none;
  padding: 30px;
  height: 280px;
}

.card-reviews h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

.card-reviews p {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

.icon-star {
  width: 30px;
  height: auto;
}

.user-profile {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 30px;
}

.user-avatar {
  width: 60px;
  height: 60px;
  background-color: #f23f40; /* bisa diganti warna lain */
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.user-info h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.user-info p {
  margin: 0;
  color: #666;
  font-size: 14px;
  margin-top: 4px;
}
/* SECTION REVIEWS -- END */

/* SECTION DEMO -- START */
.section-demo {
  margin-top: 40px;
  color: #fff;
  background: linear-gradient(to right, #db0b0c, #1f0000);
}

.section-demo h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.section-demo p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.content-demo {
  padding: 40px 0;
}

.demo-image {
  width: 100%;
  height: auto;
}

.btn-free-demo {
  background-color: #ff0001;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 18px;
  text-decoration: none;
  transition: 0.3s;

  margin-bottom: 20px;
}

.btn-free-demo:hover {
  background-color: #d93636;
  color: #fff;
}

.btn-trial {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 18px;
  text-decoration: none;
  transition: 0.3s;
  border: 2px solid #ff0001;

  margin-bottom: 20px;
}

.btn-trial:hover {
  background-color: #d93636;
  color: #fff;
}

/* Saat layar kecil (mobile) */
@media (max-width: 768px) {
  .btn-free-demo {
    font-size: 12px;
  }

  .btn-trial {
    font-size: 12px;
  }
}
/* SECTION DEMO -- END */

/* SECTION CLIENTS -- START */
.section-clients {
  margin-top: 40px;
  background: transparent;
}

.section-clients h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

.content-clients {
  padding: 40px 0;
}

.logo-client {
  width: 100%;
  height: auto;
}

/* SECTION CLIENTS -- END */

/* SECTION CONTACT -- START */
.section-contact {
  margin-top: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
}

.section-contact h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.wrapper-all-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 70px;
  margin-bottom: 50px;
  flex-wrap: wrap; /* biar bisa turun ke bawah kalau sempit */
  
}

/* Saat layar kecil (mobile) */
@media (max-width: 768px) {
  .wrapper-all-info {
    flex-direction: column; /* ubah jadi vertikal */
    align-items: flex-start; /* rata kiri */
    gap: 15px;
    margin-bottom: 50px;
  }
}

.wrapper-info {
  display: flex;
  align-items: center; /* bikin icon dan text sejajar vertikal */
}

.wrapper-info p {
  margin-top: 10px;
  margin-left: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

.wrapper-info a {
  /* margin-top: 10px; */
  margin-left: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;

  text-decoration: none;
}

.icon-contact {
  width: 60px;
  height: 60px;
}

@media (max-width: 768px) {
  .icon-contact {
    width: 44px;
    height: 44px;
  }
}
/* SECTION CONTACT -- END */

/* CUSTOM CARD -- START */
/* Custom card style */
.card-custom {
  width: 100%;
  border-radius: 20px;
  overflow: hidden; /* agar radius memotong gambar */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border: 0;
}

/* Gambar tetap proporsional dan menempel di atas */
.card-custom .card-img-top {
  width: 100%;
  height: 170px; /* sesuaikan tinggi */
  object-fit: cover;
  display: block;

  border-radius: 20px;
}

/* Batasi tinggi bagian text */
.wrapper-text {
  width: 100%;
  margin-top: 20px;
  max-height: 80px;   /* atur sesuai selera */
  overflow-y: auto;    /* scroll kalau kepanjangan */
}

/* Biar scroll lebih halus & kecil */
.wrapper-text::-webkit-scrollbar {
  width: 4px;
  display: none;
}
.wrapper-text::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.wrapper-text h5 {
  font-size: 16px;
}

.wrapper-text p {
  font-size: 12px;
}

.icon-arrow {
  width: 100%;
}

/* Baris atas: teks kiri dan tombol tengah */
.card-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

/* Container tombol tengah agar selalu center di layout kecil/besar */
.card-top-row .center-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* Tombol bundar */
.btn-circle {
  width: 44px;
  height: auto;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  border: 0;
  background: #f23f40;
}

.btn-circle:hover {
  background: #c61818ff;
}

/* teks kecil di bawah */
.card-small-text {
  color: #6b6f76;
  font-size: 0.95rem;
  margin-top: 0.75rem;
}

/* optional: hover */
.card-custom:hover {
  transform: translateY(-4px);
  transition: transform 0.18s ease;
}

.btn-live-demo {
  width: 130px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 0;
  background: #f23f40;
  color: #ffff;
  font-size: 12px;
}

.btn-live-demo:hover {
  background: #c61818ff;
  color: #ffff;
}
/* CUSTOM CARD -- END */

/* MODAL CUSTOM -- START */
.custom-modal {
  border: none;
  border-radius: 20px;
  padding: 10px 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.custom-modal .modal-header h1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.custom-modal .modal-body {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  padding: 10px 25px;
}

.custom-modal .modal-footer {
  padding: 10px 25px 20px;
}

.btn-light {
  background: #f3f4f6;
  border: none;
}

.btn-primary {
  border: none;
  border-radius: 12px;
}
/* MODAL CUSTOM -- END */

/* SECTION PORTOFOLIO -- START */
.section-portofolio {
  margin-top: 90px;
  padding: 30px;
}

.content-portofolio {
  background-color: #ffff;

  padding-top: 40px;
  padding-bottom: 40px;

  padding-left: 30px;
  padding-right: 30px;
  margin-top: -160px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .content-portofolio {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* SECTION PORTOFOLIO -- END */

/* SECTION TEMA EXCLUSIVE -- START */
.section-theme {
  margin-top: 40px;
  padding: 30px;
}

.content-theme {
  background-color: #ffff;

  padding-top: 40px;
  padding-bottom: 40px;

  padding-left: 30px;
  padding-right: 30px;
  margin-top: -160px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .content-theme {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* SECTION TEMA EXCLUSIVE -- END */

/* SECTION FOOTER -- START */
footer {
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #ffffff;
}

.logo-footer {
  margin-bottom: 14px;
  width: 250px;
}

.content-footer {
  margin-top: 50px;
  margin-bottom: 50px;
}

.title-footer {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;

  color: #f23f40;
}

.text-footer {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;

  color: #ffffff;
  text-decoration: none;
}

.wrapper-social-media {
  margin-top: 10px;

  display: flex;
  flex-direction: row;
}

.icon-social-media {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
/* SECTION FOOTER -- END */

/* WA FLOATING -- START */
/* ===== Tombol Utama ===== */
.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-button {
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 35px;
  height: 35px;
}

/* ===== Popup Chat ===== */
.whatsapp-chat-box {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 280px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: none; /* default: tersembunyi */
  animation: fadeInUp 0.3s ease;
}

.chat-header {
  background: #25d366;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header strong {
  font-size: 14px;
}

.chat-header span {
  cursor: pointer;
  font-size: 18px;
}

.chat-body {
  padding: 15px;
  font-size: 14px;
  color: #333;
}

.chat-btn {
  display: inline-block;
  margin-top: 10px;
  background: #25d366;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
}

.chat-btn:hover {
  background: #1ebc59;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* WA FLOATING -- END */

/* Toast notification */
.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: rgba(33, 37, 41, 0.95);
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 10001;
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 220px;
}
.toast.show {
  opacity: 1;
  transform: translateY(0);
}
.toast.success {
  background: linear-gradient(90deg, #16a34a, #4ade80);
  color: #06201a;
}
.toast.error {
  background: linear-gradient(90deg, #dc2626, #fb7185);
  color: white;
}

/* Small spinner used during send */
.spinner {
  width: 42px;
  height: 42px;
  border: 4px solid rgba(0, 0, 0, 0.08);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 12px auto 0;
  display: none;
}
.spinner.show {
  display: block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
