/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.13.8
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 10.9.4
Tested up to: 7.0
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */

/* =========================================================
   ANVISH MEDIA - INNER PAGES
========================================================= */
/* ==========================================================
   RESET
========================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    background: #f5f4ef;
    color: #111;
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}


/* ==========================================================
   VARIABLES
========================================================== */

:root {
    --black: #050712;
    --dark: #090b16;
    --white: #fff;
    --off-white: #f5f4ef;
    --gray: #777;
    --purple: #9b4dff;
    --purple-light: #c28cff;
    --blue: #00b7ff;
    --pink: #f02fff;
    --border: rgba(0, 0, 0, .12);
    --dark-border: rgba(255, 255, 255, .13);
    --container: 1280px;
}


/* ==========================================================
   GLOBAL
========================================================== */

.container {
    width: min(calc(100% - 80px), var(--container));
    margin-inline: auto;
}

.section {
    padding: 140px 0;
}

/*
Major performance optimization:
browser can skip rendering sections far below viewport.
*/

.lazy-section {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

.dark {
    background: var(--black);
    color: white;
}


/* ==========================================================
   SCROLL PROGRESS
========================================================== */

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    z-index: 10000;

    background:
        linear-gradient(
            90deg,
            var(--purple),
            var(--pink),
            var(--blue)
        );

    will-change: width;
}


/* ==========================================================
   HEADER
========================================================== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    padding: 25px 0;

    z-index: 9000;

    color: white;

    transition:
        background .3s ease,
        padding .3s ease;
}

.site-header.scrolled {
    padding: 14px 0;

    background: rgba(3, 6, 20, .86);

    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);

    border-bottom:
        1px solid rgba(255,255,255,.07);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo,
.footer-logo {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
}

.logo {
    font-size: 28px;
}

.logo span,
.footer-logo span {
    color: var(--purple);
}

.desktop-nav {
    display: flex;
    gap: 35px;
}

.desktop-nav a {
    position: relative;
    font-size: 14px;
}

.desktop-nav a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -7px;

    width: 0;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--purple),
            var(--blue)
        );

    transition: width .3s ease;
}

.desktop-nav a:hover::after {
    width: 100%;
}

.nav-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    padding: 13px 22px;

    border-radius: 50px;

    background:
        linear-gradient(
            100deg,
            #a62cff,
            #008cff
        );

    font-size: 13px;
    font-weight: 600;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.nav-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 35px rgba(133, 58, 255, .35);
}


/* ==========================================================
   MOBILE MENU
========================================================== */

.menu-toggle {
    display: none;

    width: 38px;

    border: 0;
    background: transparent;

    cursor: pointer;
}

.menu-toggle span {
    display: block;

    width: 100%;
    height: 2px;

    margin: 7px 0;

    background: white;
}

.mobile-nav {
    position: fixed;
    inset: 0;

    z-index: 8000;

    background: #050712;
    color: white;

    transform: translateY(-100%);

    transition:
        transform .55s
        cubic-bezier(.77,0,.18,1);
}

.mobile-nav.open {
    transform: translateY(0);
}

.mobile-nav-inner {
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 25px;
    padding: 40px;
}

.mobile-nav-inner a {
    font-family: "Space Grotesk";
    font-size: 45px;
    font-weight: 600;
}


/* ==========================================================
   HERO
========================================================== */

.hero {
    position: relative;

    min-height: 100svh;

    display: flex;
    align-items: center;

    overflow: hidden;

    background: #020615;
    color: white;
}

.hero-background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-background img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transform: scale(1.01);
}

.hero-overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(2,6,20,.98) 0%,
            rgba(2,6,20,.91) 28%,
            rgba(2,6,20,.45) 54%,
            rgba(2,6,20,.12) 100%
        );
}

.hero-container {
    position: relative;
    z-index: 3;

    width: 100%;

    padding-top: 120px;
    padding-bottom: 100px;
}

.hero-content {
    max-width: 660px;
}

.hero-kicker {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 25px;

    color: #c99aff;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
}

.hero-kicker span {
    width: 40px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            #ee3cff,
            #45bfff
        );
}

.hero-title {
    font-family: "Space Grotesk";

    font-size:
        clamp(55px, 5.4vw, 90px);

    line-height: .98;

    letter-spacing: -5px;

    font-weight: 700;
}

.hero-line {
    display: block;
}

.gradient-text {
    color: transparent;

    background:
        linear-gradient(
            90deg,
            #ef43f5,
            #8657ff,
            #00c8ff
        );

    -webkit-background-clip: text;
    background-clip: text;
}

.hero-description {
    max-width: 590px;

    margin-top: 30px;

    color: #c5cbe0;

    font-size: 17px;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;

    gap: 15px;

    margin-top: 30px;
}

.button {
    min-height: 55px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    padding: 0 28px;

    border-radius: 50px;

    font-size: 13px;
    font-weight: 700;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}

.button:hover {
    transform: translateY(-3px);
}

.button-primary {
    background:
        linear-gradient(
            100deg,
            #b42cff,
            #008fff
        );

    box-shadow:
        0 10px 35px rgba(130, 56, 255, .25);
}

.button-primary:hover {
    box-shadow:
        0 15px 45px rgba(130, 56, 255, .4);
}

.button-outline {
    border:
        1px solid rgba(174, 112, 255, .7);

    background:
        rgba(255,255,255,.03);
}

.button-outline:hover {
    background:
        rgba(255,255,255,.08);
}

.hero-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 13px;

    margin-top: 55px;

    color: #9299af;

    font-size: 9px;
    letter-spacing: 2px;
}

.hero-meta i {
    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: var(--purple);
}

.hero-scroll {
    position: absolute;

    left: 50%;
    bottom: 25px;

    z-index: 5;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 10px;

    transform: translateX(-50%);

    font-size: 8px;
    letter-spacing: 2px;
}

.hero-scroll i {
    display: block;

    width: 1px;
    height: 35px;

    background:
        linear-gradient(
            white,
            transparent
        );

    animation:
        scrollLine 1.8s
        ease-in-out infinite;
}


/* Hero animations */

.hero-animate {
    opacity: 0;

    animation:
        heroReveal .75s
        cubic-bezier(.2,.8,.2,1)
        forwards;
}

.hero-kicker {
    animation-delay: .05s;
}

.hero-title .hero-line:nth-child(1) {
    animation-delay: .12s;
}

.hero-title .hero-line:nth-child(2) {
    animation-delay: .2s;
}

.hero-title .hero-line:nth-child(3) {
    animation-delay: .28s;
}

.hero-description {
    animation-delay: .35s;
}

.hero-buttons {
    animation-delay: .42s;
}

.hero-meta {
    animation-delay: .5s;
}


/* ==========================================================
   MARQUEE
========================================================== */

.marquee-section {
    overflow: hidden;

    padding: 27px 0;

    background: #070812;
    color: white;
}

.marquee-track {
    display: flex;
    align-items: center;

    width: max-content;

    gap: 32px;

    animation:
        marquee 35s linear infinite;

    will-change: transform;
}

.marquee-track span {
    white-space: nowrap;

    font-family: "Space Grotesk";

    font-size: 30px;
    font-weight: 600;
}

.marquee-track b {
    color: var(--purple);
}


/* ==========================================================
   SECTION TITLES
========================================================== */

.section-tag {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 60px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-tag span {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--border);
    border-radius: 50%;
}

.section-tag.light {
    color: white;
}

.section-tag.light span {
    border-color: var(--dark-border);
}

.display-title {
    max-width: 950px;

    font-family: "Space Grotesk";

    font-size:
        clamp(50px, 6vw, 95px);

    line-height: .95;

    letter-spacing: -5px;

    font-weight: 500;
}

.display-title span {
    color: var(--purple);
}

.display-title.light {
    color: white;
}

.section-description {
    max-width: 600px;

    margin-top: 35px;

    color: #666;

    font-size: 17px;
    line-height: 1.7;
}

.section-description.light {
    color: #999;
}


/* ==========================================================
   ABOUT
========================================================== */

.about-layout {
    display: grid;

    grid-template-columns:
        1.1fr .9fr;

    gap: 100px;
}

.about-copy {
    padding-top: 10px;
}

.about-copy p {
    max-width: 550px;

    margin-bottom: 25px;

    color: #666;

    line-height: 1.8;
}

.about-copy .lead {
    color: #222;

    font-size: 22px;
    line-height: 1.5;
}

.text-link {
    display: inline-flex;

    gap: 12px;

    margin-top: 15px;

    padding-bottom: 8px;

    border-bottom: 1px solid #111;

    font-weight: 700;
}


/* ==========================================================
   STATS
========================================================== */

.stats {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    margin-top: 120px;

    border-top:
        1px solid var(--border);
}

.stat {
    padding: 42px 20px 42px 0;

    border-right:
        1px solid var(--border);
}

.stat:not(:first-child) {
    padding-left: 30px;
}

.stat:last-child {
    border-right: 0;
}

.stat strong {
    font-family: "Space Grotesk";

    font-size:
        clamp(50px, 5vw, 80px);

    letter-spacing: -5px;
}

.stat div > span {
    color: var(--purple);

    font-family: "Space Grotesk";
    font-size: 25px;
}

.stat p {
    margin-top: 10px;

    color: #777;

    font-size: 13px;
}


/* ==========================================================
   SERVICES
========================================================== */

.services-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 1px;

    margin-top: 85px;

    background: var(--dark-border);
}

.service-card {
    position: relative;

    min-height: 400px;

    padding: 35px;

    overflow: hidden;

    background: #070812;

    transition:
        transform .35s ease,
        background .35s ease,
        box-shadow .35s ease;
}

.service-card:hover {
    z-index: 2;

    transform: translateY(-7px);

    background: #12131d;

    box-shadow:
        0 25px 60px rgba(0,0,0,.35);
}

.service-card::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    right: -130px;
    bottom: -130px;

    border-radius: 50%;

    background: var(--purple);

    filter: blur(75px);

    opacity: 0;

    transition: opacity .35s ease;
}

.service-card:hover::before {
    opacity: .25;
}

.service-top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-top > span {
    color: #666;
    font-size: 11px;
}

.service-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid var(--dark-border);

    border-radius: 50%;

    transition:
        transform .35s ease,
        background .35s ease;
}

.service-card:hover .service-icon {
    transform: rotate(45deg);

    background: var(--purple);
}

.service-card h3 {
    position: relative;
    z-index: 2;

    margin-top: 70px;

    font-family: "Space Grotesk";
    font-size: 29px;
}

.service-card p {
    position: relative;
    z-index: 2;

    margin-top: 20px;

    color: #888;

    line-height: 1.7;
}

.service-footer {
    position: absolute;

    left: 35px;
    right: 35px;
    bottom: 30px;

    z-index: 2;

    display: flex;
    justify-content: space-between;

    color: #777;

    font-size: 11px;
}


/* ==========================================================
   WORK
========================================================== */

.work {
    background: #f5f4ef;
}

.work-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 50px;
}

.work-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 60px 25px;

    margin-top: 80px;
}

.project-image {
    position: relative;

    aspect-ratio: 1.35;

    overflow: hidden;

    border-radius: 12px;

    background: #111;
}

.project-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.45),
            transparent 50%
        );
}

.project-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .7s
        cubic-bezier(.2,.8,.2,1);
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-image > span {
    position: absolute;

    top: 20px;
    right: 25px;

    z-index: 2;

    color: white;

    font-family: "Space Grotesk";
    font-size: 50px;

    opacity: .5;
}

