/* =========================================================
   QAUSHIK LABS - GLOBAL CSS
   Load on the entire website.
   Brand system: Yellow / Black / White + Charcoal
========================================================= */

/* =========================================================
   DESIGN TOKENS
========================================================= */

:root {
    --ql-black: #000000;
    --ql-white: #ffffff;
    --ql-yellow: #ffd60a;
    --ql-yellow-hover: #eac400;

    --ql-charcoal: #171717;
    --ql-charcoal-soft: #262626;
    --ql-charcoal-light: #3a3a3a;

    --ql-text-dark: #111111;
    --ql-text: #303030;
    --ql-muted: #666666;

    --ql-surface: #ffffff;
    --ql-surface-soft: #f7f7f5;
    --ql-surface-dark: #111111;

    --ql-border: #e3e3e0;
    --ql-border-dark: #303030;

    --ql-focus-ring: rgba(255, 214, 10, 0.28);

    --ql-shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.06);
    --ql-shadow-md: 0 18px 45px rgba(0, 0, 0, 0.09);

    /* Compatibility aliases for existing pages */
    --ql-dark: var(--ql-black);
    --ql-light: var(--ql-white);
    --ql-accent: var(--ql-yellow);
    --ql-navy: var(--ql-black);
}


/* =========================================================
   GLOBAL TYPOGRAPHY / RESET
========================================================= */

html,
body {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

.ql-page,
.ql-page *,
.ql-footer,
.ql-footer *,
.ql-contact-page,
.ql-contact-page *,
.ql-contact-form-card,
.ql-contact-form-card *,
.ql-contact-form,
.ql-contact-form * {
    font-family: inherit;
}

.ql-page {
    margin: 0;
    padding: 0;
    background: var(--ql-white);
    color: var(--ql-text);
    font-family: inherit;
    line-height: 1.7;
}

.ql-page *,
.ql-page *::before,
.ql-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   ASTRA / ELEMENTOR LAYOUT NORMALISATION
========================================================= */

body:has(.ql-page) #content,
body:has(.ql-page) .site-content,
body:has(.ql-page) #primary,
body:has(.ql-page) .content-area,
body:has(.ql-page) .site-main,
body:has(.ql-page) article,
body:has(.ql-page) .entry-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body:has(.ql-page) .site-content > .ast-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body:has(.ql-page) .elementor-widget-html,
body:has(.ql-page) .elementor-widget-html > .elementor-widget-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body:has(.ql-page) .ql-page {
    width: 100%;
    max-width: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body:has(.ql-page) .ql-page > section:first-child {
    margin-top: 0 !important;
}

body:has(.ql-page) .ql-page > section:last-child {
    margin-bottom: 0 !important;
}

body:has(.ql-page) .entry-content > p:empty,
body:has(.ql-page) .entry-content > p:last-child:empty,
body:has(.ql-page) .entry-content > br:last-child {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body:has(.ql-page) #colophon,
body:has(.ql-page) .site-footer,
body:has(.ql-page) .elementor-location-footer {
    clear: both;
    margin-top: 0 !important;
    border-top: 0 !important;
}


/* =========================================================
   LAYOUT UTILITIES
========================================================= */

.ql-full-width {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

.ql-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.ql-section {
    padding: 85px 0;
}

.ql-section-sm {
    padding: 60px 0;
}

.ql-bg-light {
    background: var(--ql-surface-soft);
}

.ql-bg-dark,
.ql-bg-navy {
    background: var(--ql-black);
    color: var(--ql-white);
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

.ql-page h1,
.ql-page h2,
.ql-page h3 {
    margin-top: 0;
    color: var(--ql-text-dark);
    line-height: 1.2;
}

.ql-page h1 {
    max-width: 920px;
    margin-bottom: 24px;
    font-size: clamp(38px, 5vw, 62px);
}

.ql-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 50px);
}

.ql-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
}

.ql-page p {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 17px;
}

.ql-lead {
    max-width: 890px;
    color: var(--ql-muted);
    font-size: 20px !important;
}

.ql-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--ql-black);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ql-eyebrow-light,
.ql-bg-dark .ql-eyebrow,
.ql-bg-navy .ql-eyebrow {
    color: var(--ql-yellow);
}

.ql-bg-dark h1,
.ql-bg-dark h2,
.ql-bg-dark h3,
.ql-bg-dark p,
.ql-bg-navy h1,
.ql-bg-navy h2,
.ql-bg-navy h3,
.ql-bg-navy p {
    color: var(--ql-white);
}


/* =========================================================
   BUTTON SYSTEM
========================================================= */

.ql-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.ql-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        background-color .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.ql-btn-primary {
    background: var(--ql-yellow);
    border-color: var(--ql-yellow);
    color: var(--ql-black) !important;
}

.ql-btn-primary:hover {
    background: var(--ql-yellow-hover);
    border-color: var(--ql-yellow-hover);
    color: var(--ql-black) !important;
    transform: translateY(-2px);
}

.ql-btn-dark {
    background: var(--ql-black);
    border-color: var(--ql-black);
    color: var(--ql-white) !important;
}

.ql-btn-dark:hover {
    background: var(--ql-charcoal);
    border-color: var(--ql-charcoal);
    color: var(--ql-white) !important;
    transform: translateY(-2px);
}

.ql-btn-outline {
    background: transparent;
    border-color: var(--ql-black);
    color: var(--ql-black) !important;
}

.ql-btn-outline:hover {
    background: var(--ql-black);
    color: var(--ql-white) !important;
}

.ql-bg-dark .ql-btn-outline,
.ql-bg-navy .ql-btn-outline,
.ql-home-hero .ql-btn-outline {
    border-color: var(--ql-white);
    color: var(--ql-white) !important;
}

.ql-bg-dark .ql-btn-outline:hover,
.ql-bg-navy .ql-btn-outline:hover,
.ql-home-hero .ql-btn-outline:hover {
    background: var(--ql-white);
    color: var(--ql-black) !important;
}

.ql-btn:focus-visible {
    outline: 3px solid var(--ql-yellow);
    outline-offset: 3px;
}


/* =========================================================
   LINKS
========================================================= */

.ql-link {
    color: var(--ql-black);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--ql-yellow);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.ql-link:hover {
    color: var(--ql-black);
    text-decoration-color: var(--ql-black);
}


/* =========================================================
   GRIDS
========================================================= */

.ql-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.ql-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}


