.value-section{

padding:140px 0;
background:#fff;
position:relative;
overflow:hidden;

}


.value-head{

text-align:center;
max-width:858px;
margin:auto auto 90px;

}

.value-head h2{

font-size:57.6px;
font-weight:700;
line-height:1;

margin-top:18px;

}

.value-head p{

font-size:20px;
color:#666;
margin-top:24px;

}

.eyebrow{

display:inline-block;

padding:10px 18px;

border-radius:40px;

background:#eef8da;

color:#97d41f;

font-weight:600;

letter-spacing:1px;

font-size:13px;

}


.value-grid{

position:relative;

height:820px;

max-width:1000px;



margin:auto;

}


.value-card{

position:absolute;

width:310px;

padding:40px;

background:white;

border-radius:28px;

box-shadow:

0 30px 70px rgba(0,0,0,.08);

transition:.5s;

}


.value-card:hover{

transform:

translateY(-12px)
rotate(0deg);

}


.card-one{

left:40px;

top:30px;

transform:rotate(-6deg);

}


.card-two{

right:40px;

top:160px;

transform:rotate(7deg);

}


.card-three{

left:220px;

bottom:30px;

transform:rotate(-5deg);

}


.number{

display:block;

font-size:22px;

font-weight:700;

color:#97d41f;

margin-bottom:22px;

}


.value-card h3{

font-size:34px;

margin-bottom:16px;

}


.value-card p{

font-size:18px;

line-height:1.7;

color:#555;

}

.center-logo{

width:130px;
height:130px;

background:#fff;

border-radius:50%;

display:flex;
justify-content:center;
align-items:center;

box-shadow:
0 35px 80px rgba(0,0,0,.14);

}

.center-logo img{

width:60px;

height:auto;

}

.center-logo img{

    width:58px;
    display:block;

}

.flow-lines{

position:absolute;

width:100%;
height:100%;

left:0;
top:0;

pointer-events:none;

}

.flow-lines path{

fill:none;

stroke:#d9d9d9;

stroke-width:2;

stroke-dasharray:10;

stroke-linecap:round;

}


/* ==========================
   1200px
========================== */

@media (max-width:1200px){

.value-grid{

max-width:900px;
height:760px;

}

.card-one{

left:20px;

}

.card-two{

right:20px;

}

.card-three{

left:170px;

}

}


/* ==========================
   992px
========================== */

@media (max-width:992px){

.value-section{

padding:100px 0;

}

.value-head{

margin-bottom:70px;

}

.value-head h2{

font-size:56px;

}

.value-head p{

font-size:18px;

}

.value-grid{

max-width:760px;

height:650px;

}

.value-card{

width:250px;

padding:30px;

}

.value-card h3{

font-size:28px;

}

.value-card p{

font-size:16px;

}

.number{

font-size:18px;

}

.card-one{

left:10px;
top:20px;

}

.card-two{

right:10px;
top:130px;

}

.card-three{

left:120px;
bottom:10px;

}





}


/* ==========================
   768px
========================== */

@media (max-width:768px){

.value-section{

padding:80px 0;

}

.value-head{

margin-bottom:60px;

}

.value-head h2{

font-size:42px;

line-height:1.1;

}

.value-head p{

font-size:17px;

}

.value-grid{

display:flex;

flex-direction:column;

align-items:center;

height:auto;

gap:35px;

}

.value-card{

position:relative;

left:auto!important;
right:auto!important;
top:auto!important;
bottom:auto!important;

transform:none!important;

width:100%;
max-width:420px;

}

.value-card:hover{

transform:translateY(-8px)!important;

}



.flow-lines{

display:none;

}

}


/* ==========================
   576px
========================== */

@media (max-width:576px){

.value-section{

padding:70px 0;

}

.value-head{

text-align:left;

margin-bottom:45px;

}

.value-head h2{

font-size:34px;

}

.value-head p{

font-size:16px;

margin-top:18px;

}

.value-card{

padding:26px;

max-width:100%;

border-radius:22px;

}

.value-card h3{

font-size:26px;

}

.value-card p{

font-size:15px;

line-height:1.6;

}

.number{

font-size:18px;

margin-bottom:16px;

}

.center-logo{

width:60px;

height:60px;

}

.center-logo img{

width:28px;

}

}

.flow-lines{

position:absolute;

left:0;
top:0;

width:100%;
height:100%;

pointer-events:none;

z-index:1;

}

.flow-lines path{

fill:none;

stroke:#d7d7d7;

stroke-width:1.5;

stroke-linecap:round;

stroke-linejoin:round;

opacity:.9;

}

.flow-lines path{

fill:none;

stroke:#d7d7d7;

stroke-width:1.5;

stroke-linecap:round;

stroke-dasharray:500;

stroke-dashoffset:500;

animation:drawLine 2s ease forwards;

}

.flow-lines path:nth-child(2){

animation-delay:.25s;

}

.flow-lines path:nth-child(3){

animation-delay:.5s;

}

@keyframes drawLine{

to{

stroke-dashoffset:0;

}

}

