﻿
body {
    font-family: 'Lora', Georgia, serif !important;
}
.label {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 12px;
    background: transparent;
    color: #141414;
}
h1, h2, h3, h4 {
    font-family: 'Playfair Display', Georgia, serif !important;
}
h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
}
h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
}

.navbar-nav .navbar {
    font-family: 'DM Sans', sans-serif !important;
}
.main-section {
    padding: 88px 0;
}
.wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* ── Page Hero ── */
.page-hero {
    background: linear-gradient(135deg, #121212 0%, #87f792 100%);
    padding: 72px 0 70px;
    text-align: center;
}

.page-hero h1 {
color: #fff;
margin-bottom: 14px;
}
    .page-hero .label {
        color: #fff !important;
    }

.page-hero p {
color: rgba(255,255,255,.8);
font-family: 'DM Sans', sans-serif;
font-size: 1.05rem;
max-width: 600px;
margin: 0 auto;
line-height: 1.75;
}

.button-sec {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.about-sec .ima-sec {
    margin-bottom: 24px;
}
.about-sec .ima-sec img {
width: 100%;
border-radius: 20px;
}

.bio-content .label {
    background: #ffffff;
    color: #141414;
    padding: .33333rem 0;
}

.bio-content blockquote {
    border-left: 3px solid #3b9945;
    padding-left: 20px;
    margin: 22px 0;
    font-style: italic;
    color: #374151;
    line-height: 1.7;
}

.tag-sec {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: center;
}
.tag-sec span {
font-family: 'DM Sans', sans-serif;
font-size: .75rem;
background: #f5f7fa;
border: 1px solid #e2e8f0;
padding: 6px 14px;
border-radius: 6px;
font-weight: 600;
line-height: 1.75;
}
.bio-content p {
    margin-bottom: 1.2em;
    color: #374151;
    font-size: 17px;
    line-height: 1.75;
}
.cred-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.cred-badge {
    font-family: 'DM Sans', sans-serif;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .06em;
    background: #3b9945;
    color: #fff;
    padding: 6px 14px;
    border-radius: 100px;
}
.organisation-sec {
    padding: 88px 0;
}
.organisation-sec .grid-2 {
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 40px;
}

.organisation-sec .grid-2-tight {
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 16px;
}

.organisation-sec p {
margin-bottom: 1.2em;
color: #374151;
font-size: 17px;
line-height: 1.75;
}
.organisation-sec .stat-card {
padding: 28px 20px;
text-align: center;
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 20px;
padding: 28px;
box-shadow: 0 2px 8px rgba(13, 30, 61, .08);
transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1);
}
.card:hover {
box-shadow: 0 6px 24px rgba(13, 30, 61, .13);
transform: translateY(-3px);
}
.organisation-sec .stat-card .num {
font-family: 'Playfair Display', serif;
font-size: 2.3rem;
font-weight: 700;
color: #374151;
display: block;
line-height: 1;
}
.organisation-sec .stat-card .lbl {
font-family: 'DM Sans', sans-serif;
font-size: .84rem;
color: #6b7280;
margin-top: 6px;
display: block;
}

.social-media-section {
    padding: 88px 0;
}
    .social-media-section .content {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }
.media-section {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.media-section .social-card {
display: flex;
align-items: center;
gap: 16px;
padding: 1rem 1.25rem;
background: #fff;
border: 0.5px solid rgba(239, 239, 239, 0.25);
border-radius: 6px;
text-decoration: none;
color: #141414;
transition: box-shadow 0.2s, border-color 0.2s;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.media-section .social-card:hover {
background: #fbf9f9;
transition:.4s
}

.social-media-section .sub-title {
font-family: 'DM Sans', sans-serif;
font-size: .95rem;
max-width: 520px;
margin: 0 auto 40px;
}

.cta-band {
    background: #fff;
    padding: 80px 0;
    text-align: center;
}

.button-sec {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-band p {
font-family: 'DM Sans', sans-serif;
max-width: 560px;
margin: 0 auto 32px;
font-size: 17px;
line-height: 1.75;
}
.stay-sec {
padding: 80px 0;
}
.stay-sec .stay-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: flex-start;
}
.stay-sec .stay-grid  p{
font-size: 17px;
line-height: 1.75;
}
.method-card {
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 20px;
padding: 24px 28px 44px 28px;
display: flex;
align-items: flex-start;
gap: 18px;
transition: box-shadow .22s cubic-bezier(.4,0,.2,1), transform .22s cubic-bezier(.4,0,.2,1), border-color .22s cubic-bezier(.4,0,.2,1);
margin-bottom: 16px;
text-decoration: none;
}
.method-card:hover {
box-shadow: 0 8px 28px rgba(13,30,61,.14);
transform: translateY(-2px);
border-color: #CBD5E1;
}
.method-card h4 {
font-size: .95rem;
margin-bottom: 4px;
color: #0d1e3d;
font-family: 'DM Sans', sans-serif !important;
font-weight: 700;
}
.method-card p {
font-family: 'DM Sans', sans-serif;
font-size: .87rem !important;
color: #6b7280;
margin: 0 0 12px;
line-height: 1.55 !important;
}
.method-icon {
width: 48px;
height: 48px;
border-radius: 14px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}

.method-card .tag {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 12px;
}
.method-card .tag span {
font-family: 'DM Sans',sans-serif;
font-size: .78rem;
font-weight: 700;
background: #EFF6FF;
color: #1D4ED8;
padding: 4px 12px;
border-radius: 100px;
line-height: 1.75;
}
.method-card .button-sec {
    display: flex;
    gap: 14px;
    justify-content: start;
    flex-wrap: wrap;
}

.address-sec {
    background: #f5f7fa;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 32px;
    margin-top: 4px;
}
.address-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.icon-sec {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.address-grid h4 {
    font-size: .88rem;
    color: #0d1e3d;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.address-grid p {
    font-family: 'DM Sans', sans-serif;
    font-size: .86rem !important;
    color: #1c1c2e !important;
    line-height: 1.6;
    margin-bottom: 10px;
}
.appointment-tag {
    font-family: 'DM Sans', sans-serif;
    font-size: .76rem;
    font-weight: 600;
    background: #FEF9C3;
    color: #854D0E;
    padding: 4px 10px;
    border-radius: 100px;
}
a {
    font-family: 'DM Sans', sans-serif;
    font-size: .82rem;
    font-weight: 600;
    color: #3b9945;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}
.time-sec{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.time-box {
display: flex;
justify-content: space-between;
align-items: center;
padding: 7px 12px;
background: #fff;
border-radius: 8px;
border: 1px solid #e2e8f0;
}
.time-box span + span {
font-family: 'DM Sans', sans-serif;
font-size: .83rem;
color: #166534;
font-weight: 700;
background: #DCFCE7;
padding: 8px 14px;
border-radius: 100px;
}
.time-box span {
font-family: 'DM Sans', sans-serif;
font-size: .83rem;
font-weight: 600;
color: #1c1c2e;
}

.stay-grid p {
    font-family: 'DM Sans', sans-serif;
    font-size: .95rem;
    color: #6b7280;
    margin-bottom: 24px;
}

.stay-grid .social-card {
    width: 100%;
    margin-bottom:14px
}

.wa-banner {
    background: linear-gradient(135deg, #00A651 0%, #007A3D 100%);
    border-radius: 20px;
    padding: 32px 36px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    text-align: left;
}
.contact-section .wa-banner h3 {
    color: #fff;
    margin-bottom: 4px;
    line-height: 1.2;
}
.contact-section .wa-banner p {
    color: rgba(255, 255, 255, .82) !important;
    font-family: 'DM Sans', sans-serif;
    font-size: .9rem;
    margin: 0;
}

.mentorship-hero {
    background: linear-gradient(135deg, #fdfdfd 0%, #f1f1f1 55%, #ebebeb 100%);
    padding: 96px 0 80px;
    position: relative;
    overflow: hidden;
}
.mentor-hero{display:flex; align-items:center}

.hero-video {
    flex: 1;
    position: relative;
    padding-top: 30%; /* 16:9 ratio */
}

.hero-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 12px;
border: none;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.mentorship-hero h1 {
    color: var(--white);
    margin-bottom: 20px;
    max-width: 720px;
}
.mentorship-hero .label {
display: inline-block;
padding: .33333rem .5rem;
border-radius: 0;
font-size: .8rem;
line-height: 1;
white-space: nowrap;
cursor: default;
background: transparent;
color: #141414;
}
.hero-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(1rem, 2vw, 1.12rem);
    color: rgba(0, 0, 0, .82);
    max-width: 560px;
    margin-bottom: 36px;
    line-height: 1.65;
}
.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.mentorship-hero .btn-secondary-3d {
    background: #ffffff;
}

.stats-strip {
    background: #fff;
    padding: 48px 0;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .1);
    border-radius: 12px;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
}

.stat-cell {
background: rgba(0, 0, 0, .07);
padding: 28px 16px;
text-align: center;
}
.stat-cell .n {
font-family: 'Playfair Display', serif;
font-size: 2.2rem;
font-weight: 700;
color: #3b9945;
display: block;
line-height: 1;
}
.stat-cell .l {
font-family: 'DM Sans', sans-serif;
font-size: .82rem;
color: #787a7c;
margin-top: 7px;
display: block;
}
.stats-note {
text-align: center;
font-family: 'DM Sans', sans-serif;
font-size: .85rem;
color: #787a7c;
margin-top: 20px;
margin-bottom: 0
}

.one-prog {
    background: #f5f7fa;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 36px 0;
}
.one-prog-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.one-prog-icon {
    font-size: 2rem;
    flex-shrink: 0;
    line-height: 1;
    padding-top: 4px;
}
.one-prog-inner h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.one-prog-inner p {
    font-family: 'DM Sans', sans-serif;
    font-size: .93rem;
    color: #374151;
    margin: 0;
    line-height: 1.75;
}
.strategy-sec{
    padding:80px 0
}

.gap-center {
    color: #6b7280;
    font-family: 'DM Sans',sans-serif;
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.75;
}

.strategy-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 26px 30px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 20px;
    align-items: flex-start;
    transition: box-shadow .25s cubic-bezier(.4,0,.2,1), transform .25s cubic-bezier(.4,0,.2,1);
    margin-bottom: 14px;
}
.strategy-card:hover {
box-shadow: 0 6px 24px rgba(13,30,61,.13);
transform: translateY(-2px);
}
.s-num {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b9945, #60d96d);
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.stag {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 100px;
    margin-bottom: 7px;
}
.t-transition {
    background: #FEF9C3;
    color: #854D0E;
}
.t-bull {
    background: #DCFCE7;
    color: #166534;
}
.t-breakout {
    background: #DBEAFE;
    color: #1E40AF;
}
.t-bull {
    background: #DCFCE7;
    color: #166534;
}
.t-special {
    background: #F3E8FF;
    color: #6B21A8;
}
.strategy-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.06rem;
    font-weight: 700;
    color: #0d1e3d;
    margin: 0 0 6px;
    line-height: 1.2;
}
.strategy-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: .89rem;
    color: #4B5563;
    margin: 0;
    line-height: 1.65;
}
.strategy-note {
    margin-top: 16px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
    border-radius: 20px;
    border: 1px solid #BFDBFE;
    display: flex;
    align-items: center;
    gap: 16px;
}

.strategy-note p {
font-family: 'DM Sans', sans-serif;
font-size: .94rem;
font-weight: 600;
color: #0d1e3d;
margin: 0;
line-height: 1.75;
}

.platform-sec{
    padding:80px 0
}
gap-center p {
    color: #6b7280;
    font-family: 'DM Sans', sans-serif;
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.75;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.platform-sec .card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(13,30,61,.08);
    transition: box-shadow .25s cubic-bezier(.4,0,.2,1), transform .25s cubic-bezier(.4,0,.2,1);
}
    .platform-sec .card .pillar-icon {
        width: 52px;
        height: 52px;
        background: linear-gradient(135deg, #3b9945, #3fd54f);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        margin-bottom: 16px;
    }
    .platform-sec .card h4 {
        font-size: 1.05rem;
        font-family: 'DM Sans', sans-serif !important;
        font-weight: 600;
        line-height: 1.2;
    }
.platform-sec .card {
    line-height: 1.75;
    font-size: .9rem;
}

.information-sec{padding:80px 0}
.info-box {
    background: #f5f7fa;
    border-left: 4px solid #3b9945;
    border-radius: 0 12px 12px 0;
    padding: 18px 22px;
    margin-bottom: 14px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.i-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
    padding-top: 2px;
}
.info-box p {
    font-family: 'DM Sans', sans-serif;
    font-size: .91rem;
    color: #374151;
    margin: 0;
    line-height: 1.65;
}
.narrow {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}
.join-sec{padding:80px 0}

.connected-sec {
    background: linear-gradient(135deg, #121212 0%, #87f792 100%);
    padding: 80px 0
}
.connected-sec .label {
color: #fff;
}
.connected-sec h2 {
color: #fff;
margin-bottom: 12px;
}
.btn-ghost {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .55);
    font-weight: 600;
    font-size: .95rem;
    padding: 14px 28px;
}
    .btn-ghost:hover {
        background: rgba(255, 255, 255, .12);
        color: #fff;
    }

.stats-inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 24px;
    text-align: center;
}
.stat-item .n {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #3b9945;
    display: block;
    line-height: 1.75;
}
.stat-item .l {
    font-family: 'DM Sans', sans-serif;
    font-size: .84rem;
    color: #374151;
    letter-spacing: .04em;
    line-height: 1.75;
}

.community-sec{padding:80px 0}
.community-sec p {
    margin-bottom: 1.2em;
    color: #374151;
    font-size: 17px;
    line-height: 1.75;
}

.reviews-sec {
    padding: 80px 0
}
.reviews-sec .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 52px;
}
.google-topsec {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.google-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    padding: 10px 20px 10px 14px;
    box-shadow: 0 2px 8px rgba(13,30,61,.08);
}
    .google-badge .avg {
        font-family: 'Playfair Display', serif;
        font-size: 1.5rem;
        font-weight: 700;
        color: #0d1e3d;
    }
    .google-badge .stars-sm {
        color: #F5A623;
        font-size: .85rem;
        display: block;
    }
    .google-badge .lbl {
        font-family: 'DM Sans', sans-serif;
        font-size: .75rem;
        color: #6b7280;
        display: block;
    }

.reviews-sec .header  a{
    font-family: 'DM Sans', sans-serif;
    font-size: .85rem;
    font-weight: 600;
    color: #3b9945;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}


.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


.reviews-sec .g-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 2px 8px rgba(13,30,61,.08);
    transition: box-shadow .25s cubic-bezier(.4,0,.2,1), transform .25s cubic-bezier(.4,0,.2,1);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .reviews-sec .g-card:hover {
        box-shadow: 0 6px 24px rgba(13,30,61,.13);
        transform: translateY(-3px);
    }
.g-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}


.reviews-sec .g-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
}
.reviews-sec .g-meta {
    flex: 1;
}
.reviews-sec .g-name {
    font-family: 'DM Sans', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 2px;
}
.reviews-sec .g-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: .75rem;
    color: #6b7280;
}
.g-stars {
    color: #F5A623;
    font-size: 1rem;
    letter-spacing: 1px;
}
.g-text {
    font-family: 'DM Sans', sans-serif;
    font-size: .9rem;
    color: #374151;
    line-height: 1.7;
    font-style: italic;
    flex: 1;
}
.g-date {
    font-family: 'DM Sans', sans-serif;
    font-size: .75rem;
    color: #6b7280;
}

.learning-path{padding:80px 0}
.pathway {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
}
.pathway .step {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
flex: 1;
min-width: 100px;
max-width: 160px;
padding: 0 6px;
position: relative;
}
.pathway .step-num {
width: 42px;
height: 42px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Playfair Display', serif;
font-size: 1rem;
font-weight: 700;
color: #fff;
position: relative;
z-index: 1;
flex-shrink: 0;
line-height: 2;
}
.pathway .step-label {
font-size: .74rem;
font-weight: 700;
margin-top: 10px;
color: #0d1e3d;
line-height: 1.3;
}
.pathway .step-sub {
font-size: .68rem;
color: #6b7280;
margin-top: 3px;
line-height: 1.4;
}
.pathway .step::after {
content: '';
position: absolute;
top: 21px;
left: 50%;
width: 100%;
height: 2px;
background: #e2e8f0;
z-index: 0;
}
.pathway .step:last-child::after{display:none}

.new-list .cat-header {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 32px;
padding-bottom: 20px;
border-bottom: 2px solid #e2e8f0;
flex-wrap: wrap;
}
    .new-list .cat-header .cat-title {
        font-family: 'Playfair Display', serif;
        font-size: 1.45rem;
        font-weight: 700;
        color: #0d1e3d;
        margin: 0;
        line-height: 1.25;
    }
    .new-list .cat-header .cat-desc {
        font-size: .86rem;
        color: #6b7280;
        margin: 6px 0 0;
        line-height: 1.55;
        max-width: 680px;
    }
.new-list .cat-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 16px 6px 10px;
    border-radius: 100px;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #fff;
    flex-shrink: 0;
    margin-top: 3px;
}
.new-list .cat-title-wrap {
    flex: 1;
    min-width: 200px;
}
.new-list .cat-desc {
    font-size: .86rem;
    color: #6b7280;
    margin: 6px 0 0;
    line-height: 1.55;
    max-width: 680px;
}

.filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 40px;
}

.filter-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.ftab {
    font-size: .82rem;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 100px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #6b7280;
    cursor: pointer;
    transition: all .22s cubic-bezier(.4,0,.2,1);
    white-space: nowrap;
    font-family: 'DM Sans', sans-serif;
}
    .ftab.active {
        background: #3b9945;
        border-color: #3b9945;
        color: #fff;
    }
.filter-tabs  .label {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #3b9945;
    margin-bottom: 10px;
}
.search-wrap {
    position: relative;
}
.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
}
.search-input {
    padding: 9px 16px 9px 38px;
    border: 1.5px solid #e2e8f0;
    border-radius: 100px;
    font-family: 'DM Sans', sans-serif;
    font-size: .86rem;
    color: #1c1c2e;
    outline: none;
    width: 220px;
    transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1);
}

.load-more-wrap {
    text-align: center;
    margin-top: 44px;
}
.yt-strip {
    margin-top: 44px;
    background: linear-gradient(135deg, #FF0000, #CC0000);
    padding: 52px 0;
    text-align: center;
}
    .yt-strip h2 {
        color: #fff;
        margin-bottom: 10px;
        font-family: 'Playfair Display', serif;
        line-height: 1.2;
        font-weight: 700;
        font-size: 26px;
    }

    .yt-strip p {
        color: rgba(255, 255, 255, .8);
        max-width: 520px;
        margin: 0 auto 24px;
        font-family: 'DM Sans', sans-serif;
        font-size: .96rem;
    }



.cta-band {
    padding: 96px 0;
    text-align: center;
    background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(107, 207, 119, .15) 0%, transparent 60%), linear-gradient(150deg, #1A4D20 0%, #2A7233 45%, #3B9945 100%);
    position: relative;
    overflow: hidden;
}

    .cta-band::before {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: radial-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px);
        background-size: 28px 28px;
    }

    .cta-band .section-label {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        color: #fff;
        background: rgba(255, 255, 255, .15);
        border-radius: 50px;
        padding: 5px 15px;
        margin-bottom: 12px;
    }

    .cta-band h2 {
        color: #fff;
        margin-bottom: 14px;
        font-size: clamp(30px, 4vw, 48px);
        font-weight: 900;
        font-family: 'Playfair Display', Georgia, serif;
        line-height: 1.15;
        letter-spacing: -.3px;
    }

    .cta-band p {
        color: rgba(255, 255, 255, .72);
        max-width: 640px;
        margin: 0 auto 36px;
        font-size: 16.5px;
        line-height: 1.75;
    }

    .cta-band .btn-primary-3d {
        background: #F59E0B;
        color: #fff;
        border-color: #D97706;
        box-shadow: 0 4px 0 #B45309;
        padding: 16px 36px;
    }

        .cta-band .btn-primary-3d:hover {
            transform: translateY(6px);
            box-shadow: 0 2px 0 #B45309;
        }

    .cta-band .btn-whatsup-3d {
        background: #25d366;
        color: #fff;
        border-color: #D97706;
        box-shadow: 0 4px 0 #1f994c;
        padding: 16px 36px;
        font-weight: 600;
        padding: 14px 28px;
        border-radius: 12px;
        transition: all 0.25s ease;
    }

        .cta-band .btn-whatsup-3d:hover {
            transform: translateY(6px);
            box-shadow: 0 2px 0 #1f994c;
        }


