        :root {
            --bg-dark: #0a0a0c;
            --primary-color: #d4ff3f;
            --text-gray: #a1a1aa;
        }

        body {
            background-color: var(--bg-dark);
            color: white;
            font-family: 'Inter', sans-serif;
            margin: 0;
            overflow-x: hidden;
        }

        /* Navigation */
        .nav-top {
            position: absolute;
            top: 30px;
            width: 100%;
            padding: 0 5%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 1000;
        }

        .logo {
            text-align: center !important;
            pointer-events: none;
            user-select: none;
            -webkit-user-select: none;
        }

        /* Main Brand Name */
        .logo-main {
            font-size: 38px;
            font-weight: 700;
            letter-spacing: 3px;
            color: white;
            position: relative;
            font-family: 'Oswald', sans-serif;
        }

        .logo-main::after {
            content: ".";
            color: var(--primary-color);
            margin-left: 3px;
        }

        /* Sub text (DIGITAL) */
        .logo-sub {
            font-size: 12px;
            letter-spacing: 6px;
            color: var(--text-gray);
            text-transform: uppercase;
            position: relative;
            font-family: 'Oswald', sans-serif;

        }

        /* Lines like your example */
        .logo-sub::before,
        .logo-sub::after {
            content: "";
            display: inline-block;
            width: 25px;
            height: 1px;
            background: var(--text-gray);
            margin: 0 10px;
            vertical-align: middle;
        }

        @media (max-width:768px) {
            .logo-main {
                font-size: 28px;
            }

            .logo-sub {
                font-size: 6px;
            }
        }


        .btn-menu-toggle {
            color: white;
            padding: 10px 22px;
            cursor: pointer;
            transition: 0.3s;
            text-decoration: none;
            font-size: 0.9rem;
            background: rgba(255, 255, 255, 0.25);
            border-radius: 16px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(1.8px);
            -webkit-backdrop-filter: blur(1.8px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .btn-menu-toggle:hover {
            background: rgba(255, 255, 255, 0.15);
            color: white;
        }

        .offcanvas {
            background-color: #0f0f12;
            color: white;
            border-left: 1px solid rgba(255, 255, 255, 0.1);
        }

        .nav-link-custom {
            font-size: 2rem;
            font-weight: 700;
            color: white;
            text-decoration: none;
            display: block;
            margin-bottom: 20px;
            transition: color 0.3s;
        }

        .nav-link-custom:hover {
            color: var(--primary-color);
        }


        .services-dropdown {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .services-menu.active .services-dropdown {
            max-height: 500px;
            padding-left: 20px !important;
        }

        .nav-link-sub {
            font-size: 1.5rem;
            font-weight: 600;
            color: white;
            text-decoration: none;
            display: block;
            margin-bottom: 20px;
            transition: color 0.3s ease;
        }

        .nav-link-sub:hover {
            color: var(--primary-color);
        }

        .services-toggle {
            cursor: pointer;
        }

        /* ------------------ RESPONSIVE ------------------ */

        @media (max-width: 768px) {

            .nav-top {
                padding: 0 15px;
            }

            .nav-top .h4 {
                font-size: 1.2rem;
            }

            .btn-menu-toggle {
                padding: 8px 14px;
                font-size: 0.8rem;
            }

            .hero-footer {
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 15px;
                padding: 0 20px;
                bottom: 20px;
            }
        }

        @media (max-width: 576px) {
            .hero-content .d-flex {
                flex-direction: column;
                gap: 10px;
            }

            .btn-call,
            .btn-projects {
                width: 100%;
                margin-right: 0;
            }

            .hero-footer {
                font-size: 0.8rem;
            }

            .stat-number {
                font-size: 1rem;
            }
        }

        /* Chrome, Edge, Safari */
        .offcanvas-body::-webkit-scrollbar {
            width: 6px;
        }

        .offcanvas-body::-webkit-scrollbar-track {
            background: transparent;
        }

        .offcanvas-body::-webkit-scrollbar-thumb {
            background-color: var(--primary-color);
            border-radius: 10px;
        }

        /* Hover effect */
        .offcanvas-body::-webkit-scrollbar-thumb:hover {
            background-color: var(--primary-color);
        }


        /* hero section */

        .hero-section {
            height: 60vh !important;
            width: 100% !important;
            /* background-image:
                linear-gradient(rgba(0, 0, 0, 0.658), rgba(0, 0, 0, 0.699)),
                url('/assets/about-hero.avif'); */

            background: radial-gradient(circle at center, #1b2203 0%, #0a0a0c 100%);

            /* background-size: cover;
            background-position: center; */
            display: flex !important;
            justify-content: left !important;
            align-items: center !important;
        }

        .hero-section .container h1 {
            font-weight: 800 !important;
            letter-spacing: 2px !important;
            text-transform: uppercase !important;
            font-family: 'Oswald', sans-serif;
            font-size: clamp(2.5rem, 5vw, 3rem);
            line-height: 1.1;
            text-transform: uppercase;
            letter-spacing: -1px;
        }

        /* contact section */

        .contact-section {
            position: relative;
            /* background-color: black; */
            padding: 80px 0;
            min-height: 100vh;
            font-family: Arial, sans-serif;
            overflow: hidden;
            z-index: 2 !important;
        }

        .contact-section::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 32%;
            background-image:
                linear-gradient(45deg, #d5ff3fd0 25%, transparent 25%),
                linear-gradient(-45deg, #d5ff3fd0 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, #d5ff3fd0 75%),
                linear-gradient(-45deg, transparent 75%, #d5ff3fd0 75%);
            background-size: 200px 200px;
            background-position: 0 0, 0 100px, 100px 100px, 100px 0;
            z-index: -1;
        }

        .contact-section .head {
            /* font-size: 2.5rem !important; */
            font-weight: 800 !important;
            letter-spacing: 2px !important;
            text-transform: uppercase !important;
            font-family: 'Oswald', sans-serif;
            font-size: clamp(2.5rem, 5vw, 3rem);
            line-height: 1.1;
            text-transform: uppercase;
            letter-spacing: -1px;
            color: white;
            margin-bottom: 20px;
        }
        
        .contact-section .sub-head{
            color: var(--text-gray);
        }

        .custom-input {
            background: white !important;
            padding: 15px 20px !important;
            display: flex !important;
            align-items: center !important;
        }

        .input-group-custom input::placeholder,
        textarea::placeholder {
            font-weight: bold;
            color: #555;
        }

        .row .col-12 .input-group-custom:has(textarea) {
            align-items: flex-start;
        }

        .btn-submit {
            background-color: white !important;
            color: black !important;
            font-weight: bold !important;
            border-radius: 50px !important;
            padding: 12px 60px !important;
            border: none !important;
        }


        /* Fix select specifically */
        select.custom-input {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            cursor: pointer;
            font-weight: bold;
            color: #555;
            letter-spacing: 0.5px;
        }

        select.custom-input option {
            font-weight: 600;
            color: #555;
        }

        /* Wrapper for arrow */
        .select-wrapper {
            position: relative;
        }

        .select-wrapper::after {
            content: "▼";
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            font-size: 12px;
            color: black;
        }

        /* cta section */
        .cta-section {
            background: radial-gradient(circle at center, #1b2203 0%, #0a0a0c 100%);
            color: #ffffff;
            padding: 100px 0;
            min-height: 450px;
            display: flex;
            align-items: center;
        }

        .cta-title {
            font-size: clamp(3rem, 8vw, 6rem);
            font-weight: 700;
            line-height: 0.9;
            margin-bottom: 20px;
        }

        .cta-subtitle {
            font-size: 1.25rem;
            font-weight: 500;
            margin-bottom: 2rem;
        }

        .right-text {
            font-size: 1.1rem;
            max-width: 350px;
            line-height: 1.4;
            margin-bottom: 40px;
        }

        /* Circular Button Styling */
        .circle-btn {
            width: 180px;
            height: 180px;
            background-color: transparent;
            /* Muted aqua/teal */
            color: #ffffff;
            border: 2px solid var(--primary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.1rem;
            transition: transform 0.3s ease, background-color 0.3s ease;
            line-height: 1.2;
            padding: 20px;
        }

        .circle-btn:hover {
            transform: scale(1.05);
            background-color: var(--primary-color);
            color: black
        }

        /* Mobile Adjustments */
        @media (max-width: 991px) {
            .cta-section {
                text-align: center;
                padding: 60px 20px;
            }

            .right-text {
                margin: 0 auto 30px auto;
            }

            .circle-btn {
                margin: 0 auto;
            }
        }

        .footer,
        .last-div {
            background: radial-gradient(circle at center, #1b2203 0%, #0a0a0c 100%);
        }

        .footer p {
            color: var(--text-gray);
        }

        .footer .footer-icon {
            height: 40px;
            width: 40px;
            background: transparent;
            border: 2px white solid;
            color: white;
            font-size: 14px;
            border-radius: 50px;
            align-content: center;
        }