.flow-lines{

position:absolute;
left:0;
top:0;

width:100%;
height:100%;

pointer-events:none;

z-index:0;

}

.value-card{

position:absolute;

z-index:2;

}

.center-logo{

position:absolute;

z-index:5;

}

/* ===========================
   RESPONSIVE ONLY
   =========================== */

@media (max-width: 1024px){

    .value-grid{

        transform:scale(.88);
        transform-origin:top center;

        height:720px;

    }

}


@media (max-width: 900px){

    .value-grid{

        transform:scale(.75);
        transform-origin:top center;

        height:620px;

    }

}


@media (max-width: 768px){

    .value-grid{

        position:relative;

        display:flex;

        flex-direction:column;

        align-items:center;

        gap:30px;

        height:auto;

        transform:none;

    }

    .value-card{

        position:relative;

        left:auto!important;
        right:auto!important;
        top:auto!important;
        bottom:auto!important;

        transform:none!important;

    }

    .center-logo{

z-index:5;

}

    .board-lines{

        display:none;

    }

    .value-head h2{

        font-size:46px;

    }

    .value-head p{

        font-size:18px;

    }

}


@media (max-width: 480px){

    .value-head h2{

        font-size:36px;

    }

    .value-head p{

        font-size:16px;

    }

}

.board-lines{

    position:absolute;

    inset:0;

    width:100%;
    height:100%;

    pointer-events:none;

    z-index:0;

}

.board-lines path{

    fill:none;

    stroke:#D9D9D9;

    stroke-width:2;

    stroke-dasharray:10 10;

    stroke-linecap:round;

}

.center-logo{

position:absolute;

left:50%;
top:52%;

transform:translate(-50%,-50%);

width:130px;
height:130px;

background:#fff;

border-radius:50%;

display:flex;
justify-content:center;
align-items:center;

box-shadow:0 35px 80px rgba(0,0,0,.14);

z-index:5;

}

.center-logo img{

width:65px;
height:auto;
display:block;

}

@media (max-width:768px){

    .value-grid{

        display:flex;
        flex-direction:column;
        align-items:center;
        gap:30px;

        height:auto;
        transform:none;
    }

    .value-card{

        position:relative;

        left:auto!important;
        right:auto!important;
        top:auto!important;
        bottom:auto!important;

        transform:none!important;

        width:100%;
        max-width:420px;
    }

    /* SVG lines mobile pe hide */
    .flow-lines{
        display:none;
    }

    /* LOGO LAST ME */
    .center-logo{

        position:relative;

        left:auto;
        top:auto;

        transform:none;

        order:10;

        margin-top:10px;

        width:90px;
        height:90px;
    }

}

/*==================================================
SECTION
==================================================*/

.perspective-section{

    padding:140px 0;

    background:#fff;

}

.perspective-grid{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:70px;

    align-items:start;

}


/*==================================================
LEFT
==================================================*/

.section-tag{

    display:inline-flex;

    align-items:center;

    padding:10px 20px;

    border-radius:50px;

    background:#0f0f0f;

    color:#fff;

    font-size:12px;

    letter-spacing:.18em;

    text-transform:uppercase;

    font-weight:600;

    margin-bottom:40px;

}

.perspective-content h2{

    font-size:62px;

    line-height:1;

    font-weight:700;

    margin-bottom:35px;

}

.perspective-content p{

    font-size:19px;

    line-height:1.8;

    color:#666;

    max-width:360px;

}


/*==================================================
RIGHT
==================================================*/

.perspective-cards{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:24px;

}

.perspective-card{

    position:relative;

    height:620px;     /* desktop */

    border-radius:30px;

    overflow:hidden;

    background:#eee;

    box-shadow:0 30px 70px rgba(0,0,0,.08);

}

.perspective-card:hover{

    transform:translateY(-10px);

}

.perspective-card img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.card-number{

    position:absolute;

    left:18px;

    top:18px;

    width:42px;

    height:42px;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:15px;

    font-weight:600;

    z-index:5;

}

.card-overlay{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    padding:28px;

    background:linear-gradient(to top,
    rgba(0,0,0,.82),
    rgba(0,0,0,.45),
    transparent);

}

.card-overlay h3{

    color:#fff;

    font-size:34px;

    margin-bottom:14px;

}

.card-overlay p{

    color:#fff;

    opacity:.9;

    line-height:1.7;

    font-size:16px;

    margin-bottom:24px;

}

.card-overlay a{

    display:inline-flex;

    align-items:center;

    justify-content:space-between;

    gap:16px;

    background:#97d41f;

    color:#111;

    padding:12px 22px;

    border-radius:40px;

    text-decoration:none;

    font-weight:600;

}

.card-overlay span{

    font-size:18px;

}


/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){

.perspective-grid{

grid-template-columns:1fr;

gap:60px;

}

.perspective-content{

text-align:center;

}

.perspective-content p{

margin:auto;

max-width:700px;

}

}

