* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #ffffff;
}

/* HERO */
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TEXT */
.hero-content {
    margin-top: -80px;
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 20px;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 1.3;
}

.hero-content span {
    color: #7C4585;
}

.hero-content p {
    margin-top: 12px;
    color: #666;
}

/* DOT CONTAINER */
#dots {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* DOT */
.dot {
    position: absolute;
    border-radius: 50%;
    background: rgba(123, 44, 255, 0.35);
    animation-name: float;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/* FLOAT ANIMATION */
@keyframes float {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(var(--x), var(--y));
    }

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

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
}

/* NAVBAR STYLE */
.custom-navbar {
    background: #fff;
    border-radius: 20px;
    padding: 14px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* NAV LINK */
.nav-link {
    font-weight: 500;
    color: #333 !important;
    margin: 0 10px;
}

/* CONTACT BUTTON */
.btn-contact {
    background: #7C4585;
    color: #fff;
    border-radius: 12px;
    padding: 8px 18px;
    font-weight: 500;
}

.btn-contact:hover {
    background: white;
    border: 2px solid #7C4585;
}

/* OFFCANVAS */
.offcanvas {
    border-radius: 0 20px 20px 0;
}

.offcanvas a {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

/* HAMBURGER */
.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* BUTTON HERO */
.btn-purple {
    background: #7C4585;
    color: #fff;

    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-purple:hover {
    background: #651ed6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(123, 44, 255, 0.3);
}

.btn-outline-purple {
    background: transparent;
    color: #7C4585;
    border: 2px solid #7C4585;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-purple:hover {
    background: #7b2cff;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(123, 44, 255, 0.3);
}

@media (max-width: 576px) {

    .btn-purple,
    .btn-outline-purple {
        font-size: 0.85rem;
        /* perkecil teks */
        padding: 8px 14px;
        /* perkecil tombol */
    }
}

.about h2 span {
    color: #7b2cff;
}

.about p {
    color: #333;
    line-height: 1.7;
    font-size: 1rem;
}

/* RESPONSIVE: HIDE IMAGE ON MOBILE */
@media (max-width: 768px) {
    .about-image {
        display: none;
    }

    .about-text {
        text-align: center;
    }
}

.badge {
    display: inline-block;
    background-color: #7e458531;
    color: #7C4585;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #7C4585;
    font-family: Arial, sans-serif;
}

.section-keunggulan {
    padding: 60px 0;
    background-color: #ffffff;
}

.keunggulan-card {
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: 0.3s ease;
}

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

.keunggulan-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.keunggulan-card p {
    margin-bottom: 0;
    color: #555;
    font-size: 15px;
}

.icon {
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
}

.pricing-section {
    padding: 60px 0;
}

.pricing-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    height: 100%;
    text-align: center;
}

.pricing-card h5 {
    font-weight: 600;
    margin-top: 15px;
}

.price {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

.pricing-card ul {
    text-align: left;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
}

.pricing-card ul li {
    margin-bottom: 8px;
}

.btn-purple {
    background: #7C4585;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

.btn-purple:hover {
    background: #6a3a72;
    color: #fff;
}

/* Desktop: tampil 3 card tanpa geser */
@media (min-width: 992px) {
    .carousel-inner {
        display: flex;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

.poster-section {
    padding: 60px 0;
}

.poster-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 22px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

.poster-card:hover {
    transform: translateY(-6px);
}

.poster-card h5 {
    font-weight: 600;
    margin-top: 15px;
}

.poster-price {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
    color: #7C4585;
}

.poster-card ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
    font-size: 14px;
}

.poster-card ul li {
    margin-bottom: 8px;
}

.btn-purple {
    background: #7C4585;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

.btn-purple:hover {
    background: #6a3a72;
    color: #fff;
}

/* Desktop: tampil 3 card sejajar */
@media (min-width: 992px) {
    .carousel-inner {
        display: flex;
    }

    .carousel-item {
        display: block;
        flex: 0 0 calc(100% / 3);
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

.carousel-item {
    transition: transform 0.6s ease-in-out;
}

.footer-link,
.footer-social {
    color: #adb5bd;
    text-decoration: none;
    transition: 0.3s;
}

.footer-link:hover,
.footer-social:hover {
    color: #ffffff;
}

.footer h4 {
    letter-spacing: 1px;
}

.whatsapp-float-text {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25d366;
    color: #fff;
    padding: 10px 16px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    z-index: 9999;
}

/* SPLASH SCREEN */
.splash {
    position: fixed;
    inset: 0;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
    z-index: 9999;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.splash.fade-out {
    opacity: 0;
    visibility: hidden;
}

.splash .logo {
    width: 90px;
    margin-bottom: 15px;
}

.progress-wrapper {
    width: 220px;
    height: 18px;
    background: rgba(255, 255, 255, 0.3);
    border: #7C4585 1px solid;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
}



.progress-text {
    margin-top: 8px;
    font-size: 14px;
}

#penawaran-terbaik {
    background: linear-gradient(135deg, #f7f2fb, #ffffff);
}

.pricing-card {
    border-radius: 18px;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
}

.price {
    font-weight: 800;
}

.highlight {
    background: linear-gradient(135deg, #7C4585, #b56dc5);
    border-radius: 20px;
    position: relative;
    transform: scale(1.05);
}

.badge-best {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffc107;
    color: #000;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .highlight {
        transform: scale(1);
    }
}

    .portfolio-section{
      padding:80px 0;
    }

    .section-title{
      text-align:center;
      margin-bottom:15px;
      font-size:42px;
      font-weight:800;
      color:#222;
    }

    .section-subtitle{
      text-align:center;
      color:#777;
      margin-bottom:40px;
    }

    .filter-btns{
      text-align:center;
      margin-bottom:40px;
    }

    .filter-btns button{
      border:none;
      padding:12px 22px;
      margin:5px;
      border-radius:12px;
      background:#e8e8e8;
      color:#333;
      font-weight:600;
      transition:0.3s;
    }

    .filter-btns button.active,
    .filter-btns button:hover{
      background:#7C4585;
      color:white;
      transform:translateY(-2px);
    }

    .portfolio-card{
      background:white;
      border-radius:20px;
      overflow:hidden;
      box-shadow:0 10px 25px rgba(0,0,0,0.08);
      transition:0.3s;
      margin-bottom:30px;
    }

    .portfolio-card:hover{
      transform:translateY(-8px);
    }

    .portfolio-img{
      width:100%;
      height:220px;
      object-fit:cover;
    }

    .portfolio-content{
      padding:20px;
    }

    .portfolio-category{
      display:inline-block;
      background:#f1e5f4;
      color:#7C4585;
      padding:6px 14px;
      border-radius:50px;
      font-size:13px;
      font-weight:bold;
      margin-bottom:15px;
    }

    .portfolio-title{
      font-size:22px;
      font-weight:700;
      margin-bottom:10px;
    }

    .portfolio-desc{
      color:#666;
      font-size:15px;
      margin-bottom:20px;
    }

    .portfolio-btn{
      background:#7C4585;
      color:white;
      text-decoration:none;
      padding:10px 18px;
      border-radius:10px;
      font-weight:600;
      display:inline-block;
      transition:0.3s;
    }

    .portfolio-btn:hover{
      background:#5f3267;
      color:white;
    }

    .hide{
      display:none;
    }

