.elementor-129 .elementor-element.elementor-element-56b96be{--display:flex;--margin-top:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-129 .elementor-element.elementor-element-4eba19f{--display:flex;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-129 .elementor-element.elementor-element-146069f{--display:flex;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-129 .elementor-element.elementor-element-fe702bd{--display:flex;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d2710d7 */:root {
    --wa-dark: #05070a;
    --wa-indigo: #6366f1;
    --wa-green: #10b981;
    --wa-white: #f8fafc;
    --wa-gray: #94a3b8;
    --wa-glass: rgba(255, 255, 255, 0.03);
    --wa-border: rgba(255, 255, 255, 0.08);
}

.wa-contact-hero {
    background-color: var(--wa-dark);
    min-height: 85vh;
    padding: 120px 5% 80px 5%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.wa-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 5;
}

/* --- Status Bar --- */
.wa-status-bar {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(16, 185, 129, 0.1);
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 30px;
}

.wa-status-dot {
    width: 8px; height: 8px; background: var(--wa-green);
    border-radius: 50%; box-shadow: 0 0 10px var(--wa-green);
    animation: pulse 2s infinite;
}

.wa-status-text { color: var(--wa-green); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }

@keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.4; } 100% { opacity: 1; } }

/* --- Titles --- */
.wa-contact-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900; line-height: 1.1; color: var(--wa-white);
    margin-bottom: 25px; letter-spacing: -2px;
}

.wa-gradient-text {
    background: linear-gradient(90deg, var(--wa-indigo), var(--wa-green));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wa-contact-p {
    color: var(--wa-gray); font-size: 1.15rem; line-height: 1.7;
    max-width: 550px; margin-bottom: 50px;
}

/* --- Quick Links --- */
.wa-quick-contact { display: flex; gap: 40px; }
.wa-qc-label { display: block; font-size: 12px; color: var(--wa-gray); text-transform: uppercase; margin-bottom: 10px; font-weight: 700; }
.wa-qc-link { color: var(--wa-white); text-decoration: none; font-size: 18px; font-weight: 600; transition: 0.3s; }
.wa-qc-link:hover { color: var(--wa-indigo); }

/* --- Hologram Card (The Wow Factor) --- */
.wa-contact-visual { position: relative; display: flex; justify-content: center; }

.wa-hologram-card {
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid var(--wa-border);
    padding: 35px; border-radius: 30px;
    width: 100%; max-width: 380px;
    position: relative; z-index: 10;
    box-shadow: 0 40px 80px rgba(0,0,0,0.5);
    animation: float 6s ease-in-out infinite;
}

.wa-holo-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.wa-holo-dots { display: flex; gap: 6px; }
.wa-holo-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--wa-border); }
.wa-holo-tag { font-size: 11px; font-weight: 800; color: var(--wa-indigo); text-transform: uppercase; }

.wa-holo-stat { margin-bottom: 40px; }
.wa-stat-label { font-size: 12px; color: var(--wa-gray); display: block; margin-bottom: 8px; }
.wa-stat-value { font-size: 28px; font-weight: 800; color: var(--wa-white); display: block; margin-bottom: 15px; }

.wa-progress-bar { width: 100%; height: 6px; background: var(--wa-border); border-radius: 10px; overflow: hidden; }
.wa-progress-fill { width: 85%; height: 100%; background: var(--wa-indigo); border-radius: 10px; }

.wa-holo-methods { display: flex; flex-direction: column; gap: 15px; }
.wa-method { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; color: var(--wa-gray); }
.wa-m-icon { font-size: 18px; }

