﻿/* ----------------------------------

Template Name: <?php echo $brand_name; ?> - Digital Marketing Agency Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Roboto
Main Color   : #8A6552

-------------------------------------

[Typography]

Body copy:    15px 'Roboto', sans-serif
Header:     36px 'Roboto', sans-serif
Input, textarea:  15px 'Roboto', sans-serif
Sidebar heading:  20px 'Roboto', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Slide Effect
        - Fade Effect
    06. Features
    07. About Us
        - Full Width Version
        - Default Version
    08. Services
        - Version One
        - Version Two
        - Version Three
    09. Why Choose Us
    10. Company Analysis/Graph
    11. Companies/Clients/Partner
    12. Team
    13. Testimonials
    14. Projects
    15. Gallery
    16. Our Expertise
    17. Work Process
    18. FAQ
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/

/*
** General Styles for HTML tags
*/

.sub-heading {
    margin-top: 25px;
}

.about-style-one  ul li {
    list-style: disc;
    margin-left: 20px;
    color: var(--color-paragraph);
    text-transform: none;
    font-weight: 400;
    font-family: var(--font-default);
    line-height: 1.7;
}
.about-style-one .btn{
    min-width: 250px;
}
.default-padding-70 {
    padding: 70px 0;
}

.feature-style-one .item {
    min-height: 320px;
}

.feature-style-one .item .icon .flaticon-data-analysis:before,
.feature-style-one .item .icon .flaticon-data-analysis-1:before,
.feature-style-one .item .icon .flaticon-data-analysis-3:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-top: 0;
}

.process-style-one h4 {
    margin-bottom: 12px;
}

.footer-item .logo {
    height: auto;
    margin-bottom: 30px;
}

.navbar-brand .logo-display {
    max-width: 320px;
    height: auto;
}

.feature-style-one .item .icon {
    /* background-size: cover;
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 15px; */
}

.feature-style-one:first-child .item .bg {
    transition: all 0.25s ease-in-out;
    background-size: cover !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* width: 80%; */
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
}

.feature-style-one:first-child .item::after {
    visibility: hidden;
    opacity: 0;
}

.feature-style-one:first-child:hover .item .bg {
    opacity: 1;
    visibility: visible;
}

.feature-style-one:first-child .item:hover::after,
.feature-style-one .item:hover::after {
	opacity: 1;
	visibility: visible;
}

.feature-style-one:first-child .item:hover ,
.feature-style-one .item:hover {
	background: var(--white);
	box-shadow: inherit;
}
.feature-style-one:nth-child(1):hover i::after {
    background: #1530ef;
}

.feature-style-one:nth-child(1) i::after {
	background: #d8e7ff;
	border-radius: 48% 52% 41% 59% / 52% 49% 51% 48%;
}

.feature-style-one .item .icon .flaticon-data-analysis:before {
    background-image: url('img/Affiliate-Programs.webp');
}

.feature-style-one .item:hover .icon .flaticon-data-analysis:before {
    background-image: url('img/Affiliate-Programs_white.webp');
}

.feature-style-one .item .icon .flaticon-data-analysis-1:before {
    background-image: url('img/Digital-Campaigns.webp');
}

.feature-style-one .item:hover .icon .flaticon-data-analysis-1:before {
    background-image: url('img/Digital-Campaigns_white.webp');
}

.feature-style-one .item .icon .flaticon-data-analysis-3:before {
    background-image: url('img/Conversion-Tracking.webp');
}

.feature-style-one .item:hover .icon .flaticon-data-analysis-3:before {
    background-image: url('img/Conversion-Tracking_white.webp');
}

.logo-scrolled {
    max-width: 260px;
}

nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile ul.nav {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .process-style-one:nth-child(2n) h4 {
        position: static;
        transform: none;
        margin-top: -20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    nav.navbar.validnavs .navbar-collapse.collapse.show img {
        display: inline-block;
        height: auto;
        width: 200px;
    }
}

/* ===========================
   Hero Stats Bar
   =========================== */

.hero-stats {
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 0;
}

.hero-stat-item {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}

.hero-stat-item strong {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 4px;
    font-family: var(--font-default);
}

.hero-stat-item span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 30px 0 0;
    flex-shrink: 0;
}

.banner-style-one .button {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
}

.banner-style-one .button a {
    margin: 0 !important;
    min-width: 350px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .banner-style-one .content {
        text-align: center;
    }

    .banner-style-one .button {
        justify-content: center;
    }

    .banner-style-one .button a {
        min-width: 350px;
    }

    .hero-stats {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px;
    }

    .hero-stat-divider {
        display: none;
    }

    .hero-stat-item {
        padding-right: 0;
        min-width: 80px;
        text-align: center;
    }

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-style-one .button {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }
}


/* ===========================
   Partners / Trusted By
   =========================== */

.partners-section {
    padding: 52px 0;
    background: #f8faff;
    border-top: 1px solid #e4eaf7;
    border-bottom: 1px solid #e4eaf7;
}

.partners-label {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #9aa3bc;
    margin-bottom: 32px;
}

.partners-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* scroll-in animation */
.partner-logo-placeholder {
    width: 160px;
    height: 68px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce4f5;
    box-shadow: 0 4px 16px rgba(12, 90, 219, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.partner-logo-placeholder.visible {
    opacity: 1;
    transform: translateY(0);
}

.partner-logo-placeholder:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(12, 90, 219, 0.13);
    border-color: #b3c8f5;
}

.partner-logo-placeholder span {
    font-size: 12px;
    font-weight: 700;
    color: #a8b4cc;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
    .partners-logos {
        gap: 14px;
    }

    .partner-logo-placeholder {
        width: 130px;
        height: 56px;
    }
}


/* ===========================
   Statistics / By The Numbers
   =========================== */

.stats-section {
    padding: 60px 0;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.stats-heading {
    text-align: center;
    margin-bottom: 40px;
}

.stats-heading .sub-title {
    color: #0c5adb;
    background: linear-gradient(30deg, #3f1399 20%, #0c5adb 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 12px;
}

.stats-heading .title {
    font-weight: 600;
    padding: 20px 0;
    font-size: 36px;
    color: #04000b;
    margin: 0;
}

.stat-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 32px 28px 28px;
    text-align: center;
    border: 1px solid #e4eaf7;
    box-shadow: 0 8px 32px rgba(12, 90, 219, 0.07);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    margin-bottom: 0;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(12, 90, 219, 0.14);
}

.stat-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3f1399, #0c5adb);
    border-radius: 14px 14px 0 0;
}

.stat-accent.accent-2 {
    background: linear-gradient(90deg, #0c5adb, #26C6DA);
}

.stat-accent.accent-3 {
    background: linear-gradient(90deg, #26C6DA, #36CC72);
}

.stat-accent.accent-4 {
    background: linear-gradient(90deg, #36CC72, #3f1399);
}

.stat-number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 12px;
    line-height: 1;
}

.stat-number .counter {
    font-size: 64px;
    font-weight: 700;
    color: #04000b;
    line-height: 1;
    font-family: var(--font-default);
}

.stat-plus {
    font-size: 36px;
    font-weight: 700;
    color: #0c5adb;
    margin-left: 4px;
    line-height: 1;
}

.stat-card h5 {
    font-size: 17px;
    font-weight: 600;
    color: #04000b;
    margin-bottom: 8px;
}

.stat-card p {
    font-size: 14px;
    color: #787878;
    margin: 0;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .stats-section {
        padding: 60px 0;
    }

    .stat-number .counter {
        font-size: 52px;
    }

    .stats-heading .title {
        font-size: 28px;
    }
}


/* ===========================
   Why Golden Oryx
   =========================== */

.why-gp-area {
    background: #ffffff;
}

.why-gp-area .site-heading p {
    margin-top: 20px;
    font-size: 17px;
    color: #787878;
    padding: 0;
}

.why-gp-card {
    padding: 40px 32px;
    border-radius: 12px;
    border: 1px solid #e4eaf7;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(12, 90, 219, 0.06);
    margin-bottom: 30px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    overflow: hidden;
}

.why-gp-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #3f1399, #0c5adb);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.why-gp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(12, 90, 219, 0.12);
    border-color: #c5d8f8;
}

.why-gp-card:hover::before {
    opacity: 1;
}

.why-gp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #eef3ff, #dce8ff);
    margin-bottom: 20px;
}

.why-gp-icon i {
    font-size: 22px;
    color: #0c5adb;
}

.why-gp-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #04000b;
    margin-bottom: 12px;
}

