
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            background: #0a0718;
            /* deep dark blue-black */
            color: #f0eef7;
            overflow-x: hidden;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        .logo-font,
        .navbar-brand,
        .section-title {
            font-family: 'Playfair Display', serif;
        }

        /* cosmic star background effect */
        body::before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: radial-gradient(2px 2px at 20px 30px, #f9e0a0, rgba(0, 0, 0, 0)),
                radial-gradient(1px 1px at 60px 80px, #fff, rgba(0, 0, 0, 0)),
                radial-gradient(1px 1px at 100px 140px, #d4af37, rgba(0, 0, 0, 0));
            background-size: 200px 200px, 150px 150px, 250px 250px;
            background-repeat: repeat;
            opacity: 0.25;
            pointer-events: none;
            z-index: 0;
        }

        .wrapper {
            position: relative;
            z-index: 1;
        }

        /* spiritual gradients */
        .bg-dark-gold {
            background: linear-gradient(135deg, #101026 0%, #1a1a3a 100%);
        }

        .gold-text {
            color: #e6c87e;
        }

        .btn-gold {
            background: linear-gradient(45deg, #c9a03d, #e6c87e);
            border: none;
            color: #0a0718;
            font-weight: 600;
            padding: 10px 28px;
            border-radius: 40px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(198, 166, 70, 0.3);
        }

        .btn-gold:hover {
            background: linear-gradient(45deg, #b3862c, #d4af37);
            transform: translateY(-3px);
            color: #0a0718;
            box-shadow: 0 15px 25px rgba(198, 166, 70, 0.4);
        }

        .btn-outline-gold {
            border: 2px solid #e6c87e;
            background: transparent;
            color: #e6c87e;
            border-radius: 40px;
            padding: 8px 22px;
            font-weight: 500;
            transition: 0.3s;
        }

        .btn-outline-gold:hover {
            background: #e6c87e;
            color: #0a0718;
        }

        .navbar {
            background: rgba(10, 7, 24, 0.92);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(230, 200, 126, 0.2);
            transition: all 0.3s;
        }

        .navbar-nav .nav-link {
            color: #ddd8f0;
            font-weight: 500;
            margin: 0 8px;
            transition: 0.2s;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: #e6c87e;
        }

        .top-bar {
            background: #03020f;
            color: #ccc6e0;
            font-size: 0.85rem;
            padding: 8px 0;
            border-bottom: 1px solid rgba(230, 200, 126, 0.3);
        }

        .top-bar a {
            color: #e6c87e;
            margin: 0 6px;
            transition: 0.2s;
        }

        .top-bar a:hover {
            color: white;
        }

        .social-icons-top i {
            font-size: 1rem;
            margin: 0 5px;
        }

        .hero-slider {
            border-radius: 0;
        }

        .carousel-item {
            height: 90vh;
            min-height: 550px;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .carousel-item::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(3, 2, 15, 0.65);
        }

        .carousel-caption {
            z-index: 2;
            bottom: 30%;
            text-align: center;
        }
        section{
            overflow: hidden;
        }

        .section-padding {
            padding: 90px 0;
        }

        .section-title {
            font-size: 2.6rem;
            font-weight: 700;
            position: relative;
            margin-bottom: 50px;
            display: inline-block;
        }

        .section-title:after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 0;
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #e6c87e, #9b7b3c);
            border-radius: 3px;
        }

        .card-astro {
            background: rgba(20, 18, 40, 0.7);
            backdrop-filter: blur(6px);
            border: 1px solid rgba(230, 200, 126, 0.25);
            border-radius: 24px;
            transition: all 0.35s ease;
            color: #f0eef7;
            overflow: hidden;
        }

        .card-astro:hover {
            transform: translateY(-8px);
            border-color: #e6c87e;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.5);
            background: rgba(30, 27, 55, 0.85);
        }

        .service-icon {
            font-size: 3rem;
            color: #e6c87e;
            margin-bottom: 18px;
        }

        .why-icon {
            font-size: 2.4rem;
            color: #e6c87e;
            background: rgba(230, 200, 126, 0.15);
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-bottom: 20px;
            transition: 0.3s;
        }

        .step-card {
            background: rgba(20, 18, 42, 0.8);
            border-radius: 40px;
            padding: 30px 20px;
            text-align: center;
            border: 1px solid rgba(230, 200, 126, 0.3);
            position: relative;
        }

        .step-number {
            width: 50px;
            height: 50px;
            background: #e6c87e;
            color: #0a0718;
            font-weight: bold;
            font-size: 1.5rem;
            border-radius: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }

        .testimonial-card {
            background: #15122b;
            border-radius: 30px;
            padding: 30px;
            margin: 15px;
            text-align: center;
            border: 1px solid #2a2548;
        }

        .testimonial-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #e6c87e;
            margin-bottom: 15px;
        }

        .gallery-img {
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            transition: 0.4s;
            height: 240px;
        }

        .gallery-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.5s;
        }

        .gallery-img:hover img {
            transform: scale(1.08);
        }

        .contact-form .form-control {
            background: #fbfafb;
            border: 1px solid #3a3562;
            color: white;
            border-radius: 16px;
            padding: 12px 18px;
        }

        .contact-form .form-control:focus {
            border-color: #e6c87e;
            box-shadow: 0 0 0 0.2rem rgba(230, 200, 126, 0.3);
        }

        .floating-wa {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #25D366;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            color: white;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            z-index: 99;
            transition: 0.2s;
        }

        .floating-wa:hover {
            transform: scale(1.1);
            color: white;
        }

        .back-to-top {
            position: fixed;
            bottom: 100px;
            right: 30px;
            background: #e6c87e;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0a0718;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            transition: 0.3s;
        }

        .back-to-top.show {
            opacity: 1;
            visibility: visible;
        }

        footer {
            background: #03010c;
            border-top: 1px solid #332e52;
        }

        @media (max-width: 768px) {
            .carousel-item {
                height: 70vh;
            }

            .section-title {
                font-size: 2rem;
            }

            .section-padding {
                padding: 60px 0;
            }
        }