/* ABY Tech (IT department) pages: blue accent instead of the video studio's orange */
.aby-tech {
    --tech: #3b9eff;
    --tech-2: #7c5cff;
    --tech-soft: rgba(59, 158, 255, 0.12);
    --tech-border: rgba(59, 158, 255, 0.3);
}

.aby-tech .tech-color { color: var(--tech); }

.tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: var(--tech-soft);
    border: 1px solid var(--tech-border);
    color: var(--tech);
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.tech-hero {
    padding: 110px 0 80px;
    background:
        radial-gradient(circle at 15% 20%, rgba(59, 158, 255, 0.22), transparent 40%),
        radial-gradient(circle at 85% 70%, rgba(124, 92, 255, 0.18), transparent 40%),
        linear-gradient(180deg, #05070d 0%, #0b0f1a 100%);
    border-bottom: 1px solid rgba(59, 158, 255, 0.15);
}

.tech-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    line-height: 1.1;
    margin: 1.25rem 0 1rem;
}

.tech-hero .grad {
    background: linear-gradient(90deg, var(--tech), var(--tech-2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tech-hero p.lead { max-width: 680px; color: rgba(255, 255, 255, 0.8); }

.btn-tech {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.8rem;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--tech), var(--tech-2));
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border: none;
}

.btn-tech:hover { color: #fff; box-shadow: 0 8px 24px rgba(59, 158, 255, 0.35); }

.btn-tech-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.8rem;
    border-radius: 12px;
    border: 2px solid var(--tech);
    color: var(--tech);
    font-weight: 700;
    text-decoration: none;
}

.btn-tech-outline:hover { background: var(--tech-soft); color: var(--tech); }

.tech-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.tech-stat {
    padding: 1.25rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--tech-border);
}

.tech-stat strong { display: block; font-size: 2rem; line-height: 1; color: #fff; }
.tech-stat span { color: rgba(255, 255, 255, 0.65); font-size: 0.9rem; }

.aby-tech .section-eyebrow { color: var(--tech); font-weight: 800; letter-spacing: 2px; font-size: 0.9rem; }
.aby-tech h2.tech-h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; }
.aby-tech h2.tech-h2::after, .aby-tech h3::after { content: none !important; display: none !important; }

.tech-card {
    height: 100%;
    padding: 1.75rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(59, 158, 255, 0.15);
    transition: all 0.3s ease;
    scroll-margin-top: 140px;
}

.tech-card:hover, .tech-card:target { transform: translateY(-5px); border-color: rgba(59, 158, 255, 0.5); box-shadow: 0 12px 30px rgba(59, 158, 255, 0.12); }
.tech-card .tech-icon { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: var(--tech-soft); color: var(--tech); font-size: 24px; margin-bottom: 1.1rem; }
.tech-card h3 { font-size: 1.3rem; font-weight: 700; }
.tech-card p { color: rgba(255, 255, 255, 0.72); margin-bottom: 0; }
.tech-card ul { list-style: none; padding: 0; margin: 1rem 0 0; }
.tech-card ul li { padding: 0.35rem 0; color: rgba(255, 255, 255, 0.8); }
.tech-card ul li i { color: var(--tech); margin-right: 0.5rem; }
.tech-card a.more { color: var(--tech); font-weight: 700; text-decoration: none; display: inline-block; margin-top: 1rem; }