/* =========================================================
   CARDS
========================================================= */

.ql-card {
    padding: 30px;
    background: var(--ql-white);
    border: 1px solid var(--ql-border);
    border-radius: 16px;
    box-shadow: var(--ql-shadow-sm);
}

.ql-card p:last-child {
    margin-bottom: 0;
}

.ql-card-interactive {
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.ql-card-interactive:hover {
    transform: translateY(-4px);
    border-color: var(--ql-yellow);
    box-shadow: var(--ql-shadow-md);
}


/* =========================================================
   LISTS
========================================================= */

.ql-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.ql-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
}

.ql-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: .15em;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ql-yellow);
    color: var(--ql-black);
    border-radius: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
}


/* =========================================================
   PROCESS
========================================================= */

.ql-process {
    counter-reset: step;
}

.ql-process .ql-card {
    position: relative;
}

.ql-process .ql-card::before {
    counter-increment: step;
    content: "0" counter(step);
    display: block;
    margin-bottom: 18px;
    color: var(--ql-yellow);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
}


/* =========================================================
   SERVICE STRIP
========================================================= */

.ql-service-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.ql-service-strip a {
    padding: 10px 16px;
    background: var(--ql-white);
    border: 1px solid var(--ql-border);
    border-radius: 999px;
    color: var(--ql-black);
    font-weight: 700;
    text-decoration: none;
}

.ql-service-strip a:hover {
    border-color: var(--ql-yellow);
}


/* =========================================================
   FAQ
========================================================= */

.ql-faq {
    border-top: 1px solid var(--ql-border);
}

.ql-faq-item {
    padding: 25px 0;
    border-bottom: 1px solid var(--ql-border);
}

.ql-faq-item h3 {
    margin-bottom: 8px;
    font-size: 20px;
}


