/* Prevent horizontal scroll on mobile */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}
.new_h_style {
margin-top : -13rem !important;
}

:root {
    /* Primary Colors */
    --color-orange: #FF6B35;
    --color-yellow: #FFB82E;
    --color-black: #1A1A1A;
    --color-dark: #2D2D2D;
    
    /* Neutral Colors (60-70% usage) */
    --color-white: #FFFFFF;
    --color-off-white: #FAFAFA;
    --color-gray-light: #F5F5F5;
    --color-gray: #6B7280;
    --color-gray-dark: #4B5563;
    
    /* Gradients */
    --gradient-warm: linear-gradient(135deg, var(--color-orange) 0%, var(--color-yellow) 100%);
    --gradient-text: linear-gradient(135deg, #FF6B35 0%, #FFB82E 50%, #FF8C42 100%);
    
    /* Typography */
    --font-primary: 'Sora', sans-serif;
    --font-secondary: 'Inter', sans-serif;
    
    /* Effects */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
    --shadow-orange: 0 8px 32px rgba(255, 107, 53, 0.2);
    
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/*.portfolio-collection-wrapper.page-padding-right*/
/*Specificity: (0,2,0)*/
/* {*/
/*    margin-left:40px !important;*/
/*}*/
/*.portfolio-collection-list*/
/*Specificity: (0,1,0)*/
/* {*/
/*    margin-left:24px !important;*/
/*}*/
/* .gapissue .js-marquee-wrapper {
    animation-play-state: paused !important;
} */
 .hero-metrics {
    display: flex !important;
    margin-top: 1.5rem !important;
    gap: 1.5rem !important;
    align-items: center !important;
    margin-bottom: 1.5rem !important;
    flex-wrap: wrap !important;
}

.metric-item strong {
    font-size: 25px !important;
    font-family: var(--font-primary) !important;
    font-weight: 700 !important;
    background: var(--gradient-warm);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.hero-bg {
    background: var(--gradient-warm);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.metric-divider{
   color: #ff7c34;
}

@media (max-width: 768px) {
    .hero-metrics {
        flex-wrap: nowrap !important;
        gap: 0.5rem !important;
        font-size: 0.9rem !important;
        justify-content: center !important;
    }
    .hero-metrics .metric-item strong,
    .hero-metrics .metric-divider {
        font-size: 15px !important;
    }
}

@media (max-width: 768px) {
    .c-col-6.has-parallax {
        text-align: center;
    }
    .has-anim {
        text-align: center !important;
    }
    h1.has-anim, h2.has-anim, h5.has-anim {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.comparison-card {
    background: var(--color-white);
    padding: 3rem;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
}

.bridge-statement {
    text-align: center;
    padding: 3rem;
    background: var(--color-white);
    border-radius: 12px;
    box-shadow: var(--shadow-md);
}

.bridge-statement .highlight {
    font-size: 1.75rem;
    font-weight: 700;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
}
 .highlight {
    background: var(--gradient-warm) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1rem;

}

.comparison-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.glance-box {
    background: var(--color-gray-light);
    padding: 3rem;
    border-radius: 12px;
    border-left: 4px solid var(--color-orange);
}

.glance-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.glance-footer {
    font-weight: 700;
    color: var(--color-black);
    font-size: 1.125rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

.glance-list li {
    font-size: 1.0625rem;
    color: var(--color-gray-dark);
    margin-bottom: 1.25rem;
    padding-left: 1.75rem;
    position: relative;
}

.glance-list li::before {
    content: "✓";
    position: absolute;
    left: 0px;
    color: var(--color-orange);
    font-weight: 700;
    font-size: 1.25rem;
}

li {
    display: list-item;
    unicode-bidi: isolate;
}

.ar-work {
    margin-right: -4% !important;
}

.fit-box {
    background: var(--color-gray-light);
    padding: 4rem;
    border-radius: 12px;
    border: 3px solid var(--color-orange);
}

.fit-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2.5rem;
}

.fit-list li::before {
    content: "✓";
    position: absolute;
    left: 0px;
    color: var(--color-orange);
    font-weight: 700;
    font-size: 1.5rem;
}

.fit-list li {
    font-size: 1.125rem;
    color: var(--color-gray-dark);
    margin-bottom: 1.5rem;
    padding-left: 2.5rem;
    position: relative;
    font-weight: 500;
}

.fit-box h3 {
    margin-bottom: 2rem;
    /*text-align: center;*/
}
/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */

@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr !important;
        gap: 3rem !important;
    }
    
    .hero-visual {
        height: 400px !important;
    }
}
@media only screen and (max-width: 576px) {
    .wrapper {
        margin-bottom: 0px !important;
 
}
    
    .positioning-content {
        grid-template-columns: 1fr !important;
        gap: 3rem !important;
    }
    
    .method-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    
    
    .impact-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    section {
        padding: 4rem 0 !important;
    }
    
    .hero {
        padding: 7rem 0 3rem !important;
        min-height: auto !important;
    }
    
/*    h1, h2, h3, h4, h5, h6 {*/
/*    font-family: var(--font-primary);*/
/*    font-weight: 700;*/
/*    line-height: 1.2;*/
/*    color: var(--color-black);*/
/*    margin: 0;*/
/*    letter-spacing: -0.02em;*/
/*}*/

h1 {
    font-size: 1rem;
    font-weight: 800;
}
.hero-text h1 {
    margin-bottom: 1.5rem;
    line-height: 1.1;
}
    h1 {
        font-size: 2.5rem;
    }



    
    /*h1 {*/
    /*    font-size: 2.5rem !important;*/
    /*}*/
    
    /*h2 {*/
    /*    font-size: 2rem !important;*/
    /*}*/
    
    .comparison-grid {
        grid-template-columns: 1fr !important;
    }
    
    .principles-grid {
        grid-template-columns: 1fr !important;
    }
    
    .method-grid {
        grid-template-columns: 1fr !important;
    }
    
    .services-grid {
        grid-template-columns: 1fr !important;
    }
    
    .nav-menu {
        display: none !important;
    }
    
    .footer-content {
        flex-direction: column !important;
        gap: 2rem !important;
    }
    
    .formula {
        flex-direction: column !important;
    }
    
    .final-cta {
        padding: 5rem 0 !important;
    }
}

@media (max-width: 480px) {
    .hero-ctas {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    .btn {
        width: 100% !important;
        text-align: center !important;
    }
    
    .floating-card {
        padding: 1rem 1.5rem !important;
    }
    
    .card-icon {
        font-size: 1.5rem !important;
    }
    
    .fit-box {
        padding: 2.5rem !important;
    }
}

 /*h1{*/
 /*    text-align: start !important;*/
 /*} */
 /* h2{*/
 /*    text-align: start !important;*/
 /*} */
 /* h3{*/
 /*    text-align: start !important;*/
 /*}*/
 /*h4{*/
 /*    text-align: start !important;*/
 /*}*/
 /*h5{*/
 /*    text-align: start !important;*/
 /*}*/
 /* p{*/
 /*    text-align: start !important;*/
 /*}*/
 
 .award-title{
    padding-bottom: 5px !important;
    color: rgba(25, 27, 29, 0.6) !important;
    font-size:18px !important;
    font-weight: normal !important;
    margin-left: 25px !important;
 }
 
 .award-title::before {
    content: "✓";
    position: absolute;
    left: 0px;
    color: #FF6B35;
    font-weight: 700;
    font-size: 1.25rem;
}
 
 .tc{
     text-align: center !important;
     float: none !important;
     font-size: 18px !important;
     font-weight: 100 !important;
 }
 
 .section-label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-lighter);
    margin-bottom: 1rem;
}

.section-title {
    /*font-family: 'Playfair Display', serif;*/
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 2rem;
    line-height: 1.3;
}

.section-description {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-light);
    max-width: 900px;
}

.formula-section {
    background: #000;
    color: white;
    padding: 4rem;
    margin: 4rem 0;
    text-align: center;
}

.highlight-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    margin-top: 2rem;
    text-align: center;
}

.formula {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 600;
    margin-bottom: 3rem;
    letter-spacing: 0.05em;
}

.formula-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.services-grid {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.service-card {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 3rem 2.5rem;
    background: white;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    overflow: visible;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-color: var(--accent-color);
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin-top: 3rem;
}

.result-card {
    padding: 3rem;
    background: #fff;
    border-left: 4px solid var(--accent-color);
    transition: all 0.3s ease;
}

.result-brand {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000;
}

.result-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333;
}
.btn-primary{
background: var(--gradient-warm);
    color: var(--color-white);
    box-shadow: var(--shadow-orange);
    display: inline-block;
    padding: 1rem 2.25rem;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    /* border: none; */
    text-decoration: none;
}

 .impact-cta{
   text-align: center;  
 } 
 .impact-statement {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 3rem;
}

/* CTA Influencer Button */
.cta-influencer-btn {
    background: #ebebeb !important;
}
.cta-influencer-btn .ctabtn {
    display: inline-block;
    background: #000 !important;
    color: #fff !important;
    padding: 1rem 1.5rem !important;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: opacity 0.3s ease;
}
.cta-influencer-btn .ctabtn:hover {
    opacity: 0.9;
}
@media (max-width: 576px) {
    .cta-influencer-btn .ctabtn {
        /*padding: 0.875rem 1rem !important;*/
        /*font-size: 0.95rem;*/
        /*text-align: center;*/
    }
}

/* === Results Section Responsive (#results - Impact at a Glance) === */
@media (max-width: 1024px) {
    #results .results-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 2rem;
    }
    #results .result-card {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    
    #services{
        width:92% !important;
    }
    #results {
        padding: 3rem 1rem !important;
    }
    #results .section-title {
        font-size: clamp(1.5rem, 5vw, 2.5rem);
        margin-bottom: 1.5rem;
        text-align: center;
    }
    #results .highlight {
        text-align: center;
    }
    #results .results-grid {
        gap: 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem !important;
    }
    #results .result-card {
        padding: 1.5rem;
    }
    #results .result-brand {
        font-size: 1.25rem;
    }
    #results .result-description {
        font-size: 0.9rem;
    }
    #results .impact-statement {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        padding: 0 0.5rem;
    }
    #results .impact-cta .btn {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        text-align: center;
        padding: 0.875rem 1.5rem;
    }
}