.project-info {
    padding-top: 22px;
}

.project-info small {
    color: #777;

    font-size: 9px;
    letter-spacing: 2px;
}

.project-info h3 {
    margin-top: 10px;

    font-family: "Space Grotesk";

    font-size: 30px;
}

.project-info a {
    display: inline-block;

    margin-top: 15px;

    padding-bottom: 5px;

    border-bottom: 1px solid #111;

    font-size: 13px;
}


/* Fallback if images aren't uploaded yet */

.project-purple {
    background:
        linear-gradient(135deg,#48126e,#12162e);
}

.project-blue {
    background:
        linear-gradient(135deg,#103e7d,#101322);
}

.project-pink {
    background:
        linear-gradient(135deg,#741949,#17121b);
}

.project-orange {
    background:
        linear-gradient(135deg,#7a4714,#17130f);
}


/* ==========================================================
   PROCESS
========================================================== */

.process {
    background: #e9e8e3;
}

.process-header {
    margin-bottom: 80px;
}

.process-list {
    border-top:
        1px solid var(--border);
}

.process-row {
    display: grid;

    grid-template-columns:
        80px 1fr 1fr 50px;

    align-items: center;

    gap: 30px;

    padding: 35px 0;

    border-bottom:
        1px solid var(--border);

    transition:
        padding-left .3s ease;
}

.process-row:hover {
    padding-left: 18px;
}

.process-index {
    color: var(--purple);

    font-size: 12px;
}

.process-title {
    font-family: "Space Grotesk";
    font-size: 31px;
}

.process-description {
    max-width: 400px;

    color: #666;

    line-height: 1.6;
}

.process-arrow {
    font-size: 25px;
}


/* ==========================================================
   RECOGNITION
========================================================== */

.recognition-layout {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 100px;
}

.recognition-list {
    border-top:
        1px solid var(--dark-border);
}

.recognition-item {
    display: grid;

    grid-template-columns:
        60px 1fr;

    gap: 20px;

    padding: 30px 0;

    border-bottom:
        1px solid var(--dark-border);
}

.recognition-item > span {
    color: var(--purple-light);
}

.recognition-item h3 {
    font-family: "Space Grotesk";
    font-size: 20px;
}

.recognition-item p {
    margin-top: 7px;

    color: #777;
}


/* ==========================================================
   TEAM
========================================================== */

.team-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;

    margin-top: 80px;
}

.team-photo {
    aspect-ratio: .85;

    overflow: hidden;

    border-radius: 8px;

    background:
        linear-gradient(
            145deg,
            var(--purple),
            #111
        );
}

.team-photo img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .6s ease;
}

.team-member:hover img {
    transform: scale(1.05);
}

.team-member h3 {
    margin-top: 20px;

    font-family: "Space Grotesk";
    font-size: 22px;
}

.team-member p {
    margin-top: 5px;

    color: #777;
}


/* ==========================================================
   TESTIMONIAL
========================================================== */

.testimonial-container {
    position: relative;

    margin-top: 75px;

    padding: 75px;

    border:
        1px solid var(--border);

    border-radius: 12px;
}

.testimonial-quote {
    position: absolute;

    top: 15px;
    left: 30px;

    color: var(--purple);

    font-family: Georgia;
    font-size: 120px;

    opacity: .15;
}

.testimonial {
    display: none;
}

.testimonial.active {
    display: block;

    animation:
        testimonialIn .45s ease;
}

.testimonial > p {
    margin-bottom: 25px;

    font-weight: 700;
}

.testimonial blockquote {
    max-width: 1000px;

    font-family: "Space Grotesk";

    font-size:
        clamp(28px, 4vw, 50px);

    line-height: 1.12;

    letter-spacing: -2px;
}

.testimonial-author {
    display: flex;
    flex-direction: column;

    margin-top: 40px;
}

.testimonial-author span {
    margin-top: 5px;

    color: #777;
}

.testimonial-navigation {
    display: flex;
    align-items: center;

    gap: 20px;

    margin-top: 55px;
}

.testimonial-navigation button {
    width: 50px;
    height: 50px;

    border:
        1px solid var(--border);

    border-radius: 50%;

    background: transparent;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease;
}

.testimonial-navigation button:hover {
    background: #111;
    color: white;
}


/* ==========================================================
   CTA
========================================================== */

.final-cta {
    position: relative;

    overflow: hidden;

    padding: 170px 0;

    color: white;

    background:
        linear-gradient(
            130deg,
            #802de8,
            #174fdf
        );
}

.cta-decoration {
    position: absolute;

    width: 650px;
    height: 650px;

    top: -350px;
    right: -180px;

    border-radius: 50%;

    background:
        rgba(255,255,255,.14);

    filter: blur(90px);

    pointer-events: none;
}

.cta-inner {
    position: relative;
    z-index: 2;

    text-align: center;
}

.cta-inner .section-tag {
    justify-content: center;
}

.cta-title {
    max-width: 1000px;

    margin: auto;

    font-family: "Space Grotesk";

    font-size:
        clamp(55px, 8vw, 120px);

    line-height: .88;

    letter-spacing: -7px;
}

.cta-title em {
    color: #111;

    font-style: normal;
}

.cta-description {
    max-width: 550px;

    margin: 40px auto;

    font-size: 17px;
    line-height: 1.7;
}

.cta-button {
    display: inline-flex;
    align-items: center;

    gap: 15px;

    min-height: 58px;

    padding: 0 30px;

    border-radius: 50px;

    background: #111;
    color: white;

    font-weight: 700;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.cta-button:hover {
    transform: translateY(-4px);

    box-shadow:
        0 15px 40px rgba(0,0,0,.25);
}


/* ==========================================================
   FOOTER
========================================================== */

.footer {
    padding: 90px 0 30px;

    background: #050712;
    color: white;
}

.footer-main {
    display: grid;

    grid-template-columns:
        2fr 1fr 1fr 1fr;

    gap: 60px;

    padding-bottom: 80px;
}

.footer-logo {
    font-size: 35px;
}

.footer-brand p {
    margin-top: 20px;

    color: #777;
}

.footer-column {
    display: flex;
    flex-direction: column;

    gap: 13px;
}

.footer-column > span {
    margin-bottom: 10px;

    color: #666;

    font-size: 9px;
    letter-spacing: 2px;
}

.footer-column a {
    font-size: 13px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;

    padding-top: 25px;

    border-top:
        1px solid var(--dark-border);

    color: #555;

    font-size: 9px;
    letter-spacing: 1px;
}


/* ==========================================================
   LIGHTWEIGHT SCROLL ANIMATION
========================================================== */

.reveal {
    opacity: 0;

    transform:
        translate3d(0, 35px, 0);

    transition:
        opacity .65s ease,
        transform .65s
        cubic-bezier(.2,.8,.2,1);
}

.reveal.is-visible {
    opacity: 1;

    transform:
        translate3d(0,0,0);
}


/* stagger children without JS */

.services-grid .reveal:nth-child(2),
.team-grid .reveal:nth-child(2) {
    transition-delay: .08s;
}

.services-grid .reveal:nth-child(3),
.team-grid .reveal:nth-child(3) {
    transition-delay: .16s;
}

.services-grid .reveal:nth-child(4) {
    transition-delay: .08s;
}

.services-grid .reveal:nth-child(5) {
    transition-delay: .16s;
}


/* ==========================================================
   KEYFRAMES
========================================================== */

@keyframes heroReveal {

    from {
        opacity: 0;
        transform:
            translate3d(0,30px,0);
    }

    to {
        opacity: 1;
        transform:
            translate3d(0,0,0);
    }

}

@keyframes marquee {

    to {
        transform:
            translate3d(-50%,0,0);
    }

}

@keyframes scrollLine {

    0% {
        opacity: 0;
        transform:
            scaleY(.2);
        transform-origin: top;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform:
            scaleY(1);
        transform-origin: top;
    }

}

@keyframes testimonialIn {

    from {
        opacity: 0;
        transform:
            translate3d(25px,0,0);
    }

    to {
        opacity: 1;
        transform:
            translate3d(0,0,0);
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1000px) {

    .container {
        width:
            calc(100% - 40px);
    }

    .desktop-nav,
    .nav-button {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(2,6,20,.97),
                rgba(2,6,20,.78)
            );
    }

    .hero-content {
        max-width: 620px;
    }

    .about-layout,
    .recognition-layout {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .services-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .stats {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .work-heading {
        display: block;
    }

    .work-grid {
        grid-template-columns: 1fr;
    }

    .process-row {
        grid-template-columns:
            60px 1fr;
    }

    .process-description {
        grid-column: 2;
    }

    .process-arrow {
        display: none;
    }

    .team-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

    .footer-main {
        grid-template-columns:
            1fr 1fr;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 650px) {

    .container {
        width:
            calc(100% - 30px);
    }

    .section {
        padding: 95px 0;
    }

    .site-header {
        padding: 18px 0;
    }

    .hero {
        min-height: 760px;
    }

    .hero-background img {
        object-position: 62% center;
    }

    .hero-overlay {
        background:
            linear-gradient(
                to right,
                rgba(2,6,20,.97),
                rgba(2,6,20,.78)
            );
    }

    .hero-container {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-kicker {
        letter-spacing: 2px;

        font-size: 9px;
    }

    .hero-title {
        font-size:
            clamp(48px, 15vw, 70px);

        letter-spacing: -4px;
    }

    .hero-description {
        max-width: 450px;

        font-size: 15px;
    }

    .hero-buttons {
        flex-direction: column;

        align-items: flex-start;
    }

    .button {
        width: 100%;
    }

    .hero-meta {
        margin-top: 40px;
    }

    .hero-scroll {
        display: none;
    }

    .marquee-track span {
        font-size: 24px;
    }

    .display-title {
        letter-spacing: -3px;
    }

    .stats {
        grid-template-columns: 1fr;

        margin-top: 70px;
    }

    .stat {
        border-right: 0;

        border-bottom:
            1px solid var(--border);
    }

    .stat:not(:first-child) {
        padding-left: 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 380px;
    }

    .work-grid {
        margin-top: 60px;
    }

    .process-row {
        display: block;
    }

    .process-title {
        margin-top: 15px;
    }

    .process-description {
        margin-top: 15px;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-container {
        padding: 45px 25px;
    }

    .testimonial blockquote {
        font-size: 27px;

        letter-spacing: -1px;
    }

    .final-cta {
        padding: 115px 0;
    }

    .cta-title {
        letter-spacing: -4px;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;

        gap: 10px;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration:
            .01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            .01ms !important;
    }

    .reveal,
    .hero-animate {
        opacity: 1 !important;

        transform: none !important;
    }

}

/* =========================================
   ANVISH CONTACT POPUP
========================================= */

.anvish-popup {
    position: fixed;
    inset: 0;

    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 25px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity .3s ease,
        visibility .3s ease;
}

.anvish-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* OVERLAY */

.anvish-popup-overlay {
    position: absolute;
    inset: 0;

    background: rgba(2, 4, 15, .82);

    backdrop-filter: blur(8px);
}


/* MODAL */

.anvish-popup-modal {
    position: relative;

    width: 100%;
    max-width: 1050px;
    max-height: 92vh;

    overflow-y: auto;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;

    background: #080a16;

    box-shadow:
        0 30px 100px rgba(0,0,0,.55);

    transform: translateY(25px) scale(.98);

    transition: transform .35s cubic-bezier(.2,.8,.2,1);

    z-index: 2;
}

.anvish-popup.is-open .anvish-popup-modal {
    transform: translateY(0) scale(1);
}


/* CLOSE */

.anvish-popup-close {
    position: absolute;

    top: 18px;
    right: 20px;

    z-index: 20;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;

    background: rgba(255,255,255,.05);

    color: #fff;

    font-size: 27px;

    cursor: pointer;

    transition:
        background .25s ease,
        transform .25s ease;
}

.anvish-popup-close:hover {
    background: #9b4dff;
    transform: rotate(90deg);
}


/* GRID */

.anvish-popup-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;

    min-height: 650px;
}


/* =========================================
   LEFT
========================================= */

.anvish-popup-intro {
    position: relative;

    padding: 65px 50px;

    overflow: hidden;

    color: #fff;

    background:
        radial-gradient(
            circle at 10% 90%,
            rgba(157, 65, 255, .38),
            transparent 38%
        ),
        radial-gradient(
            circle at 90% 10%,
            rgba(0, 174, 255, .22),
            transparent 35%
        ),
        #060713;
}

.anvish-popup-intro::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    left: -170px;
    bottom: -170px;

    border: 1px solid rgba(184,93,255,.35);
    border-radius: 50%;

    box-shadow:
        0 0 80px rgba(155,77,255,.25);
}

.anvish-popup-label {
    display: block;

    margin-bottom: 30px;

    color: #c996ff;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 3px;
}

.anvish-popup-intro h2 {
    max-width: 420px;

    margin: 0;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(45px, 4vw, 65px);
    line-height: .98;

    letter-spacing: -3px;
}

.anvish-popup-intro h2 span {
    display: block;

    color: transparent;

    background:
        linear-gradient(
            90deg,
            #e13cff,
            #765dff,
            #00c8ff
        );

    -webkit-background-clip: text;
    background-clip: text;
}

.anvish-popup-intro > p {
    max-width: 430px;

    margin: 28px 0 35px;

    color: #9ea4b9;

    font-size: 14px;
    line-height: 1.75;
}


/* POINTS */

.anvish-popup-points {
    display: flex;
    flex-direction: column;

    gap: 14px;
}

.anvish-popup-points div {
    display: flex;
    align-items: center;

    gap: 12px;

    color: #d8dbea;

    font-size: 13px;
}

.anvish-popup-points span {
    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: rgba(159,76,255,.15);

    color: #bd78ff;
}


/* =========================================
   FORM SIDE
========================================= */

.anvish-popup-form {
    padding: 60px 50px 45px;

    background: #0c0e1b;

    color: white;
}

.anvish-form-heading {
    margin-bottom: 30px;
}

.anvish-form-heading > span {
    color: #9c67ff;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 2.5px;
}

.anvish-form-heading h3 {
    margin: 8px 0 0;

    color: white;

    font-family: "Space Grotesk", sans-serif;

    font-size: 31px;

    letter-spacing: -1px;
}


/* =========================================
   CF7
========================================= */

.anvish-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 15px;
}

.anvish-form-field {
    margin-bottom: 17px;
}

.anvish-form-field label {
    display: block;

    margin-bottom: 8px;

    color: #c9cbd5;

    font-size: 11px;
    font-weight: 600;
}

.anvish-form-field label span {
    color: #a85cff;
}


/* Inputs */

.anvish-contact-form input[type="text"],
.anvish-contact-form input[type="email"],
.anvish-contact-form input[type="tel"],
.anvish-contact-form select,
.anvish-contact-form textarea {

    width: 100%;

    padding: 13px 15px;

    border: 1px solid rgba(255,255,255,.11);
    border-radius: 8px;

    outline: none;

    background: rgba(255,255,255,.045);

    color: #fff;

    font-family: inherit;

    font-size: 13px;

    transition:
        border .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.anvish-contact-form textarea {
    resize: vertical;

    min-height: 90px;
}

.anvish-contact-form input::placeholder,
.anvish-contact-form textarea::placeholder {
    color: #666b7c;
}

.anvish-contact-form input:focus,
.anvish-contact-form select:focus,
.anvish-contact-form textarea:focus {

    border-color: #9458ff;

    background: rgba(255,255,255,.07);

    box-shadow:
        0 0 0 3px rgba(148,88,255,.10);
}


/* Select dropdown */

.anvish-contact-form select option {
    background: #10121e;
    color: white;
}


/* Submit */

.anvish-form-submit {
    margin-top: 5px;
}

.anvish-contact-form input[type="submit"] {

    width: 100%;

    min-height: 52px;

    border: 0;
    border-radius: 30px;

    background:
        linear-gradient(
            100deg,
            #b32cff,
            #675cff,
            #009dff
        );

    color: white;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: .5px;

    cursor: pointer;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.anvish-contact-form input[type="submit"]:hover {

    transform: translateY(-2px);

    box-shadow:
        0 12px 35px rgba(126,70,255,.35);
}


/* CF7 spinner */

.anvish-contact-form .wpcf7-spinner {
    position: absolute;
}


/* Validation */

.anvish-contact-form .wpcf7-not-valid-tip {

    margin-top: 5px;

    color: #ff6d87;

    font-size: 10px;
}

.anvish-contact-form .wpcf7-response-output {

    margin: 15px 0 0 !important;

    padding: 10px 12px !important;

    border-radius: 6px;

    font-size: 11px;
}


/* Body lock */

body.anvish-popup-open {
    overflow: hidden;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 850px) {

    .anvish-popup {
        padding: 15px;
    }

    .anvish-popup-grid {
        grid-template-columns: 1fr;
    }

    .anvish-popup-intro {
        padding: 45px 30px;
    }

    .anvish-popup-intro h2 {
        font-size: 45px;
    }

    .anvish-popup-points {
        display: none;
    }

    .anvish-popup-form {
        padding: 40px 30px;
    }

}


@media (max-width: 550px) {

    .anvish-popup {
        padding: 8px;
    }

    .anvish-popup-modal {
        max-height: 96vh;

        border-radius: 14px;
    }

    .anvish-popup-intro {
        padding: 35px 22px 30px;
    }

    .anvish-popup-intro h2 {
        padding-right: 30px;

        font-size: 38px;
    }

    .anvish-popup-intro > p {
        margin-bottom: 0;
    }

    .anvish-popup-form {
        padding: 32px 22px;
    }

    .anvish-form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

}


img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

.container {
    width: min(calc(100% - 80px), var(--container));
    margin: auto;
}

.section {
    padding: 130px 0;
}

.lazy-section {
    content-visibility: auto;
    contain-intrinsic-size: 800px;
}


/* =========================================================
   HEADER
========================================================= */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    padding: 24px 0;

    z-index: 9999;

    color: white;

    transition:
        padding .3s ease,
        background .3s ease;
}

.site-header.scrolled {
    padding: 14px 0;

    background: rgba(4,6,18,.88);

    backdrop-filter: blur(15px);

    border-bottom:
        1px solid rgba(255,255,255,.08);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-family: "Space Grotesk";
    font-size: 28px;
    font-weight: 700;
}

.logo span {
    color: var(--purple);
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 36px;
}

.desktop-nav a {
    position: relative;

    font-size: 13px;
}

.desktop-nav a::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -7px;

    width: 0;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--purple),
            var(--blue)
        );

    transition: width .3s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
    width: 100%;
}

.nav-button {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    padding: 13px 22px;

    border-radius: 40px;

    background:
        linear-gradient(
            100deg,
            #ae2cff,
            #008cff
        );

    font-size: 13px;
    font-weight: 700;
}

.menu-toggle {
    display: none;

    border: 0;
    background: transparent;

    cursor: pointer;
}

.menu-toggle span {
    display: block;

    width: 30px;
    height: 2px;

    margin: 7px 0;

    background: white;
}


/* =========================================================
   HERO
========================================================= */

.inner-hero {
    position: relative;

    min-height: 780px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 75% 40%,
            rgba(63,73,255,.25),
            transparent 35%
        ),
        radial-gradient(
            circle at 35% 65%,
            rgba(174,44,255,.20),
            transparent 30%
        ),
        #020614;

    color: white;
}

.hero-grid {
    position: relative;
    z-index: 3;

    display: grid;

    grid-template-columns:
        1.05fr .95fr;

    align-items: center;

    gap: 70px;

    padding-top: 120px;
}

.hero-label {
    display: flex;
    align-items: center;

    gap: 15px;

    margin-bottom: 25px;

    color: #c892ff;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 4px;
}

.hero-label::before {
    content: "";

    width: 42px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            #ed39ff,
            #00c5ff
        );
}

.inner-hero h1 {
    font-family: "Space Grotesk";

    font-size:
        clamp(70px, 8vw, 125px);

    line-height: .88;

    letter-spacing: -7px;
}

.inner-hero h1 span {
    color: transparent;

    background:
        linear-gradient(
            90deg,
            #ed3cff,
            #825aff,
            #00c8ff
        );

    -webkit-background-clip: text;
    background-clip: text;
}

.hero-subtitle {
    max-width: 610px;

    margin-top: 28px;

    color: #c6cbd9;

    font-size: 19px;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    gap: 15px;

    margin-top: 35px;
}

.primary-btn,
.secondary-btn {
    min-height: 55px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 13px;

    padding: 0 28px;

    border-radius: 40px;

    font-size: 13px;
    font-weight: 700;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.primary-btn {
    background:
        linear-gradient(
            100deg,
            #ae2cff,
            #008fff
        );
}

.secondary-btn {
    border:
        1px solid rgba(173,104,255,.65);
}

.primary-btn:hover,
.secondary-btn:hover {
    transform: translateY(-3px);
}


/* HERO VISUAL */

.hero-visual {
    position: relative;

    min-height: 520px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-orb {
    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #9137ff,
            #006dff
        );

    box-shadow:
        0 0 120px rgba(91,63,255,.45);
}

.visual-ring {
    position: absolute;

    width: 500px;
    height: 500px;

    border:
        1px solid rgba(143,83,255,.7);

    border-radius: 50%;

    animation:
        ringRotate 16s linear infinite;
}

.visual-card {
    position: relative;
    z-index: 3;

    width: 330px;

    padding: 35px;

    border:
        1px solid rgba(255,255,255,.15);

    border-radius: 22px;

    background:
        rgba(7,10,28,.75);

    backdrop-filter: blur(18px);

    box-shadow:
        0 30px 80px rgba(0,0,0,.35);

    transform: rotate(-5deg);
}

.visual-card small {
    color: #9d7aff;

    letter-spacing: 2px;
}

.visual-card strong {
    display: block;

    margin-top: 20px;

    font-family: "Space Grotesk";
    font-size: 50px;
}

.visual-bars {
    display: flex;
    align-items: flex-end;

    gap: 10px;

    height: 120px;

    margin-top: 25px;
}

.visual-bars i {
    flex: 1;

    border-radius: 7px 7px 0 0;

    background:
        linear-gradient(
            #e43cff,
            #057cff
        );
}

.visual-bars i:nth-child(1) { height: 35%; }
.visual-bars i:nth-child(2) { height: 52%; }
.visual-bars i:nth-child(3) { height: 70%; }
.visual-bars i:nth-child(4) { height: 88%; }
.visual-bars i:nth-child(5) { height: 100%; }


/* =========================================================
   COMMON TITLES
========================================================= */

.section-label {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 45px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 2px;
}

.section-label span {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--border);
    border-radius: 50%;
}

.section-title {
    max-width: 900px;

    font-family: "Space Grotesk";

    font-size:
        clamp(50px,6vw,90px);

    line-height: .95;

    letter-spacing: -5px;
}

.section-title span {
    color: var(--purple);
}

.section-intro {
    max-width: 820px;

    margin-top: 30px;

    color: var(--muted);

    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   INTRO CONTENT
========================================================= */

.intro-layout {
    display: grid;

    grid-template-columns:
        .75fr 1.25fr;

    gap: 100px;
}

.intro-big {
    font-family: "Space Grotesk";

    font-size:
        clamp(45px,5vw,75px);

    line-height: .98;

    letter-spacing: -4px;
}

.intro-big span {
    color: var(--purple);
}

.rich-content p {
    margin-bottom: 20px;

    color: #62656e;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   SERVICES
========================================================= */

.services-section {
    background: var(--dark);
    color: white;
}

.services-section .section-label span {
    border-color: var(--dark-border);
}

.services-section .section-intro {
    color: #9296a4;
}

.services-grid {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 1px;

    margin-top: 80px;

    background: var(--dark-border);
}

.service-card {
    position: relative;

    min-height: 370px;

    padding: 35px;

    overflow: hidden;

    background: #080a15;

    transition:
        transform .35s ease,
        background .35s ease;
}

.service-card:hover {
    z-index: 2;

    transform: translateY(-8px);

    background: #11131e;
}

.service-number {
    color: #646774;

    font-size: 11px;
}

.service-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 55px;

    border:
        1px solid rgba(255,255,255,.14);

    border-radius: 50%;

    color: #c480ff;

    font-size: 23px;

    transition:
        background .3s ease,
        transform .3s ease;
}

.service-card:hover .service-icon {
    background: var(--purple);

    color: white;

    transform: rotate(10deg);
}

.service-card h3 {
    margin-top: 25px;

    font-family: "Space Grotesk";
    font-size: 27px;
}

.service-card p {
    margin-top: 16px;

    color: #9295a3;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   PROCESS
========================================================= */

.process-section {
    background: #eae9e5;
}

.process-list {
    margin-top: 80px;

    border-top: 1px solid var(--border);
}

.process-item {
    display: grid;

    grid-template-columns:
        120px 1fr 1fr 60px;

    align-items: center;

    gap: 30px;

    padding: 38px 0;

    border-bottom:
        1px solid var(--border);

    transition:
        padding-left .3s ease;
}

.process-item:hover {
    padding-left: 18px;
}

.process-number {
    color: #a5a3aa;

    font-family: "Space Grotesk";
    font-size: 45px;
}

.process-item h3 {
    font-family: "Space Grotesk";
    font-size: 28px;
}

.process-item p {
    max-width: 500px;

    color: #6d7078;

    line-height: 1.7;
}


/* =========================================================
   FAQ
========================================================= */

.faq-list {
    max-width: 1000px;

    margin: 70px auto 0;

    border-top:
        1px solid var(--border);
}

.faq-item {
    border-bottom:
        1px solid var(--border);
}

.faq-question {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 25px 0;

    border: 0;

    background: transparent;

    color: #171820;

    text-align: left;

    font-family: "Space Grotesk";
    font-size: 18px;
    font-weight: 600;

    cursor: pointer;
}

.faq-question span {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid var(--border);

    border-radius: 50%;

    transition:
        transform .3s ease,
        background .3s ease;
}

.faq-item.open .faq-question span {
    transform: rotate(45deg);

    background: var(--purple);
    color: white;
}

.faq-answer {
    max-height: 0;

    overflow: hidden;

    transition:
        max-height .4s ease;
}

.faq-answer-inner {
    padding: 0 60px 25px 0;

    color: #6a6d75;

    line-height: 1.75;
}


/* =========================================================
   ABOUT CARDS
========================================================= */

.about-cards {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 20px;

    margin-top: -90px;

    position: relative;
    z-index: 10;
}

.about-card {
    min-height: 380px;

    padding: 42px;

    background: white;

    border:
        1px solid var(--border);

    box-shadow:
        0 20px 60px rgba(20,20,50,.07);
}

.about-card::before {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-bottom: 25px;

    background:
        linear-gradient(
            90deg,
            var(--purple),
            var(--blue)
        );
}

.about-card h2 {
    font-family: "Space Grotesk";
    font-size: 30px;
}

.about-card p,
.about-card li {
    margin-top: 18px;

    color: #656873;

    line-height: 1.7;
}

.about-card ul {
    list-style: none;
}

.about-card li {
    margin-top: 7px;
}

.about-card li::before {
    content: "›";

    margin-right: 10px;

    color: var(--purple);
}


/* =========================================================
   STATS
========================================================= */

.stats-grid {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 30px;

    margin-top: 70px;
}

.stat-box {
    padding: 35px 0;

    border-top:
        1px solid var(--border);
}

.stat-number {
    font-family: "Space Grotesk";

    font-size: 75px;

    letter-spacing: -5px;

    color: var(--purple);
}

.stat-box strong {
    display: block;

    margin-top: 10px;
}


/* =========================================================
   WHY CHOOSE
========================================================= */

.choose-section {
    background: var(--dark);
    color: white;
}

.choose-grid {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 80px;

    align-items: center;
}

.choose-visual {
    min-height: 600px;

    position: relative;

    border-radius: 15px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            #6633a4,
            #121425 70%
        );
}

.choose-visual::before,
.choose-visual::after {
    content: "";

    position: absolute;

    border:
        1px solid rgba(180,94,255,.5);

    border-radius: 50%;
}

.choose-visual::before {
    width: 450px;
    height: 450px;

    left: -100px;
    top: 80px;
}

.choose-visual::after {
    width: 300px;
    height: 300px;

    right: -70px;
    bottom: -50px;
}


/* =========================================================
   CTA
========================================================= */

.page-cta {
    padding: 140px 0;

    text-align: center;

    color: white;

    background:
        linear-gradient(
            120deg,
            #8f2ce7,
            #1c4fe4
        );
}

.page-cta h2 {
    max-width: 900px;

    margin: auto;

    font-family: "Space Grotesk";

    font-size:
        clamp(55px,7vw,105px);

    line-height: .9;

    letter-spacing: -6px;
}

.page-cta p {
    max-width: 650px;

    margin: 30px auto;

    line-height: 1.7;
}


/* =========================================================
   FOOTER
========================================================= */

.footer {
    padding: 90px 0 30px;

    background: #050712;
    color: white;
}

.footer-grid {
    display: grid;

    grid-template-columns:
        2fr 1fr 1fr 1fr;

    gap: 50px;

    padding-bottom: 70px;
}

.footer-logo {
    font-family: "Space Grotesk";

    font-size: 34px;
    font-weight: 700;
}

.footer-logo span {
    color: var(--purple);
}

.footer-brand p {
    max-width: 300px;

    margin-top: 20px;

    color: #777b88;

    line-height: 1.7;
}

.footer-column {
    display: flex;
    flex-direction: column;

    gap: 12px;
}

.footer-column strong {
    margin-bottom: 12px;

    color: #777b88;

    font-size: 10px;

    letter-spacing: 2px;
}

.footer-column a {
    font-size: 13px;
}

.footer-bottom {
    padding-top: 25px;

    border-top:
        1px solid var(--dark-border);

    color: #656975;

    font-size: 11px;
}


/* =========================================================
   ANIMATION
========================================================= */

.reveal {
    opacity: 0;

    transform:
        translate3d(0,35px,0);

    transition:
        opacity .7s ease,
        transform .7s
        cubic-bezier(.2,.8,.2,1);
}

.reveal.visible {
    opacity: 1;

    transform:
        translate3d(0,0,0);
}

.hero-reveal {
    opacity: 0;

    animation:
        heroReveal .8s
        cubic-bezier(.2,.8,.2,1)
        forwards;
}

@keyframes heroReveal {

    from {
        opacity: 0;
        transform:
            translateY(35px);
    }

    to {
        opacity: 1;
        transform:
            translateY(0);
    }

}

@keyframes ringRotate {

    to {
        transform:
            rotate(360deg);
    }

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1000px) {

    .container {
        width: calc(100% - 40px);
    }

    .desktop-nav,
    .nav-button {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .hero-grid,
    .intro-layout,
    .choose-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        display: none;
    }

    .services-grid,
    .about-cards {
        grid-template-columns:
            repeat(2,1fr);
    }

    .process-item {
        grid-template-columns:
            80px 1fr;
    }

    .process-item p {
        grid-column: 2;
    }

    .stats-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

    .footer-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

}

@media(max-width:650px) {

    .container {
        width: calc(100% - 30px);
    }

    .section {
        padding: 90px 0;
    }

    .inner-hero {
        min-height: 680px;
    }

    .inner-hero h1 {
        font-size: 60px;
        letter-spacing: -4px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
    }

    .section-title {
        font-size: 48px;
        letter-spacing: -3px;
    }

    .services-grid,
    .about-cards,
    .stats-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .about-cards {
        margin-top: 0;
    }

    .process-item {
        display: block;
    }

    .process-item h3 {
        margin-top: 12px;
    }

    .process-item p {
        margin-top: 15px;
    }

}

/* ============================================================
   ANVISH MEDIA - INNER SERVICE PAGES
   SEO / PPC / GRAPHIC DESIGN / OTHER SERVICES
============================================================ */

.inner-page {
    width: 100%;
    overflow: hidden;
    background: #fff;
}


/* ============================================================
   INNER HERO
============================================================ */

.inner-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.inner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(4, 8, 28, 0.90),
            rgba(24, 25, 76, 0.76)
        );
    z-index: 1;
}

