.elementor-98 .elementor-element.elementor-element-34a66c4{--display:flex;--margin-top:-11px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-98 .elementor-element.elementor-element-579d7d6{--display:flex;--margin-top:-22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-98 .elementor-element.elementor-element-c72a1ec{--display:flex;--margin-top:-45px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-98 .elementor-element.elementor-element-b093101{--display:flex;--margin-top:-47px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-98 .elementor-element.elementor-element-b093101:not(.elementor-motion-effects-element-type-background), .elementor-98 .elementor-element.elementor-element-b093101 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050505;}.elementor-98 .elementor-element.elementor-element-d8f7ece{--display:flex;--margin-top:-15px;--margin-bottom:-20px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a169128 */.pixel-announcement-bar {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #050505; /* Matte black */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
    overflow: hidden;
    z-index: 9999;
}

.moving-track {
    display: flex;
    width: max-content; /* Critical for horizontal layout */
    animation: slide-right 30s linear infinite;
}

.announcement-items {
    display: flex;
    flex-shrink: 0;
}

.announcement-items span {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0 60px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

/* Signature brand separator */
.announcement-items span::after {
    content: "";
    margin-left: 60px;
    width: 4px;
    height: 4px;
    background: #8e7dbe;
    border-radius: 50%;
    box-shadow: 0 0 10px #8e7dbe;
}

/* LEFT TO RIGHT INFINITE LOOP */
@keyframes slide-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

/* Optional: Removes the pause on hover to keep it "moving no stop" */
.pixel-announcement-bar:hover .moving-track {
    animation-play-state: running;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fae6ad6 *//* --- SECTION WRAPPER (Full-Width Breakout) --- */
.pixel-centered-contact {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 90vh;
    background-color: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 5%;
    box-sizing: border-box;
    overflow: hidden;
}

/* --- THE CENTERED CONTAINER --- */
.pixel-centered-container {
    width: 100%;
    max-width: 900px; /* Constrained for better readability */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center-aligns all child divs */
    text-align: center;   /* Center-aligns all text */
    z-index: 5;
}

/* --- TYPOGRAPHY --- */
.badge {
    color: #8e7dbe;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}

h1 {
    color: #ffffff;
    font-size: clamp(3rem, 6vw, 5rem); /* Slightly larger for center focus */
    line-height: 1.1;
    margin: 0 0 35px 0;
    letter-spacing: -3px;
}

.accent {
    color: #8e7dbe;
}

.description {
    color: #888;
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto 60px auto;
}

/* --- BOTTOM DETAILS GRID --- */
.pixel-details-grid {
    display: flex;
    gap: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 50px;
    justify-content: center; /* Ensures email/time stay centered */
    width: 100%;
}

.detail-label {
    display: block;
    color: #555;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.detail-value {
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
        letter-spacing: -1px;
    }
    
    .pixel-details-grid {
        flex-direction: column;
        gap: 40px;
    }
    
    .pixel-centered-contact {
        padding: 80px 10%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-179e734 *//* THE FULL WIDTH BREAKOUT LOGIC */
.pixel-full-width-triple {
    position: relative;
    width: 100vw; 
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    
    padding: 120px 5%;
    background-color: #050505;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.triple-card-container {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 1300px; /* Aligns content to your site's grid */
    justify-content: center;
    perspective: 1200px;
}

/* BASE CARD STYLING */
.contact-float-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 60px 30px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* TYPOGRAPHY & ICONS */
.card-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #8e7dbe;
    color: #8e7dbe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.card-label {
    color: #555;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.card-link, .card-text {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 500;
    text-decoration: none;
}

/* ANIMATIONS (Staggered Floating) */
.float-1 { animation: floatAnim 7s ease-in-out infinite; }
.float-2 { animation: floatAnim 8s ease-in-out infinite 1s; }
.float-3 { animation: floatAnim 6s ease-in-out infinite 0.5s; }

@keyframes floatAnim {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* HOVER: Freeze and Glow */
.contact-float-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(142, 125, 190, 0.4);
    transform: translateY(-10px) scale(1.05);
    animation-play-state: paused;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}

.card-glow {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(142, 125, 190, 0.05), transparent 75%);
    pointer-events: none;
}

/* MOBILE FIX: Stack the cards vertically */
@media (max-width: 900px) {
    .triple-card-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .contact-float-card {
        width: 100%;
        max-width: 450px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-810efab *//* CONTAINER */
.pixel-form-container {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 60px;
    border-radius: 4px;
    backdrop-filter: blur(10px);
}

.pixel-form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

/* FIELDS */
.pixel-field {
    flex: 1;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.field-label {
    color: #555;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* CF7 INPUTS OVERRIDE */
.pixel-form-container input[type="text"],
.pixel-form-container input[type="email"],
.pixel-form-container textarea {
    width: 100% !important;
    background: #0a0a0a !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    padding: 18px 20px !important;
    font-size: 0.95rem !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box;
}

/* INPUT HOVER & FOCUS */
.pixel-form-container input:focus,
.pixel-form-container textarea:focus {
    outline: none !important;
    border-color: #8e7dbe !important; /* Your signature purple */
    background: #111 !important;
}

/* SUBMIT BUTTON */
.pixel-form-submit input[type="submit"] {
    width: 100%;
    background: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    padding: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    cursor: pointer !important;
    transition: 0.3s ease !important;
    margin-top: 10px;
}

.pixel-form-submit input[type="submit"]:hover {
    background: #8e7dbe !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* SUCCESS/ERROR MESSAGES */
.wpcf7-response-output {
    border: 1px solid #8e7dbe !important;
    color: #fff !important;
    margin: 20px 0 0 0 !important;
    font-size: 0.85rem !important;
    text-align: center;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .pixel-form-row {
        flex-direction: column;
        gap: 0;
    }
    .pixel-form-container {
        padding: 40px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bafc5aa *//* SECTION WRAPPER */
.pixel-review-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #050505;
    padding: 120px 0;
    overflow: hidden;
}

.review-title-wrapper {
    text-align: center;
    margin-bottom: 80px;
}

.review-title-wrapper .badge {
    color: #8e7dbe;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 700;
}

.review-title-wrapper h2 {
    color: #fff;
    font-size: 3rem;
    margin-top: 15px;
}

.review-title-wrapper .accent { color: #8e7dbe; }

/* THE MARQUEE CONTAINER */
.pixel-review-container {
    width: 100%;
    display: flex;
    perspective: 1500px; /* Essential for 3D depth */
}

.review-track {
    display: flex;
    gap: 40px;
    animation: marquee3D 40s linear infinite; /* Left to Right */
}

/* THE 3D CARD */
.review-card {
    min-width: 400px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    transform: rotateY(-15deg) rotateX(5deg); /* Permanent 3D tilt */
    transition: all 0.5s ease;
}

.review-card:hover {
    transform: rotateY(0deg) rotateX(0deg) scale(1.05);
    background: rgba(142, 125, 190, 0.05);
    border-color: rgba(142, 125, 190, 0.3);
}

.stars {
    color: #8e7dbe;
    font-size: 0.8rem;
    margin-bottom: 20px;
}

.review-card p {
    color: #ddd;
    font-size: 1.1rem;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 25px;
}

.reviewer {
    color: #555;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
}

/* ANIMATION LOGIC */
@keyframes marquee3D {
    0% {
        transform: translateX(-50%); /* Starts from the middle of the loop */
    }
    100% {
        transform: translateX(0); /* Moves to the right */
    }
}

/* Pause on Hover */
.pixel-review-container:hover .review-track {
    animation-play-state: paused;
}/* End custom CSS */