@media (max-width: 480px) {
    
    #results {
        padding: 2rem 0.75rem !important;
    }
    #results .results-grid {
        gap: 1rem;
        margin-top: 1rem;
        margin-bottom: 1.5rem !important;
    }
    #results .result-card {
        padding: 1.25rem;
    }
    #results .result-brand {
        font-size: 1.125rem;
    }
    #results .result-description {
        font-size: 0.875rem;
    }
    #results .impact-statement {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
}

/* === Impact at a Glance (Testimonials) Responsive === */
@media (max-width: 1024px) {
    #impact-glance .flexty {
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    #impact-glance .flexty .c-col-6,
    #impact-glance .flexty .c-col-4 {
        width: 100%;
        max-width: 100%;
    }
    #impact-glance .flexty .c-col-4 {
        justify-content: center !important;
    }
    #impact-glance .flexty .c-col-4 img {
        max-width: 200px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media (max-width: 768px) {
    #impact-glance {
        padding: 2rem 1rem !important;
        overflow-x: hidden;
    }
    #impact-glance .wrapper-small {
        padding: 0 1rem;
        max-width: 100%;
        box-sizing: border-box;
    }
    #impact-glance h2 {
        font-size: clamp(1.5rem, 5vw, 2rem) !important;
        margin-bottom: 1rem !important;
    }
    #impact-glance .flexty {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.25rem;
        padding: 0 0.5rem;
    }
    #impact-glance .flexty .c-col-6 {
        order: 1;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 100%;
    }
    #impact-glance .flexty .c-col-6 H5,
    #impact-glance .flexty .c-col-6 p {
        text-align: center !important;
    }
    #impact-glance .flexty .c-col-6 H5 {
        font-size: 1.25rem !important;
    }
    #impact-glance .flexty .c-col-6 p {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    #impact-glance .flexty .c-col-4 {
        order: 2;
        justify-content: center !important;
    }
    #impact-glance .flexty .c-col-4 img {
        max-width: 160px;
        height: auto;
    }
    #impact-glance .a-testimonals-control {
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    #impact-glance {
        padding: 1.5rem 0.75rem !important;
    }
    #impact-glance br {
        display: none;
    }
    #impact-glance .highlight {
        font-size: 0.9rem;
    }
    #impact-glance h2 {
        font-size: 1.35rem !important;
    }
    #impact-glance .flexty .c-col-6 H5 {
        font-size: 1.1rem !important;
    }
    #impact-glance .flexty .c-col-6 p {
        font-size: 12px !important;
    }
    #impact-glance .flexty .c-col-4 img {
        max-width: 120px;
    }
    #impact-glance .a-test-frac span {
        font-size: 12px;
    }
}

/* === Operating Model Section Responsive === */
@media (max-width: 1024px) {
    #operating-model .formula-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    #operating-model .formula-section {
        padding: 3rem 2rem;
        margin: 3rem 0;
    }
}