@media(max-width:992px){

.perspective-cards{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:768px){

.perspective-content h2{

font-size:44px;

}

.perspective-cards{

grid-template-columns:1fr;

}

.perspective-card{

aspect-ratio:1;

}

@media(max-width:992px){

.perspective-card{

height:520px;

}



}

@media(max-width:768px){

.perspective-card{

height:500px;

}

}

.card-btn{

display:inline-flex;

align-items:center;

justify-content:space-between;

width:190px;

height:58px;

padding-left:26px;

padding-right:6px;

background:#9CE11A;

border-radius:60px;

text-decoration:none;

font-weight:600;

color:#111;

transition:.35s;

}

.card-btn:hover{

transform:translateY(-3px);

}

.btn-icon{

width:46px;

height:46px;

border-radius:50%;

background:#111;

display:flex;

justify-content:center;

align-items:center;

color:#9CE11A;

font-size:16px;

transition:.35s;

}

.card-btn:hover .btn-icon{

transform:rotate(45deg);

}

.perspective-card:nth-child(1){

height:620px;

}

.perspective-card:nth-child(2){

margin-top:35px;

height:670px;

}

.perspective-card:nth-child(3){

height:620px;

}


}

/* ===========================================
   BRAND EVOLUTION
=========================================== */
.brand-evolution{

    padding:110px 0;

}

.evolution-wrapper{

    position:relative;

    max-width:1280px;

    margin:auto;

    padding:0 40px;

    display:flex;

    justify-content:center;

    align-items:flex-start;

    gap:30px;

}
.brand-evolution .section-heading{

    text-align:center;

    margin-bottom:90px;

}

.brand-evolution .section-heading span{

    color:#8fbd1a;

    letter-spacing:2px;

    font-size:13px;

    font-weight:600;

}

.brand-evolution .section-heading h2{

    font-family:"Suisse Intl","Cal Sans",sans-serif;

    font-size:60px;

    font-weight:600;

    color:#fff;

    margin:18px 0;

    line-height:1.1;

}

.brand-evolution .section-heading p{

    max-width:700px;

    margin:auto;

    color:#a9a9a9;

    line-height:1.8;

}

.evolution-card{

    flex:1;

    max-width:360px;

    min-height:320px;

    padding:42px;

    border-radius:24px;

    position:relative;

    transition:.45s;

}

.evolution-card:hover{

    transform:translateY(-8px);

}

.evolution-line{

position:absolute;

top:-38px;

left:14%;

width:72%;

height:2px;

background:#3d3d3d;

z-index:1;

overflow:hidden;

}

.evolution-line::after{

content:"";

position:absolute;

top:0;

left:-20%;

width:18%;

height:100%;

background:linear-gradient(
90deg,
transparent,
#8fbd1a,
transparent);

animation:flowLine 3s linear infinite;

}

.evolution-dot{

    width:18px;

    height:18px;

    border-radius:50%;

    background:#8fbd1a;

    position:absolute;

    top:-50px;

    left:42px;

    box-shadow:0 0 15px rgba(143,189,26,.45);

}
.card-light{

    background:#F4F4F4;

}

.card-green{

    background:#8fbd1a;

}

.card-dark{

    background:#181818;

}


.evolution-card h3{

    font-size:34px;

    font-weight:700;

    margin-bottom:20px;

}

.evolution-card p{

    font-size:16px;

    line-height:1.9;

}

.card-light p{

    color:#555;

}

.card-dark p{

    color:#d6d6d6;

}

@media(max-width:991px){

.evolution-wrapper{

flex-direction:column;

align-items:center;

padding:0 20px;

}

.evolution-card{

max-width:100%;

width:100%;

}

.evolution-line{

display:none;

}

.evolution-dot{

display:none;

}

}


/* ================================
   BRAND JOURNEY
================================ */

.brand-journey{

    padding:120px 0;
    overflow:hidden;

}

.brand-journey .section-heading{

    text-align:center;
    margin-bottom:70px;

}

.brand-journey .section-heading span{

    color:#8fbd1a;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-weight:600;

}

.brand-journey .section-heading h2{

    color:#fff;
    font-size:58px;
    font-weight:600;
    line-height:1.1;
    margin:20px 0;

}

.brand-journey .section-heading p{

    max-width:720px;
    margin:auto;
    color:#a6a6a6;
    line-height:1.8;

}


/* ==========================
    TOP CONNECTOR
========================== */

.journey-top{

    width:1050px;
    max-width:90%;
    margin:0 auto 55px;

    display:flex;
    align-items:center;
    justify-content:center;

}

.journey-line{

    flex:1;
    height:2px;
    background:#3d3d3d;
    position:relative;
    overflow:hidden;

}

.journey-line:after{

    content:"";

    position:absolute;

    width:120px;
    height:100%;

    left:-120px;

    background:linear-gradient(
    90deg,
    transparent,
    #8fbd1a,
    transparent);

    animation:flow 3s linear infinite;

}

@keyframes flow{

0%{

left:-120px;

}

100%{

left:100%;

}

}

.journey-point{

    width:18px;
    height:18px;
    border-radius:50%;
    background:#8fbd1a;

    margin:0;

    box-shadow:0 0 18px rgba(143,189,26,.55);

    position:relative;
    z-index:2;

}



/* ==========================
        CARDS
========================== */

.journey-cards{

    width:1200px;
    max-width:90%;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.journey-card{

    border-radius:24px;

    padding:45px;

    min-height:300px;

    transition:.45s;

}

.journey-card:hover{

    transform:translateY(-10px);

}

.light{

    background:#f5f5f5;

}

.green{

    background:#8fbd1a;

}

.dark{

    background:#171717;

}

.journey-card h3{

    font-size:34px;
    font-weight:700;
    margin-bottom:24px;

}

.light h3{

    color:#111;

}

.green h3,
.dark h3{

    color:#fff;

}

.journey-card p{

    line-height:1.9;
    font-size:16px;

}

.light p{

    color:#5d5d5d;

}

.green p{

    color:#fff;

}

.dark p{

    color:#d2d2d2;

}

.journey-card strong{

    font-weight:700;

}



/* ==========================
      RESPONSIVE
========================== */

@media(max-width:991px){

.journey-top{

display:none;

}

.journey-cards{

grid-template-columns:1fr;

max-width:92%;

}

.journey-card{

min-height:auto;

}

.brand-journey .section-heading h2{

font-size:40px;

}

}

















.storybrand-principles{
    padding:120px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.storybrand-principles .section-heading{
    max-width:760px;
    margin:auto;
    margin-bottom:90px;
}

.storybrand-principles .section-heading h2{
 font-family: "Suisse Intl", sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #111;
    margin-bottom: 18px;
}

.storybrand-principles .section-heading p{
    font-size:1.08rem;
    line-height:1.8;
    color:#666;
}

.storybrand-wrap{

    position:relative;

    width:100%;
    height:760px;

}

.browser-window{

    position:absolute;

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    width:700px;

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:
    0 35px 90px rgba(0,0,0,.12);

}

.browser-top{

    height:55px;

    display:flex;

    align-items:center;

    padding:0 22px;

    background:#f6f6f6;

    gap:10px;

}

.browser-top span{

    width:12px;
    height:12px;

    border-radius:50%;

    background:#d6d6d6;

}

.browser-content img{

    width:100%;
    display:block;

}


/* floating principles */

.principle{

    position:absolute;

    width:230px;

    background:#fff;

    border-radius:18px;

    padding:28px;

    box-shadow:
    0 18px 45px rgba(0,0,0,.08);

    transition:.45s;

}

.principle:hover{

    transform:translateY(-8px);

    box-shadow:
    0 30px 70px rgba(0,0,0,.12);

}

.principle i{

    font-size:28px;

    color:#8fbd1a;

    margin-bottom:18px;

}

.principle h4{

    font-size:22px;

    margin-bottom:10px;

}

.principle p{

    color:#666;

    line-height:1.6;

}


/* positions */

.principle-1{

    left:0;
    top:30px;

}

.principle-2{

    right:0;
    top:40px;

}

.principle-3{

    left:20px;
    bottom:40px;

}

.principle-4{

    right:20px;
    bottom:60px;

}

.principle-5{

    left:50%;
    bottom:-15px;

    transform:translateX(-50%);

}


/* connecting lines */

.storybrand-wrap::before{

    content:"";

    position:absolute;

    left:50%;
    top:50%;

    width:620px;
    height:620px;

    transform:translate(-50%,-50%);

    border:1px dashed rgba(0,177,64,.20);

    border-radius:50%;

}

.storybrand-wrap::after{

    content:"";

    position:absolute;

    left:50%;
    top:50%;

    width:470px;
    height:470px;

    transform:translate(-50%,-50%);

    border:1px dashed rgba(0,177,64,.15);

    border-radius:50%;

}


/* animation */

.principle{

    animation:floatCard 5s ease-in-out infinite;

}

.principle:nth-child(2){

    animation-delay:.5s;

}

.principle:nth-child(3){

    animation-delay:1s;

}

.principle:nth-child(4){

    animation-delay:1.5s;

}

.principle:nth-child(5){

    animation-delay:2s;

}

@keyframes floatCard{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-10px);

    }

}


/* ==========================
   StoryBrand Mobile
========================== */

@media(max-width:991px){

.storybrand-wrap{

    height:auto;

    display:flex;

    flex-direction:column;

    gap:22px;

}

.browser-window{

    position:relative;

    left:auto;
    top:auto;

    transform:none;

    width:100%;

    margin-bottom:30px;

}

.principle{

    position:relative !important;

    width:100%;

    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;

    transform:none !important;

}

.storybrand-wrap::before,
.storybrand-wrap::after{

    display:none;

}

}




/* =========================================
CARD WRAPPER
========================================= */

.pm-cards {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* =========================================
CARD
========================================= */

.pm-card {
    position: relative;
    flex: 1; /* Allows 4 cards to stretch evenly across full width */
    min-width: 0;
    height: 500px;
    border-radius: 24px;
    overflow: hidden;
    background: #FAFAFA;
    border: 1px solid #ECECEC;
    transition: transform .45s ease, box-shadow .45s ease, background .45s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.03);
}

.pm-card.active {
    transform: translateY(-20px);
    box-shadow: 0 30px 60px rgba(0,0,0,.22);
}

/* =========================================
BACKGROUND IMAGE & OVERLAY (ACTIVE CARD)
========================================= */

.pm-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .4s ease;
}

