/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
 IT Company Karaikudi
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ HERO BREADCRUMB â”€â”€ */
#wzITPage .wz-it-hero {
    background: linear-gradient(135deg, #0a0f2e 0%, #0d1b4b 40%, #0a2a1a 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
#wzITPage .wz-it-hero::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(27,188,155,0.15) 0%, transparent 70%);
    border-radius: 50%;
}
#wzITPage .wz-it-hero::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -80px;
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(247,193,51,0.10) 0%, transparent 70%);
    border-radius: 50%;
}
#wzITPage .wz-it-hero-tag {
    display: inline-block;
    background: linear-gradient(90deg, #1bbc9b, #0fa37f);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 22px;
}
#wzITPage .wz-it-hero h1 {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
#wzITPage .wz-it-hero h1 span {
    color: #1bbc9b;
}
#wzITPage .wz-it-hero-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.80);
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 580px;
}
#wzITPage .wz-it-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
#wzITPage .wz-it-stat {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(27,188,155,0.25);
    border-radius: 12px;
    padding: 14px 22px;
    text-align: center;
    min-width: 110px;
}
#wzITPage .wz-it-stat .num {
    display: block;
    font-size: 26px;
    font-weight: 900;
    color: #1bbc9b;
    line-height: 1.1;
}
#wzITPage .wz-it-stat .lbl {
    font-size: 11px;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 4px;
    display: block;
}
#wzITPage .wz-it-bc {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}
#wzITPage .wz-it-bc a,
#wzITPage .wz-it-bc span {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
}
#wzITPage .wz-it-bc a:hover { color: #1bbc9b; }
#wzITPage .wz-it-bc .active { color: #1bbc9b; font-weight: 600; }
#wzITPage .wz-it-hero-visual {
    position: relative;
    text-align: center;
}
#wzITPage .wz-it-hero-img {
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
    border: 1px solid rgba(27,188,155,0.2);
}
#wzITPage .wz-it-float {
    position: absolute;
    background: rgba(255,255,255,0.95);
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    white-space: nowrap;
}
#wzITPage .wz-it-float.f1 { top: 30px; left: -10px; }
#wzITPage .wz-it-float.f2 { bottom: 50px; right: -10px; }
#wzITPage .wz-it-float .fi { font-size: 16px; }

/* â”€â”€ WHY CHOOSE US GRID â”€â”€ */
#wzITPage .wz-why-section {
    padding: 60px 0;
    background: #fff;
}
#wzITPage .wz-why-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    border: 1px solid #e8edf8;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#wzITPage .wz-why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #2596dd;
    border-radius: 16px 16px 0 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
#wzITPage .wz-why-card:hover::before { transform: scaleX(1); }
#wzITPage .wz-why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(27,188,155,0.12);
    border-color: transparent;
}
#wzITPage .wz-why-icon {
    width: 60px; height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}
#wzITPage .wz-why-icon.green-bg  { background: #f0fdf9; }
#wzITPage .wz-why-icon.blue-bg   { background: #eff6ff; }
#wzITPage .wz-why-icon.yellow-bg { background: #fffbeb; }
#wzITPage .wz-why-icon.pink-bg   { background: #fdf2f8; }
#wzITPage .wz-why-icon.orange-bg { background: #fff7ed; }
#wzITPage .wz-why-icon.purple-bg { background: #f5f3ff; }
#wzITPage .wz-why-card h5 {
    font-size: 17px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 12px;
}
#wzITPage .wz-why-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.75;
    margin: 0;
}

/* â”€â”€ IT SERVICES CARDS â”€â”€ */
#wzITPage .wz-it-services {
    padding: 60px 0;
    background: #f8faff;
}
#wzITPage .wz-its-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e8edf8;
    transition: all 0.35s ease;
    height: 100%;
}
#wzITPage .wz-its-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 64px rgba(10,15,46,0.12);
    border-color: #1bbc9b;
}
#wzITPage .wz-its-img {
    height: 190px;
    overflow: hidden;
    position: relative;
}
#wzITPage .wz-its-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
#wzITPage .wz-its-card:hover .wz-its-img img { transform: scale(1.06); }
#wzITPage .wz-its-badge {
    position: absolute;
    top: 14px; left: 14px;
    background: linear-gradient(90deg, #1bbc9b, #0fa37f);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
}
#wzITPage .wz-its-body {
    padding: 24px 26px 28px;
}
#wzITPage .wz-its-body h5 {
    font-size: 17px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 10px;
}
#wzITPage .wz-its-body p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 16px;
}
#wzITPage .wz-its-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}
#wzITPage .wz-its-tag {
    background: #dce3e7;
    color: #2596dd;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 50px;
    border: 1px solid rgba(27,188,155,0.2);
}
#wzITPage .wz-its-link {
    font-size: 14px;
    font-weight: 700;
    color: #1bbc9b;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s;
}
#wzITPage .wz-its-link:hover { gap: 10px; color: #0fa37f; }

