/* =========================================
   GLOBAL REUSABLE VARIABLES
========================================= */

:root {
    --primary: #0866e8;
    --primary-dark: #0454c9;
    --yellow: #f2c218;
    --success: #10b981;
    --dark: #005f61;
    --text: #252525;
    --muted: #687386;
    --border: #e7ebf2;
    --light: #f7faff;
    --radius: 14px;
    --shadow: 0 10px 35px rgba(15, 45, 90, .08);
}


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

.hero-section {
    padding: 70px 0 65px;
    background:
        radial-gradient(circle at 90% 20%, rgba(8,102,232,.07), transparent 25%),
        #fff;
    overflow: hidden;
}

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

.hero-badge {
    display: inline-flex;
    padding: 7px 14px;
    margin-bottom: 18px;
    border: 1px solid #dce9ff;
    border-radius: 50px;
    background: #f4f8ff;
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
}

.hero-title {
    margin: 0 0 18px;
    color: var(--text);
    font-size: clamp(36px, 4vw, 46px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.8px;
}

.hero-title span {
    display: block;
    color: var(--primary);
}

.hero-description {
    max-width: 560px;
    margin-bottom: 24px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.hero-description strong {
    color: var(--success);
}


/* =========================================
   TRUST ITEMS
========================================= */

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 120px;
    padding: 9px 12px;
    border: 1px solid var(--border);
    border-radius: 9px;
    background: #fff;
}

.trust-item strong,
.trust-item small {
    display: block;
}

.trust-item strong {
    color: #222;
    font-size: 12px;
    line-height: 1.2;
}

.trust-item small {
    margin-top: 2px;
    color: #777;
    font-size: 10px;
}

.trust-icon {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 7px;
    background: #fff5df;
    color: #f59e0b;
    font-size: 14px;
    font-weight: 700;
}

.google-icon {
    background: #f4f7fb;
    color: #4285f4;
}


/* =========================================
   BUTTONS
========================================= */

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.btn-primary-custom,
.btn-outline-custom {
    padding: 12px 20px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
    transition: .25s ease;
}

.btn-primary-custom {
    border: 1px solid var(--primary);
    background: var(--primary);
    color: #fff;
}

.btn-primary-custom:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #fff;
    transform: translateY(-2px);
}

.btn-primary-custom span {
    margin-left: 8px;
}

.btn-outline-custom {
    border: 1px solid #b9d0f5;
    background: #fff;
    color: var(--primary);
}

.btn-outline-custom:hover {
    border-color: var(--primary);
    background: #f5f9ff;
    color: var(--primary);
}


/* =========================================
   CLIENT TRUST
========================================= */

.client-trust {
    display: flex;
    align-items: center;
    gap: 12px;
}

.client-trust p {
    margin: 0;
    color: #687386;
    font-size: 11px;
    line-height: 1.5;
}

.client-trust strong {
    color: #333;
}

.client-avatars {
    display: flex;
}

.client-avatars span {
    display: grid;
    width: 32px;
    height: 32px;
    margin-left: -7px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #dce7f8;
    color: #235;
    font-size: 8px;
    font-weight: 700;
}

.client-avatars span:first-child {
    margin-left: 0;
}


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

.hero-image-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-dashboard {
    width: 100%;
    max-width: 620px;
    filter: drop-shadow(0 25px 45px rgba(16, 65, 130, .12));
}


/* =========================================
   STAT BAR
========================================= */

.stats-section {
    padding: 18px 0;
    background: var(--dark);
    color: #fff;
}

.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 8px 12px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.stat-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border: 1px solid rgba(0, 196, 140, .35);
    border-radius: 50%;
    color: #f2c217;
    font-size: 17px;
}

.stat-item strong,
.stat-item span {
    display: block;
}

.stat-item strong {
    font-size: 18px;
    line-height: 1.2;
}

.stat-item span {
    margin-top: 3px;
    color: #b8c5d8;
    font-size: 10px;
    line-height: 1.3;
}


/* =========================================
   WHY SHIRA - REUSABLE SECTION
========================================= */

.why-shira-section {
    background: #fff;
}

.section-padding {
    padding: 75px 0;
}

.section-heading {
    max-width: 780px;
}

.section-badge {
    display: inline-flex;
    padding: 6px 13px;
    margin-bottom: 12px;
    border: 1px solid var(--border);
    border-radius: 50px;
    background: var(--light);
    color: var(--primary);
    font-size: 11px;
    font-weight: 600;
}