.pm-card.active .pm-bg {
    opacity: 1;
}

.pm-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(10, 20, 28, 0.45) 0%,
        rgba(8, 15, 22, 0.92) 100%
    );
    opacity: 0;
    transition: opacity .4s ease;
}

.pm-card.active .pm-overlay {
    opacity: 1;
}

/* =========================================
NUMBER & DASHED ACCENT LINE
========================================= */

.pm-number {
    position: absolute;
    left: 28px;
    top: 24px;
    font-size: 52px;
    font-weight: 400;
    line-height: 1;
    color: #111111;
    z-index: 5;
    transition: color .3s ease;
}

.pm-card.active .pm-number {
    color: #ffffff;
    font-weight: 500;
}

/* Green Dashed Line Under Number */
.pm-line {
    position: absolute;
    left: 28px;
    top: 86px;
    width: 36px;
    height: 0;
    border-bottom: 2px dashed #84CC16; /* Bright accent green */
    z-index: 5;
}

/* =========================================
ICON BADGE
========================================= */

.pm-icon {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFFAD8; /* Soft green pill background */
    color: #65A30D;
    font-size: 20px;
    z-index: 5;
    transition: background .3s ease, color .3s ease;
}

.pm-card.active .pm-icon {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    color: #ffffff;
}

/* =========================================
CONTENT AREA
========================================= */