/* =========================================================
   CTA
========================================================= */

.ql-cta-box {
    padding: 55px;
    background: var(--ql-black);
    color: var(--ql-white);
    border-radius: 20px;
}

.ql-cta-box h2,
.ql-cta-box p {
    color: var(--ql-white);
}

.ql-cta-box p {
    max-width: 760px;
}

.ql-cta-box .ql-btn-primary {
    background: var(--ql-yellow);
    border-color: var(--ql-yellow);
    color: var(--ql-black) !important;
}

.ql-external-note {
    margin-top: 25px;
    padding: 18px 20px;
    background: var(--ql-surface-soft);
    border-left: 4px solid var(--ql-yellow);
    border-radius: 6px;
}

.ql-section-link {
    margin-top: 30px;
}

.ql-stat {
    margin-bottom: 10px;
    color: var(--ql-text-dark);
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
}

.ql-card-link {
    display: inline-block;
    margin-top: 10px;
}


/* =========================================================
   IMAGE CARD COMPONENT
========================================================= */

.ql-image-card {
    overflow: hidden;
    padding: 0;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.ql-image-card:hover {
    transform: translateY(-5px);
    border-color: var(--ql-yellow);
    box-shadow: var(--ql-shadow-md);
}

.ql-image-card-media {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--ql-surface-soft);
}

.ql-image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 230px;
    padding: 25px;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(255, 214, 10, .22),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #f8f8f6,
            #ffffff 55%,
            #f1f1ee
        );
    color: var(--ql-black);
    text-align: center;
}

.ql-image-placeholder strong {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
}

.ql-image-placeholder small {
    display: block;
    max-width: 280px;
    color: var(--ql-muted);
    font-size: 12px;
    line-height: 1.5;
}

.ql-image-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ql-image-card-body {
    padding: 28px 30px 32px;
}

.ql-image-card-body .ql-eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
}

.ql-image-card-body h3 {
    margin-bottom: 12px;
}

.ql-image-card-body p {
    margin-bottom: 18px;
}


/* =========================================================
   HOME HERO SHARED BASE
========================================================= */

.ql-home-hero {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    min-height: 780px;
    margin-top: 0 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 120px 0 110px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.68) 50%,
            rgba(0, 0, 0, 0.48) 100%
        ),
        url("https://qaushiklabs.com/wp-content/uploads/2026/08/digital-marketing-hero-image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ql-home-hero .ql-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.ql-home-hero-content {
    max-width: 850px;
}

.ql-home-hero .ql-eyebrow {
    color: var(--ql-yellow) !important;
}

.ql-home-hero h1 {
    margin-bottom: 40px;
    color: var(--ql-white) !important;
}

.ql-home-hero .ql-lead {
    color: rgba(255, 255, 255, 0.92) !important;
}


/* =========================================================
   ASTRA HEADER
========================================================= */

@media (min-width: 922px) {

    #masthead,
    #masthead .ast-main-header-wrap,
    #masthead .ast-primary-header-bar {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: var(--ql-black) !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    #masthead .site-primary-header-wrap.ast-container {
        width: calc(100% - 48px) !important;
        max-width: 1240px !important;
        min-height: 88px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: block !important;
        box-sizing: border-box !important;
        background: var(--ql-black) !important;
    }

    #masthead .site-primary-header-wrap.ast-container > .ast-builder-grid-row {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 88px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: max-content minmax(0, 1fr) !important;
        align-items: center !important;
        column-gap: 40px !important;
    }

    #masthead .site-header-primary-section-left {
        width: max-content !important;
        min-width: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        justify-self: start !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #masthead .site-header-primary-section-right {
        width: auto !important;
        min-width: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        justify-self: stretch !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #masthead .site-branding,
    #masthead .ast-site-identity,
    #masthead .ast-site-title-wrap,
    #masthead .site-logo-img {
        margin: 0 !important;
        padding: 0 !important;
    }

    #masthead .site-branding,
    #masthead .ast-site-title-wrap {
        display: flex !important;
        align-items: center !important;
    }

    #masthead .ast-main-header-bar-alignment {
        width: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        margin-left: auto !important;
        padding: 0 !important;
    }

    #masthead .main-header-bar-navigation,
    #masthead .main-navigation {
        width: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    #masthead .main-header-menu {
        width: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #masthead .main-header-menu > .menu-item {
        display: flex !important;
        align-items: center !important;
    }

    #masthead .main-header-menu > .menu-item > .menu-link {
        min-height: 88px !important;
        display: flex !important;
        align-items: center !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 921px) {
    #masthead .site-primary-header-wrap.ast-container {
        width: calc(100% - 32px) !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


/* =========================================================
   SITE TITLE
========================================================= */

#masthead .site-branding {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
}