.section-heading h2 {
    margin: 0 0 12px;
    color: var(--text);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.7px;
}

.section-heading h2 span {
    color: var(--primary);
}

.section-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   WHY CARD
========================================= */

.why-card {
    display: flex;
    gap: 14px;
    height: 100%;
    padding: 22px 18px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    transition: .25s ease;
}

.why-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
    box-shadow: var(--shadow);
}

.why-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 11px;
    background: var(--light);
    color: var(--primary);
    font-size: 19px;
}

.why-card h3 {
    margin: 1px 0 7px;
    color: var(--text);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.why-card p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.55;
}


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

.services-section {
    background: #fff;
}


/* =========================================
   SERVICE CARD
========================================= */

.service-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 5px 20px rgba(15, 45, 90, .035);
    transition: .25s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: var(--shadow);
}


/* =========================================
   SERVICE IMAGE
========================================= */

.service-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 175px;
    padding: 15px;
    background: var(--light);
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.04);
}


/* =========================================
   SERVICE CONTENT
========================================= */

.service-content {
    padding: 18px;
}

.service-content h3 {
    margin: 0 0 8px;
    color: var(--text);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.service-content p {
    min-height: 55px;
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--primary);
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.service-link i {
    transition: .2s ease;
}

.service-link:hover {
    color: var(--primary-dark);
}

.service-link:hover i {
    transform: translateX(4px);
}


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

.services-section .btn-primary-custom {
    display: inline-flex;
    align-items: center;
    padding: 11px 22px;
    border: 1px solid var(--primary);
    border-radius: 7px;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: .25s ease;
}

.services-section .btn-primary-custom:hover {
    border-color: var(--primary-dark);
    background: var(--primary-dark);
    color: #fff;
    transform: translateY(-2px);
}

/* =========================================
   PROVEN PROCESS SECTION
========================================= */

.process-section {
    background: #fff;
}


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

.process-wrapper {
    position: relative;
    margin-top: 55px;
}


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

.process-item {
    position: relative;
    height: 100%;
    padding: 0 18px;
    text-align: center;
}


/* =========================================
   CONNECTING LINE
========================================= */

.process-line {
    position: absolute;
    top: 29px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        var(--border) 0,
        var(--border) 4px,
        transparent 4px,
        transparent 9px
    );
    z-index: 0;
}

.process-item:last-child .process-line {
    display: none;
}


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

.process-icon {
    position: relative;
    z-index: 2;
    display: grid;
    width: 60px;
    height: 60px;
    margin: 0 auto 13px;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: #fff;
    color: var(--primary);
    font-size: 22px;
    box-shadow: 0 5px 18px rgba(15, 45, 90, .05);
    transition: .25s ease;
}

.process-item:hover .process-icon {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}


/* =========================================
   STEP NUMBER
========================================= */

.process-number {
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
}


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

.process-item h3 {
    margin: 0 0 7px;
    color: var(--text);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}


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

.process-item p {
    max-width: 170px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

/* =========================================
   REAL RESULTS SECTION
========================================= */

.results-section {
    padding: 55px 0;
    background: var(--dark);
    overflow: hidden;
}


/* =========================================
   HEADING
========================================= */

.results-heading {
    margin-bottom: 28px;
}

.results-heading h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.6px;
}

.results-heading h2 span {
    color: var(--yellow);
}

.results-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    line-height: 1.6;
}


/* =========================================
   RESULT CARD
========================================= */

.result-card {
    height: 100%;
    min-height: 125px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 18px 16px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .025);
    transition: .25s ease;
}

.result-card:hover {
    transform: translateY(-4px);
    border-color: var(--yellow);
    background: rgba(255, 255, 255, .06);
    box-shadow: var(--shadow);
}


/* =========================================
   ICON
========================================= */

.result-icon {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    background: rgba(255, 255, 255, .04);
    color: var(--yellow);
    font-size: 18px;
}


/* =========================================
   NUMBER
========================================= */

.result-number {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.5px;
}


/* =========================================
   LABEL
========================================= */

.result-label {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-size: 10px;
    line-height: 1.4;
}

/* =========================================
   SUCCESS STORIES
========================================= */

.success-section {
    background: #fff;
}


/* =========================================
   SECTION HEADING
========================================= */

.success-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
}

.success-heading h2 {
    margin: 0 0 8px;
    color: var(--text);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.7px;
}