.inner-hero::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(137, 61, 255, 0.16);
    filter: blur(100px);
    right: -100px;
    top: -150px;
    z-index: 1;
}

.inner-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    text-align: center;
    color: #fff;
    padding: 100px 20px;
}

.inner-hero-content .eyebrow {
    display: inline-block;
    margin-bottom: 22px;
    color: #ad7cff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.inner-hero-content h1 {
    margin: 0 0 20px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(48px, 7vw, 92px);
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -4px;
}

.inner-hero-content p {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255,255,255,0.78);
    font-size: 18px;
    line-height: 1.7;
}


/* ============================================================
   INTRO SECTION
============================================================ */

.inner-intro {
    position: relative;
    padding: 100px 0;
    background: #f6f4ef;
}

.inner-intro .container {
    max-width: 1180px;
}

.inner-intro h2 {
    max-width: 850px;
    margin: 0 0 30px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(36px, 4.5vw, 64px);
    line-height: 1.05;
    letter-spacing: -2px;
    color: #111;
}

.inner-intro p {
    max-width: 1000px;
    margin: 0 0 18px;
    color: #5f5f5f;
    font-size: 17px;
    line-height: 1.8;
}

.inner-intro p:last-child {
    margin-bottom: 0;
}


/* ============================================================
   COMMON INNER SECTION HEADING
============================================================ */