.why-gp-card p {
    font-size: 15px;
    color: #787878;
    line-height: 1.7;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .why-gp-card {
        padding: 30px 24px;
    }
}


/* ===========================
   Nav CTA Button
   =========================== */

.nav-cta {
    padding: 10px 24px !important;
    font-size: 15px !important;
    border-radius: 6px !important;
    margin-left: 20px;
}

/* ===========================
   About CTA buttons
   =========================== */

.btn-group-about {
    margin-top: 35px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

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

.cta-banner-area {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.cta-banner-area h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
}

.cta-banner-area p {
    font-size: 18px;
    opacity: 0.85;
    margin: 0;
    color: #ffffff;
}

.cta-banner-area .btn-light {
    padding: 18px 44px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 8px;
    white-space: nowrap;
}

.cta-banner-area .btn-light i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.cta-banner-area .btn-light:hover i {
    transform: translateX(5px);
}

@media only screen and (max-width: 991px) {
    .cta-banner-area {
        text-align: center;
        padding: 60px 0;
    }

    .cta-banner-area .text-lg-end {
        text-align: center !important;
        margin-top: 30px;
    }

    .cta-banner-area h2 {
        font-size: 28px;
    }
}
/* ===========================
   Testimonials / Social Proof  (Marquee + Trust Strip)
   =========================== */

.testi-marquee-area {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .testi-marquee-area {
        padding: 60px 0;
    }
}

/* Fade-out edges so cards softly enter/exit */
.testi-marquee-fade {
    position: relative;
    overflow:clip;
}

.testi-marquee-fade::before,
.testi-marquee-fade::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    pointer-events: none;
    z-index: 2;
}

.testi-marquee-fade::before {
    left: 0;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}

.testi-marquee-fade::after {
    right: 0;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

@media only screen and (max-width: 767px) {
    .testi-marquee-fade::before,
    .testi-marquee-fade::after {
        width: 60px;
    }
}

/* Strips */
.testi-marquee-strip {
    display: flex;
    gap: 24px;
    width: max-content;
    padding: 10px 0;
    animation: testiMarqueeLeft 50s linear infinite;
}

.testi-marquee-strip:hover {
    animation-play-state: paused;
}

.testi-marquee-strip-reverse {
    margin-top: 24px;
    animation: testiMarqueeRight 60s linear infinite;
}

@keyframes testiMarqueeLeft {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes testiMarqueeRight {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* Honor user motion preference */
@media (prefers-reduced-motion: reduce) {
    .testi-marquee-strip,
    .testi-marquee-strip-reverse {
        animation: none;
    }
}

/* Card */
.testi-marquee-card {
    flex: 0 0 380px;
    background: #ffffff;
    border: 1px solid #e4eaf7;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 8px 32px rgba(12, 90, 219, 0.07);
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.testi-marquee-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(12, 90, 219, 0.14);
    border-color: #c5d8f8;
}

@media only screen and (max-width: 767px) {
    .testi-marquee-card {
        flex: 0 0 300px;
        padding: 22px;
    }
}

.testi-marquee-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testi-marquee-rating {
    color: #FFB400;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
}

.testi-marquee-platform {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--color-primary);
    padding: 4px 10px;
    background: linear-gradient(135deg, #eef3ff, #dce8ff);
    border-radius: 6px;
}

.testi-marquee-text {
    font-size: 15px;
    color: var(--color-heading);
    line-height: 1.6;
    flex: 1;
    margin: 0;
}

.testi-marquee-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid #e4eaf7;
}

.testi-marquee-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--bg-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
}

.testi-marquee-author h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-heading);
    margin: 0 0 1px 0;
    line-height: 1.2;
}

