
/* === Heading Styles === */
h1 { font-size: 2.5rem; } /* 40px */
h2 { font-size: 2rem; }   /* 32px */
h3 { font-size: 1.75rem; } /* 28px */
h4 { font-size: 1.5rem; } /* 24px */
h5 { font-size: 1.25rem; } /* 20px */

/* === Paragraph Styles === */
p {
    font-size: 1rem; /* 16px */
    margin-bottom: 1rem;
}

/* === Responsive Adjustments === */
@media (max-width: 992px) {  /* Tablet */
    h1 { font-size: 2rem; }  /* 32px */
    h2 { font-size: 1.75rem; } /* 28px */
    h3 { font-size: 1.5rem; } /* 24px */
    h4 { font-size: 1.25rem; } /* 20px */
    h5 { font-size: 1.1rem; }  /* 18px */
    p { font-size: 1rem; }  /* 16px */
}

@media (max-width: 768px) {  /* Mobile */
    h1 { font-size: 1.75rem; } /* 28px */
    h2 { font-size: 1.5rem; } /* 24px */
    h3 { font-size: 1.25rem; } /* 20px */
    h4 { font-size: 1.1rem; }  /* 18px */
    h5 { font-size: 1rem; }    /* 16px */
    p { font-size: 0.9rem; }   /* 14px */
}

@media (max-width: 576px) {  /* Small Mobile */
    h1 { font-size: 1.5rem; } /* 24px */
    h2 { font-size: 1.25rem; } /* 20px */
    h3 { font-size: 1.1rem; }  /* 18px */
    h4 { font-size: 1rem; }    /* 16px */
    h5 { font-size: 0.9rem; }  /* 14px */
    p { font-size: 0.85rem; }  /* 13px */
}

/* Font Poppins */