#masthead .ast-site-identity,
#masthead .site-logo-img,
#masthead .ast-site-title-wrap,
#masthead .site-title {
    margin: 0 !important;
    padding: 0 !important;
}

#masthead .ast-site-title-wrap {
    display: flex !important;
    align-items: center !important;
}

#masthead .site-title {
    line-height: 1 !important;
}

#masthead .site-title > a,
#masthead .site-title a {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: inherit !important;
    font-size: 0 !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

#masthead .site-title > a::before,
#masthead .site-title a::before {
    content: "Qaushik";
    color: var(--ql-white) !important;
    font-family: inherit !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

#masthead .site-title > a::after,
#masthead .site-title a::after {
    content: "Labs";
    color: var(--ql-yellow) !important;
    font-family: inherit !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}


/* =========================================================
   FOOTER
========================================================= */

.ql-footer,
.ql-footer *,
.ql-footer *::before,
.ql-footer *::after {
    box-sizing: border-box;
}

.site-footer,
#colophon {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--ql-charcoal) !important;
}

#colophon .site-below-footer-wrap,
#colophon .ast-builder-grid-row-container,
#colophon .ast-builder-grid-row-container-inner,
#colophon .ast-builder-footer-grid-columns,
#colophon .ast-builder-grid-row {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#colophon .site-footer-section,
#colophon .site-footer-section-1,
#colophon .footer-widget-area,
#colophon .ast-footer-html-1,
#colophon .ast-builder-html-element {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ql-footer {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 42px 50px 20px !important;
    background: var(--ql-charcoal) !important;
    color: var(--ql-white) !important;
    border: 0 !important;
}

.ql-footer__inner {
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.ql-footer h2,
.ql-footer h3,
.ql-footer p,
.ql-footer ul {
    margin-top: 0 !important;
}

.ql-footer ul {
    padding-left: 0 !important;
}

.ql-footer__intro {
    width: 100% !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    text-align: center !important;
}

.ql-footer__title {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--ql-white) !important;
    font-size: clamp(34px, 3vw, 48px) !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    letter-spacing: -1px !important;
    text-align: center !important;
}

.ql-footer__subtitle {
    margin: 10px 0 0 !important;
    padding: 0 !important;
    color: #eeeeee !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    text-align: center !important;
}

.ql-footer__heart {
    color: #ff4141 !important;
}

.ql-footer__divider {
    width: 100% !important;
    height: 1px !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

.ql-footer__divider--bottom {
    margin: 28px 0 16px !important;
}

.ql-footer__row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 50px !important;
}