.testi-marquee-author span {
    font-size: 12px;
    color: var(--color-paragraph);
}

/* Trust Strip */
.testi-trust-strip {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
    align-items: center;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .testi-trust-strip {
        margin-top: 40px;
        gap: 24px;
    }
}

.testi-trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.testi-trust-badge .testi-trust-stars {
    color: #FFB400;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
}

.testi-trust-badge strong {
    font-size: 22px;
    font-weight: 700;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.testi-trust-badge small {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-paragraph);
}
/* ===========================
   Case Studies / Success Stories (Expandable Cards)
   =========================== */

.cs-expand-area {
    padding: 100px 0;
    background: #ffffff;
}

@media only screen and (max-width: 767px) {
    .cs-expand-area {
        padding: 60px 0;
    }
}

/* Filter pills */
.cs-expand-filters {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.cs-filter-pill {
    background: #ffffff;
    border: 1px solid #e4eaf7;
    border-radius: 999px;
    padding: 8px 18px;
    font-family: var(--font-default);
    font-size: 13px;
    font-weight: 500;
    color: var(--color-paragraph);
    cursor: pointer;
    transition: all 0.25s ease;
}

.cs-filter-pill:hover {
    border-color: #b3c8f5;
    color: var(--color-heading);
}

.cs-filter-pill.active {
    background: var(--bg-gradient);
    color: #ffffff;
    border-color: transparent;
}

/* Grid — flex-based so a single card centers and 1/3/odd counts look good */
.cs-expand-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
}

.cs-expand-card {
    /* default: two per row */
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
    min-width: 0;

    background: #ffffff;
    border: 1px solid #e4eaf7;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(12, 90, 219, 0.07);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
}

/* If there's only ONE card on the grid, give it a comfortable max-width
   so it doesn't stretch awkwardly across the whole row */
.cs-expand-card:only-child {
    flex: 0 1 600px;
    max-width: 600px;
}

@media only screen and (max-width: 768px) {
    .cs-expand-card,
    .cs-expand-card:only-child {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.cs-expand-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--bg-gradient);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 2;
}

.cs-expand-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(12, 90, 219, 0.14);
    border-color: #c5d8f8;
}

.cs-expand-card.open::before {
    opacity: 1;
}

/* Header (always visible) */
.cs-expand-header {
    padding: 28px 32px;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 20px;
    align-items: center;
}

.cs-expand-logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #eef3ff, #dce8ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.cs-expand-headline {
    min-width: 0;
}

.cs-expand-headline .tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--color-primary);
    margin-bottom: 6px;
}

.cs-expand-headline h4 {
    font-size: 19px;
    font-weight: 600;
    color: var(--color-heading);
    margin: 0;
    line-height: 1.3;
}

.cs-expand-metric {
    text-align: right;
}

.cs-expand-metric strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cs-expand-metric span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-paragraph);
    font-weight: 600;
    display: block;
    margin-top: 4px;
}

.cs-expand-toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f8faff;
    border: 1px solid #e4eaf7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.cs-expand-card.open .cs-expand-toggle {
    transform: rotate(180deg);
    background: var(--bg-gradient);
    color: #ffffff;
    border-color: transparent;
}

/* Body (expandable) */
.cs-expand-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    border-top: 0px solid #e4eaf7;
}

.cs-expand-card.open .cs-expand-body {
    max-height: 800px;
    border-top-width: 1px;
}