/* â”€â”€ AI ADVANTAGE SECTION â”€â”€ */
#wzITPage .wz-ai-advantage {
    padding: 60px 0;
    background: linear-gradient(135deg, #0a0f2e 0%, #0d1b4b 60%, #06291a 100%);
    position: relative;
    overflow: hidden;
}
#wzITPage .wz-ai-advantage::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(27,188,155,0.12) 0%, transparent 70%);
    border-radius: 50%;
}
#wzITPage .wz-ai-adv-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(27,188,155,0.20);
    border-radius: 18px;
    padding: 32px 28px;
    transition: all 0.3s ease;
    height: 100%;
}
#wzITPage .wz-ai-adv-card:hover {
    background: rgba(27,188,155,0.08);
    border-color: rgba(27,188,155,0.45);
    transform: translateY(-6px);
}
#wzITPage .wz-ai-adv-icon {
    font-size: 36px;
    margin-bottom: 18px;
    display: block;
}
#wzITPage .wz-ai-adv-card h5 {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}
#wzITPage .wz-ai-adv-card p {
    font-size: 14px;
    color: rgba(255,255,255,0.70);
    line-height: 1.8;
    margin-bottom: 16px;
}
#wzITPage .wz-adv-tags { display: flex; flex-wrap: wrap; gap: 6px; }
#wzITPage .wz-adv-tag {
    background: rgba(27,188,155,0.15);
    color: #1bbc9b;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 11px;
    border-radius: 50px;
    border: 1px solid rgba(27,188,155,0.3);
}

/* â”€â”€ PROCESS â”€â”€ */
#wzITPage .wz-it-process {
    padding: 60px 0;
    background: #f8faff;
}
#wzITPage .wz-it-proc-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 50px;
}
#wzITPage .wz-it-proc-wrap::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 9%;
    right: 9%;
    height: 2px;
    background: linear-gradient(90deg, #1bbc9b, #0a0f2e, #1bbc9b);
    z-index: 0;
}
#wzITPage .wz-it-proc-item {
    flex: 1;
    min-width: 130px;
    max-width: 200px;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
#wzITPage .wz-it-proc-circle {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #e8edf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 18px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
#wzITPage .wz-it-proc-item.active .wz-it-proc-circle {
    background: linear-gradient(135deg, #1bbc9b, #0fa37f);
    border-color: #1bbc9b;
    box-shadow: 0 8px 30px rgba(27,188,155,0.35);
}
#wzITPage .wz-it-proc-item h6 {
    font-size: 14px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 8px;
}
#wzITPage .wz-it-proc-item p {
    font-size: 12px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* â”€â”€ TECH STACK â€” scoped to avoid conflict with style.css .wz-tech-grid â”€â”€ */
#wzITPage .wz-it-tech {
    padding: 60px 0;
    background: #fff;
}
#wzITPage .wz-it-tech-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: center !important;
    margin-top: 40px;
    grid-template-columns: unset !important;
}
#wzITPage .wz-it-tech-pill {
    background: #f8faff;
    border: 1px solid #e8edf8;
    border-radius: 10px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
    cursor: default;
}
#wzITPage .wz-it-tech-pill:hover {
    background: #2596dd;
    color: #fff;
    border-color: #2596dd;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(27,188,155,0.25);
}
#wzITPage .wz-it-tech-pill i { font-size: 18px; }

/* â”€â”€ INDUSTRIES â”€â”€ */
#wzITPage .wz-it-industries {
    padding: 60px 0;
    background: #f8faff;
}
#wzITPage .wz-ind-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
    margin-top: 40px;
}
#wzITPage .wz-ind-item {
    background: #fff;
    border: 1px solid #e8edf8;
    border-radius: 14px;
    padding: 22px 16px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: default;
}
#wzITPage .wz-ind-item:hover {
    background: #2596dd;
    border-color: #2596dd;
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(10,15,46,0.15);
}
#wzITPage .wz-ind-item:hover .ind-icon,
#wzITPage .wz-ind-item:hover .ind-title { color: #fff; }
#wzITPage .ind-icon {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
    color: #1bbc9b;
    transition: color 0.3s;
}
#wzITPage .ind-title {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
    transition: color 0.3s;
}

