.contact_us_section_wrapper {
    padding: 120px 0;
    background: radial-gradient(circle at top, #1e3a8a 0%, #020617 62%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, clip-path;
}

/* New: Styles for the particle canvas */
#contact-particles-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
    pointer-events: none;
    opacity: 1; /* Increased from 0.5 for full brightness */
}

.contact_us_grid_bg {
    display: none; /* This line removes the grid boxes */
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 0;
    mask-image: radial-gradient(circle at center, black 40%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle at center, black 40%, transparent 100%);
}

.contact_us_glow_orb {
    position: absolute;
    top: 50%;
    right: 20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 217, 255, 0.15) 0%, rgba(0,0,0,0) 70%);
    transform: translate(0, -50%);
    z-index: 0;
    pointer-events: none;
    filter: blur(60px);
}

.contact_us_left_content {
    position: relative;
    z-index: 5;
}

.contact_us_tech_badge {
    display: inline-flex;
    align-items: center;
    font-family: 'Michroma', sans-serif;
    font-size: 0.75rem;
    color: #00f0ff;
    border: 1px solid rgba(0, 240, 255, 0.3);
    padding: 5px 12px;
    margin-bottom: 25px;
    background: rgba(0, 240, 255, 0.05);
    letter-spacing: 2px;
}

.contact_us_blinking_dot {
    width: 6px;
    height: 6px;
    background: #00f0ff;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 5px #00f0ff;
    animation: contact_us_blink_anim 2s infinite;
}