.success-heading h2 span {
    color: var(--primary);
}

.success-heading p {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

.success-all-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.success-all-link i {
    transition: .2s ease;
}

.success-all-link:hover {
    color: var(--primary-dark);
}

.success-all-link:hover i {
    transform: translateX(4px);
}


/* =========================================
   CASE CARD
========================================= */

.case-card {
    height: 100%;
    overflow: hidden;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 5px 20px rgba(15, 45, 90, .035);
    transition: .25s ease;
}

.case-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: var(--shadow);
}


/* =========================================
   CLIENT
========================================= */

.case-client {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.client-avatar {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: var(--light);
}

.client-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-client h3 {
    margin: 0 0 3px;
    color: var(--text);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
}

.case-client span {
    display: block;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.3;
}


/* =========================================
   RESULTS
========================================= */

.case-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 15px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.case-results > div {
    padding: 11px 7px;
}

.case-results > div + div {
    border-left: 1px solid var(--border);
}

.case-results strong {
    display: block;
    margin-bottom: 3px;
    color: var(--success);
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
}

.case-results span {
    display: block;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.35;
}


/* =========================================
   WEBSITE / PROJECT IMAGE
========================================= */

.case-image {
    height: 125px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--light);
}

.case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: .35s ease;
}

.case-card:hover .case-image img {
    transform: scale(1.04);
}


/* =========================================
   CASE LINK
========================================= */

.case-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 13px;
    color: var(--primary);
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
}

.case-link i {
    transition: .2s ease;
}

.case-link:hover {
    color: var(--primary-dark);
}

.case-link:hover i {
    transform: translateX(4px);
}

/* =========================================
   INDUSTRIES SECTION
========================================= */

.industries-section {
    background: #fff;
}


/* =========================================
   INDUSTRY CARD
========================================= */

.industry-card {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
    min-height: 62px;
    padding: 13px 15px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    color: var(--text);
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(15, 45, 90, .025);
    transition: .25s ease;
}

.industry-card i {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 10px;
    background: var(--light);
    color: var(--primary);
    font-size: 18px;
    transition: .25s ease;
}

.industry-card span {
    color: var(--text);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

.industry-card:hover {
    border-color: var(--primary);
    color: var(--text);
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.industry-card:hover i {
    background: var(--primary);
    color: #fff;
}


/* =========================================
   CLIENT SECTION
========================================= */

.clients-section {
    padding: 45px 0 55px;
    border-top: 1px solid var(--border);
    background: var(--light);
}

.clients-heading {
    margin-bottom: 28px;
}

.clients-heading h2 {
    margin: 0;
    color: var(--text);
    font-size: clamp(25px, 3vw, 32px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.5px;
}

.clients-heading h2 span {
    color: var(--primary);
}


/* =========================================
   LOGO SLIDER
========================================= */

.logo-slider {
    position: relative;
    width: 100%;
    overflow: hidden;

    /* Fade edges */
    mask-image: linear-gradient(
        to right,
        transparent,
        #000 7%,
        #000 93%,
        transparent
    );
}

.logo-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: clientLogoScroll 28s linear infinite;
}

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}


/* =========================================
   CLIENT LOGO
========================================= */

.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 75px;
    margin: 0 8px;
    padding: 15px 20px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    transition: .25s ease;
}

.client-logo:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow);
}

.client-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

.about-hero {
    position: relative;
    padding: 35px 0 105px;
    overflow: visible;
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(8,102,232,.14),
            transparent 30%
        ),
        var(--dark);
    color: #fff;
}


/* Breadcrumb */

.about-breadcrumb {
    display: flex;
    gap: 7px;
    margin-bottom: 28px;
    color: rgba(255,255,255,.45);
    font-size: 10px;
}

.about-breadcrumb a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
}


/* Eyebrow */

.about-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--yellow);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.about-eyebrow::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    margin: 0 8px 3px 0;
    background: var(--yellow);
}


/* Hero Heading */