.ql-footer__row > .ql-footer__column {
    display: block !important;
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.ql-footer__row > .ql-footer__brand {
    flex: 1.2 1 0 !important;
}

.ql-footer__heading,
.ql-footer__brand-name {
    display: block !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    color: var(--ql-yellow) !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.ql-footer__brand-name {
    font-size: 24px !important;
}

.ql-footer__brand-text {
    max-width: 235px !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    color: #eeeeee !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
    text-align: left !important;
}

.ql-footer__india {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--ql-yellow) !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

.ql-footer__links {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: left !important;
}

.ql-footer__links li {
    display: block !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: left !important;
}

.ql-footer__links li:last-child {
    margin-bottom: 0 !important;
}

.ql-footer__links li::before,
.ql-footer__links li::after {
    display: none !important;
    content: none !important;
}

.ql-footer__links a {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #eeeeee !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.ql-footer__links a:hover {
    color: var(--ql-yellow) !important;
}

.ql-footer__bottom {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.ql-footer__bottom p {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    gap: 6px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: #eeeeee !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
    text-align: center !important;
}

.ql-footer__bottom p a {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--ql-yellow) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.ql-footer__bottom p span {
    display: inline-block !important;
    margin: 0 4px !important;
    padding: 0 !important;
    color: #777777 !important;
    white-space: nowrap !important;
}

#ast-scroll-top,
.ast-scroll-top-icon,
.ast-scroll-to-top-right,
.ql-footer__top,
.scroll-to-top,
#scrollUp {
    display: none !important;
}


/* =========================================================
   SHARED SERVICE SHOWCASE TICKS
========================================================= */

.ql-service-showcase-card__content li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 28px;
}

.ql-service-showcase-card__content li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    display: block;
    color: var(--ql-yellow);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
}


/* =========================================================
   INDUSTRY DIRECTORY CARDS
========================================================= */

.ql-industries-hero {
    padding-bottom: 55px;
    text-align: center;
}

.ql-industries-hero__content {
    max-width: 900px;
    margin: 0 auto;
}

.ql-industries-hero .ql-lead {
    margin-left: auto;
    margin-right: auto;
}

.ql-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.ql-industry-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: var(--ql-white);
    border: 1px solid var(--ql-border);
    border-radius: 16px;
    box-shadow: var(--ql-shadow-sm);
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.ql-industry-card:hover {
    transform: translateY(-5px);
    border-color: var(--ql-yellow);
    box-shadow: var(--ql-shadow-md);
}

.ql-industry-card__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--ql-surface-soft);
}

.ql-industry-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.ql-industry-card:hover .ql-industry-card__image img {
    transform: scale(1.035);
}

.ql-industry-card__content {
    flex: 1;
    padding: 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ql-industry-card__content h2 {
    margin-bottom: 12px;
    font-size: 23px;
    line-height: 1.25;
}

.ql-industry-card__content p {
    margin-bottom: 22px;
    color: var(--ql-muted);
    font-size: 15px;
    line-height: 1.6;
}

.ql-industry-card__content .ql-btn {
    margin-top: auto;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

    .ql-grid-3 {
        grid-template-columns: 1fr 1fr;
    }

    .ql-footer {
        padding: 35px 28px 20px !important;
    }

    .ql-footer__row {
        flex-wrap: wrap !important;
        gap: 35px !important;
    }

    .ql-footer__row > .ql-footer__column,
    .ql-footer__row > .ql-footer__brand {
        flex: 1 1 calc(50% - 20px) !important;
    }
}

@media (max-width: 700px) {

    .ql-container {
        width: min(100% - 28px, 1180px);
    }

    .ql-section {
        padding: 60px 0;
    }

    .ql-grid-2,
    .ql-grid-3 {
        grid-template-columns: 1fr;
    }

    .ql-card {
        padding: 24px;
    }

    .ql-cta-box {
        padding: 35px 25px;
    }

    .ql-home-hero {
        min-height: 560px;
        padding: 90px 0 80px;
        background-position: center center;
    }

    .ql-image-card-media {
        aspect-ratio: 16 / 10;
    }

    .ql-image-card-body {
        padding: 24px;
    }
}

@media (max-width: 560px) {

    .ql-footer {
        padding: 30px 20px 18px !important;
    }

    .ql-footer__title {
        font-size: 30px !important;
    }

    .ql-footer__subtitle {
        font-size: 15px !important;
    }

    .ql-footer__row {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 28px !important;
    }

    .ql-footer__row > .ql-footer__column {
        flex: none !important;
        width: 100% !important;
    }

    .ql-footer__bottom p {
        display: flex !important;
        flex-wrap: wrap !important;
        white-space: normal !important;
        gap: 5px !important;
        font-size: 13px !important;
    }
}


@media (max-width: 900px) {

    .ql-industries-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 620px) {

    .ql-industries-grid {
        grid-template-columns: 1fr;
    }

    .ql-industry-card__content {
        padding: 22px;
    }

}