.pm-content {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 5;
}

/* Title */
.pm-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #111111;
    transition: color .3s ease;
}

.pm-card.active .pm-content h3 {
    color: #ffffff;
}

/* Paragraph Text */
.pm-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 24px;
    transition: color .3s ease;
}

.pm-card.active .pm-content p {
    color: rgba(255, 255, 255, 0.82);
}

/* =========================================
LEARN MORE CTA
========================================= */

.pm-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
    transition: color .3s ease, transform .3s ease;
}

.pm-cta span {
    transition: transform .2s ease;
}

.pm-cta:hover span {
    transform: translateX(4px);
}

.pm-card.active .pm-cta {
    color: #ffffff;
}

/* =========================================
MOBILE RESPONSIVE
========================================= */

/* =========================================
MOBILE & TABLET RESPONSIVE FIX
========================================= */

@media (max-width: 992px) {

    /* Stack cards vertically and give proper outer padding */
    .pm-cards {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 16px; /* Prevents edge touching */
        gap: 24px;
    }

    .pm-card {
        width: 100%;
        max-width: 400px; /* Keeps cards looking neat on mobile */
        height: auto; /* CRITICAL: Allows card to expand with text height */
        min-height: 380px; /* Ensures card stays visually tall enough */
        transform: none !important; /* Disables hover translation on touch */
    }

    .pm-card.active {
        transform: none !important;
    }

    /* Content adjustments for touch screens */
    .pm-content {
        position: relative; /* CRITICAL: Switched from absolute to relative */
        margin-top: 100px; /* Gives space for the absolute top Number & Icon */
        left: 0;
        right: 0;
        bottom: 0;
        padding: 24px;
    }

    .pm-content h3 {
        max-width: 100%;
        font-size: 20px;
    }

    .pm-content p {
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .pm-number {
        font-size: 48px;
        left: 20px;
        top: 20px;
    }

    .pm-line {
        left: 20px;
        top: 76px;
    }

    .pm-icon {
        right: 20px;
        top: 20px;
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}









/* =========================================
GLOBAL SECTION STYLES & FONT STRICTNESS
========================================= */
.process-section {
  background-color: #ffffff;
  padding: 100px 20px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Suisse Int\'l', 'SuisseIntl', 'Suisse', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.process-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 60px auto;
}

.process-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #8fbd1a;
  border: 1px solid #8fbd1a;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.process-title {
  font-size: 40px;
  font-weight: 800;
  color: #000000;
  margin: 0 0 16px 0;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.process-subtitle {
  font-size: 16px;
  color: #000000;
  opacity: 0.7;
  line-height: 1.6;
  margin: 0;
}

/* =========================================
CARDS WRAPPER & DASHED CONNECTING PATH
========================================= */
.process-wrapper {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.process-path {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.process-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: center;
}

/* =========================================
FLOATING CARD STYLES (REF MATCH)
========================================= */
.step-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
  
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  
  min-height: 400px;
  box-sizing: border-box;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

/* Rotating & Floating Angles like Reference */
.step-card.step-1 {
  transform: rotate(-2.5deg) translateY(12px);
}

.step-card.step-2 {
  transform: translateY(-20px); /* Center card pops higher */
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  border-color: #8fbd1a; /* Highlighted center border */
}

.step-card.step-3 {
  transform: rotate(2.5deg) translateY(12px);
}

/* Smooth Straightening Hover Effect */
.step-card:hover {
  transform: translateY(-12px) rotate(0deg) !important;
  box-shadow: 0 30px 60px rgba(143, 189, 26, 0.15) !important;
  border-color: #8fbd1a !important;
}

/* Top Row: Icon + Number */
.step-card-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.step-icon-box {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border: 1.5px solid #8fbd1a;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-number {
  font-size: 36px;
  font-weight: 800;
  color: #000000;
  opacity: 0.15;
  line-height: 1;
}

/* Card Content Body */
.step-card-body {
  display: flex !important;
  flex-direction: column !important;
  text-align: left !important;
  margin-bottom: 24px !important;
  flex-grow: 1;
}

.step-card-body h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  margin: 0 0 6px 0 !important;
  display: block !important;
  float: none !important;
}

.step-meta {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #8fbd1a !important;
  margin-bottom: 12px !important;
  display: block !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.step-card-body p {
  font-size: 14px !important;
  color: #000000 !important;
  opacity: 0.7 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  display: block !important;
  float: none !important;
}

/* Bottom Black & Green Brand Pills */
.step-tag {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
  background-color: #000000;
  color: #8fbd1a;
  text-align: center;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #8fbd1a;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  animation: greenPulse 1.5s infinite;
}

@keyframes greenPulse {
  0% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1); }
}

/* =========================================
RESPONSIVE STACK (MOBILE)
========================================= */
@media (max-width: 992px) {
  .process-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .process-path {
    display: none; /* Hides dashed path line on mobile */
  }

  .step-card.step-1,
  .step-card.step-2,
  .step-card.step-3 {
    transform: none !important; /* Removes card rotations on mobile */
  }
}

/* =========================================
policies
========================================= */


/* =========================================
GLOBAL STYLES & FONTS
========================================= */
body {
  margin: 0;
  background-color: #FAFAFA;
  color: #000000;
  font-family: 'Suisse Int\'l', 'SuisseIntl', 'Suisse', -apple-system, BlinkMacSystemFont, sans-serif !important;
  line-height: 1.6;
}

.legal-page-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 80px 20px;
  box-sizing: border-box;
}