.cs-expand-body-inner {
    padding: 28px 32px 32px;
}

.cs-expand-section {
    margin-bottom: 22px;
}

.cs-expand-section:last-child {
    margin-bottom: 0;
}

.cs-expand-section h5 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.cs-expand-section p {
    font-size: 15px;
    color: var(--color-heading);
    line-height: 1.7;
    margin: 0;
}

/* Inline metrics inside results */
.cs-expand-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 12px;
    padding-top: 22px;
    border-top: 1px solid #e4eaf7;
}

.cs-expand-result-item {
    text-align: center;
    padding: 16px 8px;
    background: #f8faff;
    border-radius: 10px;
}

.cs-expand-result-item strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--color-heading);
    line-height: 1;
}

.cs-expand-result-item span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-paragraph);
    margin-top: 6px;
    display: block;
}

/* Mobile */
@media only screen and (max-width: 640px) {
    .cs-expand-header {
        grid-template-columns: auto 1fr auto;
        gap: 14px;
        padding: 22px;
    }
    .cs-expand-metric {
        display: none;
    }
    .cs-expand-body-inner {
        padding: 20px 22px 24px;
    }
    .cs-expand-results {
        grid-template-columns: 1fr 1fr;
    }
}

/* Per-industry color variants */
.cs-expand-logo.cs-color-green {
    background: linear-gradient(135deg, #d1ffe5, #b5f5d1);
    color: #36CC72;
}
.cs-expand-headline .tag.cs-color-green-text { color: #36CC72; }

.cs-expand-logo.cs-color-pink {
    background: linear-gradient(135deg, #ffe1ec, #ffb8d0);
    color: #FF1E7E;
}
.cs-expand-headline .tag.cs-color-pink-text { color: #FF1E7E; }

.cs-expand-logo.cs-color-cyan {
    background: linear-gradient(135deg, #d1f6fb, #a8e9f2);
    color: #26C6DA;
}
.cs-expand-headline .tag.cs-color-cyan-text { color: #26C6DA; }
/* ===========================
   Team / Leadership + Strength
   =========================== */

.team-hybrid-area {
    padding: 100px 0;
    background: #f8faff;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .team-hybrid-area {
        padding: 60px 0;
    }
}

/* Leadership Cards Grid */
.team-leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 992px) {
    .team-leadership-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .team-leadership-grid {
        margin-bottom: 40px;
    }
}

.team-lead-card {
    background: #ffffff;
    border: 1px solid #e4eaf7;
    border-radius: 14px;
    padding: 36px;
    box-shadow: 0 8px 32px rgba(12, 90, 219, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    overflow: hidden;
}

.team-lead-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(12, 90, 219, 0.14);
    border-color: #c5d8f8;
}

.team-lead-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

/* Avatar — works with initials or with a photo */
.team-lead-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--bg-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    flex-shrink: 0;
    letter-spacing: -0.5px;
    position: relative;
    overflow: hidden;
}

.team-lead-avatar::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.25), transparent 60%);
    pointer-events: none;
}