/* â”€â”€ PRICING â”€â”€ */
#wzITPage .wz-it-pricing {
    padding: 60px 0;
    background: #fff;
}
#wzITPage .wz-it-price-card {
    background: #fff;
    border: 2px solid #e8edf8;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
}
#wzITPage .wz-it-price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 64px rgba(27,188,155,0.12);
    border-color: #1bbc9b;
}
#wzITPage .wz-it-price-card.popular {
    border-color: #1bbc9b;
    box-shadow: 0 16px 48px rgba(27,188,155,0.18);
    transform: scale(1.03);
}
#wzITPage .wz-itp-header {
    padding: 32px 28px 24px;
    background: #2596dd;
    position: relative;
}
#wzITPage .wz-itp-header.popular-bg {
    background: linear-gradient(135deg, #1bbc9b, #0a8c72);
}
#wzITPage .wz-popular-badge {
    position: absolute;
    top: 16px; right: 16px;
    background: #f7c133;
    color: #1a1a2e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
}
#wzITPage .wz-itp-header h5 {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#wzITPage .wz-itp-price {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
}
#wzITPage .wz-itp-price sup { font-size: 22px; vertical-align: super; }
#wzITPage .wz-itp-price span { font-size: 16px; font-weight: 500; opacity: 0.75; }
#wzITPage .wz-itp-sub { color: rgba(255,255,255,0.65); font-size: 13px; }
#wzITPage .wz-itp-body { padding: 28px; }
#wzITPage .wz-itp-body ul { list-style: none; padding: 0; margin: 0 0 24px; }
#wzITPage .wz-itp-body ul li {
    font-size: 14px;
    color: #1a1a2e;
    padding: 8px 0;
    border-bottom: 1px solid #f0f4ff;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}
#wzITPage .wz-itp-body ul li:last-child { border-bottom: none; }
#wzITPage .ck2 { color: #1bbc9b; font-weight: 700; flex-shrink: 0; }
#wzITPage .xk2 { color: #cbd5e1; font-weight: 700; flex-shrink: 0; }
#wzITPage .wz-itp-btn {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #1bbc9b, #0fa37f);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
}
#wzITPage .wz-itp-btn:hover {
    background: linear-gradient(135deg, #0fa37f, #0a8c72);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(27,188,155,0.3);
}

/* â”€â”€ FAQ â€” scoped to avoid conflict with style.css .wz-faq-* â”€â”€ */
#wzITPage .wz-it-faq {
    padding: 60px 0;
    background: #f8faff;
}
#wzITPage .wz-it-faq-list { display: flex; flex-direction: column; gap: 14px; }
#wzITPage .wz-it-faq-item {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8edf8;
    overflow: hidden;
    transition: border-color 0.3s ease;
}
#wzITPage .wz-it-faq-item.open { border-color: #1bbc9b; }
#wzITPage .wz-it-faq-q {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    padding: 20px 24px;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    line-height: 1.5;
    transition: color 0.25s ease;
}
#wzITPage .wz-it-faq-q:hover { color: #1bbc9b; }
#wzITPage .wz-it-faq-icon {
    width: 24px; height: 24px;
    border-radius: 50%;
    background: #f0fdf9;
    color: #1bbc9b;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    transition: transform 0.3s ease;
}
#wzITPage .wz-it-faq-a {
    display: none;
    padding: 0 24px 20px;
}
#wzITPage .wz-it-faq-a.show { display: block; }
#wzITPage .wz-it-faq-a p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.85;
    margin: 0 0 10px;
}
#wzITPage .wz-it-faq-a ul {
    margin: 10px 0 10px 16px;
    padding: 0;
}
#wzITPage .wz-it-faq-a ul li {
    font-size: 14px;
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 5px;
}

/* â”€â”€ FINAL CTA â”€â”€ */
#wzITPage .wz-it-final-cta {
    padding: 60px 0;
    background: linear-gradient(135deg, #0a0f2e 0%, #0d1b4b 50%, #06291a 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}
#wzITPage .wz-it-final-cta::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(27,188,155,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
#wzITPage .wz-it-final-cta .pre {
    display: inline-block;
    background: rgba(27,188,155,0.15);
    color: #1bbc9b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 24px;
    border: 1px solid rgba(27,188,155,0.3);
}
#wzITPage .wz-it-final-cta h2 {
    font-size: clamp(24px, 3.5vw, 42px);
    font-weight: 900;
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.25;
}
#wzITPage .wz-it-final-cta h2 span { color: #1bbc9b; }
#wzITPage .wz-it-final-cta p {
    font-size: 16px;
    color: rgba(255,255,255,0.70);
    margin-bottom: 36px;
    max-width: 560px;
    margin-left: auto; margin-right: auto;
    line-height: 1.8;
}
#wzITPage .wz-it-cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px;
}
#wzITPage .wz-it-btn-primary {
    background: linear-gradient(135deg, #1bbc9b, #0fa37f);
    color: #fff;
    padding: 16px 34px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
#wzITPage .wz-it-btn-primary:hover {
    background: linear-gradient(135deg, #0fa37f, #0a8c72);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(27,188,155,0.35);
}
#wzITPage .wz-it-btn-outline {
    background: transparent;
    color: #fff;
    padding: 15px 32px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.35);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