.about-hero-content h1 {
    max-width: 620px;
    margin: 0 0 17px;
    color: #fff;
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.about-hero-content h1 span {
    color: var(--yellow);
}


/* Hero Text */

.about-hero-content p {
    max-width: 600px;
    margin: 0 0 10px;
    color: rgba(255,255,255,.62);
    font-size: 12px;
    line-height: 1.7;
}

.about-hero-content .about-hero-lead {
    color: rgba(255,255,255,.9);
    font-size: 14px;
}


/* Hero USP */

.about-hero-usps {
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
}

.about-usp {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border-right: 1px solid rgba(255,255,255,.15);
}

.about-usp:first-child {
    padding-left: 0;
}

.about-usp:last-child {
    border-right: 0;
}

.about-usp-icon {
    display: grid;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    place-items: center;
    border-radius: 50%;
    background: rgba(242,194,24,.1);
    color: var(--yellow);
    font-size: 14px;
}

.about-usp strong,
.about-usp small {
    display: block;
}

.about-usp strong {
    color: #fff;
    font-size: 9px;
}

.about-usp small {
    margin-top: 2px;
    color: rgba(255,255,255,.5);
    font-size: 8px;
}


/* Hero Image */

.about-hero-visual {
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.about-hero-visual img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 365px;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: var(--radius);
    box-shadow: 0 18px 50px rgba(0,0,0,.3);
}


/* Decorative Shape */

.about-hero-shape {
    position: absolute;
    z-index: 0;
    top: -30px;
    right: -15px;
    width: 110px;
    height: 300px;
    border: 25px solid var(--primary);
    border-left-color: transparent;
    border-radius: 50%;
    opacity: .25;
}


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

.about-stats {
    position: absolute;
    z-index: 10;
    right: 12px;
    bottom: -55px;
    left: 12px;

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

    padding: 17px 25px;

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

    background: #073b45;
    box-shadow: var(--shadow);
}

.about-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 60px;
    border-right: 1px solid rgba(255,255,255,.12);
}

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

.about-stat-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 10px;
    background: rgba(8,102,232,.12);
    color: var(--primary);
    font-size: 17px;
}

.about-stat strong,
.about-stat span {
    display: block;
}

.about-stat strong {
    color: #fff;
    font-size: 25px;
    line-height: 1;
}

.about-stat span {
    margin-top: 4px;
    color: rgba(255,255,255,.55);
    font-size: 9px;
}

.about-stat:nth-child(2) strong {
    color: var(--primary);
}

.about-stat:nth-child(3) strong {
    color: var(--yellow);
}

.about-stat:nth-child(4) strong {
    color: #fff;
}


/* =========================================
   WHO WE ARE
========================================= */

.about-story {
    position: relative;
    z-index: 1;
    background: #fff;
}


/* Story Image */

.about-story-visual {
    position: relative;
    padding: 0 18px 25px 0;
}

.about-story-visual > img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}


/* Established Circle */

.about-established {
    position: absolute;
    right: 0;
    bottom: 0;

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

    width: 115px;
    height: 115px;

    border: 6px solid #fff;
    border-radius: 50%;

    background: var(--yellow);
    color: var(--text);
    text-align: center;
    box-shadow: var(--shadow);
}

.about-established span,
.about-established strong,
.about-established small {
    display: block;
}

.about-established span {
    font-size: 8px;
    font-weight: 600;
}

.about-established strong {
    margin: 3px 0;
    font-size: 26px;
    line-height: 1;
}

.about-established small {
    font-size: 7px;
}


/* Story Heading */

.about-story-content h2 {
    max-width: 600px;
    margin: 0 0 16px;
    color: var(--text);
    font-size: clamp(30px, 3.5vw, 43px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -.8px;
}

.about-story-content h2 span {
    display: block;
    color: var(--dark);
}


/* Story Text */

.about-story-content p {
    max-width: 600px;
    margin: 0 0 11px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

.about-story-content .story-lead {
    color: var(--text);
    font-size: 14px;
}


/* Story Points */

.story-points {
    padding: 0;
    margin: 19px 0 22px;
    list-style: none;
}

.story-points li {
    display: flex;
    gap: 8px;
    padding: 7px 0;
    border-bottom: 1px solid var(--border);
    color: var(--muted);
    font-size: 10px;
    line-height: 1.5;
}

.story-points li:last-child {
    border-bottom: 0;
}

.story-points i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--success);
}

.story-points strong {
    color: var(--text);
}


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

@media (max-width: 991.98px) {

    .about-hero {
        padding-bottom: 55px;
    }

    .about-hero-visual {
        margin-top: 10px;
    }

    .about-hero-visual img {
        height: 320px;
    }

       .about-stats {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: 35px;
    }

}