.team-lead-avatar.alt-1 { background: linear-gradient(135deg, #1e3a8a, #0c5adb); }
.team-lead-avatar.alt-2 { background: linear-gradient(135deg, #3f1399, #FF1E7E); }
.team-lead-avatar.alt-3 { background: linear-gradient(135deg, #0c5adb, #26C6DA); }

.team-lead-avatar.has-photo {
    background: #f8faff;
}
.team-lead-avatar.has-photo::after { display: none; }
.team-lead-avatar.has-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team-lead-meta h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 4px;
    line-height: 1.2;
}

.team-lead-meta .role {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    display: inline-block;
}

.team-lead-bio {
    font-size: 14px;
    color: var(--color-paragraph);
    line-height: 1.7;
    margin-bottom: 22px;
    min-height: 70px;
}

.team-lead-creds {
    display: flex;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid #e4eaf7;
}

.team-lead-cred {
    flex: 1;
}

.team-lead-cred strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.team-lead-cred span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--color-paragraph);
    font-weight: 600;
    display: block;
    margin-top: 4px;
}

/* Team Strength Bar */
.team-strength {
    background: #ffffff;
    border: 1px solid #e4eaf7;
    border-radius: 14px;
    padding: 36px;
    box-shadow: 0 8px 32px rgba(12, 90, 219, 0.07);
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .team-strength {
        padding: 28px 22px;
    }
}

.team-strength h5 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.team-strength h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
    .team-strength h3 {
        font-size: 20px;
    }
}

/* Overlapping avatar strip */
.team-strength-avatars {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.strength-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--bg-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border: 3px solid #ffffff;
    margin-left: -12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, z-index 0.3s ease;
}

.strength-avatar:first-child { margin-left: 0; }

.strength-avatar::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.25), transparent 60%);
    pointer-events: none;
}

.strength-avatar:hover {
    transform: translateY(-4px) scale(1.1);
    z-index: 5;
}