/* =========================================
HERO HEADER BANNER
========================================= */
.legal-hero {
  background-color: #000000;
  color: #ffffff;
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.legal-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #8fbd1a;
  border: 1px solid #8fbd1a;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.legal-hero-title {
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}

.legal-hero-subtitle {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.7;
  margin: 0;
}

/* =========================================
TWO-COLUMN CONTAINER LAYOUT
========================================= */
.legal-container {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 50px;
  align-items: start;
}

/* =========================================
STICKY LEFT SIDEBAR (TABLE OF CONTENTS)
========================================= */
.legal-sidebar {
  position: sticky;
  top: 40px; /* Kept fixed on scroll */
}

.toc-wrapper {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 24px 16px;
}

.toc-title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 16px 8px;
}

.toc-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.toc-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  opacity: 0.6;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.toc-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  flex-shrink: 0;
}

/* Active & Hover Sidebar Item */
.toc-link:hover,
.toc-link.active {
  background-color: #000000;
  color: #8fbd1a;
  opacity: 1;
}

.toc-link.active .toc-icon {
  stroke: #8fbd1a;
}

/* =========================================
MAIN TEXT CONTENT AREA
========================================= */
.legal-content {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 50px;
}

.content-block {
  margin-bottom: 40px;
  scroll-margin-top: 40px; /* Smooth scrolling offset */
}

.content-block:last-child {
  margin-bottom: 0;
}

.content-block h2 {
  font-size: 24px;
  font-weight: 800;
  color: #000000;
  margin: 0 0 16px 0;
  border-bottom: 2px solid #8fbd1a;
  padding-bottom: 8px;
  display: inline-block;
}

.content-block p {
  font-size: 15px;
  color: #000000;
  opacity: 0.8;
  margin: 0 0 16px 0;
  line-height: 1.7;
}

/* List Styling */
.styled-list {
  padding-left: 20px;
  margin: 0 0 20px 0;
}

.styled-list > li {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
  line-height: 1.6;
}

.styled-bullets {
  list-style-type: square;
  padding-left: 20px;
  margin-top: 8px;
}

.styled-bullets li {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-bottom: 8px;
}

/* Contact Details Box */
.contact-box {
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 4px solid #8fbd1a;
  padding: 20px;
  border-radius: 8px;
  margin-top: 16px;
}

.contact-box p {
  margin: 0 0 6px 0 !important;
  opacity: 1 !important;
}

.contact-box a {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #8fbd1a;
}