.inner-section-heading {
    max-width: 850px;
    margin: 0 auto 70px;
    text-align: center;
}

.inner-section-heading .eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #8e47ff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.inner-section-heading h2 {
    margin: 0 0 20px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(40px, 5vw, 70px);
    line-height: 1;
    letter-spacing: -3px;
    color: #111;
}

.inner-section-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}


/* ============================================================
   SERVICES
============================================================ */

.inner-services {
    padding: 120px 0;
    background: #fff;
}

.inner-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #ddd;
    border: 1px solid #ddd;
}

.inner-service-card {
    position: relative;
    min-height: 350px;
    padding: 45px 38px;
    background: #fff;
    overflow: hidden;
    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;
}

.inner-service-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -90px;
    bottom: -90px;
    border-radius: 50%;
    background: #8e47ff;
    opacity: 0;
    filter: blur(20px);
    transition: .4s ease;
}

.inner-service-card:hover {
    background: #080b1a;
}

.inner-service-card:hover::before {
    opacity: .25;
}

.service-number {
    display: block;
    margin-bottom: 75px;
    color: #999;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}

.inner-service-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 18px;
    color: #111;
    font-family: "Space Grotesk", sans-serif;
    font-size: 27px;
    line-height: 1.15;
    transition: color .35s ease;
}