/* Color variants — alternate to create visual variety */
.strength-avatar.s1 { background: linear-gradient(135deg, #1e3a8a, #0c5adb); }
.strength-avatar.s2 { background: linear-gradient(135deg, #3f1399, #FF1E7E); }
.strength-avatar.s3 { background: linear-gradient(135deg, #0c5adb, #26C6DA); }
.strength-avatar.s4 { background: linear-gradient(135deg, #3f1399, #0c5adb); }
.strength-avatar.s5 { background: linear-gradient(135deg, #0c5adb, #36CC72); }
.strength-avatar.s6 { background: linear-gradient(135deg, #FF1E7E, #3f1399); }
.strength-avatar.s7 { background: linear-gradient(135deg, #26C6DA, #0c5adb); }

.strength-avatar.more {
    background: #f8faff;
    color: var(--color-primary);
    border-color: #ffffff;
}
.strength-avatar.more::after { display: none; }

/* Strength avatars can also accept photos — same has-photo pattern */
.strength-avatar.has-photo {
    background: #f8faff;
}
.strength-avatar.has-photo::after { display: none; }
.strength-avatar.has-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .strength-avatar {
        width: 46px;
        height: 46px;
        font-size: 13px;
        margin-left: -10px;
    }
}

/* Bottom metrics */
.team-strength-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 28px;
    border-top: 1px solid #e4eaf7;
}

@media only screen and (max-width: 640px) {
    .team-strength-metrics {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.team-strength-metric strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.team-strength-metric span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--color-paragraph);
    font-weight: 600;
    display: block;
    margin-top: 6px;
}

/* ===========================
   Hero CTA Note (під кнопками)
   =========================== */
.hero-cta-note {
    margin-top: 18px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.3px;
}

/* ===========================
   Social Proof Bar (заміна Trusted By)
   =========================== */
.social-proof-bar-section {
    padding: 36px 0 30px;
    background: #ffffff;
    border-top: 1px solid #e4eaf7;
    border-bottom: 1px solid #e4eaf7;
    position: relative;
}

.social-proof-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 24px;
}

.sp-item {
    display: flex;
    flex-direction: column;
    padding: 0 32px;
    text-align: left;
}

.sp-item strong {
    font-size: 26px;
    font-weight: 700;
    color: #04000b;
    line-height: 1.1;
    background: linear-gradient(30deg, #3f1399 20%, #0c5adb 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4px;
}

.sp-item span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #787878;
    font-weight: 500;
}

.sp-rating {
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.sp-stars {
    color: #FFB400;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1;
}

.sp-rating-info {
    display: flex;
    flex-direction: column;
}

.sp-rating-info strong {
    font-size: 22px;
    margin-bottom: 2px;
}

.sp-divider {
    width: 1px;
    height: 40px;
    background: #e4eaf7;
}

.sp-platforms-label {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #9aa3bc;
    margin-bottom: 12px;
}

.sp-platforms {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.sp-platform {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #6b7280;
    text-transform: uppercase;
    padding: 6px 14px;
    border: 1px solid #e4eaf7;
    border-radius: 6px;
    background: #f8faff;
    transition: all 0.25s ease;
}

.sp-platform:hover {
    border-color: #0c5adb;
    color: #0c5adb;
    transform: translateY(-2px);
}

@media only screen and (max-width: 991px) {
    .social-proof-bar {
        gap: 20px 0;
    }
    .sp-item {
        padding: 0 20px;
    }
    .sp-divider {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .social-proof-bar-section {
        padding: 30px 0 26px;
    }
    .social-proof-bar {
        gap: 18px;
        flex-direction: column;
        align-items: center;
    }
    .sp-item {
        padding: 0;
        text-align: center;
        align-items: center;
    }
    .sp-platforms {
        gap: 12px;
    }
    .sp-platform {
        font-size: 11px;
        padding: 5px 10px;
    }
}


/* ===========================
   Why GP — Featured Cards
   =========================== */
.why-gp-row {
    align-items: stretch;
}

.why-gp-card.featured {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    border-color: #c5d8f8;
    box-shadow: 0 12px 36px rgba(12, 90, 219, 0.10);
    position: relative;
}

.why-gp-card.featured::before {
    opacity: 1 !important;
    width: 4px !important;
    background: linear-gradient(180deg, #3f1399, #0c5adb);
}

.why-gp-card.featured .why-gp-icon {
    background: linear-gradient(135deg, #3f1399, #0c5adb);
}

.why-gp-card.featured .why-gp-icon i {
    color: #ffffff;
}

.why-gp-card.featured h4 {
    font-size: 19px;
}

.featured-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #ffffff;
    background: linear-gradient(30deg, #3f1399 20%, #0c5adb 80%);
    padding: 4px 10px;
    border-radius: 6px;
}


/* ===========================
   By The Numbers — нові стилі для prefix/decimal
   =========================== */
.stat-prefix {
    font-size: 36px;
    font-weight: 700;
    color: #0c5adb;
    margin-right: 2px;
    line-height: 1;
}

.stat-decimal {
    font-size: 64px;
    font-weight: 700;
    color: #04000b;
    line-height: 1;
    font-family: var(--font-default);
}

@media only screen and (max-width: 767px) {
    .stat-prefix {
        font-size: 28px;
    }
    .stat-decimal {
        font-size: 52px;
    }
}


/* ===========================
   CTA Banner — recap + dual CTA
   =========================== */
.cta-banner-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .cta-banner-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
}

.cta-eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.85;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 500;
}

.cta-banner-area .cta-recap h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 16px;
}

.cta-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    max-width: 560px;
}

@media only screen and (max-width: 991px) {
    .cta-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-end;
}

@media only screen and (max-width: 991px) {
    .cta-actions {
        align-items: center;
    }
}

.cta-banner-area .cta-primary {
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.cta-banner-area .cta-primary i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.cta-banner-area .cta-primary:hover i {
    transform: translateX(5px);
}

.cta-secondary {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.cta-secondary:hover {
    color: #ffffff;
}

.cta-secondary i {
    margin-left: 6px;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .cta-banner-area .cta-recap h2 {
        font-size: 26px;
    }
    .cta-subtitle {
        font-size: 14px;
    }
    .cta-banner-area .cta-primary {
        padding: 14px 28px;
        font-size: 14px;
    }
}
/* ===========================
   Partners section
   =========================== */

.partners-area {
    padding: 100px 0;
    background: #ffffff;
}

@media only screen and (max-width: 767px) {
    .partners-area {
        padding: 60px 0;
    }
}

.partners-area .site-heading {
    margin-bottom: 60px;
}

.partners-area .site-heading p {
    max-width: 720px;
    margin: 25px auto 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-paragraph);
}

/* Grid: 5 columns desktop, 4 large tablet, 3 tablet, 2 mobile */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border-top: 1px solid #e4eaf7;
    border-left: 1px solid #e4eaf7;
}

@media only screen and (max-width: 1199px) {
    .partners-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 540px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Logo cell */
.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    border-right: 1px solid #e4eaf7;
    border-bottom: 1px solid #e4eaf7;
    background: #ffffff;
    min-height: 140px;
    position: relative;
    overflow: hidden;
    transition: background 0.35s ease;
}

.partner-logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--bg-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.partner-logo:hover {
    background: #f8faff;
}

.partner-logo:hover::before {
    transform: scaleX(1);
}

.partner-logo img {
    max-width: 140px;    width: 100%;
    object-fit: contain;
    /* Default state: muted, monochrome — looks intentional regardless of logo variety */
    filter: grayscale(100%) opacity(0.6);
    transition: filter 0.35s ease, transform 0.35s ease;
}

.partner-logo:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.08);
}

@media only screen and (max-width: 767px) {
    .partner-logo {
        padding: 28px 20px;
        min-height: 100px;
    }
    .partner-logo img {
        max-width: 100px;
        max-height: 40px;
    }
}

/* If you prefer logos always full color (no monochrome effect),
   add class "partners-color" to .partners-grid and these rules apply */
.partners-grid.partners-color .partner-logo img {
    filter: none;
}

.partners-grid.partners-color .partner-logo:hover img {
    transform: scale(1.08);
}
/* ===========================
   Verticals — clean strip section
   =========================== */

.verticals-area {
    padding: 80px 0;
    background: #f8faff;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .verticals-area {
        padding: 60px 0;
    }
}

/* Decorative background blob — subtle, only on desktop */
.verticals-area::before {
    content: "";
    position: absolute;
    top: -200px;
    left: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(63, 19, 153, 0.05), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.verticals-area::after {
    content: "";
    position: absolute;
    bottom: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(12, 90, 219, 0.05), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.verticals-area .site-heading {
    margin-bottom: 50px;
}

/* Override default site-heading bottom margin — no devider here for compact look */
.verticals-area .site-heading .sub-title {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

/* The strip itself */
.verticals-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(12, 90, 219, 0.07);
    border: 1px solid #e4eaf7;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .verticals-strip {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 540px) {
    .verticals-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Single vertical cell */
.vertical-item {
    padding: 36px 20px;
    text-align: center;
    position: relative;
    transition: background 0.35s ease;
    cursor: default;
}

/* Vertical divider line between cells — gradient, like sub-title */
.vertical-item::before {
    content: "";
    position: absolute;
    top: 25%;
    bottom: 25%;
    right: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, #e4eaf7 30%, #e4eaf7 70%, transparent 100%);
}

/* Last cell in each row has no divider */
.vertical-item:nth-child(5n)::before {
    display: none;
}

/* When wrapped to 3 columns, hide divider on 3rd, 6th… */
@media only screen and (max-width: 991px) {
    .vertical-item:nth-child(5n)::before {
        display: block;
    }
    .vertical-item:nth-child(3n)::before {
        display: none;
    }
}

@media only screen and (max-width: 540px) {
    .vertical-item:nth-child(3n)::before {
        display: block;
    }
    .vertical-item:nth-child(2n)::before {
        display: none;
    }
}

/* Top accent bar — appears on hover */
.vertical-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--bg-gradient);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}

.vertical-item:hover {
    background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.vertical-item:hover::after {
    transform: scaleX(1);
}

/* The label */
.vertical-label {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-heading);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.4;
    transition: color 0.35s ease, transform 0.35s ease;
    display: inline-block;
}

.vertical-item:hover .vertical-label {
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateY(-2px);
}

@media only screen and (max-width: 767px) {
    .vertical-item {
        padding: 26px 14px;
    }
    .vertical-label {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 380px) {
    .vertical-label {
        font-size: 13px;
    }
}