:root {
  --primary: #4e4bff;
  --blueMid: #8a7aff;
  --light: #f5f6ff;
}
body {
  background: #f3f4fb;
  font-family: "Poppins", Arial;
}
.btn {
  background: var(--light);
  color: var(--blueMid);
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}
.btn:hover {
  color: var(--blueMid);
  transform: translateY(-2px);
}
/*header*/
.logo-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.main-nav {
  transition: 0.3s ease;
  background: transparent;
}

.main-nav.scrolled {
  background: var(--blueMid);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.logo-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.navbar-toggler {
  border: none;
  color: var(--light) !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.nav-link {
  color: var(--light) !important;
  font-weight: 500;
}
.brand-logo i {
  color: var(--light) !important;
}
.brand-logo h4 {
  color: var(--light) !important;
}

.hero-modern {
  padding: 120px 0 90px;
  background: linear-gradient(
    180deg,
    #4b3df2 0%,
    #8a7aff 20%,
    #bfc4ff 45%,
    #eef0ff 70%,
    #ffffff 100%
  );
  border-radius: 0 0 35px 35px;
  color: #fff;
}

/* TEXT */
.hero-title {
  font-weight: 800;
  font-size: 38px;
  line-height: 1.2;
}

.hero-desc {
  margin-top: 10px;
  max-width: 420px;
  opacity: 0.9;
  color: rgb(255, 255, 255);
}

/* BUTTONS */
.hero-btn-primary {
  background: #fff;
  color: var(--primary);
  border-radius: 12px;
  font-weight: 600;
}

.hero-btn-outline {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
}
/* IMAGE */
.hero-img {
  padding: 10px 18px;
  position: relative;
  width: 300px;
  left: 80px;
  z-index: 2;
}

/* RATING BOX */
.hero-rating {
  background: var(--blueMid);
  border-radius: 16px;
  padding: 10px 18px;
  width: max-content;
  margin-top: 12px;
}

.rating-value {
  font-weight: 800;
  font-size: 20px;
}

.rating-text {
  opacity: 0.9;
  margin-left: 6px;
}
/* Appointment Bar */
.appointment-bar {
  background: var(--light);
  border-radius: 15px;
  padding: 18px 20px;
  margin-top: -50px; /* يطلع فوق الهيرو */
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* حقول الفورم */
.form-field {
  border-radius: 15px;
  height: 40px;
}

/* زر الحجز */
.make-btn {
  background: var(--blueMid);
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  transition: 0.2s;
}

.make-btn:hover {
  opacity: 0.9;
  color: var(--blueMid);
  transform: translateY(-2px);
}
/* Features Section */
.feature-item {
  text-align: center;
}

.feature-icon {
  font-size: 42px;
  color: var(--blueMid);
  margin-bottom: 6px;
}

.feature-item h5 {
  font-weight: 700;
}

.feature-item p {
  color: #666;
}
/* Stats Section */
.stats-box {
  background: linear-gradient(135deg, #6b63ff, #a69eff);
  padding: 28px 35px;
  border-radius: 18px;
  color: #fff;
  gap: 15px;
}

.stats-icon {
  font-size: 36px;
  color: var(--light);
  margin-bottom: 8px;
}

.counter {
  font-size: 32px;
  font-weight: 800;
  color: beige;
}

.stats-label {
  color: beige;
  font-size: 14px;
}

/* Testimonial Section */
.testimonial-box {
  border-radius: 18px;
  overflow: hidden;
}

/* الصورة */
.testimonial-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* اليمين */
.testimonial-content {
  padding: 35px;
  text-align: center;
}

/* عنوان صغير */
.tag {
  color: var(--blueMid);
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* رمز الاقتباس */
.quote-icon {
  font-size: 32px;
  color: var(--blueMid);
  margin: 10px 0;
}

/* نص الريفيو */
.testimonial-text {
  color: #666;
  font-style: italic;
  max-width: 420px;
  margin: auto;
}

/* الشخص */
.review-person {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}
/*  blog css*/
.blog-card {
  border-radius: 18px;
  padding: 12px;
  gap: 12px;
}

.blog-img {
  width: 150px;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
}

.blog-content p {
  color: #666;
  margin: 6px 0;
}

.blog-tag {
  color: var(--blueMid);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.read-link {
  color: var(--blueMid);
  font-weight: 600;
  text-decoration: none;
}

.read-link:hover {
  text-decoration: underline;
}
.faq-tag {
  color: var(--blueMid);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.accordion-button {
  font-weight: 600;
  background: #f5f8ff;
}

.accordion-button:not(.collapsed) {
  color: #4b3df2;
  background: #e8ecff;
}

.accordion-item {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #eef1ff;
}

.cta-box {
  background: linear-gradient(135deg, #6b63ff, #a69eff);
  padding: 28px 35px;
  border-radius: 18px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

/* زر الحجز */
.cta-btn {
  background: #ffffff;
  color: #4b3df2;
  font-weight: 700;
  padding: 10px 26px;
  border-radius: 25px;
  transition: 0.2s;
}

.cta-btn:hover {
  background: var(--blueMid);
  color: var(--light);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
  }
}

/* Footer Styles */
.footer-section {
  background: #ffffff;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  text-decoration: none;
  color: #555;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: #4e4bff;
}

.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #444;
}

.footer-contact i {
  color: #4e4bff;
  margin-right: 6px;
}

.newsletter-box input {
  border-radius: 8px;
}

.newsletter-box button {
  border-radius: 8px;
  background: linear-gradient(135deg, #6b63ff, #4b3df2);
  color: var(--light);
}

.social-icons i {
  font-size: 18px;
  cursor: pointer;
  color: var(--blueMid);
}

.social-icons i:hover {
  color: #4e4bff;
}
.logo {
  color: var(--blueMid) !important;
}

/* Start Custom CSS */

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    margin-bottom: 18px;

    background: rgba(47, 73, 155, 0.08);
    color: #3155ba;

    border-radius: 50px;

    font-size: 13px;
    font-weight: 600;
}

.hero-label i {
    font-size: 14px;
}

.hero-title {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    color: #3d4859;
    margin-bottom: 20px;
}

.hero-title span {
    color: #3155ba;
}

.hero-desc {
    max-width: 530px;

    font-size: 16px;
    line-height: 1.8;

    color: #6b7280;

    margin-bottom: 28px;
}

.hero-action {
    display: flex;
    align-items: center;
    gap: 18px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    padding: 15px 24px;

    background: linear-gradient(
        135deg,
        #2447a5,
        #4968cf
    );

    color: #fff;

    border-radius: 12px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 600;

    box-shadow: 0 12px 30px rgba(49, 85, 186, 0.25);

    transition: all 0.3s ease;
}

.hero-btn:hover {
    color: #fff;

    transform: translateY(-3px);

    box-shadow: 0 18px 35px rgba(49, 85, 186, 0.35);
}

.hero-btn i {
    width: 26px;
    height: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.15);

    border-radius: 50%;

    transition: 0.3s;
}

.hero-btn:hover i {
    transform: translateX(3px);
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eef2ff;

    color: #3155ba;

    border-radius: 12px;

    font-size: 20px;
}

.hero-trust strong {
    display: block;

    color: #3d4859;

    font-size: 14px;
    font-weight: 700;
}

.hero-trust span {
    display: block;

    color: #8a94a6;

    font-size: 12px;
}

/* Image Hero */
.hero-image-wrapper {
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Main image */
.hero-image-container {
    position: relative;
    width: 85%;
    z-index: 2;
    animation: floatingImage 5s ease-in-out infinite;
}

.hero-img {
    width: 100%;
    height: auto;
    display: block;

    /* Membuat bentuk tidak terlalu kotak */
    border-radius: 35px;

    /* Shadow lebih soft */
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Decorative circles */
.hero-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.circle-1 {
    width: 280px;
    height: 280px;
    background: rgba(13, 110, 253, 0.10);
    top: 20px;
    right: 10px;
}

.circle-2 {
    width: 150px;
    height: 150px;
    background: rgba(13, 110, 253, 0.08);
    bottom: 30px;
    left: 20px;
}

/* Floating cards */
.floating-card {
    position: absolute;
    z-index: 5;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 18px;

    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.12);

    backdrop-filter: blur(10px);

    animation: floatingCard 4s ease-in-out infinite;
}

.floating-card i {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #0d6efd;
    color: white;

    font-size: 20px;
}

.floating-card small {
    display: block;
    color: #777;
    font-size: 11px;
}

.floating-card strong {
    display: block;
    color: #1f2937;
    font-size: 14px;
}

/* Card position */
.floating-card-1 {
    top: 18%;
    left: 0;
}

.floating-card-2 {
    right: 0;
    bottom: 18%;
    animation-delay: 1s;
}

/* Floating animation */
@keyframes floatingImage {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes floatingCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Mobile */
@media (max-width: 767px) {

    .hero-image-wrapper {
        min-height: 380px;
        margin-top: 40px;
    }

    .hero-image-container {
        width: 90%;
    }

    .floating-card {
        padding: 8px 12px;
    }

    .floating-card i {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .floating-card-1 {
        left: 0;
    }

    .floating-card-2 {
        right: 0;
    }
}

/* Start Section Proses Pembayaran */
.stats-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #ffffff;
}

.step-number {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 12px;
    border-radius: 20px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;

    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.stats-icon {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
    color: #ffffff;
}

.stats-label {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.75);
}
/* End Section Proses Pembayaran */

/* Start Logo */
.logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.logo-img-footer {
    height: 20px;
    width: auto;
    object-fit: contain;
}
/* End Logo */

/* Start Modal */
.read-link {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    color: #6c63ff;
    font-weight: 600;
    text-decoration: none;
}

.read-link:hover {
    text-decoration: none;
}
/* End Modal */

/* Start Modal Detail Informasi */
.detail-image-wrapper {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 16px;
    background: #f5f7fa;
}

.detail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.detail-date {
    font-size: 14px;
    color: #7b8190;
    font-weight: 500;
}

.detail-date i {
    color: #5b6cff;
}

.detail-title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #20232a;
    margin-top: 8px;
}

.detail-divider {
    width: 60px;
    height: 4px;
    border-radius: 10px;
    background: #5b6cff;
}

.detail-content {
    font-size: 16px;
    line-height: 1.9;
    color: #555b66;
    white-space: normal;
}


/* Modal */
#modal-detail .modal-content {
    border-radius: 20px;
}


/* Mobile */
@media (max-width: 576px) {

    .modal-body {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .detail-image-wrapper {
        height: 220px;
        border-radius: 12px;
    }

    .detail-title {
        font-size: 23px;
    }

    .detail-content {
        font-size: 15px;
        line-height: 1.8;
    }
}
/* End Modal Detail Informasi */

/* Start Cek Pembayaran Section */
/* ========================================
   CEK PEMBAYARAN
======================================== */

.payment-check-section {
    background: #f8fafc;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border-radius: 50px;
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    font-size: 13px;
    font-weight: 600;
}

.payment-check-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.payment-check-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    font-size: 28px;
}

.payment-input {
    height: 52px;
}

.payment-input .input-group-text {
    border: 1px solid #dee2e6;
    border-right: 0;
    background: #f8fafc;
    color: #0d6efd;
    padding-left: 16px;
    padding-right: 16px;
}

.payment-input .form-control {
    height: 52px;
    border-left: 0;
    font-size: 14px;
    box-shadow: none;
}

.payment-input .form-control:focus {
    border-color: #dee2e6;
    box-shadow: none;
}

.payment-check-btn {
    height: 52px;
    border-radius: 10px;
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.payment-check-btn:hover {
    background: #0b5ed7;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
}

.payment-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f8fafc;
    color: #6c757d;
    font-size: 13px;
    line-height: 1.6;
}

.payment-info i {
    color: #0d6efd;
    margin-top: 2px;
}

@media (max-width: 768px) {

    .payment-check-card {
        padding: 25px 20px;
        border-radius: 16px;
    }

    .payment-check-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .payment-check-icon {
        width: 58px;
        height: 58px;
        font-size: 24px;
    }

}

/* Hasil Pembayaran */
.payment-result {
    border: 1px solid #e9ecef;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.payment-result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e9ecef;
}

.payment-result-header small {
    display: block;
    color: #6c757d;
    font-size: 12px;
    margin-bottom: 4px;
}

.payment-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

.payment-status.success {
    background: #e8f7ee;
    color: #198754;
}

.payment-status.pending {
    background: #fff4e5;
    color: #d97706;
}

.payment-status.failed {
    background: #fdecec;
    color: #dc3545;
}

.payment-detail-list {
    padding: 10px 20px;
}

.payment-detail-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px dashed #e9ecef;
    font-size: 14px;
}

.payment-detail-item:last-child {
    border-bottom: none;
}

.payment-detail-item span {
    color: #6c757d;
}

.payment-detail-item strong {
    text-align: right;
    color: #212529;
}

.payment-not-found {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    border-radius: 14px;
    background: #fff8f8;
    border: 1px solid #f5d6d6;
}

.payment-not-found-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdecec;
    color: #dc3545;
    font-size: 20px;
}

@media (max-width: 576px) {

    .payment-result-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .payment-detail-item {
        flex-direction: column;
        gap: 4px;
    }

    .payment-detail-item strong {
        text-align: left;
    }

    .payment-not-found {
        align-items: flex-start;
    }
}

/* Icon Refresh */
.payment-refresh-btn {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    font-size: 18px;
    transition: all 0.3s ease;
}

.payment-refresh-btn:hover {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    transform: rotate(180deg);
}

/* Cetak Bukti Pembayaran */
.payment-result-actions {
    display: flex;
    gap: 10px;
    padding: 20px;
    border-top: 1px solid #e9ecef;
}

.payment-result-actions .btn {
    flex: 1;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .payment-result-actions {
        flex-direction: column;
    }

    .payment-result-actions .btn {
        width: 100%;
    }
}

/* End Cek Pembayaran Section */

/* Start tampilan QRIS */
.qris-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qris-label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.qris-image {
    width: 280px;
    height: 280px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}
/* End tampilan QRIS */

/* End Custom CSS */