.inner-service-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.75;
    transition: color .35s ease;
}

.inner-service-card:hover h3 {
    color: #fff;
}

.inner-service-card:hover p {
    color: rgba(255,255,255,.65);
}

.inner-service-card:hover .service-number {
    color: #ad7cff;
}


/* ============================================================
   PROCESS
============================================================ */

.inner-process {
    padding: 120px 0;
    background: #080b1a;
}

.inner-process .inner-section-heading .eyebrow {
    color: #9d5cff;
}

.inner-process .inner-section-heading h2 {
    color: #fff;
}

.inner-process .inner-section-heading p {
    color: rgba(255,255,255,.55);
}

.inner-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 35px;
}

.inner-process-item {
    position: relative;
    padding-top: 25px;
}

.process-number {
    display: block;
    margin-bottom: 20px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 78px;
    line-height: 1;
    font-weight: 700;
    color: rgba(255,255,255,.06);
}

.inner-process-item h3 {
    margin: -30px 0 15px 20px;
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
    line-height: 1.25;
}

.inner-process-item p {
    margin: 0 0 0 20px;
    color: rgba(255,255,255,.55);
    font-size: 15px;
    line-height: 1.7;
}


/* ============================================================
   FAQ
============================================================ */

.inner-faq {
    padding: 120px 0;
    background: #f6f4ef;
}

.inner-faq-list {
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
}

.inner-faq-item {
    border-bottom: 1px solid #ccc;
}

.inner-faq-question {
    width: 100%;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 20px 0;
    border: 0;
    background: transparent;
    color: #111;
    text-align: left;
    cursor: pointer;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.faq-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #aaa;
    border-radius: 50%;
    font-size: 20px;
    transition: .3s ease;
}

.inner-faq-item.active .faq-icon {
    transform: rotate(45deg);
    background: #111;
    border-color: #111;
    color: #fff;
}

.inner-faq-answer {
    display: none;
    max-width: 850px;
    padding: 0 60px 30px 0;
}

.inner-faq-item.active .inner-faq-answer {
    display: block;
}

.inner-faq-answer p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.75;
}


/* ============================================================
   INNER CTA
============================================================ */

.inner-cta {
    padding: 95px 0;
    background: #fff;
}

.inner-cta-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
}

.inner-cta-wrap > div {
    max-width: 760px;
}

.inner-cta .eyebrow {
    display: block;
    margin-bottom: 15px;
    color: #8e47ff;
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 600;
}

.inner-cta h2 {
    margin: 0 0 18px;
    color: #111;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.inner-cta p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}


/* ============================================================
   INNER RESPONSIVE
============================================================ */

@media (max-width: 991px) {

    .inner-hero {
        min-height: 500px;
    }

    .inner-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .inner-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .inner-cta-wrap {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {

    .inner-hero {
        min-height: 440px;
    }

    .inner-hero-content {
        padding: 80px 15px;
    }

    .inner-hero-content h1 {
        letter-spacing: -2px;
    }

    .inner-intro,
    .inner-services,
    .inner-process,
    .inner-faq {
        padding: 75px 0;
    }

    .inner-section-heading {
        margin-bottom: 45px;
    }

    .inner-section-heading h2 {
        letter-spacing: -2px;
    }

    .inner-service-grid,
    .inner-process-grid {
        grid-template-columns: 1fr;
    }

    .inner-service-card {
        min-height: auto;
        padding: 35px 25px;
    }

    .service-number {
        margin-bottom: 45px;
    }

    .inner-faq-question {
        min-height: 75px;
        font-size: 17px;
    }

    .inner-cta {
        padding: 70px 0;
    }
}

/* ============================================================
   ANVISH MEDIA - ABOUT PAGE
============================================================ */

.about-page {
    width: 100%;
    overflow: hidden;
    background: #fff;
}


/* ============================================================
   ABOUT HERO
============================================================ */

.about-hero {
    position: relative;
    min-height: 580px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image:
        url("/wp-content/uploads/about-banner.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(4,8,28,.88),
            rgba(26,28,75,.72)
        );
}

.about-hero-content {
    position: relative;
    z-index: 2;

    max-width: 850px;

    padding: 100px 20px 180px;

    text-align: center;
}

.about-hero-content h1 {
    margin: 0 0 20px;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(52px, 7vw, 90px);
    line-height: 1;
    letter-spacing: -4px;
}

.about-hero-content h3 {
    margin: 0 0 18px;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
}

.about-hero-content p {
    max-width: 680px;

    margin: 0 auto;

    color: rgba(255,255,255,.72);

    font-size: 17px;
    line-height: 1.7;
}


/* ============================================================
   THREE ABOUT CARDS
============================================================ */

.about-cards-section {
    position: relative;

    padding: 0 0 120px;

    background: #f1f3ff;
}

.about-cards-grid {
    position: relative;
    z-index: 5;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 25px;

    transform: translateY(-110px);

    margin-bottom: -110px;
}

.about-info-card {
    position: relative;

    min-height: 390px;

    padding: 48px 38px;

    background: #fff;

    border: 1px solid rgba(10,10,20,.08);

    box-shadow:
        0 20px 60px rgba(22,24,70,.08);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.about-info-card:hover {
    transform: translateY(-10px);

    box-shadow:
        0 30px 70px rgba(22,24,70,.13);
}

.about-card-line {
    display: block;

    width: 45px;
    height: 4px;

    margin-bottom: 25px;

    background:
        linear-gradient(
            90deg,
            #8e47ff,
            #29b6ff
        );
}

.about-info-card h2 {
    margin: 0 0 22px;

    color: #111;

    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -1px;
}

.about-info-card p {
    margin: 0;

    color: #5f5f5f;

    font-size: 15px;
    line-height: 1.8;
}

.about-services-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.about-services-list li {
    margin-bottom: 10px;
}

.about-services-list a {
    position: relative;

    display: inline-block;

    padding-left: 20px;

    color: #555;

    font-size: 15px;

    text-decoration: none;

    transition: .25s ease;
}

.about-services-list a::before {
    content: "→";

    position: absolute;

    left: 0;

    color: #8e47ff;
}

.about-services-list a:hover {
    color: #8e47ff;

    transform: translateX(4px);
}


/* ============================================================
   NUMBERS
============================================================ */

.about-numbers {
    padding: 110px 0;

    background: #fff;
}

.about-numbers-grid {
    display: grid;

    grid-template-columns:
        1.2fr
        repeat(3, 1fr);

    align-items: center;

    gap: 45px;
}

.numbers-intro h3 {
    margin: 0 0 16px;

    color: #111;

    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
}

.numbers-intro p {
    margin: 0;

    color: #777;

    font-size: 15px;
    line-height: 1.6;
}

.number-item {
    display: flex;

    align-items: center;

    gap: 12px;
}

.number-item strong {
    color: #8e47ff;

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1;
    letter-spacing: -3px;
}

.number-item span {
    color: #111;

    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
}


/* ============================================================
   WHY CHOOSE US
============================================================ */

.why-choose-us {
    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 700px;

    background: #f1f3ff;
}

.why-choose-image {
    position: relative;

    min-height: 700px;

    background-image:
        url("/wp-content/uploads/why-choose-us.jpg");

    background-size: cover;
    background-position: center;
}

.why-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(18,20,65,.25),
            rgba(75,56,150,.10)
        );
}

.why-choose-content {
    display: flex;

    align-items: center;

    padding: 80px 8%;
}

.why-content-inner {
    width: 100%;

    max-width: 650px;
}

.why-content-inner h2 {
    margin: 0 0 25px;

    color: #111;

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1;
    letter-spacing: -3px;
}

.why-description {
    margin: 0 0 35px;

    color: #606060;

    font-size: 16px;
    line-height: 1.75;
}


/* ============================================================
   ABOUT ACCORDION
============================================================ */

.about-accordion {
    width: 100%;

    border-top: 1px solid rgba(0,0,0,.15);
}

.about-accordion-item {
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.about-accordion-header {
    width: 100%;

    min-height: 65px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    padding: 18px 0;

    border: 0;

    background: transparent;

    color: #111;

    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 500;

    text-align: left;

    cursor: pointer;
}

.about-accordion-item.active
.about-accordion-header {
    color: #8e47ff;
}

.accordion-icon {
    width: 26px;
    height: 26px;

    flex: 0 0 26px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #111;

    color: #fff;

    font-size: 16px;
}

.about-accordion-item.active
.accordion-icon {
    background: #8e47ff;
}

.about-accordion-content {
    display: none;

    padding: 0 40px 25px 0;
}

.about-accordion-item.active
.about-accordion-content {
    display: block;
}

.about-accordion-content p {
    margin: 0;

    color: #666;

    font-size: 14px;
    line-height: 1.75;
}


/* ============================================================
   ABOUT CTA
============================================================ */

.about-cta {
    padding: 95px 0;

    background: #fff;
}

.about-cta-inner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 50px;
}

.about-cta-content {
    max-width: 780px;
}

.about-cta-content h2 {
    margin: 0 0 18px;

    color: #111;

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(38px, 4.5vw, 62px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.about-cta-content p {
    margin: 0;

    color: #666;

    font-size: 15px;
    line-height: 1.7;
}

.about-cta-button {
    flex-shrink: 0;
}


/* ============================================================
   ABOUT RESPONSIVE
============================================================ */

@media (max-width: 991px) {

    .about-cards-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-info-card:last-child {
        grid-column: 1 / -1;
    }

    .about-numbers-grid {
        grid-template-columns: 1fr 1fr;
    }

    .why-choose-us {
        grid-template-columns: 1fr;
    }

    .why-choose-image {
        min-height: 500px;
    }

    .why-choose-content {
        padding: 80px 30px;
    }
}


@media (max-width: 767px) {

    .about-hero {
        min-height: 520px;
    }

    .about-hero-content {
        padding:
            100px
            15px
            140px;
    }

    .about-hero-content h1 {
        letter-spacing: -2px;
    }

    .about-cards-section {
        padding-bottom: 75px;
    }

    .about-cards-grid {
        grid-template-columns: 1fr;

        gap: 15px;

        transform: translateY(-70px);

        margin-bottom: -70px;
    }

    .about-info-card:last-child {
        grid-column: auto;
    }

    .about-info-card {
        min-height: auto;

        padding: 35px 25px;
    }

    .about-numbers {
        padding: 75px 0;
    }

    .about-numbers-grid {
        grid-template-columns: 1fr;
    }

    .number-item {
        padding-bottom: 20px;

        border-bottom:
            1px solid rgba(0,0,0,.1);
    }

    .why-choose-image {
        min-height: 380px;
    }

    .why-choose-content {
        padding: 70px 20px;
    }

    .why-content-inner h2 {
        letter-spacing: -2px;
    }

    .about-cta {
        padding: 70px 0;
    }

    .about-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* ==========================================================
   SEO AUSTRALIA PAGE
========================================================== */

.au-seo-page {
    --au-dark: #050817;
    --au-dark-2: #0a0e22;
    --au-text: #111111;
    --au-muted: #696969;
    --au-purple: #9a46ff;
    --au-pink: #e348ff;
    --au-blue: #13b9ff;
    --au-cream: #f5f3ee;

    width: 100%;
    overflow: hidden;
}


/* ==========================================================
   COMMON
========================================================== */

.au-seo-page .container {
    width: min(92%, 1320px);
    margin-inline: auto;
}

.au-seo-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 25px;

    color: #c58bff;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.au-seo-eyebrow > span {
    width: 40px;
    height: 2px;

    background: linear-gradient(
        90deg,
        var(--au-pink),
        var(--au-blue)
    );
}

.au-seo-eyebrow.dark {
    color: #7950db;
}


/* ==========================================================
   HERO
========================================================== */

.au-seo-hero {
    position: relative;

    min-height: 800px;

    display: flex;
    align-items: center;

    padding: 145px 0 100px;

    background:
        radial-gradient(
            circle at 78% 35%,
            rgba(46, 55, 255, .20),
            transparent 30%
        ),
        radial-gradient(
            circle at 55% 80%,
            rgba(151, 47, 255, .12),
            transparent 30%
        ),
        #050817;

    color: #fff;
}

.au-seo-hero-grid {
    position: relative;
    z-index: 3;

    display: grid;
    grid-template-columns: 1.02fr .98fr;

    align-items: center;

    gap: 80px;
}

.au-seo-hero-content h1 {
    max-width: 720px;

    margin: 0 0 30px;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(54px, 6vw, 90px);
    line-height: .98;

    letter-spacing: -4px;
}

.au-seo-hero-content h1 span {
    display: block;

    background:
        linear-gradient(
            90deg,
            #e04aff,
            #7858ff 48%,
            #16bfff
        );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
}

.au-seo-hero-content p {
    max-width: 680px;

    margin: 0 0 17px;

    color: rgba(255,255,255,.65);

    font-size: 16px;
    line-height: 1.75;
}

.au-seo-primary-btn {
    min-height: 58px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 25px;

    margin-top: 22px;

    padding: 16px 27px;

    border-radius: 50px;

    background:
        linear-gradient(
            100deg,
            #a72cff,
            #7053ff,
            #08b9ff
        );

    color: #fff !important;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.au-seo-primary-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 40px rgba(116,70,255,.35);
}


/* ==========================================================
   HERO VISUAL
========================================================== */

.au-seo-hero-visual {
    position: relative;

    min-height: 550px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.au-seo-visual-card {
    position: relative;

    width: min(100%, 580px);

    padding: 30px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 25px;

    background:
        linear-gradient(
            145deg,
            rgba(24,30,80,.88),
            rgba(5,8,23,.92)
        );

    box-shadow:
        0 40px 100px rgba(0,0,0,.45);

    transform: perspective(1000px)
               rotateY(-6deg)
               rotateX(3deg);
}

.visual-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: rgba(255,255,255,.45);

    font-size: 10px;
    letter-spacing: 2px;
}

.visual-live {
    display: flex;
    align-items: center;
    gap: 7px;
}

.visual-live i {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #39e794;

    box-shadow:
        0 0 15px #39e794;
}

.visual-google {
    margin-top: 40px;

    display: flex;
    align-items: center;

    gap: 12px;

    color: rgba(255,255,255,.65);

    font-size: 14px;
}

.visual-google span {
    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    border-radius: 12px;

    background: #fff;

    color: #4285f4;

    font-size: 22px;
    font-weight: 700;
}

.visual-chart {
    position: relative;

    height: 250px;

    margin-top: 30px;

    border-radius: 15px;

    overflow: hidden;

    background:
        linear-gradient(
            rgba(255,255,255,.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.04) 1px,
            transparent 1px
        );

    background-size: 50px 50px;
}

.chart-line {
    position: absolute;
    inset: 20px;

    z-index: 2;
}

.chart-line svg {
    width: 100%;
    height: 100%;
}

.chart-bars {
    position: absolute;

    left: 40px;
    right: 40px;
    bottom: 20px;

    height: 170px;

    display: flex;
    align-items: flex-end;

    gap: 18px;
}

.chart-bars span {
    flex: 1;

    border-radius: 6px 6px 0 0;

    background:
        linear-gradient(
            180deg,
            rgba(34,185,255,.55),
            rgba(137,59,255,.15)
        );
}

.visual-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 15px;

    margin-top: 25px;
}

.visual-stats > div {
    padding: 18px;

    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;

    background: rgba(255,255,255,.03);
}

.visual-stats small {
    display: block;

    margin-bottom: 8px;

    color: rgba(255,255,255,.35);

    font-size: 9px;
    letter-spacing: 1px;
}

.visual-stats strong {
    color: #fff;

    font-size: 25px;
}

.floating-seo-card {
    position: absolute;
    z-index: 4;

    padding: 17px 20px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 15px;

    background: rgba(10,13,35,.88);

    backdrop-filter: blur(12px);

    box-shadow:
        0 20px 50px rgba(0,0,0,.35);
}

.floating-seo-card span {
    display: block;

    margin-bottom: 3px;

    color: #fff;

    font-size: 18px;
    font-weight: 700;
}

.floating-seo-card small {
    color: rgba(255,255,255,.45);

    font-size: 10px;
}

.floating-card-one {
    left: -15px;
    top: 120px;
}

.floating-card-two {
    right: -20px;
    bottom: 80px;
}

.au-seo-hero-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(120px);

    pointer-events: none;
}

.au-glow-one {
    width: 400px;
    height: 400px;

    right: 8%;
    top: 15%;

    background: rgba(45,95,255,.22);
}

.au-glow-two {
    width: 350px;
    height: 350px;

    left: 35%;
    bottom: -100px;

    background: rgba(188,37,255,.13);
}


/* ==========================================================
   LOGO MARQUEE
========================================================== */

.au-logo-section {
    padding: 42px 0;

    border-bottom: 1px solid #dedede;

    background: #fff;

    overflow: hidden;
}

.au-logo-heading {
    margin-bottom: 30px;

    color: #999;

    text-align: center;

    font-size: 11px;
    letter-spacing: 2px;

    text-transform: uppercase;
}

.au-logo-marquee {
    width: 100%;
    overflow: hidden;
}

.au-logo-track {
    width: max-content;

    display: flex;
    align-items: center;

    animation:
        auLogoScroll 30s linear infinite;
}

.au-client-logo {
    width: 200px;

    padding: 10px 30px;

    color: #999;

    font-family: "Space Grotesk", sans-serif;

    font-size: 18px;
    font-weight: 700;

    text-align: center;
}

@keyframes auLogoScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* ==========================================================
   WHY SECTION
========================================================== */

.au-why-section {
    padding: 140px 0;

    background: var(--au-cream);
}

.au-why-grid {
    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 110px;
}

.au-sticky-heading {
    align-self: start;

    position: sticky;
    top: 130px;
}

.au-sticky-heading h2 {
    margin: 0;

    color: #111;

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(45px, 5vw, 72px);
    line-height: 1;

    letter-spacing: -3px;
}

.au-sticky-heading h2 span {
    color: #914dff;
}

.au-why-content {
    padding-top: 20px;
}

.au-why-content p {
    margin: 0 0 28px;

    color: #666;

    font-size: 17px;
    line-height: 1.8;
}

.au-why-content .large-copy {
    color: #1b1b1b;

    font-size: 25px;
    line-height: 1.55;
}

.au-feature-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);

    margin-top: 60px;

    border-top: 1px solid #ccc;
}