.stack-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; }
.stack-chip { padding: 0.5rem 1.1rem; border-radius: 999px; border: 1px solid var(--tech-border); background: var(--tech-soft); color: #fff; font-weight: 600; }

.proof-card { text-align: center; }
.proof-card .tech-icon { margin: 0 auto 1.1rem; }

.quote-card { display: flex; flex-direction: column; }
.quote-card.featured { border-color: var(--tech); background: linear-gradient(180deg, rgba(59, 158, 255, 0.1), rgba(255, 255, 255, 0.02)); }
.quote-card .quote-price { font-size: 1.8rem; font-weight: 800; color: #fff; margin: 0.5rem 0 0.25rem; }
.quote-card .quote-sub { color: rgba(255, 255, 255, 0.6); font-size: 0.9rem; }
.quote-card .btn-tech { margin-top: auto; justify-content: center; }
.quote-card ul { flex: 1; margin-bottom: 1.5rem; }

.tech-step .num { font-size: 2.6rem; font-weight: 800; line-height: 1; background: linear-gradient(90deg, var(--tech), var(--tech-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.aby-tech .landing-faq .accordion-button:not(.collapsed),
.aby-tech .landing-faq .accordion-button:not(.collapsed):hover { background: var(--tech-soft); color: var(--tech); }
.aby-tech .landing-faq .accordion-button:hover { color: var(--tech); }
.aby-tech .landing-faq .accordion-item { border-color: rgba(59, 158, 255, 0.15); }

.tech-cta {
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(59, 158, 255, 0.25), transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(124, 92, 255, 0.2), transparent 40%),
        #0b0f1a;
    border: 1px solid var(--tech-border);
}

/* OurApps section re-coloured for ABY Tech */
.aby-tech .our-apps .app-cat { color: var(--tech); }
.aby-tech .our-apps .app-card { border-color: rgba(59, 158, 255, 0.15); }
.aby-tech .our-apps .app-card:hover { border-color: rgba(59, 158, 255, 0.5); box-shadow: 0 12px 30px rgba(59, 158, 255, 0.12); }
.aby-tech .our-apps .store-btn:hover { border-color: var(--tech); }
.aby-tech .our-apps .accent-color { color: var(--tech) !important; }

/* ---- Site-wide accent override: everything orange becomes ABY Tech blue ---- */
.aby-tech-theme {
    --accent-color: #3b9eff;
    --accent-hover: #5aaeff;
    --accent-color-1: #3b9eff;
}

.aby-tech-theme .nav-link::before,
.aby-tech-theme .cta-line { background: linear-gradient(90deg, transparent, rgba(59, 158, 255, 0.35), transparent); }
.aby-tech-theme .nav-link:hover { background: linear-gradient(135deg, rgba(59, 158, 255, 0.1) 0%, rgba(59, 158, 255, 0.05) 100%); box-shadow: 0 4px 15px rgba(59, 158, 255, 0.2); }
.aby-tech-theme .nav-link.active { background: linear-gradient(135deg, rgba(59, 158, 255, 0.15) 0%, rgba(59, 158, 255, 0.05) 100%); box-shadow: 0 4px 15px rgba(59, 158, 255, 0.3); }
.aby-tech-theme .navbar-toggler:focus { box-shadow: 0 0 0 0.2rem rgba(59, 158, 255, 0.25); }
.aby-tech-theme .cta-heading { background: linear-gradient(135deg, #fff 0%, #3b9eff 100%); -webkit-background-clip: text; background-clip: text; }
.aby-tech-theme .section-heading { background: linear-gradient(135deg, #fff 0%, #3b9eff 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.aby-tech-theme .info-item { border-color: rgba(59, 158, 255, 0.25); background: rgba(59, 158, 255, 0.06); }
.aby-tech-theme .info-item i, .aby-tech-theme .social-link { color: #3b9eff; }
.aby-tech-theme .social-link { border-color: rgba(59, 158, 255, 0.4); }
.aby-tech-theme .dropdown-item.active, .aby-tech-theme .dropdown-item:active { background-color: #3b9eff; }
.aby-tech-theme .breadcrumb-item a { color: #3b9eff; }

/* Older tech pages (mobile / web app development) */
.aby-tech-theme .service-card { border-color: rgba(59, 158, 255, 0.15) !important; }
.aby-tech-theme .service-card:hover { box-shadow: 0 10px 30px rgba(59, 158, 255, 0.15) !important; border-color: rgba(59, 158, 255, 0.35) !important; }
.aby-tech-theme .service-list li { border-left-color: #3b9eff !important; background: rgba(59, 158, 255, 0.05) !important; }
.aby-tech-theme .service-list li:hover { background: rgba(59, 158, 255, 0.1) !important; }
.aby-tech-theme .our-apps .store-btn:hover { border-color: #3b9eff; }
.aby-tech-theme .social-link { background: linear-gradient(135deg, rgba(59, 158, 255, 0.1) 0%, rgba(59, 158, 255, 0.05) 100%); }