@media (max-width: 768px) {
    #operating-model {
        padding: 1rem 0 !important;
    }
    #operating-model .section-dark {
        padding: 2rem 1rem !important;
    }
    #operating-model h2 {
        font-size: clamp(1.5rem, 5vw, 2rem) !important;
        margin-bottom: 1rem !important;
    }
    #operating-model h5 {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
    #operating-model h5 br {
        display: none;
    }
    #operating-model .formula-section {
        padding: 2rem 1.5rem;
        margin: 2rem 0;
    }
    #operating-model .formula-section h3 {
        font-size: clamp(1rem, 3vw, 1.4rem) !important;
        line-height: 1.5 !important;
    }
    #operating-model .formula-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    #operating-model .formula-item h4 {
        font-size: 1.1rem !important;
    }
    #operating-model .formula-item h5 {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    #operating-model .formula-section > p {
        font-size: 0.75rem !important;
        margin-bottom: 1rem !important;
    }
    #operating-model h4:last-of-type {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 768px) {
    .formula-item {
        background: rgba(55, 65, 81, 0.9);
        padding: 1.25rem;
        border-radius: 8px;
        margin-bottom: 0.75rem;
    }
    .formula-item:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
    #operating-model .section-dark {
        padding: 0rem !important;
    }
    #operating-model h2 {
        font-size: 1.35rem !important;
    }
    #operating-model h5 {
        font-size: 0.875rem !important;
    }
    #operating-model .formula-section {
        padding: 1.5rem 1rem;
        margin: 1.5rem 0;
    }
    #operating-model .formula-section h3 {
        font-size: 0.95rem !important;
    }
    #operating-model .formula-item h4 {
        font-size: 1rem !important;
    }
    #operating-model .formula-item h5 {
        font-size: 0.85rem !important;
    }
    #operating-model h4:last-of-type {
        font-size: 1.3rem !important;
    }
}

/* === Services Section (TBM Playbooks) Responsive - All Devices === */
/* Large tablets / small laptops */
@media (max-width: 1200px) {
    #services-section .services-grid {
        /*flex-wrap: wrap-reverse;*/
        gap: 2rem;
        justify-content: center;
    }
    #services-section .service-card {
        flex: 1 1 calc(33.333% - 1.5rem);
        min-width: 260px;
        max-width: 380px;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Tablets */
@media (max-width: 1024px) {
    #services-section {
        padding: 60px 1rem 1px !important;
    }
    #services-section .services-grid {
        gap: 1.5rem;
    }
    #services-section .service-card {
        flex: 1 1 calc(50% - 1rem);
        min-width: 240px;
        max-width: none;
    }
}

/* Small tablets / large phones */
@media (max-width: 768px) {
    #services-section {
        padding: 40px 1rem 1px !important;
        overflow: visible;
    }
    #services-section #services {
        padding: 2rem 1rem !important;
        overflow: visible;
    }
    #services-section h2 {
        font-size: clamp(1.5rem, 5vw, 2rem) !important;
        margin-bottom: 1rem !important;
    }
    #services-section .highlight {
        font-size: 0.9rem;
    }
    #services-section .services-grid {
        flex-direction: column;
        margin-top: 2rem;
        gap: 1.5rem;
        align-items: center;
        overflow: visible;
    }
    #services-section .service-card {
        flex: 1 1 100%;
        min-width: 0;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 2rem 1.5rem;
        overflow: visible;
        min-height: auto;
    }
    #services-section .service-number {
        font-size: 2rem !important;
    }
    #services-section .service-card h3 {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
    }
    #services-section .service-card h5 {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        overflow: visible;
        display: block;
    }
    #services-section .btn-primary {
        display: inline-block;
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
        width: 100%;
        max-width: 320px;
        text-align: center;
        box-sizing: border-box;
    }
    #services-section [style*="margin-top: 3rem"] {
        margin-top: 2rem !important;
        padding: 0 0.5rem;
    }
}

/* Phones */
@media (max-width: 576px) {
    #services-section {
        padding: 30px 0.75rem 1px !important;
    }
    #services-section #services {
        padding: 1.5rem 0.75rem !important;
    }
    #services-section .services-grid {
        margin-top: 1.5rem;
        gap: 1.25rem;
    }
    #services-section .service-card {
        padding: 1.75rem 1.25rem;
        overflow: visible;
        min-height: auto;
    }
}

@media (max-width: 480px) {
    #services-section {
        padding: 24px 0.5rem 1px !important;
    }
    #services-section #services {
        padding: 1.25rem 0.5rem !important;
    }
    #services-section h2 {
        font-size: 1.35rem !important;
    }
    #services-section .service-card {
        padding: 1.5rem 1rem;
        overflow: visible;
    }
    #services-section .service-number {
        font-size: 1.75rem !important;
    }
    #services-section .service-card h3 {
        font-size: 1.3rem !important;
    }
    #services-section .service-card h5 {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
    }
    #services-section .btn-primary {
        padding: 0.75rem 1.25rem;
        font-size: 0.875rem;
    }
    #services-section [style*="margin-top: 3rem"] {
        margin-top: 1.5rem !important;
    }
}

/* Extra small phones */
@media (max-width: 360px) {
    #services-section {
        padding: 20px 0.5rem 1px !important;
    }
    #services-section h2 {
        font-size: 1.2rem !important;
    }
    #services-section .service-card {
        padding: 1.25rem 0.75rem;
        overflow: visible;
    }
    #services-section .service-card h3 {
        font-size: 1rem !important;
    }
    #services-section .service-card h5 {
        font-size: 0.8rem !important;
    }
}


.newherotext {
    line-height: 1.15 !important;
    font-size: 5.4rem !important;
    font-weight: 800;
    letter-spacing: -0.02em !important;
    margin: 0;
    padding: 0;
}

@media (max-width: 1024px) {
    .newherotext {
        font-size: 4.5rem !important;
        line-height: 1.15 !important;
    }
}

@media (max-width: 768px) {
    .newherotext {
        font-size: 3.5rem !important;
        line-height: 1.15 !important;
    }
}

@media (max-width: 480px) {
    .newherotext {
        font-size: 2.5rem !important;
        line-height: 1.15 !important;
    }
}

@media (max-width: 360px) {
    .newherotext {
        font-size: 2rem !important;
        line-height: 1.15 !important;
    }
}