#wzITPage .wz-it-btn-outline:hover {
    border-color: #1bbc9b;
    color: #1bbc9b;
    transform: translateY(-3px);
}
#wzITPage .wz-it-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
#wzITPage .wz-it-contacts a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.25s;
    display: flex;
    align-items: center;
    gap: 8px;
}
#wzITPage .wz-it-contacts a:hover { color: #1bbc9b; }

/* â”€â”€ SECTION HEADERS â€” scoped to avoid .wz-section-header conflict â”€â”€ */
#wzITPage .wz-it-section-header {
    text-align: center;
    margin-bottom: 50px;
}
#wzITPage .wz-it-pretag {
    display: inline-block;
    background: linear-gradient(135deg, #f0fdf9, #d1fae5);
    color: #0f7b6c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(27,188,155,0.25);
    margin-bottom: 16px;
}
#wzITPage .wz-it-section-header h2 {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 900;
    color: #1a1a2e;
    margin-bottom: 16px;
    line-height: 1.3;
}
#wzITPage .wz-it-section-header h2 span {color: #2596dd;}
#wzITPage .wz-it-section-header p {
    font-size: 15px;
    color: #64748b;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.8;
}
#wzITPage .wz-it-divider {
    width: 60px; height: 3px;
    background: linear-gradient(90deg, #1bbc9b, #0a0f2e);
    border-radius: 3px;
    margin: 0 auto 20px;
}

/* â”€â”€ GEO SIGNALS BANNER â”€â”€ */
#wzITPage .wz-geo-signal-bar {
    background: linear-gradient(90deg, #0a0f2e, #1bbc9b 50%, #0a0f2e);
    padding: 20px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#wzITPage .wz-geo-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
#wzITPage .wz-geo-pill {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
}
.wz-faq-p {
	color:#64748b;font-size:14px;line-height:1.85;margin-bottom:28px;
}
.wz-faq-haeding {
	font-size:clamp(22px,3vw,34px);font-weight:900;color:#1a1a2e;margin:16px 0 12px;line-height:1.3;
}
.wz-it-pricing-p {
	text-align:center;color:#64748b;font-size:13px;margin-top:24px;
}

/* ===== ABOUT TAGS ===== */
#wzITPage .wz-if-item{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:20px;
}

#wzITPage .wz-if-item span{
    background: #eceeef;
    color: #2596dd;
    font-size:13px;
    font-weight:700;
    padding:7px 16px;
    border-radius:50px;
    border:1px solid rgba(27,188,155,0.25);
}

/* ===== FAQ LEFT BOX ===== */
#wzITPage .wz-it-faq-left-box{
    background:linear-gradient(135deg,#f0fdf9,#e6fff9);
    border-radius:16px;
    padding:28px;
    border:1px solid rgba(27,188,155,0.2);
}

/* ===== FAQ TITLE ===== */
#wzITPage .wz-it-faq-left-box h5{
    font-size:17px;
    font-weight:800;
    color:#0f7b6c;
    margin-bottom:12px;
}

/* ===== FAQ TEXT ===== */
#wzITPage .wz-it-faq-left-box p{
    color:#64748b;
    font-size:14px;
    line-height:1.7;
    margin-bottom:18px;
}

/* ===== CONTACT LINKS ===== */
#wzITPage .wz-it-contact-link{
    display:flex;
    align-items:center;
    gap:8px;
    color:#0f7b6c;
    font-weight:700;
    text-decoration:none;
    margin-bottom:10px;
}

/* ===== CONTACT HOVER ===== */
#wzITPage .wz-it-contact-link:hover{
    color:#1bbc9b;
}

/* â”€â”€ RESPONSIVE â”€â”€ */
@media (max-width: 991px) {
    #wzITPage .wz-it-hero { padding: 60px 0 40px; }
    #wzITPage .wz-it-proc-wrap::before { display: none; }
    #wzITPage .wz-it-float { display: none; }
}
@media (max-width: 767px) {
    #wzITPage .wz-it-price-card.popular { transform: scale(1); }
}