.au-feature {
    padding: 30px 20px 20px 0;
}

.au-feature + .au-feature {
    padding-left: 20px;

    border-left: 1px solid #ccc;
}

.au-feature > span {
    display: block;

    margin-bottom: 25px;

    color: #999;

    font-size: 11px;
}

.au-feature strong {
    display: block;

    margin-bottom: 6px;

    color: #111;

    font-size: 20px;
}

.au-feature small {
    color: #888;
}


/* ==========================================================
   SERVICES
========================================================== */

.au-services-section {
    padding: 140px 0;

    background: #fff;
}

.au-section-heading {
    display: grid;
    grid-template-columns: 1fr .6fr;

    align-items: end;

    gap: 80px;

    margin-bottom: 80px;
}

.au-section-heading h2,
.au-results-heading h2 {
    margin: 0;

    color: #111;

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(50px,6vw,82px);
    line-height: .98;

    letter-spacing: -4px;
}

.au-section-heading h2 span,
.au-results-heading h2 span {
    color: #934cff;
}

.au-section-heading > p {
    max-width: 420px;

    margin: 0;

    color: #777;

    font-size: 15px;
    line-height: 1.7;
}

.au-services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.au-service-card {
    min-height: 390px;

    display: flex;
    flex-direction: column;

    padding: 35px;

    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

    background: #fff;

    transition:
        background .35s ease,
        transform .35s ease;
}

.au-service-card:hover {
    background: #070a18;
}

.au-service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.au-service-number {
    color: #aaa;

    font-size: 11px;
}

.au-service-arrow {
    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border: 1px solid #ccc;
    border-radius: 50%;

    color: #111;

    transition: .3s;
}

.au-service-icon {
    margin-top: auto;
    margin-bottom: 25px;

    color: #914dff;

    font-size: 42px;
}

.au-service-card h3 {
    margin: 0 0 14px;

    color: #111;

    font-family: "Space Grotesk", sans-serif;

    font-size: 27px;
    line-height: 1.1;
}

.au-service-card p {
    max-width: 310px;

    margin: 0;

    color: #777;

    font-size: 14px;
    line-height: 1.65;
}

.au-service-card:hover h3 {
    color: #fff;
}

.au-service-card:hover p {
    color: rgba(255,255,255,.55);
}

.au-service-card:hover .au-service-arrow {
    border-color: #914dff;

    background: #914dff;

    color: #fff;

    transform: rotate(45deg);
}


/* ==========================================================
   AUSTRALIAN LOCATIONS
========================================================== */

.au-location-section {
    padding: 140px 0;

    background: #070a18;

    color: #fff;
}

.au-location-grid {
    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 120px;
}

.au-location-intro h2 {
    margin: 0 0 30px;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(48px,5vw,75px);
    line-height: 1;

    letter-spacing: -3px;
}

.au-location-intro h2 span {
    color: #a35bff;
}

.au-location-intro > p {
    max-width: 500px;

    color: rgba(255,255,255,.5);

    line-height: 1.7;
}

.au-city-list {
    border-top: 1px solid rgba(255,255,255,.16);
}