.service-number{
       
    font-size: 2.5rem;
    font-weight: 900;
    background-image: ;
    background-position-x: ;
    background-position-y: ;
    background-size: ;
    background-repeat: ;
    background-attachment: ;
    background-origin: ;
    background-color: #fec73b;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.3;
    margin-bottom: 1rem;
}
.curveshape{
    width:110% !important;
    height:110% !important;
}
/* Consistent alignment: header and hero content start at same left edge */
/*.header-wrapper {*/
/*    width: 86% !important;*/
/*    max-width: 1400px !important;*/
/*    left: 50% !important;*/
/*    transform: translate(-50%, -50%) !important;*/
/*    padding-left: 0 !important;*/
/*    padding-right: 0 !important;*/
/*}*/
  .wrapper {
    width: 83% !important;
    max-width: 1400px !important;
    margin-left: 50% !important;
    margin-right: auto !important;
    transform: translateX(-50%) !important;
    box-sizing: border-box !important;
}
#hero-section .hero-text-col {
    padding-left: 0 ;
}

/* === Hero Section (Consultants / Creators) - All Devices Responsive === */
#hero-section .hero-video-1 video,
#hero-section .hero-video-2 video {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform-origin: center center;
    will-change: transform;
}

#hero-section .hero-video-1:hover video,
#hero-section .hero-video-2:hover video {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1200px) {
    #hero-section .hero-video-col {
        align-items: center;
    }
    #hero-section .flex-item {
        width: 180px;
    }
}

@media (max-width: 1024px) {
    #hero-section .hero-empty-space {
        height: 120px !important;
    }
    #hero-section .hero-text-col {
        margin-bottom: 1rem;
    }
    #hero-section .hero-buttons {
        margin-top: -30px !important;
    }
    #hero-section .hero-video-1 {
        margin-left: 30px !important;
        transform: rotate(-15deg) !important;
    }
    #hero-section .hero-video-2 {
        margin-left: -20px !important;
        margin-top: 20px !important;
        transform: rotate(3deg) !important;
    }
    #hero-section .flex-item {
        width: 160px;
    }
}

@media (max-width: 768px) {
    #hero-section {
        padding: 8rem 0 !important;
    }
    #hero-section .hero-empty-space {
        height: 60px !important;
    }
    #hero-section .hero-text-col {
        text-align: center;
        margin-bottom: 2rem;
    }
    #hero-section .newherotext br {
        display: block;
    }
    #hero-section .hero-buttons {
        justify-content: center !important;
        margin-top: 1.5rem !important;
    }
    #hero-section .hero-buttons li a {
        margin: 8px !important;
        padding: 0 24px !important;
        font-size: 14px !important;
        line-height: 40px !important;
    }
    #hero-section .hero-video-col {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 1rem;
    }
    #hero-section .hero-video-1,
    #hero-section .hero-video-2 {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    #hero-section .hero-video-1 {
        transform: rotate(-8deg) !important;
    }
    #hero-section .hero-video-2 {
        transform: rotate(4deg) !important;
        margin-top: -20px !important;
    }
    #hero-section .flex-item {
        width: 140px;
        max-width: 45%;
    }
    #hero-section .curveshape {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
     #hero-section .hero-video-col {
       justify-content: center !important;
    }
     #hero-section .hero-text-col {
    padding-left: 15px !important;
    }
    #hero-section .hero-empty-space {
        height: 40px !important;
    }
    #hero-section .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    #hero-section .hero-buttons li a {
        display: block;
        width: 100%;
        max-width: 280px;
        text-align: center;
        box-sizing: border-box;
    }
    #hero-section .hero-video-col {
        gap: 0.5rem;
    }
    #hero-section .flex-item {
        width: 120px;
        max-width: 45%;
    }
}

@media (max-width: 480px) {
    #hero-section .hero-empty-space {
        height: 24px !important;
    }
    #hero-section .flex-item {
        width: 100px;
        max-width: 42%;
    }
}

@media (max-width: 360px) {
    #hero-section .hero-buttons li a {
        max-width: 100%;
        font-size: 13px !important;
        padding: 0 20px !important;
    }
    #hero-section .flex-item {
        width: 90px;
    }
}

/* === Playbook Shorts Carousel - Scroll-jack + Responsive === */
#playbook-shorts .alioth-image-carousel {
    overflow: hidden;
#playbook-shorts .alioth-image-carousel::-webkit-scrollbar {
    display: none;
}
}
#playbook-shorts .ai-imagessa {
    flex-shrink: 0;
}
#playbook-shorts .ai-imagessa iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    display: block;
}

@media (max-width: 1024px) {
    #playbook-shorts {
        padding: 2rem 1rem !important;
    }
    #playbook-shorts .alioth-image-carousel {
        margin: 30px 0;
    }
    #playbook-shorts .ai-wrapper {
        padding-left: 20px;
    }
    #playbook-shorts .ai-imagessa {
        margin-right: 20px !important;
        min-width: 220px !important;
    }
    #playbook-shorts .ai-imagessa iframe {
        width: 280px;
        height: auto;
    }
}

@media (max-width: 768px) {
    #playbook-shorts {
        padding: 1.5rem 0.5rem !important;
    }
    #playbook-shorts .playbook-shorts-heading {
        font-size: clamp(1.25rem, 4vw, 1.75rem) !important;
        line-height: 1.4 !important;
        padding: 0 1rem;
    }
    #playbook-shorts .alioth-image-carousel {
        margin: 24px 0;
    }
    #playbook-shorts .ai-wrapper {
        padding-left: 16px;
    }
    #playbook-shorts .ai-imagessa {
        margin-right: 16px !important;
        min-width: 180px !important;
    }
    #playbook-shorts .ai-imagessa iframe {
        width: 220px;
        border-radius: 12px !important;
    }
}

@media (max-width: 576px) {
    #playbook-shorts .playbook-shorts-heading {
        font-size: 1.15rem !important;
        padding: 0 0.75rem;
    }
    #playbook-shorts .alioth-image-carousel {
        margin: 20px 0;
    }
    #playbook-shorts .ai-wrapper {
        padding-left: 12px;
    }
    #playbook-shorts .ai-imagessa {
        margin-right: 12px !important;
        min-width: 140px !important;
    }
    #playbook-shorts .ai-imagessa iframe {
        width: 160px;
        border-radius: 10px !important;
    }
}

@media (max-width: 480px) {
    #playbook-shorts .playbook-shorts-heading {
        font-size: 1.05rem !important;
    }
    #playbook-shorts .ai-imagessa {
        min-width: 130px !important;
    }
    #playbook-shorts .ai-imagessa iframe {
        width: 150px;
    }
}

@media (max-width: 360px) {
    #playbook-shorts .ai-imagessa {
        min-width: 115px !important;
    }
    #playbook-shorts .ai-imagessa iframe {
        width: 130px;
    }
}

/* === Portfolio Section Styles (Spring Marketing Capital Style) === */
.portfolio-section {
    padding: 0px 0;
    overflow: hidden;
    background: #fff;
}

