
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Poppins', sans-serif;
            background-color: #0a0a0f;
            color: #ffffff;
            overflow-x: hidden;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        .navbar-brand,
        .nav-link,
        .btn,
        .section-title {
            font-family: 'Orbitron', monospace;
            font-weight: 700;
        }

        /* neon glow & custom */
        .neon-text {
            text-shadow: 0 0 5px #00ffff, 0 0 10px #0ff, 0 0 20px #0ff;
        }
        .text-info {
    --bs-text-opacity: 1;
    color: #eb5f00 !important;
}

        .bg-dark-custom {
            background: #050508;
        }

        .top-bar {
            background: #d66111;
            backdrop-filter: blur(4px);
            border-bottom: 1px solid #00ffff33;
            font-size: 0.85rem;
            padding: 8px 0;
        }

        .top-bar a,
        .top-bar span {
            color: #faf8f8;
            transition: 0.3s;
            text-decoration: none;
        }

        .top-bar a:hover {
            color: #fa6601;
            text-shadow: 0 0 3px #fa6601;
        }

        .social-icon-top {
            font-size: 1rem;
            margin-left: 12px;
        }

        .navbar {
            background: #000000;
            backdrop-filter: blur(10px);
            border-bottom: 1px solid #fa6601;
            transition: all 0.3s;
        }

        .navbar-brand {
            font-size: 1.6rem;
            font-weight: 800;
            color: #0ff !important;
            letter-spacing: 2px;
        }

        .nav-link {
            color: #ddd !important;
            font-weight: 500;
            margin: 0 5px;
            transition: 0.3s;
        }

        .nav-link:hover,
        .nav-link.active {
            color: #fa6601 !important;
            text-shadow: 0 0 5px #fa6601;
        }

        .btn-neon {
            background: transparent;
            border: 2px solid #fa6601;
            color: #fa6601;
            padding: 8px 24px;
            border-radius: 40px;
            font-weight: bold;
            transition: 0.3s;
            box-shadow: 0 0 6px #fa660188;
        }

        .btn-neon:hover {
            background: #fa6601;
            color: #000;
            box-shadow: 0 0 20px #fa6601;
            transform: scale(1.02);
        }

        .btn-glow {
            background: linear-gradient(45deg, #ff416c, #ff4b2b);
            border: none;
            color: white;
            font-weight: bold;
            padding: 10px 28px;
            border-radius: 40px;
            transition: 0.3s;
        }

        .btn-glow:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(255, 75, 43, 0.4);
            color: white;
        }

        /* Hero Carousel */
        .carousel-item {
            height: 90vh;
            min-height: 500px;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .carousel-item::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.85) 100%);
        }

        .carousel-caption {
            z-index: 2;
            bottom: 25%;
            text-align: center;
        }

        .carousel-caption h1 {
            font-size: 3.5rem;
            font-weight: 800;
            text-shadow: 0 0 15px cyan;
        }

        /* Sections */
        section {
            padding: 80px 0;
        }

        .section-title {
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 50px;
            position: relative;
            display: inline-block;
            width: 100%;
        }

        .section-title span {
            background: linear-gradient(45deg, #0ff, #ff2d75);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }

        .counter-box {
            background: rgba(0, 255, 255, 0.05);
            border: 1px solid #fa6601;
            border-radius: 20px;
            padding: 20px;
            transition: 0.3s;
        }

        .counter-box h3 {
            font-size: 2.5rem;
            color: #fa6601;
        }

        .service-card,
        .choose-card {
            background: #11111c;
            border-radius: 20px;
            padding: 25px 15px;
            transition: 0.4s;
            text-align: center;
            height: 100%;
            border: 1px solid #2a2a3a;
        }

        .service-card i,
        .choose-card i {
            font-size: 3rem;
            color: #fa6601;
            margin-bottom: 20px;
        }

        .service-card:hover,
        .choose-card:hover {
            transform: translateY(-10px);
            border-color: #fa6601;
            box-shadow: 0 0 20px #fa6601;
            background: #0a0a18;
        }

        .testimonial-item {
            background: #0e0e18;
            padding: 30px;
            border-radius: 30px;
            margin: 15px;
            border: 1px solid #fa6601;
        }

        .testimonial-img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #fa6601;
        }

        .process-step {
            background: #111;
            border-radius: 60px;
            padding: 30px 15px;
            text-align: center;
            border-bottom: 4px solid #fa6601;
        }

        .step-number {
            width: 55px;
            height: 55px;
            background: #fa6601;
            color: #000;
            font-weight: bold;
            font-size: 1.8rem;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .gallery-img {
            overflow: hidden;
            border-radius: 20px;
            cursor: pointer;
            transition: 0.3s;
            margin-bottom: 25px;
        }

        .gallery-img img {
            width: 100%;
            height: 240px;
            object-fit: cover;
            transition: 0.4s;
        }

        .gallery-img:hover img {
            transform: scale(1.1);
        }

        /* Lightbox modal custom */
        .modal-img-lightbox {
            max-width: 90vw;
            max-height: 80vh;
            margin: auto;
            display: block;
        }
        .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgb(249 232 232) !important;
}

        .cta-banner {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('https://images.unsplash.com/photo-1511512578047-dfb367046420?w=1200') center/cover fixed;
            padding: 80px 0;
        }

        footer {
            background: #030307;
            padding: 40px 0 20px;
            border-top: 1px solid #fa6601;
        }

        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #fa6601;
            color: #000;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-weight: bold;
            z-index: 99;
            transition: 0.3s;
            opacity: 0;
            visibility: hidden;
        }

        .back-to-top.show {
            opacity: 1;
            visibility: visible;
        }

        @media (max-width: 768px) {
            .carousel-caption h1 {
                font-size: 2rem;
            }

            .section-title {
                font-size: 1.8rem;
            }
        }