@media (max-width: 575.98px) {

    .about-hero {
        padding: 30px 0 45px;
    }

    .about-hero-content h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .about-hero-usps {
        flex-direction: column;
        gap: 10px;
    }

    .about-usp,
    .about-usp:first-child {
        padding: 0 0 10px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .about-usp:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .about-hero-visual {
        padding: 0;
    }

    .about-hero-visual img {
        height: 240px;
    }

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

    .about-stat {
        justify-content: flex-start;
        padding: 12px 7px;
    }

    .about-stat:nth-child(2n) {
        border-right: 0;
    }

    .about-stat:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .about-stat strong {
        font-size: 21px;
    }

    .about-story-visual {
        padding-right: 10px;
    }

    .about-story-visual > img {
        height: 300px;
    }

    .about-established {
        width: 95px;
        height: 95px;
    }

    .about-established strong {
        font-size: 22px;
    }

    .about-story-content h2 {
        font-size: 30px;
    }

}


/* =========================================
   INFINITE SLIDER ANIMATION
========================================= */

@keyframes clientLogoScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


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

@media (max-width: 767.98px) {

    .industries-section {
        padding-top: 50px;
    }

    .industry-card {
        min-height: 58px;
        padding: 11px;
        gap: 9px;
    }

    .industry-card i {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        font-size: 16px;
    }

    .industry-card span {
        font-size: 10px;
    }

    .clients-section {
        padding: 40px 0 45px;
    }

    .client-logo {
        width: 145px;
        height: 65px;
        margin: 0 6px;
        padding: 12px 15px;
    }

    .logo-track {
        animation-duration: 22s;
    }

}

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

@media (max-width: 991.98px) {

    .success-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .success-all-link {
        margin-top: 2px;
    }

}


@media (max-width: 575.98px) {

    .success-heading h2 {
        font-size: 28px;
    }

    .success-heading p {
        font-size: 12px;
    }

    .case-card {
        padding: 15px;
    }

    .case-image {
        height: 150px;
    }

}

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

@media (max-width: 767.98px) {

    .results-section {
        padding: 45px 0;
    }

    .results-heading {
        margin-bottom: 22px;
    }

    .results-heading h2 {
        font-size: 27px;
    }

    .result-card {
        min-height: 120px;
        padding: 15px;
    }

    .result-number {
        font-size: 22px;
    }

    .result-label {
        font-size: 9px;
    }

}


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

@media (max-width: 991.98px) {

    .process-wrapper {
        margin-top: 40px;
    }

    .process-item {
        margin-bottom: 35px;
    }

    .process-line {
        display: none;
    }

}


@media (max-width: 575.98px) {

    .process-item {
        display: grid;
        grid-template-columns: 55px 1fr;
        column-gap: 14px;
        padding: 0;
        text-align: left;
    }

    .process-icon {
        grid-row: span 3;
        width: 55px;
        height: 55px;
        margin: 0;
        font-size: 20px;
    }

    .process-number {
        margin-top: 3px;
    }

    .process-item h3 {
        margin-bottom: 5px;
    }

    .process-item p {
        max-width: none;
        margin: 0;
    }

}

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

@media (max-width: 767.98px) {

    .service-image {
        height: 160px;
    }

    .service-content {
        padding: 16px;
    }

    .service-content p {
        min-height: auto;
    }

    .section-padding {
        padding: 55px 0;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .section-heading p {
        font-size: 13px;
    }

    .why-card {
        padding: 18px 16px;
    }
}


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

@media (max-width: 991.98px) {

    .hero-section {
        padding: 55px 0 45px;
    }

    .hero-content {
        max-width: 100%;
        text-align: center;
        margin: auto;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-trust,
    .hero-buttons,
    .client-trust {
        justify-content: center;
    }

    .hero-image-wrap {
        margin-top: 20px;
    }

    .hero-dashboard {
        max-width: 680px;
    }

    .stat-item {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }
}


@media (max-width: 575.98px) {

    .hero-section {
        padding: 40px 0 35px;
    }

    .hero-title {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 14px;
    }

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

    .trust-item {
        min-width: 0;
    }

    .hero-buttons {
        display: grid;
        width: 100%;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .client-trust {
        justify-content: center;
    }

    .stat-item {
        justify-content: flex-start;
        padding: 10px 8px;
    }

    .stat-item strong {
        font-size: 16px;
    }

    .stat-item span {
        font-size: 9px;
    }

    .stat-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        font-size: 13px;
    }
}