.portfolio-sticky {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow: visible;
}

/* White mask behind the left lead card so portfolio images
   never bleed through while sliding. Attach to the sticky
   container so it does NOT scroll with the slider content. */
.portfolio-sticky::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 420px; /* matches left padding / lead card area */
    background: #fff;
    z-index: 2; /* above sliding cards, below the lead card */
    pointer-events: none;
}

.portfolio-slider {
    display: flex;
    align-items: stretch;
    gap: 32px;
    padding: 0 60px;
    padding-left: 420px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 500px;
    z-index: 1;
}

.portfolio-slider::-webkit-scrollbar {
    display: none;
}

/* Lead Card - "OUR PORTFOLIO" - STICKY on scroll */
.portfolio-slide-static {
    flex: 0 0 340px;
    min-width: 340px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.portfolio-slide-static.desktop {
    border: 2px solid #000;
    background: #fff;
    position: absolute;
    left: 60px;
    top: 0;
    z-index: 30;
    flex-shrink: 0;
    box-shadow: 10px 0 30px rgba(0,0,0,0.2);
}

.portfolio-slide-static.mobile {
    display: none;
}

.portfolio-slide-static .image-6 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    z-index: 0;
}

.portfolio-first-slide {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.portfolio-first-slide.padding-sm {
    padding: 28px;
}

.heading-animate {
    flex: 1;
}

.heading-md.all-caps {
    font-size: 3.2rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.05;
    color: #000;
    letter-spacing: -1px;
}

/* View Portfolio Button */
.portfolio-section .new-button.w-inline-block {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    width: fit-content;
}

.portfolio-section .new-button.w-inline-block:hover {
    background: #333;
    transform: translateX(3px);
}

.portfolio-section .new-button .text-2 {
    color: #fff;
}

.portfolio-section .new-button .arrow-wrapper {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.portfolio-section .new-button .arrow-wrapper svg {
    width: 12px;
    height: 12px;
}

.portfolio-section .new-button .arrow-wrapper svg path {
    fill: #000 !important;
}

.portfolio-section .new-button .arrow-hidden {
    display: none;
}

.portfolio-section .new-button .arrow-hover {
    transform: none !important;
    position: static !important;
}

/* Portfolio Cards Container */
.all-portfolio-slides {
    display: flex;
    gap: 32px;
    transform: none !important;
    margin-left: 0;
}

.all-portfolio-slides.desktop {
    position: relative;
    z-index: 1; /* sits under the sticky mask */
    transform: none !important;
}

.portfolio-slides-loop {
    display: flex;
    gap: 32px;
}

.portfolio-slides-loop.desktop {
    margin-left: 0;
    position: relative;
    z-index: 1;
}

.portfolio-collection-wrapper {
    display: flex;
    gap: 32px;
}

.portfolio-collection-wrapper.page-padding-right {
    padding-right: 60px;
}

.portfolio-collection-list .portfolio-collection-item {
    flex-shrink: 0;
    margin: 0;
}

.portfolio-collection-list {
    display: flex;
    gap: 32px;
    transform: none !important;
}

/* Individual Portfolio Card */
.portfolio-collection-item {
    flex: 0 0 340px;
    min-width: 342px;
    height: 500px;
}

.portfolio-slide-thumb {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.portfolio-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.portfolio-slide-thumb:hover .portfolio-thumb-img {
    transform: scale(1.03);
}

.portfolio-card-link {
    display: block;
    width: 100%;
    height: 100%;
}

.portfolio-card-link .portfolio-thumb-img {
    display: block;
}

/* Card Content Overlay */
.portfolio-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
}

.portfolio-slide-content.padding-sm {
    padding: 24px;
}

.portfolio-slide-content.text-white {
    color: #fff;
}

.portfolio-slide-content.text-black {
    color: #000;
    background: linear-gradient(to top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.5) 60%, transparent 100%);
}

.portfolio-slide-content .space-y-4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.portfolio-slide-content .title-lg {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* Tags Row */
.portfolio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.portfolio-tags .space-x-sm {
    display: flex;
    gap: 5px;
    align-items: center;
}

.portfolio-tags .body-sm {
    font-size: 13px;
    opacity: 0.95;
    display: inline-flex; align-items: center; padding: 0.35rem 0.85rem; background: rgba(255, 255, 255, 0.2); border-radius: 20px; font-size: 0.8rem; backdrop-filter: blur(4px);
}

.section-tag.small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    font-size: 12px;
    backdrop-filter: blur(4px);
}

.section-tag-block {
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}

.section-tag-block.inverted {
    background: #fff;
}

.w-condition-invisible {
    display: none !important;
}

/* Navigation Buttons */
.portfolio-section .max-w-800 {
    max-width: 800px;
    margin: 40px auto 0;
}

.portfolio-section .max-w-800.align-center.space-x-4 {
    display: flex !important;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.portfolio-section .max-w-800.align-center.space-x-4.mobile {
    display: flex !important;
}

.portfolio-section .circle-button {
    width: 50px;
    height: 50px;
    border: 1.5px solid #000;
    border-radius: 50%;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.portfolio-section .circle-button:hover {
    background: #000;
    color: #fff;
}

.portfolio-section .circle-button.prev::before {
    content: "←";
    font-size: 20px;
    font-weight: 300;
}

.portfolio-section .circle-button.next::before {
    content: "→";
    font-size: 20px;
    font-weight: 300;
}

.portfolio-section .circle-button.pause-slider.hide {
    display: none !important;
}

/* Carousel wrapper - arrows on left and right sides */
.portfolio-carousel-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.portfolio-carousel-row .portfolio-sticky {
    flex: 1;
    min-width: 0;
}

.portfolio-carousel-row .portfolio-arrow-side {
    flex-shrink: 0;
    z-index: 10;
}

/* Thumbnail boxes - mobile only (hidden on desktop) */
.portfolio-nav-boxes {
    display: none !important;
}

/* Centered Navigation Below Cards (mobile) - white circles, thin black border */
.portfolio-nav-center {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 52px auto 0;
    padding: 24px 0 100px 0;
    width: 100%;
    flex-shrink: 0;
}

/* Hide side arrows on mobile - use centered nav below */
@media (max-width: 768px) {
    .portfolio-carousel-row .portfolio-arrow-side {
        display: none !important;
    }
}

.portfolio-nav-center .circle-button,
.portfolio-arrow-side .circle-button {
    width: 50px;
    height: 50px;
    border: 1.5px solid #000;
    border-radius: 50%;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

.portfolio-nav-center .circle-button:hover {
    background: #000;
    color: #fff;
}

.portfolio-nav-center .circle-button.prev::before,
.portfolio-arrow-side .circle-button.prev::before {
    content: "←";
    font-weight: 300;
}

.portfolio-nav-center .circle-button.next::before,
.portfolio-arrow-side .circle-button.next::before {
    content: "→";
    font-weight: 300;
}

.portfolio-arrow-side .circle-button:hover {
    background: #000;
    color: #fff;
}

/* Mobile slider styles */
.portfolio-slides-loop.mobile {
    display: none;
}

/* Hide original mobile nav - using JS-created nav instead */
.portfolio-section .max-w-800.align-center.space-x-4.mobile {
    display: none !important;
}

.portfolio-webflow-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.portfolio-webflow-slider-mask {
    overflow: hidden;
    width: 100%;
    display: flex;
}

.portfolio-webflow-slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.portfolio-collection-item.mobile {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.portfolio-collection-item.mobile .portfolio-slide-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.portfolio-collection-item.mobile .portfolio-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

    .portfolio-collection-item.mobile .portfolio-slide-content {
        position: absolute !important;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-end;
        padding: 24px;
        background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
        border-radius: 0 0 20px 20px;
        color: #fff !important;
        z-index: 3;
        visibility: visible !important;
    }
    .portfolio-collection-item.mobile .portfolio-slide-content .title-lg,
    .portfolio-collection-item.mobile .portfolio-slide-content .portfolio-tags {
        display: block !important;
        visibility: visible !important;
    }
    .portfolio-collection-item.mobile .portfolio-slide-content .space-y-4 {
        display: flex !important;
        flex-direction: column;
        visibility: visible !important;
    }

/* Mobile slider navigation dots */
.slide-nav.w-slider-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    padding: 0 20px;
    flex-wrap: wrap;
}

.w-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s ease;
}

.w-slider-dot.w-active {
    background: #000;
}

/* Hide Webflow default arrows */
.portfolio-webflow-slider .w-slider-arrow-left,
.portfolio-webflow-slider .w-slider-arrow-right {
    display: none;
}

.button-wrapper.mobile {
    display: none;
    text-align: center;
    margin-top: 24px;
}

/* Portfolio: mobile scroll-snap carousel (template) — hidden on desktop */
.portfolio-mobile-scroll-carousel {
    display: none;
}
.portfolio-mobile-scroll-carousel .carousel-container {
    width: 100%;
    padding: 1rem 0 0;
    /*background: #fafafa;*/
}
.portfolio-mobile-scroll-carousel .carousel-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* pan-x alone blocks vertical page scroll when touch starts on carousel; allow both axes */
    touch-action: pan-x pan-y;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
}
.portfolio-mobile-scroll-carousel .carousel-wrapper::-webkit-scrollbar {
    display: none;
}
.portfolio-mobile-scroll-carousel .carousel-track {
    display: flex;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.portfolio-mobile-scroll-carousel .portfolio-card {
    flex: 0 0 85vw;
    min-width: 85vw;
    height: 65vh;
    min-height: min(500px, 70vh);
    max-height: 78vh;
    margin: 0 8px;
    border-radius: 20px;
    overflow: hidden;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    background: #fff;
    /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);*/
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
    animation: portfolioMobileSlideIn 0.6s ease-out backwards;
    animation-delay: calc(min(var(--pm-i, 0), 14) * 0.035s);
    position: relative;
}
.portfolio-mobile-scroll-carousel .portfolio-card.carousel-active {
    transform: scale(1.02);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
}
.portfolio-mobile-scroll-carousel .portfolio-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.portfolio-mobile-scroll-carousel .portfolio-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 40%, transparent 100%);
    color: #fff;
}
.portfolio-mobile-scroll-carousel .portfolio-card-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    line-height: 1.2;
    font-family: var(--font-primary, 'Sora', sans-serif);
    color: white !important;
}
.portfolio-mobile-scroll-carousel .portfolio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}
.portfolio-mobile-scroll-carousel .portfolio-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    font-size: 0.8rem;
    backdrop-filter: blur(4px);
}
.portfolio-mobile-scroll-carousel .portfolio-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    /*padding: 0.65rem 1.25rem;*/
    /*background: var(--color-orange, #FF6B35);*/
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: background 0.3s ease, transform 0.3s ease;
}
.portfolio-mobile-scroll-carousel .portfolio-card-link:active {
    transform: translateX(2px);
}
.portfolio-mobile-scroll-carousel .carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 1rem 1rem;
    background: #fff;
}
.portfolio-mobile-scroll-carousel .carousel-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #000;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.portfolio-mobile-scroll-carousel .carousel-arrow:active {
    transform: scale(0.96);
}
.portfolio-mobile-scroll-carousel .carousel-dots {
    display: flex;
    gap: 0.45rem;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 90vw;
}
.portfolio-mobile-scroll-carousel .carousel-dots .dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    min-height: 6px;
    padding: 0;
    border: none;
    /*border-radius: 50%;*/
    aspect-ratio: 1;
    flex-shrink: 0;
    background: #d1d5db;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}