@keyframes contact_us_blink_anim {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.contact_us_main_heading {
    font-family: 'Orbitron', sans-serif;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.contact_us_hollow_text {
    -webkit-text-stroke: 2px #555;
    color: transparent;
    transition: all 0.5s ease;
}

.contact_us_section_wrapper:hover .contact_us_hollow_text {
    -webkit-text-stroke: 2px #00f0ff;
    text-shadow: 0 0 20px rgba(0, 240, 255, 0.5);
}

.contact_us_description {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    color: #8daab9;
    font-weight: 300;
    line-height: 1.6;
    max-width: 450px;
    padding-left: 20px;
    border-left: 2px solid #00f0ff;
}

.contact_us_tech_data_block {
    margin-top: 40px;
    font-family: 'Michroma', sans-serif;
    font-size: 0.7rem;
    color: #4a5a6a;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact_us_data_row span {
    color: #00f0ff;
    margin-right: 10px;
}

.contact_us_cyber_card {
background: radial-gradient(circle at top, #1e3a8a 0%, #020617 62%);
    backdrop-filter: blur(15px);
    padding: 50px;
    position: relative;
    z-index: 5;
    border: 1px solid rgba(0, 240, 255, 0.15);
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ... existing hover and deco styles ... */
.contact_us_cyber_card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); border-color: rgba(0, 240, 255, 0.4); }
.contact_us_corner_deco { position: absolute; width: 10px; height: 10px; border: 2px solid #00f0ff; transition: all 0.3s ease; }
.contact_us_top_left { top: 0; left: 0; border-right: none; border-bottom: none; }
.contact_us_top_right { top: 0; right: 0; border-left: none; border-bottom: none; }
.contact_us_bottom_left { bottom: 0; left: 0; border-right: none; border-top: none; }
.contact_us_bottom_right { bottom: 0; right: 0; border-left: none; border-top: none; }

.contact_us_form_header { display: flex; align-items: center; margin-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 15px; }
.contact_us_header_icon { font-size: 1.2rem; color: #00f0ff; margin-right: 15px; }
.contact_us_header_title { font-family: 'Michroma', sans-serif; font-size: 0.9rem; letter-spacing: 1px; color: #fff; }

.contact_us_input_group { position: relative; margin-bottom: 10px; }
.contact_us_cyber_input {
    width: 100%;
    background: rgba(255, 255, 255, 0.05); /* Subtle white tint for the box background */
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); /* Lighter border line */
    padding: 15px 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    color: #ffffff; /* Pure white text color */
    outline: none;
    transition: all 0.3s ease;
}
.contact_us_textarea { resize: none; overflow: hidden; }
.contact_us_cyber_label {
    position: absolute;
    top: 15px;
    left: 10px;
    font-family: 'Michroma', sans-serif;
    font-size: 0.7rem;
    color: #ffffff; /* Changed from #666 to pure white for visibility */
    pointer-events: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    opacity: 0.8; /* Slight transparency so it looks like a placeholder */
}
.contact_us_cyber_input:focus ~ .contact_us_cyber_label, 
.contact_us_cyber_input:not(:placeholder-shown) ~ .contact_us_cyber_label {
    top: -12px;
    left: 0;
    color: #00f0ff; /* Neon cyan for the active floating label */
    font-size: 0.6rem;
    opacity: 1;
    text-shadow: 0 0 5px rgba(0, 240, 255, 0.5);
}
.contact_us_focus_line { position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: #00f0ff; box-shadow: 0 0 10px #00f0ff; transition: width 0.4s ease; }
.contact_us_cyber_input:focus ~ .contact_us_focus_line { width: 100%; }

.contact_us_submit_btn { position: relative; background: transparent; border: 1px solid #00f0ff; color: #00f0ff; padding: 15px 40px; font-family: 'Michroma', sans-serif; font-size: 0.9rem; cursor: pointer; overflow: hidden; transition: all 0.3s ease; width: 100%; margin-top: 10px; text-transform: uppercase; letter-spacing: 2px; clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); }
.contact_us_submit_btn:hover { background: rgba(0, 240, 255, 0.1); box-shadow: 0 0 20px rgba(0, 240, 255, 0.4); text-shadow: 0 0 5px #00f0ff; }
.contact_us_btn_glitch { position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transform: skewX(-20deg); transition: left 0.5s; }
.contact_us_submit_btn:hover .contact_us_btn_glitch { left: 150%; }

/* ============================================================
   CONTACT US: FINAL ZERO-SCROLL MOBILE FIX
   Targets: Small to Medium Screens (375px - 991px)
   ============================================================ */
/* ============================================================
   CONTACT US: MOBILE FIX (PREVENTS OVERLAPPING TEXT)
   Targets: Small to Medium Screens (Up to 991px)
   ============================================================ */
@media (max-width: 991px) {
    .contact_us_section_wrapper {
        height: 100vh !important;
        min-height: 100vh !important;
        padding: 2vh 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-evenly !important;
        overflow: hidden !important;
        opacity: 1 !important;
        clip-path: none !important;
    }

    /* 1. Shrink the Left Content (Title & Badge) */
    .contact_us_left_content {
        margin-bottom: 0 !important;
        text-align: center !important;
    }

    .contact_us_tech_badge {
        font-size: 0.6rem !important;
        margin-bottom: 8px !important;
        padding: 3px 8px !important;
    }

    .contact_us_main_heading {
        font-size: 2.2rem !important;
        margin-bottom: 5px !important;
        line-height: 1 !important;
    }

    /* 2. Shrink the Cyber Card Form */
    .contact_us_cyber_card {
        padding: 20px !important;
        width: 95% !important;
        margin: 0 auto !important;
    }

    .contact_us_form_header {
        margin-bottom: 12px !important;
        padding-bottom: 5px !important;
    }

    .contact_us_header_title {
        font-size: 0.7rem !important;
    }

    /* 3. Tighten Input Groups & FIX OVERLAP */
    .contact_us_input_group {
        margin-bottom: 5px !important;
    }

    .contact_us_cyber_input {
        padding: 12px 10px 5px 10px !important; /* Extra top padding to push text down */
        font-size: 0.9rem !important;
    }

    /* Initial Label Position */
    .contact_us_cyber_label {
        top: 12px !important;
        font-size: 0.65rem !important;
    }

    /* Floating Label Position (When typing/focused) */
    .contact_us_cyber_input:focus ~ .contact_us_cyber_label, 
    .contact_us_cyber_input:not(:placeholder-shown) ~ .contact_us_cyber_label {
        top: -10px !important; /* Moves label higher up */
        font-size: 0.55rem !important;
        background: #0c121a; /* Matches card bg to hide border line */
        padding: 0 4px !important;
        z-index: 10;
    }

    /* 4. Fix Grid Spacing */
    .col-md-6, .col-md-8, .col-md-4 {
        margin-bottom: 8px !important;
    }

    .mb-4, .mb-5 {
        margin-bottom: 8px !important;
    }

    /* 5. Button and Textarea */
    .contact_us_submit_btn {
        padding: 10px !important;
        margin-top: 5px !important;
        font-size: 0.8rem !important;
    }

    .contact_us_textarea {
        height: 40px !important; 
        min-height: 40px !important;
    }

    /* Hide non-essential decorative elements to save room */
    .contact_us_description, .contact_us_tech_data_block {
        display: none !important; 
    }
}