.au-city-item {
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.au-city-button {
    width: 100%;

    display: grid;
    grid-template-columns: 55px 1fr 40px;

    align-items: center;

    padding: 27px 0;

    border: 0;

    background: transparent;

    color: #fff;

    text-align: left;

    cursor: pointer;
}

.city-index {
    color: rgba(255,255,255,.3);

    font-size: 11px;
}

.au-city-button strong {
    font-family: "Space Grotesk", sans-serif;

    font-size: 32px;
}

.city-toggle {
    width: 34px;
    height: 34px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
}

.au-city-content {
    display: none;

    padding:
        0
        50px
        28px
        55px;
}

.au-city-item.active .au-city-content {
    display: block;
}

.au-city-content p {
    max-width: 520px;

    margin: 0;

    color: rgba(255,255,255,.55);

    line-height: 1.7;
}

.au-city-item.active .city-toggle {
    border-color: #a65aff;

    background: #a65aff;
}

.au-location-bottom {
    margin: 45px 0 0;

    color: rgba(255,255,255,.45);

    font-size: 14px;
    line-height: 1.7;
}


/* ==========================================================
   RESULTS
========================================================== */

.au-results-section {
    padding: 140px 0;

    background: var(--au-cream);
}

.au-results-heading {
    max-width: 900px;

    margin-bottom: 75px;
}

.au-results-heading > p {
    margin: 25px 0 0;

    color: #777;

    font-size: 17px;
}

.au-results-grid {
    display: grid;

    grid-template-columns:
        repeat(6,1fr);

    gap: 18px;
}

.au-result-card {
    min-height: 300px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    grid-column: span 2;

    padding: 30px;

    border: 1px solid #d6d3cc;
    border-radius: 5px;

    background: transparent;
}

.au-result-card:nth-child(4),
.au-result-card:nth-child(5) {
    grid-column: span 3;
}

.au-result-card.featured {
    background: #090c1c;

    border-color: #090c1c;
}

.result-value {
    color: #111;

    font-family: "Space Grotesk", sans-serif;

    font-size: 48px;
    font-weight: 700;

    letter-spacing: -2px;
}

.result-value span {
    color: #934cff;
}

.featured .result-value,
.featured p {
    color: #fff;
}

.featured .result-value span {
    background:
        linear-gradient(
            90deg,
            #df48ff,
            #1ebcff
        );

    -webkit-background-clip: text;

    color: transparent;
}

.result-symbol {
    color: #934cff;

    font-size: 58px;
}

.au-result-card p {
    max-width: 320px;

    margin: 50px 0 0;

    color: #555;

    font-size: 17px;
    line-height: 1.5;
}


/* ==========================================================
   FINAL CTA
========================================================== */

.au-seo-final-cta {
    position: relative;

    padding: 120px 0;

    overflow: hidden;

    background: #050817;
}

.au-final-glow {
    position: absolute;

    width: 500px;
    height: 500px;

    right: 5%;
    top: -250px;

    border-radius: 50%;

    background: rgba(114,61,255,.25);

    filter: blur(120px);
}

.au-final-cta-inner {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 60px;
}

.au-final-cta-inner h2 {
    max-width: 800px;

    margin: 0;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(48px,6vw,80px);
    line-height: 1;

    letter-spacing: -4px;
}

.au-final-cta-inner h2 span {
    color: #a155ff;
}


/* ==========================================================
   REVEAL ANIMATION
========================================================== */

.au-reveal {
    opacity: 0;

    transform: translateY(35px);

    transition:
        opacity .75s ease,
        transform .75s ease;
}

.au-reveal.au-visible {
    opacity: 1;

    transform: translateY(0);
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1050px) {

    .au-seo-hero-grid,
    .au-why-grid,
    .au-location-grid {
        grid-template-columns: 1fr;

        gap: 70px;
    }

    .au-seo-hero {
        padding-top: 150px;
    }

    .au-seo-hero-content {
        max-width: 800px;
    }

    .au-seo-hero-visual {
        max-width: 700px;

        margin-inline: auto;
    }

    .au-sticky-heading {
        position: static;
    }

    .au-services-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .au-section-heading {
        grid-template-columns: 1fr;

        gap: 30px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .au-seo-hero {
        min-height: auto;

        padding:
            125px
            0
            75px;
    }

    .au-seo-hero-grid {
        gap: 55px;
    }

    .au-seo-hero-content h1 {
        font-size: 47px;

        letter-spacing: -2.5px;
    }

    .au-seo-hero-content p {
        font-size: 15px;
    }

    .au-seo-hero-visual {
        min-height: 400px;
    }

    .au-seo-visual-card {
        padding: 20px;

        transform: none;
    }

    .visual-chart {
        height: 190px;
    }

    .floating-card-one {
        left: -5px;
        top: 15px;
    }

    .floating-card-two {
        right: -5px;
        bottom: 15px;
    }

    .au-why-section,
    .au-services-section,
    .au-location-section,
    .au-results-section {
        padding: 85px 0;
    }

    .au-sticky-heading h2,
    .au-section-heading h2,
    .au-location-intro h2,
    .au-results-heading h2 {
        font-size: 45px;

        letter-spacing: -2px;
    }

    .au-why-content .large-copy {
        font-size: 21px;
    }

    .au-feature-row {
        grid-template-columns: 1fr;
    }

    .au-feature + .au-feature {
        padding-left: 0;

        border-left: 0;
        border-top: 1px solid #ccc;
    }

    .au-services-grid {
        grid-template-columns: 1fr;
    }

    .au-service-card {
        min-height: 330px;
    }

    .au-city-button {
        grid-template-columns:
            40px
            1fr
            36px;
    }

    .au-city-button strong {
        font-size: 25px;
    }

    .au-city-content {
        padding:
            0
            15px
            25px
            40px;
    }

    .au-results-grid {
        grid-template-columns: 1fr;
    }

    .au-result-card,
    .au-result-card:nth-child(4),
    .au-result-card:nth-child(5) {
        grid-column: auto;

        min-height: 250px;
    }

    .au-final-cta-inner {
        align-items: flex-start;

        flex-direction: column;
    }

    .au-final-cta-inner h2 {
        font-size: 45px;

        letter-spacing: -2px;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .au-logo-track {
        animation: none;
    }

    .au-reveal {
        opacity: 1;

        transform: none;

        transition: none;
    }

}

/* =========================================================
   COMMON LOCATION SEO TEMPLATE
   Melbourne / Sydney / Brisbane / Perth etc.
========================================================= */

.location-seo-page {
    --loc-dark: #050817;
    --loc-dark2: #090d20;
    --loc-purple: #9847ff;
    --loc-pink: #db43ff;
    --loc-blue: #14baff;
    --loc-cream: #f5f3ee;
    --loc-border: #ddd9d1;

    overflow: hidden;
}

.location-seo-page .container {
    width: min(92%, 1320px);
    margin: 0 auto;
}


/* EYEBROW */

.loc-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;

    margin-bottom: 25px;

    color: #c281ff;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.loc-eyebrow > span {
    width: 38px;
    height: 2px;

    background: linear-gradient(
        90deg,
        var(--loc-pink),
        var(--loc-blue)
    );
}

.loc-eyebrow.dark {
    color: #7950d8;
}


/* =========================================================
   HERO
========================================================= */

.loc-hero {
    position: relative;

    min-height: 820px;

    display: flex;
    align-items: center;

    padding: 145px 0 100px;

    background:
        radial-gradient(
            circle at 80% 35%,
            rgba(35, 74, 255, .20),
            transparent 30%
        ),
        radial-gradient(
            circle at 55% 85%,
            rgba(163, 43, 255, .13),
            transparent 32%
        ),
        #050817;

    color: #fff;
}

.loc-hero-grid {
    position: relative;
    z-index: 3;

    display: grid;
    grid-template-columns: 1.03fr .97fr;

    align-items: center;

    gap: 80px;
}

.loc-hero-content h1 {
    max-width: 760px;

    margin: 0 0 30px;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(52px, 5.7vw, 84px);
    font-weight: 600;
    line-height: .99;

    letter-spacing: -4px;
}

.loc-hero-content h1 span {
    display: block;

    background: linear-gradient(
        90deg,
        #e148ff,
        #8752ff 50%,
        #14baff
    );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
}

.loc-hero-content p {
    max-width: 690px;

    margin: 0 0 17px;

    color: rgba(255,255,255,.64);

    font-size: 16px;
    line-height: 1.75;
}

.loc-primary-btn {
    min-height: 58px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 24px;

    margin-top: 22px;

    padding: 16px 28px;

    border-radius: 50px;

    background: linear-gradient(
        100deg,
        #a72cff,
        #6e52ff,
        #0bbaff
    );

    color: #fff !important;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: .3s ease;
}

.loc-primary-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 45px rgba(110,82,255,.35);
}


/* HERO MAP */

.loc-hero-visual {
    position: relative;

    min-height: 560px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.loc-map-card {
    position: relative;

    width: min(100%, 570px);

    padding: 27px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 26px;

    background: linear-gradient(
        145deg,
        rgba(22,28,72,.95),
        rgba(5,8,23,.96)
    );

    box-shadow:
        0 40px 100px rgba(0,0,0,.45);

    transform:
        perspective(1000px)
        rotateY(-5deg)
        rotateX(2deg);
}

.loc-map-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 25px;
}

.loc-map-top small {
    display: block;

    margin-bottom: 5px;

    color: rgba(255,255,255,.35);

    font-size: 9px;
    letter-spacing: 2px;
}

.loc-map-top strong {
    color: #fff;

    font-size: 19px;
}

.loc-live {
    display: flex;
    align-items: center;
    gap: 7px;

    color: rgba(255,255,255,.55);

    font-size: 9px;
    letter-spacing: 1px;
}

.loc-live i {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #3be79a;

    box-shadow: 0 0 15px #3be79a;
}


/* MAP */

.loc-map-area {
    position: relative;

    height: 330px;

    overflow: hidden;

    border-radius: 18px;

    background:
        radial-gradient(
            circle at center,
            rgba(76,68,255,.25),
            transparent 40%
        ),
        #080d28;
}

.map-grid {
    position: absolute;
    inset: 0;

    opacity: .4;

    background-image:
        linear-gradient(
            rgba(255,255,255,.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.05) 1px,
            transparent 1px
        );

    background-size: 42px 42px;
}

.map-road {
    position: absolute;

    height: 2px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(72,110,255,.6),
            transparent
        );
}

.road-one {
    width: 115%;
    top: 45%;
    left: -10%;

    transform: rotate(-18deg);
}

.road-two {
    width: 100%;
    top: 57%;
    left: 2%;

    transform: rotate(28deg);
}

.road-three {
    width: 90%;
    top: 38%;
    left: 10%;

    transform: rotate(65deg);
}


/* CENTER */

.map-center-circle {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 145px;
    height: 145px;

    transform: translate(-50%, -50%);

    border: 1px solid rgba(137,80,255,.45);
    border-radius: 50%;

    box-shadow:
        0 0 60px rgba(107,74,255,.2);
}

.map-center-circle::before {
    content: "";

    position: absolute;

    inset: 25px;

    border: 1px solid rgba(31,186,255,.5);
    border-radius: 50%;
}

.map-center-circle span {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 16px;
    height: 16px;

    transform: translate(-50%, -50%);

    border: 4px solid #fff;
    border-radius: 50%;

    background: #a044ff;

    box-shadow:
        0 0 25px #a044ff;
}


/* PINS */

.map-pin {
    position: absolute;

    width: 12px;
    height: 12px;

    border: 3px solid #fff;
    border-radius: 50%;

    background: #17baff;

    box-shadow:
        0 0 20px #17baff;
}

.pin-one {
    left: 26%;
    top: 30%;
}

.pin-two {
    right: 23%;
    top: 27%;
}

.pin-three {
    right: 27%;
    bottom: 21%;
}

.melbourne-label {
    position: absolute;

    left: 50%;
    top: 65%;

    transform: translateX(-50%);

    padding: 7px 12px;

    border: 1px solid rgba(255,255,255,.13);
    border-radius: 20px;

    background: rgba(5,8,23,.85);

    color: #fff;

    font-size: 10px;
}