.portfolio-mobile-scroll-carousel .carousel-dots .dot.active {
    background: #000;
    transform: scale(1.25);
}
.portfolio-mobile-scroll-cta {
    display: flex;
    justify-content: center;
    padding: 0 1rem 1.5rem;
    background: #fafafa;
}
.portfolio-mobile-scroll-cta .new-button {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}
@keyframes portfolioMobileSlideIn {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: translateX(0); }
}

.hide {
    display: none !important;
}

/* Portfolio Responsive */
@media (max-width: 1200px) {
    .portfolio-sticky {
        min-height: 450px;
    }
    .portfolio-slider {
        padding: 0 40px;
        padding-left: 380px;
        gap: 18px;
        height: 450px;
    }
    .portfolio-sticky::before {
        width: 380px;
    }
    .portfolio-slide-static,
    .portfolio-collection-item {
        flex: 0 0 300px;
        min-width: 300px;
        height: 450px;
    }
    .portfolio-slide-static.desktop {
        left: 40px;
    }
    .heading-md.all-caps {
        font-size: 2.8rem;
    }
    .all-portfolio-slides,
    .portfolio-slides-loop,
    .portfolio-collection-wrapper,
    .portfolio-collection-list {
        gap: 24px;
    }
    .portfolio-slider {
        gap: 24px;
    }
    .portfolio-carousel-row {
        padding: 0 16px;
    }
    .portfolio-nav-center {
        margin-top: 40px;
    }
}