/* =========================================
RESPONSIVE LAYOUT (TABLET & MOBILE)
========================================= */
@media (max-width: 992px) {
  .legal-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .legal-sidebar {
    position: relative;
    top: 0;
  }

  .toc-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .legal-content {
    padding: 30px 20px;
  }

  .legal-hero {
    padding: 40px 20px;
  }

  .legal-hero-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .toc-nav {
    grid-template-columns: 1fr;
  }
}









/* =========================================
COOKIE CONSENT BANNER
========================================= */
.cookie-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  max-width: 380px;
  width: calc(100% - 48px);
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #8fbd1a;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  z-index: 9999;
 font-family: "Suisse Int'l", "SuisseIntl", "Suisse", sans-serif !important;
  box-sizing: border-box;
}

.cookie-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cookie-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.cookie-content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.8;
}

.cookie-content a {
  color: #8fbd1a;
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.cookie-btn {
  flex: 1;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  font-family: inherit;
}

.btn-accept {
  background-color: #8fbd1a;
  color: #000000;
}

.btn-accept:hover {
  background-color: #a4d822;
}

.btn-decline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-decline:hover {
  border-color: #ffffff;
}

/* Mobile responsive alignment */
@media (max-width: 576px) {
  .cookie-banner {
    bottom: 16px;
    right: 16px;
    left: 16px;
    max-width: 100%;
    width: auto;
  }
}

/* =========================================
ESPERANCE COOKIE CONSENT BANNER (BOTTOM-LEFT)
========================================= */
.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  max-width: 380px;
  width: calc(100% - 48px);
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #8fbd1a;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  font-family: 'Suisse Int\'l', 'SuisseIntl', 'Suisse', sans-serif !important;
  box-sizing: border-box;
}

.cookie-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cookie-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.cookie-content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.8;
}

.cookie-content a {
  color: #8fbd1a;
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.cookie-btn {
  flex: 1;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  font-family: inherit;
}

.btn-accept {
  background-color: #8fbd1a;
  color: #000000;
}

.btn-accept:hover {
  background-color: #a4d822;
}

.btn-decline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-decline:hover {
  border-color: #ffffff;
}

/* Mobile responsive adjustment */
@media (max-width: 576px) {
  .cookie-banner {
    bottom: 16px;
    left: 16px;
    right: 16px;
    max-width: 100%;
    width: auto;
  }
}








/* =========================================
PURE CUBERTO CONTACT PAGE (LIGHTWEIGHT / THIN)
========================================= */
body {
  margin: 0;
  background-color: #ffffff !important;
  color: #000000;
 font-family: 'Suisse Int', 'SuisseIntl', 'Suisse', sans-serif !important;
  font-weight: 400; /* Thin / Light font weight globally */
  -webkit-font-smoothing: antialiased;
}

.cuberto-pure-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px 120px 24px;
  box-sizing: border-box;
}

/* Thin Giant Header Title */
.cuberto-hero {
  margin-bottom: 60px;
}

.cuberto-main-heading {
  font-size: 96px;
  font-weight: 200; /* Ultra Light / Thin Suisse font */
  letter-spacing: -0.04em;
  margin: 0;
  line-height: 1;
  color: #000000;
}

/* Prompt Labels */
.cuberto-prompt {
  font-size: 20px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 24px;
}

/* Interactive Pill Tags (Minimal Border) */
.cuberto-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 70px;
}

.cuberto-pill {
  background: transparent;
  border: 1px solid #E0E0E0; /* Subtle light gray border */
  color: #000000;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: inherit;
}

.cuberto-pill:hover {
  border-color: #000000;
}

.cuberto-pill.active {
  background-color: #000000;
  border-color: #000000;
  color: #8fbd1a; /* Your signature green text */
}

/* 2-Column Form Grid with Gray Lines */
.cuberto-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 60px;
  margin-bottom: 50px;
}

.cuberto-field {
  display: flex;
  flex-direction: column;
}

.cuberto-field.full-width {
  width: 100%;
  margin-bottom: 60px;
}

.cuberto-label {
  font-size: 14px;
  font-weight: 400;
  color: #888888; /* Soft light gray label */
  margin-bottom: 12px;
  text-transform: lowercase;
}

/* Underline Inputs with Thin Typography */
.cuberto-field input,
.cuberto-field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #D0D0D0; /* Thin clean gray bottom line */
  padding: 12px 0 16px 0;
  font-size: 22px; /* Large thin text typing */
  font-weight: 300; /* Thin weight */
  color: #000000;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s ease;
  border-radius: 0;
  box-sizing: border-box;
}

.cuberto-field input::placeholder,
.cuberto-field textarea::placeholder {
  color: #CCCCCC;
  font-weight: 300;
}

/* Hover & Focus state turns line green */
.cuberto-field input:focus,
.cuberto-field textarea:focus {
  border-bottom-color: #8fbd1a;
}

/* Giant Floating Action Button (Cuberto signature style) */
.cuberto-action {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 100px;
}

.cuberto-circle-btn {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
  font-family: inherit;
}

.btn-text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
}

.btn-arrow {
  width: 24px;
  height: 24px;
  stroke: #8fbd1a;
  transition: transform 0.3s ease;
}

