
/* ═══════════════════════════════════════════════════════════
   COMPUTELABS — Custom Overrides
   ═══════════════════════════════════════════════════════════ */


.img-agency::after {
    content: 'COMPUTELABS';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(3rem, 10vw, 9rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #fff;
    background: #000;
    pointer-events: none;
}
.img-agency img {
    opacity: 0;
}

/* Hero name — ComputeLabs SVG text */
.img-item-2 {
    display: block;
}
.image-child {
    display: block;
}
.computelabs-hero-name,
.computelabs-hero-fill {
    width: 100%;
    display: block;
}
.computelabs-hero-name svg,
.computelabs-hero-fill svg {
    width: 100%;
    height: auto;
    max-width: 1296px;
}

/* Hero — add GPU tagline below image */
.section-hero-v2 .image-wrap .img-item.image-1 {
    position: relative;
}

/* Preloader site name */
.site-name span {
    font-size: clamp(1.5rem, 5vw, 3rem);
    letter-spacing: 0.3em;
}

/* Tech stack cards — GPU green glow */
.wg-tech-v2 {
    border: 1px solid rgba(7, 196, 44, 0.15);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.wg-tech-v2:hover {
    border-color: rgba(7, 196, 44, 0.5);
    box-shadow: 0 0 30px rgba(7, 196, 44, 0.1);
}

/* GPU chip icon in tech stack */
.wg-tech-v2 .ic-img img {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

/* Pricing — highlight Scale plan */
.wg-plan.style-2.type-2 .plan-name::after {
    content: ' — MOST POPULAR';
    font-size: 0.6em;
    color: #07C42C;
    letter-spacing: 0.1em;
}

/* Stats section — larger numbers */
.indicate-counter {
    line-height: 1;
}

/* Brand logos — GPU company feel */
.section-brand {
    background: #f8f8f8;
}

/* FAQ section heading */
.section-faq .title .text {
    position: relative;
}

/* Mobile menu — remove Contact, show Pricing */
.offcanvas-menu .nav-ul-mb li:last-child a {
    color: #07C42C;
}

/* Scrollbar */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: #07C42C; border-radius: 2px; }

/* Header contact — ensure it stays in header, not floating */
.tf-header.style-2 .header-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}
.tf-header.style-2 .header-contact .link {
    font-size: 10px;
    letter-spacing: 0.12em;
    opacity: 0.8;
    transition: opacity 0.2s;
}
.tf-header.style-2 .header-contact .link:hover {
    opacity: 1;
}
.tf-header.style-2 .header-contact .text-utc {
    font-size: 10px;
    opacity: 0.4;
}

/* Award/benchmark flip images */
.flip-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

/* Service accordion images */
.image-left img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

/* Work card images */
.work-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Testimonial author images */
.author_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

/* Brand logos — ensure proper sizing */
.img-brand img {
    object-fit: contain;
    max-height: 40px;
    width: auto;
    filter: grayscale(100%) contrast(0.6);
    transition: filter 0.3s ease;
}
.img-brand:hover img {
    filter: grayscale(0%) contrast(1);
}

/* Hero image */
.section-hero-v2 .img-item.image-1 img {
    object-fit: cover;
    border-radius: 8px;
}

/* Hero — COMPUTELABS text centered, no portrait image */
.section-hero-v2 .image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.section-hero-v2 .image-wrap .img-item-2 {
    width: 100%;
    max-width: 1000px;
    display: block;
}
.section-hero-v2 .image-wrap .img-item-2 img {
    width: 100%;
    height: auto;
}

/* ── hero-spacing-fix ───────────────────────────────────────────
   Push hero content down so it clears the fixed header (~80px)
   and give it enough vertical breathing room                    */
.section-hero-v2 {
    padding-top: 120px !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

/* COMPUTELABS name SVG — full width, centered */
.section-hero-v2 .image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 0 20px;
}
.section-hero-v2 .image-wrap .img-item-2 {
    width: 100%;
    max-width: 1100px;
    display: block;
}
.section-hero-v2 .image-wrap .img-item-2 img {
    width: 100%;
    height: auto;
    display: block;
}

/* Bottom tagline links */
.section-hero-v2 .bottom {
    padding-bottom: 60px;
}

/* ── X (Twitter) icon ───────────────────────────────────────────── */
.x-icon-link {
    display: inline-flex;
    align-items: center;
    opacity: 0.7;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.x-icon-link:hover {
    opacity: 1;
    transform: scale(1.15);
}
.x-icon-link svg {
    display: block;
}
