html {
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif !important;
    color: #333;
}
.bg-primary{
    background-color: #3B47B8 !important;
}
.text-primary{
    color: #3B47B8 !important;
}
.text-black{
    color: #000000 !important;
}
.text-bold{
    font-weight: bold !important;
}
.fs-40{
    font-size: 40pt !important;
}
.fs-30{
    font-size: 30pt !important;
}
.fs-20{
    font-size: 20pt !important;
}
.fs-15{
    font-size: 15pt !important;
}
.fs-14{
    font-size: 14pt !important;
}
.fs-13{
    font-size: 13pt !important;
}
.fs-12{
    font-size: 12pt !important;
}
.fs-11{
    font-size: 11pt !important;
}
.fs-10{
    font-size: 10pt !important;
}
.fs-9{
    font-size: 9pt !important;
}
.fs-8{
    font-size: 8pt !important;
}
section {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}
section.active {
    opacity: 1;
    transform: translateY(0);
}
.hero {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

.hero h1 {
    font-weight: 700;
}

.hero .btn {
    border-radius: 10px;
}
.tentang {
    padding: 60px 0;
}
.tentang h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.tentang p {
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
    color: #555;
}

.pattern {
    background: radial-gradient(circle, #007bff 1px, transparent 1px);
    background-size: 15px 15px;
    opacity: 0.15;
}
.keunggulan {
    font-family: 'Poppins', sans-serif;
}

.keunggulan h2 {
    font-weight: 700;
    color: #222;
}

.keunggulan h5 {
    color: #000;
    font-weight: 600;
}

.keunggulan p {
    color: #555;
    line-height: 1.6;
}

.keunggulan img {
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.15));
}
.testimoni {
    font-family: 'Poppins', sans-serif;
}

.testimoni h2 {
    font-weight: 700;
}

.testimoni .card {
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.testimoni .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.carousel-indicators li {
    background-color: #007bff;
}
.paket {
    background: #e9ecef;
    padding: 60px 0;
}
#backToTop {
    position: fixed;
    bottom: 90px; /* supaya tidak menabrak tombol WA */
    right: 25px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: none;
    z-index: 998;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

#backToTop:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* WhatsApp button dan bubble */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
}

.whatsapp-bubble {
    background: #fff;
    border-radius: 25px;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    animation: fadeInRight 0.5s ease;
}

.whatsapp-btn {
    width: 55px;
    height: 55px;
    font-size: 22px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}