.wa-holo-footer { border-top: 1px solid var(--wa-border); margin-top: 30px; padding-top: 20px; text-align: center; }
.wa-footer-info { font-size: 11px; color: var(--wa-gray); opacity: 0.6; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

/* --- Background Decor --- */
.wa-contact-bg-glow {
    position: absolute; top: 10%; right: -5%; width: 500px; height: 500px;
    background: radial-gradient(circle, var(--wa-indigo), transparent 70%);
    opacity: 0.1; filter: blur(100px);
}

.wa-contact-orbit {
    position: absolute; top: 50%; left: 50%; width: 450px; height: 450px;
    border: 1px solid var(--wa-border); border-radius: 50%;
    transform: translate(-50%, -50%); z-index: 1;
}

/* --- Mobile Responsive --- */
@media (max-width: 991px) {
    .wa-contact-container { grid-template-columns: 1fr; text-align: center; gap: 60px; }
    .wa-contact-p { margin-left: auto; margin-right: auto; }
    .wa-quick-contact { justify-content: center; }
    .wa-contact-visual { margin-top: 50px; }
}

@media (max-width: 480px) {
    .wa-quick-contact { flex-direction: column; gap: 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2541a2d *//* Container Background & Layout */
.wa-stacked-contact-section {
    background-color: #05070a; /* Dark theme */
    padding: 60px 20px;
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* --- TOP COLUMN STYLING --- */
.wa-top-info-column {
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px;
    border-radius: 20px;
    gap: 30px;
}

.wa-info-item {
    flex: 1;
}

.wa-info-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #10b981; /* Green Accent */
    margin-bottom: 10px;
}

.wa-info-value {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    transition: 0.3s ease;
}

.wa-info-value:hover {
    color: #6366f1; /* Indigo Hover */
}

/* --- BOTTOM COLUMN STYLING --- */
/* --- Webabdel Ultimate Form Design --- */
:root {
    --wa-indigo: #6366f1;
    --wa-green: #10b981;
    --wa-dark-card: #0b111d;
    --wa-input-bg: rgba(255, 255, 255, 0.05);
    --wa-border: rgba(255, 255, 255, 0.1);
}

/* Force Dark Background on the whole column */
.wa-bottom-form-column {
    background: var(--wa-dark-card) !important;
    border: 1px solid var(--wa-border) !important;
    padding: 50px !important;
    border-radius: 24px !important;
}

/* Row Layout: 2 columns on desktop */
.wa-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Label Styling */
.wa-form-container label {
    display: block;
    color: #94a3b8 !important; /* Muted Gray */
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 25px !important;
}

/* THE INPUTS - This is the most important part */
.wa-form-container input:not([type="submit"]),
.wa-form-container select,
.wa-form-container textarea {
    width: 100% !important;
    background-color: var(--wa-input-bg) !important; /* Dark Background */
    border: 1px solid var(--wa-border) !important;
    border-radius: 12px !important;
    padding: 15px 20px !important;
    color: #ffffff !important; /* White Text */
    font-size: 15px !important;
    margin-top: 8px !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

/* Input Focus Glow */
.wa-form-container input:focus,
.wa-form-container select:focus,
.wa-form-container textarea:focus {
    border-color: var(--wa-indigo) !important;
    background-color: rgba(99, 102, 241, 0.05) !important;
    outline: none !important;
}

/* Textarea height */
.wa-form-container textarea {
    height: 150px !important;
}

/* Dropdown (Select) Fix */
.wa-form-container select option {
    background-color: #0f172a !important; /* Fixes white dropdown menu */
    color: white !important;
}

/* --- THE SUBMIT BUTTON --- */
.wa-submit-wrapper {
    margin-top: 10px;
}

.wa-form-container .wpcf7-submit {
    background: var(--wa-indigo) !important;
    color: white !important;
    border: none !important;
    padding: 16px 40px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: auto !important;
}

.wa-form-container .wpcf7-submit:hover {
    background: var(--wa-green) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3) !important;
}

/* Mobile Fixes */
@media (max-width: 768px) {
    .wa-form-row {
        grid-template-columns: 1fr;
    }
    .wa-bottom-form-column {
        padding: 30px 20px !important;
    }
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 768px) {
    .wa-top-info-column {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .wa-bottom-form-column {
        padding: 30px 20px;
    }
    
    .wa-info-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding-bottom: 20px;
    }
    
    .wa-info-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b78384 */:root {
    --wa-dark: #05070a;
    --wa-indigo: #6366f1;
    --wa-green: #10b981;
    --wa-white: #ffffff;
    --wa-gray: #94a3b8;
    --wa-glass: rgba(255, 255, 255, 0.03);
    --wa-border: rgba(255, 255, 255, 0.08);
}

.wa-impact-reviews {
    background-color: var(--wa-dark);
    padding: 100px 5%;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.wa-impact-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Header --- */
.wa-impact-header {
    text-align: center;
    margin-bottom: 80px;
}

.wa-eyebrow { color: var(--wa-green); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; display: block; margin-bottom: 20px; }
.wa-impact-title { font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 900; color: white; margin-bottom: 20px; }
.wa-gradient-text { background: linear-gradient(90deg, var(--wa-indigo), var(--wa-green)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.wa-impact-desc { color: var(--wa-gray); font-size: 1.1rem; max-width: 600px; margin: 0 auto; line-height: 1.7; }

/* --- Grid & Cards --- */
.wa-impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.wa-impact-card {
    background: var(--wa-glass);
    border: 1px solid var(--wa-border);
    padding: 40px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}

.wa-impact-card:hover {
    transform: translateY(-10px);
    border-color: var(--wa-indigo);
    background: rgba(99, 102, 241, 0.05);
}

.wa-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.wa-result-badge {
    background: rgba(99, 102, 241, 0.1);
    color: var(--wa-indigo);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.wa-result-badge.green {
    background: rgba(16, 185, 129, 0.1);
    color: var(--wa-green);
}

.wa-stars { color: #fbbf24; font-size: 12px; }

.wa-quote {
    color: var(--wa-white);
    font-size: 17px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 40px;
    flex-grow: 1;
}

/* --- User Meta --- */
.wa-user {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid var(--wa-border);
    padding-top: 25px;
}

.wa-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 1px solid var(--wa-border);
}

.wa-user-meta strong { display: block; color: white; font-size: 15px; margin-bottom: 2px; }
.wa-user-meta span { color: var(--wa-gray); font-size: 12px; }

/* --- Featured Card Animation --- */
.wa-impact-card.featured {
    border-color: rgba(16, 185, 129, 0.3);
}

.wa-impact-glow {
    position: absolute;
    top: -50px; right: -50px;
    width: 150px; height: 150px;
    background: var(--wa-green);
    filter: blur(80px);
    opacity: 0.1;
    z-index: 1;
}

/* --- Mobile Responsive --- */
@media (max-width: 991px) {
    .wa-impact-grid { grid-template-columns: 1fr; }
    .wa-impact-card { padding: 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e21e3c1 */:root {
    --wa-dark: #05070a;
    --wa-indigo: #6366f1;
    --wa-green: #10b981;
    --wa-white: #ffffff;
    --wa-gray: #94a3b8;
    --wa-glass: rgba(255, 255, 255, 0.03);
    --wa-border: rgba(255, 255, 255, 0.08);
}

.wa-faq-grid-section {
    background-color: var(--wa-dark);
    padding: 100px 5%;
    font-family: 'Inter', sans-serif;
    color: var(--wa-white);
}

.wa-faq-grid-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Header --- */
.wa-faq-grid-header { text-align: center; margin-bottom: 70px; }
.wa-eyebrow { color: var(--wa-indigo); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; display: block; margin-bottom: 20px; }
.wa-faq-grid-title { font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 900; margin-bottom: 20px; }
.wa-gradient-text { background: linear-gradient(90deg, var(--wa-indigo), var(--wa-green)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.wa-faq-grid-desc { color: var(--wa-gray); font-size: 1.1rem; max-width: 600px; margin: 0 auto; }

/* --- Grid Layout --- */
.wa-faq-grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* --- FAQ Card Design --- */
.wa-faq-box {
    perspective: 1000px;
    cursor: pointer;
    height: 250px;
}

.wa-faq-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

/* Flip Effect on Active */
.wa-faq-box.active .wa-faq-box-inner {
    transform: rotateY(180deg);
}

.wa-faq-box-front, .wa-faq-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--wa-border);
}

.wa-faq-box-front {
    background: var(--wa-glass);
    z-index: 2;
}

.wa-faq-box-back {
    background: rgba(16, 185, 129, 0.1);
    border-color: var(--wa-green);
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
}

/* Front Content */
.wa-faq-num {
    font-size: 14px;
    font-weight: 800;
    color: var(--wa-indigo);
    margin-bottom: 15px;
    display: block;
}

.wa-faq-box-front h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.wa-faq-plus {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 24px;
    color: var(--wa-gray);
    transition: 0.3s;
}

.wa-faq-box:hover .wa-faq-plus { color: var(--wa-indigo); transform: scale(1.2); }

/* Back Content */
.wa-faq-box-back p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .wa-faq-grid-layout { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .wa-faq-grid-layout { grid-template-columns: 1fr; }
    .wa-faq-box { height: 200px; }
}/* End custom CSS */