@media (max-width: 1024px) {
    .portfolio-section {
        padding: 60px 0;
    }
    .portfolio-sticky {
        min-height: 420px;
    }
    .portfolio-slider {
        padding: 0 30px;
        padding-left: 350px;
        gap: 24px;
        height: 420px;
    }
    .portfolio-sticky::before {
        width: 350px;
    }
    .portfolio-slide-static,
    .portfolio-collection-item {
        flex: 0 0 280px;
        min-width: 280px;
        height: 420px;
    }
    .portfolio-slide-static.desktop {
        left: 30px;
    }
    .heading-md.all-caps {
        font-size: 2.5rem;
    }
    .all-portfolio-slides,
    .portfolio-slides-loop,
    .portfolio-collection-wrapper,
    .portfolio-collection-list {
        gap: 24px;
    }
    .portfolio-section .max-w-800 {
        margin-top: 30px;
    }
    .portfolio-carousel-row {
        padding: 0 0px;
    }
    .portfolio-nav-center {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .portfolio-section {
        padding: 1rem 0 !important;
        overflow-x: hidden;
    }

    /* Mobile: new scroll-snap carousel; hide legacy mobile slider row */
    .portfolio-mobile-scroll-carousel {
        display: block !important;
    }
    .portfolio-section .portfolio-carousel-row {
        display: none !important;
    }
    .portfolio-section .portfolio-nav-center,
    .portfolio-section .portfolio-nav-boxes {
        display: none !important;
    }
    
    .portfolio-section .playbook-shorts-heading {
        font-size: clamp(1.1rem, 4vw, 1.4rem) !important;
        line-height: 1.4 !important;
        padding: 0 1rem;
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }
    
    /* Hide desktop layout, show mobile lead card + slider */
    .all-portfolio-slides.desktop,
    .portfolio-slides-loop.desktop,
    .portfolio-slide-static.desktop {
        display: none !important;
    }
    
    .portfolio-slide-static.mobile {
        display: flex !important;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 60vh;
        min-height: 340px;
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 20px;
        border: 2px solid #000;
        background: #fff;
        position: relative;
    }
    .portfolio-mobile-slide-wrap {
        position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;
    }
    .portfolio-mobile-slide-img {
        width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease;
    }
    
    .portfolio-mobile-overlay {
        position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
        padding: 20px;
        background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
        color: #fff;
    }
    .portfolio-mobile-overlay .heading-md.all-caps,
    .portfolio-mobile-overlay .title-lg { font-size: 1.5rem !important; font-weight: 700; color: #fff !important; margin: 0 0 0 0; }
    .portfolio-mobile-overlay .portfolio-tags .body-sm { font-size: 12px; color: rgba(255,255,255,0.9) !important; }
    .portfolio-slide-static.mobile .heading-md.all-caps {
        font-size: 2rem !important;
    }
    
    .portfolio-sticky {
        min-height: auto;
        position: relative !important;
        overflow: visible !important;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }
    
    .portfolio-sticky::before {
        display: none !important;
    }
    
    .portfolio-carousel-row {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .portfolio-slider {
        position: relative;
        padding: 0 16px;
        padding-left: 16px;
        height: auto;
        gap: 14px;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    /* Mobile Webflow Slider */
    .portfolio-slides-loop.mobile {
        display: block !important;
    }
    
    .portfolio-webflow-slider {
        width: 100%;
        overflow: hidden;
        touch-action: pan-y; /* allow native vertical scrolling, handle horizontal in JS */
    }
    
    .portfolio-webflow-slider-mask,
    .portfolio-webflow-slider .w-slider-mask {
        width: 100%;
        overflow: hidden;
        display: block;
    }
    
    .portfolio-webflow-slide,
    .portfolio-webflow-slider .w-slide {
        width: 100%;
        min-width: 100%;
        flex: 0 0 100%;
    }
    
    .portfolio-collection-item.mobile {
        width: 100%;
        max-width: 360px;
        height: 70vh;
        min-height: 450px;
        margin: 0 auto;
    }
    
    /* Hide 1 card in mobile view only */
    .portfolio-section .portfolio-webflow-slide:last-child {
        display: none !important;
    }
    
    .portfolio-collection-item.mobile .portfolio-slide-thumb {
        width: 100%;
        height: 100%;
    }
    
    .portfolio-collection-item.mobile .portfolio-thumb-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .portfolio-slide-content .title-lg {
        font-size: 1.5rem;
    }
    
    .portfolio-slide-content.padding-sm {
        padding: 18px;
    }
    
    .portfolio-tags .body-sm {
        font-size: 12px;
    }
    
    .section-tag.small {
        padding: 5px 12px;
        font-size: 11px;
    }
    
    /* Mobile navigation dots */
    .slide-nav.w-slider-nav {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
    }
    
    .w-slider-dot {
        width: 8px;
        height: 8px;
    }
    
    /* Mobile button wrapper */
    .button-wrapper.mobile {
        display: flex !important;
        justify-content: center;
        margin-top: 20px;
    }
    
    .button-wrapper.mobile .new-button {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    /* Show arrows on desktop, thumbnail boxes on mobile */
    .portfolio-nav-center {
        display: flex !important;
        margin-top: 20px;
        gap: 16px;
        padding: 1px 0;
        z-index: 10;
        position: relative;
    }
    .portfolio-nav-center .circle-button {
        min-width: 52px;
        min-height: 52px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }
    .portfolio-nav-center .circle-button.prev,
    .portfolio-nav-center .circle-button.next {
        display: none !important;
    }
    .portfolio-nav-boxes {
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 3px;
        max-width: 100%;
        overflow-x: auto;
    }
    .portfolio-nav-box {
        width: 6px;
        height: 6px;
        flex-shrink: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        cursor: pointer;
        background: #d1d5db;
        -webkit-tap-highlight-color: transparent;
    }
    .portfolio-nav-box.active {
        background: #000;
    }
    .portfolio-webflow-slider-mask {
      display: flex;
  }
  .portfolio-webflow-slide {
      flex: 0 0 100%; /* one slide per view */
    }
}

@media (max-width: 480px) {
    .portfolio-section {
        padding: 0.75rem 0 !important;
    }
    
    .portfolio-section .playbook-shorts-heading {
        font-size: 1.05rem !important;
        padding: 0 0.75rem;
        margin-top: 0 !important;
        margin-bottom: 0.55rem !important;
    }

    .portfolio-mobile-scroll-carousel .portfolio-card {
        flex: 0 0 90vw;
        min-width: 90vw;
        margin: 0 6px;
        min-height: min(480px, 68vh);
    }
    .portfolio-mobile-scroll-carousel .portfolio-card-content {
        padding: 1.25rem;
    }
    .portfolio-mobile-scroll-carousel .carousel-controls {
        gap: 1rem;
        padding: 1rem 0.75rem 0.75rem;
    }
    .portfolio-mobile-scroll-carousel .carousel-arrow {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }
    
    .portfolio-slide-static.mobile {
        height: 420px;
        min-height: 420px;
        margin-bottom: 16px;
    }
    
    .portfolio-slide-static.mobile .heading-md.all-caps {
        font-size: 1.6rem !important;
    }
    
    .portfolio-slider {
        padding: 0 12px;
        gap: 12px;
    }
    
    .portfolio-collection-item.mobile {
        max-width: 320px;
        height: 65vh;
        min-height: 400px;
    }
    
    .portfolio-slide-content .title-lg {
        font-size: 1.2rem;
    }
    
    .portfolio-slide-content.padding-sm {
        padding: 14px;
    }
    
    .portfolio-tags .body-sm {
        font-size: 10px;
    }
    
    .section-tag.small {
        padding: 4px 8px;
        font-size: 10px;
    }
    
    .slide-nav.w-slider-nav {
        margin-top: 16px;
    }
    
    .w-slider-dot {
        width: 6px;
        height: 6px;
    }
    
    .button-wrapper.mobile .new-button {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .portfolio-section {
        padding: 0.5rem 0 !important;
    }
    
    .portfolio-section .playbook-shorts-heading {
        font-size: 0.95rem !important;
        margin-top: 0 !important;
        margin-bottom: 0.5rem !important;
    }
    
    .portfolio-slide-static.mobile {
        height: 40vh;
        min-height: 200px;
    }
    
    .portfolio-slide-static.mobile .heading-md.all-caps {
        font-size: 1.4rem !important;
    }
    
    .portfolio-slider {
        padding: 0 10px;
    }
    
    .portfolio-collection-item.mobile {
        max-width: 300px;
        height: 60vh;
        min-height: 360px;
    }
    
    .portfolio-slide-content .title-lg {
        font-size: 1.1rem;
    }
    
    .portfolio-slide-content.padding-sm {
        padding: 12px;
    }
    
    .portfolio-tags .body-sm {
        font-size: 9px;
    }
    
    .section-tag.small {
        padding: 3px 6px;
        font-size: 9px;
    }
    
    .button-wrapper.mobile .new-button {
        padding: 8px 16px;
        font-size: 12px;
    }
}

           
             @media (max-width: 768px) {
                 #identity-section { padding-top: 3.9rem !important; padding-bottom: 0.5rem !important; }
             }
           
             
             


  @media (max-width: 768px) {
                 #ready-to-scale.has-anim { margin-top: 20% !important; }
                
}
             

@media (max-width: 1200px) {
   .trusted-partners-bg {
       font-size: 120px !important;
         margin-left: -200px !important;
    }
}
/*@media (max-width: 1024px) {*/
/*   .trusted-partners-bg {*/
/*        font-size: 70px !important;*/
/*    }*/
/*}*/
@media (max-width: 768px) {
       .trusted-partners-bg {
        font-size: 90px !important;
        margin-left: -300px !important;
        
    }
}
@media (max-width: 576px) {
  .trusted-partners-bg {
        font-size: 50px !important;
        margin-left: -330px !important;
    }
}
/*@media (max-width: 480px) {*/
/*    .trusted-partners-bg {*/
/*        font-size: 36px !important;*/
/*    }*/
/*}*/
@media (max-width: 360px) {
  .trusted-partners-bg {
        font-size: 28px !important;
    }
}


    @media (max-width: 768px) {
    #muteBtn {
        width: 50px;
        height: 50px;
        font-size: 20px;
        bottom: 15px;
        right: 15px;
    }
}
/* TBM At a Glance - mobile: title centered, content left-aligned, That's us centered */@media (max-width: 768px){ #tbm-at-a-glance .a-award:first-child h2{text-align:center!important;}#tbm-at-a-glance .award-title,#tbm-at-a-glance .award-dets,#tbm-at-a-glance .a-award{text-align:left!important;}#tbm-at-a-glance h4{text-align:center!important;}#tbm-at-a-glance{text-align:left;}}


   
            .new_h_style {
    font-size: 46px !important;
    line-height: 35px !important;
    margin-left: 0 !important;
    margin-bottom: 1em !important;
    font-weight: 500 !important;
    text-align: left !important;
            }
            .new_p_style{
                font-size: 20px !important;
                letter-spacing: 0.02em !important;
                line-height: 1.3em !important;
                padding-left: 0 !important;
                margin-left: 0 !important;
                text-align: left !important;
            }
            /* Impact at a Glance: align title and description to same left edge */
            #impact-glance .flexty .c-col-6 {
                padding-left: 0 !important;
            }
            #impact-glance .flexty .c-col-6 H5,
            #impact-glance .flexty .c-col-6 p {
                text-align: left !important;
            }
            /* Impact at a Glance - Mobile responsive overrides (must come after above) */
            @media (max-width: 768px) {
                #impact-glance {
                    max-width: 100%;
                    box-sizing: border-box;
                }
                #impact-glance .wrapper-small {
                    max-width: 100% !important;
                    padding-left: 1rem !important;
                    padding-right: 1rem !important;
                }
                #impact-glance .a-testimonials,
                #impact-glance .a-testimonials-wrapper {
                    max-width: 100%;
                }
                #impact-glance .new_h_style {
                    font-size: 1.35rem !important;
                    line-height: 1.3 !important;
                    margin-top: 0 !important;
                }
                #impact-glance .new_p_style {
                    font-size: 14px !important;
                    line-height: 1.5 !important;
                }
                #impact-glance .flexty .c-col-6 H5,
                #impact-glance .flexty .c-col-6 p {
                    text-align: center !important;
                }
                #impact-glance .flexty .c-col-4 img {
                    max-width: 100%;
                    height: auto;
                }
            }
            @media (max-width: 480px) {
                #impact-glance .flexty .c-col-6 H5 {
                    font-size: 1.5rem !important;
                }
                #impact-glance .new_p_style {
                    font-size: 13px !important;
                }
            }
            /* wrapper-small h2: match award section h2 size on mobile only */
            @media (max-width: 768px) {
                #trusted-partners .wrapper-small h2,
                #impact-glance .wrapper-small h2,
                #impact-glance .wrapper-impact-mobile h2 {
                    font-size: 36px !important;
                    line-height: 50px !important;
                }
            }
            @media (max-width: 480px) {
                #trusted-partners .wrapper-small h2,
                #impact-glance .wrapper-small h2,
                #impact-glance .wrapper-impact-mobile h2 {
                    font-size: 36px !important;
                    line-height: 50px !important;
                }
            }
       