.cuberto-circle-btn:hover {
  transform: scale(1.08);
  background-color: #111111;
}

.cuberto-circle-btn:hover .btn-arrow {
  transform: translateX(4px) translateY(-4px);
}

/* Bottom Clean Footer Meta */
.cuberto-bottom-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  border-top: 1px solid #EAEAEA;
  padding-top: 40px;
}

.meta-item span {
  display: block;
  font-size: 12px;
  color: #888888;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.meta-item a, .meta-item p {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  text-decoration: none;
}

.meta-item a:hover {
  color: #8fbd1a;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .cuberto-main-heading {
    font-size: 60px;
  }

  .cuberto-form-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cuberto-circle-btn {
    width: 110px;
    height: 110px;
  }

  .cuberto-bottom-meta {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}








/* =========================================
CUBERTO-INSPIRED CLIENTS PAGE
========================================= */
body {
  margin: 0;
  background-color: #ffffff !important;
  color: #000000;
  font-family: "Suisse Intl",sans-serif;
  -webkit-font-smoothing: antialiased;
}

.clients-page-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px 120px 24px;
  box-sizing: border-box;
}

/* --- Hero Section (Screenshot 1 Style) --- */
.clients-hero {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px auto;
}

.clients-title {
  font-size: 64px;
  font-weight: 300; /* Suisse thin weight */
  letter-spacing: -0.03em;
  margin: 0 0 16px 0;
  color: #000000;
}

.clients-subtitle {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  line-height: 1.5;
  margin: 0 0 48px 0;
}

/* Underlined Filter Nav */
.clients-filter-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}

.filter-btn {
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.25s ease;
  font-family: inherit;
}

.filter-btn:hover {
  color: #000000;
}

.filter-btn.active {
  color: #000000;
  font-weight: 600;
}

/* Cuberto-style underline indicator on active filter */
.filter-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}

/* --- Logo Grid Table (Screenshot 2 Style) --- */
.clients-grid-container {
  width: 100%;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 equal columns like Screenshot 2 */
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
}

.client-card {
 border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 48px 24px 28px 24px; /* Increased vertical breathing room */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 200px; /* Increased card height for larger logos */
  box-sizing: border-box;
  background-color: #ffffff;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
}

.client-card:hover {
  background-color: #FAFAFA; /* Subtle hover effect on card background */
}

.logo-wrapper {
height: 90px; /* Increased wrapper height (was 70px) */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo {
max-width: 180px; /* Increased from 120px for much bolder presence */
  max-height: 80px;  /* Increased from 50px */
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.65;     /* Slightly higher base visibility */
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.client-card:hover .client-logo {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.08); /* Keeps the interactive hover scale */
}

.client-location {
 font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #A0A0A0;
  text-transform: uppercase;
  margin-top: 16px;
}

/* Filtering animation state */
.client-card.hide {
  display: none !important;
}

/* =========================================
MOBILE RESPONSIVE FIXES FOR CLIENTS PAGE
========================================= */

@media (max-width: 768px) {
  
  /* 1. Fix Wrapper Padding on Mobile */
  .clients-page-wrapper {
    padding: 40px 16px 80px 16px !important;
  }

  /* 2. Hero Section Typography Adjustments */
  .clients-title {
    font-size: 38px !important;
    line-height: 1.1 !important;
  }

  .clients-subtitle {
    font-size: 15px !important;
    margin-bottom: 32px !important;
  }

  /* 3. Horizontal Scrollable Filters (Cuberto Mobile Style) */
  .clients-filter-nav {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 20px !important;
    overflow-x: auto !important; /* Enables smooth horizontal scroll */
    white-space: nowrap !important;
    padding-bottom: 12px !important;
    margin-bottom: 32px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Hides scrollbar on Firefox */
  }

  /* Hide scrollbar on Chrome, Safari & Edge */
  .clients-filter-nav::-webkit-scrollbar {
    display: none;
  }

  .filter-btn {
    font-size: 14px !important;
    flex-shrink: 0 !important; /* Prevents text from squishing */
    padding: 6px 0 !important;
  }

  /* 4. Fix 2-Column Grid Sizing & Borders */
  .clients-grid-container {
    width: 100% !important;
    overflow: hidden; /* Prevents right side border overflow */
  }

  .clients-grid {
    grid-template-columns: repeat(2, 1fr) !important; /* Stays clean 2-column */
    border-top: 1px solid #EAEAEA !important;
    border-left: 1px solid #EAEAEA !important;
  }

  .client-card {
    min-height: 140px !important; /* Reduced height for mobile (was 200px) */
    padding: 24px 12px 16px 12px !important; /* Compact padding */
    border-right: 1px solid #EAEAEA !important;
    border-bottom: 1px solid #EAEAEA !important;
  }

  .logo-wrapper {
    height: 60px !important; /* Scaled down slightly for mobile screen ratio */
  }

  .client-logo {
    max-width: 120px !important;
    max-height: 50px !important;
  }

  .client-location {
    font-size: 9px !important;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
  }
}