.melbourne-label span {
    margin-right: 5px;

    color: #b449ff;
}


/* MAP STATS */

.loc-map-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 12px;

    margin-top: 17px;
}

.loc-map-stats > div {
    padding: 17px;

    border: 1px solid rgba(255,255,255,.08);
    border-radius: 13px;

    background: rgba(255,255,255,.025);
}

.loc-map-stats small {
    display: block;

    margin-bottom: 7px;

    color: rgba(255,255,255,.3);

    font-size: 8px;
    letter-spacing: 1px;
}

.loc-map-stats strong {
    color: #fff;

    font-size: 24px;
}


/* FLOATING */

.loc-floating-card {
    position: absolute;
    z-index: 5;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 14px 18px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 15px;

    background: rgba(8,11,31,.88);

    backdrop-filter: blur(12px);

    box-shadow:
        0 18px 45px rgba(0,0,0,.35);
}

.float-icon {
    width: 35px;
    height: 35px;

    display: grid;
    place-items: center;

    border-radius: 10px;

    background: linear-gradient(
        135deg,
        #a83cff,
        #1cbcff
    );

    color: #fff;
}

.loc-floating-card strong {
    display: block;

    color: #fff;

    font-size: 17px;
}

.loc-floating-card small {
    color: rgba(255,255,255,.4);

    font-size: 9px;
}

.loc-float-one {
    left: -15px;
    top: 135px;
}

.loc-float-two {
    right: -15px;
    bottom: 70px;
}


/* GLOWS */

.loc-hero-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(120px);

    pointer-events: none;
}

.loc-glow-one {
    width: 400px;
    height: 400px;

    right: 5%;
    top: 15%;

    background: rgba(38,83,255,.2);
}

.loc-glow-two {
    width: 350px;
    height: 350px;

    left: 38%;
    bottom: -120px;

    background: rgba(179,40,255,.12);
}


/* =========================================================
   LOGOS
========================================================= */

.loc-logo-section {
    padding: 42px 0;

    overflow: hidden;

    border-bottom: 1px solid #ddd;

    background: #fff;
}

.loc-logo-title {
    margin-bottom: 28px;

    color: #999;

    font-size: 10px;
    letter-spacing: 2px;

    text-align: center;
    text-transform: uppercase;
}

.loc-logo-marquee {
    overflow: hidden;
}

.loc-logo-track {
    width: max-content;

    display: flex;

    animation:
        locLogoScroll 30s linear infinite;
}

.loc-client-logo {
    width: 200px;

    padding: 12px 30px;

    color: #aaa;

    font-family: "Space Grotesk", sans-serif;

    font-size: 17px;
    font-weight: 700;

    text-align: center;
}

@keyframes locLogoScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* =========================================================
   SCALE SECTION
========================================================= */

.loc-scale-section {
    padding: 135px 0;

    background: #f5f3ee;
}

.loc-section-heading {
    max-width: 900px;

    margin-bottom: 75px;
}

.loc-section-heading h2,
.loc-results-heading h2 {
    margin: 0;

    color: #111;

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(50px, 6vw, 82px);
    line-height: .98;

    letter-spacing: -4px;
}

.loc-section-heading h2 span,
.loc-results-heading h2 span {
    color: #9149ff;
}


/* CARDS */

.loc-scale-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid #d6d2ca;
}

.loc-scale-card {
    position: relative;

    min-height: 480px;

    padding: 35px;

    border-right: 1px solid #d6d2ca;

    transition: .35s ease;
}

.loc-scale-card:first-child {
    border-left: 1px solid #d6d2ca;
}

.loc-card-number {
    color: #aaa;

    font-size: 10px;
    letter-spacing: 1px;
}

.loc-card-icon {
    width: 70px;
    height: 70px;

    display: grid;
    place-items: center;

    margin-top: 85px;
    margin-bottom: 30px;

    border-radius: 50%;

    background: #fff;

    transition: .35s ease;
}

.loc-card-icon svg {
    width: 30px;
    height: 30px;

    fill: none;

    stroke: #9149ff;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.loc-scale-card h3 {
    margin: 0 0 20px;

    color: #111;

    font-family: "Space Grotesk", sans-serif;

    font-size: 30px;
    line-height: 1.05;
}

.loc-scale-card h3 span {
    display: block;
}

.loc-scale-card p {
    max-width: 330px;

    margin: 0;

    color: #6d6d6d;

    font-size: 14px;
    line-height: 1.7;
}

.loc-card-line {
    position: absolute;

    left: 35px;
    right: 35px;
    bottom: 0;

    height: 3px;

    transform: scaleX(0);
    transform-origin: left;

    background: linear-gradient(
        90deg,
        #a83cff,
        #17baff
    );

    transition: .35s ease;
}

.loc-scale-card:hover {
    background: #fff;
}

.loc-scale-card:hover .loc-card-icon {
    transform: translateY(-7px);

    box-shadow:
        0 15px 35px rgba(0,0,0,.08);
}

.loc-scale-card:hover .loc-card-line {
    transform: scaleX(1);
}


/* =========================================================
   WHY SECTION
========================================================= */

.loc-why-section {
    padding: 140px 0;

    background: #070a18;

    color: #fff;
}

.loc-why-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;

    gap: 120px;
}

.loc-why-heading {
    align-self: start;

    position: sticky;
    top: 130px;
}

.loc-why-heading h2 {
    margin: 0;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(48px, 5vw, 74px);
    line-height: 1;

    letter-spacing: -3px;
}

.loc-why-heading h2 span {
    display: block;

    color: #a050ff;
}

.loc-large-copy {
    margin: 0 0 45px;

    color: rgba(255,255,255,.85);

    font-size: 25px;
    line-height: 1.5;
}

.loc-knowledge-list {
    border-top:
        1px solid rgba(255,255,255,.15);
}

.loc-knowledge-item {
    display: grid;
    grid-template-columns: 55px 1fr;

    align-items: center;

    padding: 25px 0;

    border-bottom:
        1px solid rgba(255,255,255,.15);
}

.loc-knowledge-item > span {
    color: rgba(255,255,255,.3);

    font-size: 10px;
}

.loc-knowledge-item p {
    margin: 0;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: 19px;
    line-height: 1.4;
}

.loc-bottom-copy {
    margin: 45px 0 0;

    color: rgba(255,255,255,.5);

    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   RESULTS
========================================================= */

.loc-results-section {
    padding: 140px 0;

    background: #fff;
}

.loc-results-heading {
    max-width: 900px;

    margin-bottom: 75px;
}

.loc-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.loc-result-column {
    min-height: 570px;

    display: flex;
    flex-direction: column;

    padding: 35px;

    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

    background: #fff;
}

.loc-result-column.featured {
    background: #080b1c;

    color: #fff;
}

.loc-result-top {
    min-height: 130px;

    display: flex;
    justify-content: space-between;

    gap: 20px;
}

.result-category {
    color: #999;

    font-size: 9px;
    letter-spacing: 1.5px;
}

.result-big-icon {
    color: #974cff;

    font-size: 55px;
}

.result-big-number {
    background: linear-gradient(
        90deg,
        #dd47ff,
        #18baff
    );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;

    font-family: "Space Grotesk", sans-serif;

    font-size: 40px;
    font-weight: 700;

    letter-spacing: -2px;
}

.loc-result-column h3 {
    min-height: 85px;

    margin: 15px 0 40px;

    color: #111;

    font-family: "Space Grotesk", sans-serif;

    font-size: 27px;
    line-height: 1.2;
}

.loc-result-column.featured h3 {
    color: #fff;
}

.loc-result-column ul {
    margin: auto 0 0;
    padding: 0;

    list-style: none;
}

.loc-result-column li {
    display: grid;
    grid-template-columns: 38px 1fr;

    padding: 20px 0;

    border-top: 1px solid #ddd;
}

.loc-result-column.featured li {
    border-color: rgba(255,255,255,.13);
}

.loc-result-column li > span {
    color: #999;

    font-size: 9px;
}

.loc-result-column li p {
    margin: 0;

    color: #555;

    font-size: 14px;
    line-height: 1.6;
}

.loc-result-column.featured li p {
    color: rgba(255,255,255,.65);
}


/* =========================================================
   CTA
========================================================= */

.loc-final-cta {
    position: relative;

    padding: 120px 0;

    overflow: hidden;

    background: #050817;
}

.loc-cta-glow {
    position: absolute;

    width: 500px;
    height: 500px;

    right: 5%;
    top: -270px;

    border-radius: 50%;

    background: rgba(123,55,255,.25);

    filter: blur(120px);
}

.loc-cta-inner {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 60px;
}

.loc-cta-inner h2 {
    max-width: 800px;

    margin: 0;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(48px,6vw,80px);
    line-height: 1;

    letter-spacing: -4px;
}

.loc-cta-inner h2 span {
    color: #a250ff;
}


/* =========================================================
   SCROLL ANIMATION
========================================================= */

.loc-reveal {
    opacity: 0;

    transform: translateY(35px);

    transition:
        opacity .7s ease,
        transform .7s ease;
}

.loc-reveal.loc-visible {
    opacity: 1;

    transform: translateY(0);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .loc-hero-grid,
    .loc-why-grid {
        grid-template-columns: 1fr;

        gap: 70px;
    }

    .loc-hero {
        padding-top: 150px;
    }

    .loc-hero-visual {
        max-width: 700px;

        margin: auto;
    }

    .loc-why-heading {
        position: static;
    }

    .loc-scale-grid {
        grid-template-columns: 1fr 1fr;
    }

    .loc-results-grid {
        grid-template-columns: 1fr;
    }

    .loc-result-column {
        min-height: auto;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .loc-hero {
        min-height: auto;

        padding:
            125px
            0
            75px;
    }

    .loc-hero-content h1 {
        font-size: 46px;

        letter-spacing: -2.5px;
    }

    .loc-hero-content p {
        font-size: 15px;
    }

    .loc-hero-visual {
        min-height: 430px;
    }

    .loc-map-card {
        padding: 18px;

        transform: none;
    }

    .loc-map-area {
        height: 270px;
    }

    .loc-float-one {
        left: -5px;
        top: 20px;
    }

    .loc-float-two {
        right: -5px;
        bottom: 20px;
    }

    .loc-scale-section,
    .loc-why-section,
    .loc-results-section {
        padding: 85px 0;
    }

    .loc-section-heading h2,
    .loc-why-heading h2,
    .loc-results-heading h2 {
        font-size: 44px;

        letter-spacing: -2px;
    }

    .loc-scale-grid {
        grid-template-columns: 1fr;
    }

    .loc-scale-card {
        min-height: 390px;

        border-left: 1px solid #d6d2ca;
    }

    .loc-card-icon {
        margin-top: 55px;
    }

    .loc-large-copy {
        font-size: 21px;
    }

    .loc-knowledge-item p {
        font-size: 17px;
    }

    .loc-results-grid {
        grid-template-columns: 1fr;
    }

    .loc-result-column {
        min-height: auto;
    }

    .loc-result-column h3 {
        min-height: auto;
    }

    .loc-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .loc-cta-inner h2 {
        font-size: 44px;

        letter-spacing: -2px;
    }

}


/* Reduced motion */

@media (prefers-reduced-motion: reduce) {

    .loc-logo-track {
        animation: none;
    }

    .loc-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

}