.poppins-thin {
    font-family: "Archivo", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Archivo", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Archivo", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.poppins-medium {
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Archivo", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Archivo", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Archivo", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Archivo", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Archivo", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Archivo", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Archivo", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.berkshire-regular {
    font-family: "Berkshire Swash", cursive;
    font-weight: 400;
    font-style: normal;
}

.montserrat-regular {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.montserrat-semibold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.nav-item {
    position: relative;
  }
  
  .badge-counter {
    position: absolute;
    top: -5px;
    right: -23px;
    background-color: red;
    color: white;
    border-radius: 50%;
    font-size: 0.7em;
    padding: 3px 5px;
  }
  
  @media (max-width: 576px) { 

  
    .badge-counter {
        top: -5px;
        right: -20px;
        font-size: 0.7em;
        padding: 3px 2px;
    }
  }
  

/* Mengatur active navbar menu saat dipilih */

.active {
    color: #9A7AB3;
}
.nonactive {
    color: #453462;
}
.yellow {
    color: #C48F8C;
}
.blue {
    color: #9A7AB3;
}
.main-purple-color {
    color: #734d91;
}
.main-cream-color {
    color: #FFE6DE;
}
.cta-color {
    color: #C48F8C;
}
.nav-color {
    color: #a56d6a;
}
.header-text-color {
    color: #453462;
}
.white-color {
    color: #fff;
}
.gradient-bg {
    background: linear-gradient(135deg, 
        #F1EAFF 10%, 
        #ffeef9 35%, 
        #fdf6e0 60%, 
        #f2eaff 100%);
}

.bg-light-purple {
    background-color: #F1EAFF;
}


.logo-img {
    width: 65%;
    height: auto;
}

.nama-produk-font{
    font-size: 1.1rem;
}


@media (max-width: 768px) { /* Medium screen (md) */
    .logo-img {
        width: 60% !important;
    }

    .nama-produk-font{
        font-size: 1rem;
    }
}

@media (max-width: 576px) { /* Small screen (sm) */
    .logo-img {
        width: 40% !important;
    }

    .nama-produk-font{
        font-size: 0.9rem;
    }

    .custom-login-title {
        font-size: 1.35rem; /* Sesuai ukuran yang diinginkan */
        font-weight: bold;  /* Tebal */
    }
}


.custom-card-title {
    font-size: 1.25rem; /* Sesuai ukuran yang diinginkan */
    font-weight: bold;  /* Tebal */
}
.custom-total-title {
    font-size: 1.2rem; /* Sesuai ukuran yang diinginkan */
    font-weight: bold;  /* Tebal */
}


.custom-login-title {
    font-size: 1.80rem; /* Sesuai ukuran yang diinginkan */
    font-weight: bold;  /* Tebal */
}

.btn-login {
    background-color: transparent;
    color: #C48F8C;
    border: 2px solid #C48F8C;
    border-radius: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-login:hover {
    background-color: #C48F8C;
    color: #fff;
}


.btn-cta {
    background-color: #C48F8C;
    border: 2px solid #C48F8C;
    color: white;
    border-radius: 30px;
    font-size: clamp(14px, 1.2vw, 16px);
    padding: 10px 32px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-cta:hover {
    color: white;
    background-color: #a97a77;
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .btn-cta {
        padding: 10px 28px;
    }
}

@media (max-width: 767px) {
    .btn-cta {
        padding: 8px 23px;
    }

    .custom-card-title {
        font-size: 1.15rem; /* Sesuai ukuran yang diinginkan */
        font-weight: bold;  /* Tebal */
    }
    .custom-total-title {
        font-size: 1.1rem; /* Sesuai ukuran yang diinginkan */
        font-weight: bold;  /* Tebal */
    }

    .custom-login-title {
        font-size: 1.45rem; /* Sesuai ukuran yang diinginkan */
        font-weight: bold;  /* Tebal */
    }
}

.btn-cta-outline {
    background-color: transparent;
    border: 2px solid #C48F8C;
    color: #C48F8C;
    border-radius: 30px;
    font-size: clamp(14px, 1.2vw, 16px);
    padding: 10px 32px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.btn-cta-outline:hover {
    background-color: #C48F8C;
    color: white;
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .btn-cta-outline {
        padding: 8px 28px;
    }
}

@media (max-width: 767px) {
    .btn-cta-outline {
        padding: 10px 23px;
    }
}

.btn-cta-outline:active {
    background-color: #C48F8C !important;
    color: white !important;
    border-color: #C48F8C !important;
    transform: scale(0.98); /* Efek klik agar terasa responsif */
}
.btn-cta:active {
    background-color: #C48F8C !important;
    color: white !important;
    border-color: #C48F8C !important;
    transform: scale(0.98); /* Efek klik agar terasa responsif */
}


/* .container, .row, .col, .col-lg-6 {
    border: 1px solid red;
} */



.form-check-input[type="radio"] {
    border: 3px solid #a56d6a; /* warna border */
 
}

.form-check-input[type="radio"]:checked {
    background-color: #a56d6a; /* warna isi ketika dipilih */
}
 
.form-login {
    border-radius: 30px;
    border: 2px solid #453462;
}

@media (max-width: 991px) {
    .small-text-icons .nav-link {
        font-size: 0.9em; /* Ukuran teks lebih kecil */
        padding: 6px 10px; /* Padding lebih kecil agar lebih rapat */
    }

    .small-text-icons i {
        font-size: 0.9em; /* Ukuran ikon lebih kecil */
    }

    .custom-toggler {
        border-color: #453462; /* Warna border hamburger tetap */
    }

    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=UTF8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(69,52,98, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 24px;
        height: 24px;
    }
}

.custom-border {
    border: 2px solid #9A7AB3; /* Warna ungu */
}

.header-text-style{
    color: #453462;
    font-family: "Berkshire Swash", cursive;
    font-weight: 400;
    font-style: normal;
}
.footer {
    background-color: #feeaea;
    padding: 40px 0;
    font-family: Arial, sans-serif;
  }
  .footer h2 {
    font-size: 16px;
    font-weight: bold;
    color: #58447A;
  }
  .footer p, .footer a {
    font-size: 14px;
    color: #58447A;
    text-decoration: none;
  }
  .footer a:hover {
    color: #9A7AB3;
  }

  .footer a p:hover {
    color: #9A7AB3;
  }
  .footer .divider {
    border-top: 1px solid #d9d6d6;
    margin: 20px 0;
  }
  .footer .copyright {
    font-size: 14px;
    color: #58447A;
    text-align: center;
    margin-top: 20px;
  }
  .footer-logo {
    display: flex;
    align-items: center;
  }
  .footer-logo img {
    width: 130px;
    margin-right: 20px;
  }
  .footer-logo-text {
    display: flex;
    flex-direction: column;
  }
  .footer-logo-text span {
    color: #58447A;
    line-height: 1;
  }
  .footer-logo-text span:first-child {
    font-size: 1.5em;
  }
  .footer-logo-text span:last-child {
    font-size: 2em;
  }
  .footer-icon {
    margin-right: 8px;
    color: #C48F8C;
  }
  .footer-contact {
    display: flex;
    flex-direction: column;
  }
  .footer-contact p {
    margin-bottom: 5px;
  }
  .footer .footer-content {
    display: flex;
    justify-content: space-between; /* Membuat kolom-kolom menyebar */
    flex-wrap: wrap; /* Membuat kolom turun ke bawah jika tidak cukup ruang */
    gap: 30px; /* Jarak antar kolom */
  }
  .footer .footer-section {
    flex: 1; /* Kolom akan menyesuaikan lebar berdasarkan isi konten */
     }
  @media (max-width: 576px) {
    .footer .footer-section {
      flex: 1 1 100%; /* Pada tampilan mobile, kolom akan mengambil lebar penuh */
    }

    .footer-logo img {
        width: 80px;
    }

    .footer-logo-text span:first-child {
    font-size: 1.3em;
    }
    .footer-logo-text span:last-child {
    font-size: 1.6em;
    }
}

 

.footer .fab {
    background-color: #fcd6d4f4; /* Warna putih pudar */
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #C48F8C; /* Warna ikon */
    transition: background-color 0.3s; /* Animasi halus */
}

.footer .fab:hover {
    background-color:  #ffdedcf4; /* Warna lebih terang saat hover */
}

.footer-icon {
    background-color: #fcd6d4f4; /* Warna putih pudar */
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #C48F8C; /* Warna ikon */
    transition: background-color 0.3s; /* Animasi halus */
}

.footer-icon:hover {
    background-color:  #ffdedcf4; /* Warna lebih terang saat hover */
}

.btn-belanja {
    color: white;
    background-color: #c48f8c; /* Warna utama */
    border: none;
    transition: background-color 0.3s ease, transform 0.2s ease; /* Animasi halus */
    padding: 7px 14px; /* Ukuran padding lebih kecil */
    font-size: 20px; /* Ukuran font lebih kecil */
    margin-bottom: 10px;
    margin-right: 10px;
}

.btn-belanja:hover {
    color: white;
    background-color: #a06c68; /* Warna lebih gelap saat hover */
    transform: scale(1.1); /* Membesar sedikit saat hover */
}

.btn-belanja:active {
    background-color: #C48F8C !important;
    color: white !important;
    border-color: #C48F8C !important;
    transform: scale(0.98); /* Efek klik agar terasa responsif */
}

@media (max-width: 576px) { /* Small Mobile */
    .btn-belanja {
        padding: 6px 12px; /* Ukuran padding lebih kecil */
        aspect-ratio: 1;
        font-size: 16px; /* Ukuran font lebih kecil */
        margin-bottom: 0px;
        margin-right: 0px;
    }

}

.slogan-beranda {
    font-size: 40px;
    /* Ukuran font default */
}


/* Media query untuk layar lebih kecil dari 768px (hp) */
@media (max-width: 768px) {
    .slogan-beranda {
        font-size: 28px;
        /* Ukuran font untuk layar kecil */
    }
}

/* Media query untuk layar lebih kecil dari 576px (hp lebih kecil) */
@media (max-width: 576px) {
    .slogan-beranda {
        font-size: 18px;
        /* Ukuran font untuk layar sangat kecil */
    }
}

.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
    transform: scale(1.05); /* Membesar sedikit */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Bayangan lebih jelas */
}



.testimonial-card {

     background: white;
    border-radius: 15px;
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    border-bottom: 3px solid #9A7AB3;
    display: flex;
    flex-direction: column;
    justify-content: center;  /* <-- ini buat pusat vertikal isi utama */
    flex: 1;
 
    min-height: 226px; /* Atur tinggi sesuai kebutuhan */
}


.testimonial-card:hover {
    transform: translateY(-5px);
}


.quote-icon {
    font-size: 30px; /* Perbesar icon */
    color: #C48F8C; /* Warna ungu */
    display: block;
}


.testimonial-slider {
    padding-bottom: 70px; /* Tambahkan lebih banyak ruang di bawah */
    overflow: visible; /* Pastikan pagination tidak tersembunyi */
}


.swiper-pagination {
    position: absolute;
    bottom: -90px; /* Tambahkan lebih banyak jarak ke bawah */
    left: 50%;
    transform: translateX(-50%);
}


.swiper-wrapper {
    padding-bottom: 10px; /* Hindari pagination tumpang tindih */
    margin-bottom: 30px; /* Beri ruang antara card dan pagination */
}

.swiper-slide {
    margin-bottom: 8px; /* Beri ruang antara card dan pagination */
}

.swiper-pagination-bullet {
    background: #9A7AB3 !important; /* Warna ungu */
    opacity: 0.5; /* Supaya tidak terlalu mencolok */
}

.swiper-pagination-bullet-active {
    background: #9A7AB3 !important; /* Warna ungu saat aktif */
    opacity: 1;
}

.instagram-bg {
    background: url('/storage/images/hero/instagram.png') no-repeat center center;
    background-size: cover;
    min-height: 220px;
    display: flex;
    align-items: center;
}


/* Untuk layar sedang (tablet) */
@media (max-width: 768px) {
    .instagram-bg {
        min-height: 150px;
    }
}

/* Untuk layar lebih kecil (smartphone) */
@media (max-width: 576px) {
    .instagram-bg {
        min-height: 100px; /* Sesuaikan tinggi untuk layar kecil */
    }

    .testimonial-card {
        min-height: 170px; /* Sesuaikan tinggi untuk layar kecil */
    }
}


.produk-bg {
    background: url('/storage/images/hero/produk.png') no-repeat center center;
    background-size: cover;
    min-height: 472px;
    display: flex;
    align-items: center;
}



/* Untuk layar sedang (tablet) */
@media (max-width: 768px) {
    .produk-bg {
        min-height: 200px;
        background-position: 75% center;
    }
}

/* Untuk layar lebih kecil (smartphone) */
@media (max-width: 576px) {
    .produk-bg {
        min-height: 200px; /* Sesuaikan tinggi untuk layar kecil */
    }
}

.rasa-bg {
    background: url('/storage/images/hero/rasa.png') no-repeat center center;
    background-size: cover;
    min-height: 472px;
    display: flex;
    align-items: center;
}



/* Untuk layar sedang (tablet) */
@media (max-width: 768px) {
    .rasa-bg {
        min-height: 200px;
        background-position: 75% center;
    }
}

/* Untuk layar lebih kecil (smartphone) */
@media (max-width: 576px) {
    .rasa-bg {
        min-height: 200px; /* Sesuaikan tinggi untuk layar kecil */
    }
}

.beranda-hero-bg {
    background: url('/storage/images/hero/rasa.png') no-repeat center center;
    background-size: cover;
    min-height: 472px;
    display: flex;
    align-items: center;
}



/* Untuk layar sedang (tablet) */
@media (max-width: 768px) {
    .beranda-hero-bg {
        min-height: 200px;
         background-position: 75% center;
    }
}

/* Untuk layar lebih kecil (smartphone) */
@media (max-width: 576px) {
    .beranda-hero-bg {
        min-height: 200px; /* Sesuaikan tinggi untuk layar kecil */
    }
}

.tentang-kami-bg {
    background: url('/storage/images/hero/about_us.png') no-repeat center center;
    background-size: cover;
    min-height: 472px;
    display: flex;
    align-items: center;
}



/* Untuk layar sedang (tablet) */
@media (max-width: 768px) {
    .tentang-kami-bg {
        min-height: 200px;
    }
}

/* Untuk layar lebih kecil (smartphone) */
@media (max-width: 576px) {
    .tentang-kami-bg {
        min-height: 200px; /* Sesuaikan tinggi untuk layar kecil */
    }
}
/* Style Form */
/* FORM FLEX SEBARIS TANPA MARGIN */
.form-container {
    display: flex;
    align-items: center;
    gap: 8px; /* Jarak antar elemen tetap kecil */
    justify-content: flex-start; /* Semua geser ke kiri */
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* ICON FILTER */
.filter-icon {
    font-size: 30px; /* Ukuran font lebih besar */
    color: #9A7AB3;
    cursor: pointer;
    font-weight: bold; /* Menambahkan ketebalan */
}

/* STYLE DROPDOWN */
.form-container select {
    border: 2px solid #9A7AB3;
    border-radius: 8px;
    padding: 6px 16px; /* Tambah padding agar icon dropdown tidak numpuk */
    font-size: 14px;
    color: #333;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: auto;
    min-width: 140px; /* Tambahkan min-width biar tidak kependekan */
}

.form-container select:focus {
    border-color: #9A7AB3;
    box-shadow: 0 0 8px rgba(215, 203, 224, 0.3);
    outline: none;
}

/* STYLE BUTTON */
.btn-filter {
    background-color: #9A7AB3;
    color: white;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-filter:hover {
    background-color: #9A7AB3;
    color: #9A7AB3;
    transform: translateY(-1px);
    border-color: #9A7AB3;
}

.btn-filter:active {
    transform: translateY(0);
}

/* RESPONSIVE MOBILE: MASIH SEBARIS TAPI TANPA MARGIN */
@media (max-width: 576px) {
    .form-container {
        flex-wrap: nowrap; /* Tetap sebaris */
        gap: 5px;
        width: 100%;
    }

    .form-container select {
        min-width: 130px; /* Biar dropdown tetap rapi */
        padding: 6px 12px;
    }

    .btn-filter {
        padding: 6px 10px;
        font-size: 13px;
    }
}

.no-gap {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.form-control {
    border: 2px solid #9A7AB3;
    border-radius: 15px;
}

.rating {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.rating i {
    font-size: 24px;
    color: #f4c430;
    cursor: pointer;
}

.testimoni-slider-2 {
    width: 80%;
    max-width: 900px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

/* Semua slide kecil secara default */
.testimoni-slider-2 .testimoni-slide {
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    transform: scale(0.7); 
    filter: brightness(50%); /* Default lebih gelap */
    text-align: center;
}

/* Slide Tengah Lebih Besar & Jelas */
.testimoni-slider-2 .swiper-slide-active {
    transform: scale(1) !important;
    filter: brightness(100%) !important;
    z-index: 2;
}

/* Ukuran gambar */
.testimoni-slider-2 .testimoni-slide img {
    width: 100%;       /* Agar gambar lebar penuh */
    height: 550px;     /* Atur tinggi tetap */
    object-fit: cover; /* Memotong gambar agar tetap proporsional */
    border-radius: 10px; /* Opsional: Membuat sudut lebih lembut */
}

/* Navigasi Swiper */
.testimoni-button-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s;
}

/* Tombol prev di depan slide pertama */
.testimoni-button-2.testimoni-button-prev {
    left: 5%;
}

/* Tombol next di depan slide terakhir */
.testimoni-button-2.testimoni-button-next {
    right: 5%;
}

/* Ikon panah */
.testimoni-button-2::before {
    content: '‹';
    font-size: 25px;
}

.testimoni-button-2.testimoni-button-next::before {
    content: '›';
}

/* Responsif */
@media (max-width:900px) {
    .testimoni-slider-2 .testimoni-slide img {
        height: 470px;     /* Atur tinggi tetap */
        width: 250px;     /* Atur tinggi tetap */
    }
    
    .testimoni-slider-2 {
        width: 100%;
    }

    .testimoni-slider-2 .testimoni-slide {
        transform: scale(0.7);
        filter: brightness(50%);
        
    }
    .testimoni-slider-2 .swiper-slide-active {
        transform: scale(1.2) !important;
        filter: brightness(100%) !important;
    }

    .testimoni-button-2 {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .testimoni-button-2.testimoni-button-prev {
        left: 3%;
    }

    .testimoni-button-2.testimoni-button-next {
        right: 3%;
    }
}

@media (max-width: 576px) {
    .testimoni-slider-2 .swiper-slide-active {
        transform: scale(1.2) translateX(-63%) !important;
        
    }
}


.icon-box {
    width: 45px;
    aspect-ratio: 1;
    height: 45px;
    background-color: #9A7AB3; /* Warna ungu lembut */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.icon-arrow {
    width: 20px; 
    height: 20px; 
    margin-right: 8px; 
    vertical-align: middle; 
}

.back-text {
    display: inline-flex;
    align-items: center; /* Biar panah dan teks sejajar */
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #b67f7d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.back-text:hover {
    color: #9a6865;
}


/* Mengatur font saat di layar tertentu */

.judul-daftar-partai {
    font-size: 64px;
    /* Ukuran font default */
}


.btn-blue {
    background-color: #162f50;
    border-radius: 30px;
    font-size: 18px;
    padding: 12px;
}

.btn-blue:hover {
    background-color: #0e1937;
}

/* Bagian untuk mengatur countdown timer di beranda */

.countdown-timer {
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    justify-content: space-around;
}

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

.count-box {
    background-color: #1e3a61;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.count-number {
    font-size: 50px;
    font-weight: bold;
    color: white;
    margin: 0;
    position: relative;
    z-index: 2;
}

.separator {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f1f1f1;
    z-index: 1;
}

.count-label {
    font-size: 18px;
    font-weight: bold;
    color: #1e3a61;
    margin-top: 5px; /* Sesuaikan jika diperlukan */
}

.count-box:last-child .separator {
    display: none; /* Hilangkan separator di kolom terakhir */
}

/* Bagian untuk mengatur sinar dsb di bagian beranda */

textarea {
    position: relative;
    height: 100px; /* Sesuaikan dengan tinggi yang diinginkan */
}

textarea::placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.starburst {
    position: absolute;
    top: 50%;
    left: 55%;
    width: 450px;
    height: 380px;
    background: radial-gradient(
        circle,
        #66403e 30%,
        rgba(255, 255, 255, 0) 70%
    );
    opacity: 0.3;
    transform: translate(-50%, -50%) rotate(0deg);
    pointer-events: none; /* Supaya cahaya tidak mengganggu interaksi */
    border-radius: 50%;
    z-index: 0; /* Cahaya di latar belakang */
}

.starburst-yellow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 430px;
    height: 430px;
    background: radial-gradient(
        circle,
        rgb(255, 226, 110) 1%,
        rgba(255, 255, 255, 0) 70%
    );
    opacity: 0.5;
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none; /* Supaya cahaya tidak mengganggu interaksi */
    border-radius: 50%;
    z-index: 0; /* Cahaya di latar belakang */
}

.starburst-blue {
    position: absolute;
    top: 50%;
    left: 45%;
    width: 430px;
    height: 430px;
    background: radial-gradient(
        circle,
        rgba(154, 122, 179, 0.8) 20%,
        rgba(255, 255, 255, 0) 65%
    );
    opacity: 0.3;
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none; /* Supaya cahaya tidak mengganggu interaksi */
    border-radius: 50%;
    z-index: 0; /* Cahaya di latar belakang */
}

.col-lg-7 {
    position: relative; /* Untuk memastikan sinar cahaya ditempatkan relatif terhadap elemen ini */
}

.row {
    z-index: 1; /* Memastikan teks dan tombol tetap di atas sinar */
    position: relative; /* Menjaga teks dan tombol tetap di atas sinar tanpa memodifikasi relative positioning secara individual */
}

.btn-google:hover {
    background-color: #f6c268; /* Warna biru */
    border-color: #93733c; /* Warna border biru */
    color: black; /* Warna teks menjadi putih */
}
.nav-link:hover{
    color: #ad7572 !important;  /* Warna teks menjadi ungu */
}
.nav-link:hover i{
    color: #ad7572 !important;  /* Warna teks menjadi ungu */
}


/* CSS For panduan */

.panduan-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.panduan-steps .panduan-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem;
}

@media (min-width: 768px) {
    .panduan-steps .panduan-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: 0.25rem dotted #9A7AB3;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: 0.3125rem;
    }
    .panduan-steps .panduan-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: 0.25rem dotted #9A7AB3;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: 0.3125rem;
    }
}

.panduan-steps .panduan-content {
    width: 10rem;
    text-align: center;
}

.panduan-steps .panduan-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #9A7AB3;
}

.panduan-steps .panduan-content .inner-circle:before {
    content: "";
    background-color: #9A7AB3;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: 0.5;
}

/* CSS for coblos step */

.main-panduan {
    position: relative;
}

/* The actual panduan (the vertical ruler) */
.main-panduan::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #949793;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.panduan {
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the panduan */
.panduan::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #fff;
    border: 5px solid #9A7AB3;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */

.left {
    padding: 0px 40px 20px 0px;
    left: 0;

}

.card-right {
    background-color: #E3DBFF;

}

.card-left {
    background-color: #FFE6DE;

}


/* Place the container to the right */
.right {
    padding: 0px 0px 20px 40px;
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -12px;
}

/* Media queries - Responsive panduan on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .main-panduan::after {
        left: 31px;
    }

    /* Full-width containers */
    .panduan {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .panduan::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 18px;
    }

    .left::before {
        right: auto;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}


.hero-swiper-container {
    position: relative;
    width: 100%;
}

.hero-swiper {
    width: 100%;
    height: 100%;
}

.hero-swiper .swiper-slide {
    width: 100%;
}

/* Custom pagination style */
.hero-swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    transform: translateY(-190px); /* Geser ke atas 20px */
}

.hero-swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
    margin: 0 5px !important;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
    background: #C48F8C !important;
}

/* Untuk layar sedang (tablet) */
@media (max-width: 908px) {
    .hero-swiper-pagination {
        transform: translateY(-670px); /* Geser ke atas 20px */
    }

    .hero-swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
     
    }
}

/* Untuk layar lebih kecil (smartphone) */
@media (max-width: 576px) {
    .hero-swiper-pagination {
        transform: translateY(-680px); /* Geser ke atas 20px */
    }

    .hero-swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
     
    }
}


@media (max-width: 576px) {
  .navbar-brand .brand-small {
    font-size: 0.7em !important;
  }

  .navbar-brand .brand-large {
    font-size: 1.1em !important;
  }
}
