
        * {
            font-family: 'Poppins', sans-serif;
        }

        body {
            overflow-x: hidden;
            background: #fef9f0;
        }

        .gradient-bg {
            background: linear-gradient(135deg, #ff4d6d, #ff9e5e, #f9d74b, #6c5ce7);
        }

        .bg-soft-party {
            background: #fceaea;
        }

        .text-purple {
            color: #6c5ce7;
        }

        .text-pink {
            color: #ff4d6d;
        }

        .btn-gradient {
            background: linear-gradient(145deg, #ff4d6d, #f9a825);
            border: none;
            color: #fff;
            font-weight: 600;
            padding: 10px 28px;
            border-radius: 50px;
            transition: all 0.3s;
            box-shadow: 0 8px 18px rgba(255, 77, 109, 0.3);
        }

        .btn-gradient:hover {
            transform: scale(1.05);
            box-shadow: 0 12px 24px rgba(255, 77, 109, 0.5);
            color: #fff;
        }

        .btn-outline-party {
            border: 2px solid #ff4d6d;
            color: #ff4d6d;
            border-radius: 50px;
            font-weight: 600;
            padding: 8px 24px;
            transition: 0.3s;
        }

        .btn-outline-party:hover {
            background: #ff4d6d;
            color: #fff;
        }

        .card-party {
            border: none;
            border-radius: 28px;
            background: #ffffff;
            box-shadow: 0 15px 35px rgba(108, 92, 231, 0.12);
            transition: 0.4s;
            overflow: hidden;
        }

        .card-party:hover {
            transform: translateY(-12px);
            box-shadow: 0 25px 45px rgba(108, 92, 231, 0.25);
        }

        .nav-custom {
            background: #ffffffdd;
            backdrop-filter: blur(12px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        }

        .top-header {
            background: linear-gradient(90deg, #ff4d6d, #ff9e5e, #f9d74b, #6c5ce7);
            padding: 8px 0;
            color: #fff;
            font-size: 0.9rem;
        }

        .top-header a {
            color: #fff;
            text-decoration: none;
            margin: 0 10px;
            transition: 0.2s;
        }

        .top-header a:hover {
            color: #ffe066;
            transform: scale(1.1);
        }

        .hero-slider .carousel-item {
            min-height: 80vh;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .hero-slider .carousel-item::after {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.3);
        }

        .hero-content {
            position: absolute;
            top: 30%;
            left: 9%;
            transform: translate(-50%, -50%);
            z-index: 3;
            text-align: center;
            color: #fff;
            width: 80%;
        }

        .hero-content h1 {
            font-weight: 800;
            font-size: 3.5rem;
            text-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
        }

        .hero-content p {
            font-size: 1.3rem;
            font-weight: 300;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
        }
        section{
            overflow: hidden;
        }

        .section-title {
            font-weight: 700;
            color: #2d1b4e;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 70px;
            height: 4px;
            background: linear-gradient(90deg, #ff4d6d, #f9a825);
            border-radius: 4px;
        }

        .service-icon {
            font-size: 2.2rem;
            color: #ff4d6d;
        }

        .gallery-img {
            border-radius: 20px;
            transition: 0.4s;
            cursor: pointer;
            width: 100%;
            height: 220px;
            object-fit: cover;
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
        }

        .gallery-img:hover {
            transform: scale(1.04);
            box-shadow: 0 15px 30px rgba(108, 92, 231, 0.3);
        }

        .floating-btn {
            position: fixed;
            bottom: 28px;
            z-index: 999;
            border-radius: 60px;
            padding: 12px 22px;
            font-weight: 600;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
            border: none;
            transition: 0.3s;
        }

        .floating-btn:hover {
            transform: scale(1.08);
        }

        .btn-whatsapp {
            background: #25d366;
            color: #fff;
            right: 20px;
        }

        .btn-call {
            background: #ff4d6d;
            color: #fff;
            left: 20px;
        }

        .btn-backtop {
            position: fixed;
            bottom: 100px;
            right: 20px;
            z-index: 999;
            background: #6c5ce7;
            color: #fff;
            border-radius: 50px;
            padding: 8px 18px;
            border: none;
            box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
        }

        .footer {
            background: #1e1432;
            color: #e4d9f5;
        }

        .footer a {
            color: #d4c5f0;
            text-decoration: none;
        }

        .footer a:hover {
            color: #ffb347;
        }

        .social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #2d1b4e;
            color: #fff;
            margin: 0 6px;
            transition: 0.3s;
        }

        .social-icon:hover {
            background: #ff4d6d;
            color: #fff;
            transform: translateY(-4px);
        }

        .accordion-button:not(.collapsed) {
            background: #fceaea;
            color: #6c5ce7;
            box-shadow: none;
        }

        .accordion-button:focus {
            box-shadow: none;
            border-color: #ff4d6d;
        }

        .timeline-step {
            background: #fff;
            border-radius: 30px;
            padding: 30px 20px;
            box-shadow: 0 10px 28px rgba(108, 92, 231, 0.08);
            border-left: 6px solid #ff4d6d;
            transition: 0.3s;
        }

        .timeline-step:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 40px rgba(255, 77, 109, 0.15);
        }

        .testimonial-card {
            background: #fff;
            border-radius: 30px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
            margin: 10px;
        }

        .rating {
            color: #f9a825;
            letter-spacing: 4px;
        }

        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2.2rem;
            }

            .top-header {
                font-size: 0.7rem;
            }

            .floating-btn {
                padding: 8px 16px;
                font-size: 0.8rem;
            }
        }