
:root {
    --navy: #0b1120;
    --navy2: #111827;
    --navy3: #060d1f;
    --blue: #075DAC;
    --bluel: #60a5fa;
    --bluep: #eff6ff;
    --bluem: #dbeafe;
    --text: #1e293b;
    --muted: #64748b;
    --mutedd: #94a3b8;
    --border: #e2e8f0;
    --gray: #f8fafc;
    --gray2: #f1f5f9;
    --green: #16a34a;
    --amber: #d97706;
    --red: #dc2626;
    --card: #1e3a5f;
}

.sl-check-icon {
    display: none;
     !important
}

/* ── NAV ── */
.nav {
    background: var(--navy);
    padding: 0 40px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 8px
}

.nav-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blue)
}

.nav-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.nav-links {
    display: flex;
    gap: 24px
}

.nav-links a {
    font-size: 12px;
    color: var(--mutedd);
    text-decoration: none
}

.nav-right {
    display: flex;
    gap: 8px;
    align-items: center
}

.btn-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 7px 16px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer
}

.btn-blue {
    background: var(--blue);
    color: #fff;
    border: none;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer
}

/* ── DEFINITION BAR ── (AEO/GEO signal) */
.def-bar {
    background: #1e3554;
    border-bottom: 1px solid #1e3a5f;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    gap: 12px
}

.def-bar p {
    font-size: 11px;
    color: var(--mutedd);
    line-height: 1.5
}

.def-bar strong {
    color: var(--bluel)
}

.def-pill {
    background: rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 10px;
    color: var(--bluel);
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: 700
}

/* ── HERO ── */
.hero {
    background-color: var(--navy);
    background-image: url('https://www.solulab.com/wp-content/uploads/2026/06/GenAI.webp');
    padding: 70px 40px 40px;
    background-position: right center;
}




.hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 10px;
    color: var(--bluel);
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0.04em
}

.hero-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0
}

.hero h1 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    margin-bottom: 14px;
    letter-spacing: -0.5px
}

.hero h1 em {
    color: var(--bluel);
    font-style: normal
}

.hero-sub {
    font-size: 18px;
    color: var(--mutedd);
    line-height: 1.7;
    margin-bottom: 24px;
    color: white;
}

.hero-ctas {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.btn-slblue {
    background: var(--blue);
    color: #fff;
    padding: 12px 24px;
    border-radius: 54px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    min-width: 220px;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    padding: 12px 24px;
    border-radius: 54px;
    font-size: 13px;ß
    border: 1px solid #FFFFFF;
    cursor: pointer;
    min-width: 220px;
    text-align:center;
	border: 1px solid;

}

.hero-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

@media screen(max-width:620px) {
    .hero-trust {
        grid-template-columns: 1fr;

    }
}
	@media (max-width: 992px) {
    /* 1. Hero Section Fixes */
    .hero {
        background-image: 
            linear-gradient(rgba(10, 15, 30, 0.85), rgba(10, 15, 30, 0.85)), 
            url('https://www.solulab.com/wp-content/uploads/2026/06/Fund_Tokenization_Developmen.webp');
        background-position: center bottom; 
        background-size: cover; 
        padding: 60px 20px 50px; 
    }

    .hero-content {
        max-width: 100%;
    }

    .hero h1, 
    .hero h2 {
        font-size: 2.2rem; 
        line-height: 1.2;
    }

    /* 2. CTA List Fixes */
    .sl-cta-banner__list {
        gap: 12px; 
        margin-bottom: 24px; 
    }

    .sl-cta-banner__list-item {
        font-size: 0.95rem; 
        gap: 10px; 
    }

    .sl-cta-icon {
        transform: scale(0.9); 
        margin-top: 0px; 
    }
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: var(--mutedd)
}

.trust-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1F94FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.trust-check svg,
.trust-check i {
    width: 10px;
    height: 10px;
}

/* ── SOCIAL PROOF ── */
.sl-social-proof {
    background: #fff;
}

.sl-social-proof__inner {

    display: flex;
    gap: 40px;
    align-items: stretch;
}

.sl-social-proof__stats {
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
}

.sl-social-proof__stat {
    flex-grow: 3;
    padding: 40px 0;
}

.sl-social-proof__stat:nth-child(2n) {
    border-right: none;
}

.sl-social-proof__stat:nth-child(n+3) {
    border-bottom: none;
}

.sl-social-proof__stat-number {
    font-size: 52px;
    font-weight: 800;
    color: #075DAC;
    line-height: 1;
    margin-bottom: 14px;
}

.sl-social-proof__stat-label {
    font-size: 17px;
    font-weight: 600;
    color: #075DAC;
    line-height: 1.35;
    margin: 0;
}

.sl-social-proof__testimonial {
    width: 560px;
    flex-shrink: 0;
    background: linear-gradient(145deg, #1272cc 0%, #075DAC 60%, #064f96 100%);
    border-radius: 20px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Decorative circle */
.sl-social-proof__testimonial::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.sl-social-proof__testimonial::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.sl-social-proof__quote-icon {
    opacity: 0.55;
    position: relative;
    z-index: 1;
}

.sl-social-proof__quote-text {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    margin: 0;
    flex: 1;
    position: relative;
    z-index: 1;
}

.sl-social-proof__attribution {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 4px;
    position: relative;
    z-index: 1;
}

.sl-social-proof__attribution-logo {
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.sl-social-proof__attribution-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
}

.sl-social-proof__media-wrap {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.sl-social-proof__media {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.sl-social-proof__media-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 16px 32px;
    border-radius: 8px;

}

@media (max-width: 900px) {
    .sl-social-proof__inner {
        flex-direction: column;
        padding: 0 20px 40px;
    }

    .sl-social-proof__testimonial {
        width: 100%;
    }

    .sl-social-proof__media {
        padding: 24px 20px;
        gap: 24px;
    }

    .sl-social-proof__stat-number {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .sl-social-proof__stats {
        flex-direction: column;
        flex-grow: 3;

    }

    .sl-social-proof__stat {
        border-right: none;
        border-bottom:none;
    }

    .sl-social-proof__stat:last-child {
        border-bottom: none;
    }
}

.sl-header {
    margin: 0 auto 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
}

.sl-header h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;

    color: #0b1120;

    position: relative;
    display: inline-block;
}

.sl-header h2::after {
    content: "";
    display: block;
    border-radius: 60px;
    width: 60px;
    height: 3px;
    margin: 15px auto 0;
    background: #075DAC;
    margin-bottom: 5px;
}

.sl-header p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    color: var(--color-slblack);
}

/* ── GRID SYSTEM ── */
.sl-grid-1 {
    display: grid;
    /* Desktop: 3 columns */
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

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

/* ── CARD STYLING ── */
.card-1-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f1f5f9;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8.107px;
    background: linear-gradient(101deg, rgba(255, 255, 255, 0.08) 58.83%, rgba(7, 93, 172, 0.08) 128.72%), #FFF;
}

.card-1-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;

    margin: 24px 0 0;
    padding: 0;

    list-style: none;
}

.card-1-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    color: #0f172a;

    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.card-1-list li::before {
    content: "✓";

    flex-shrink: 0;

    width: 22px;
    height: 22px;

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

    margin-top: 1px;

    border-radius: 50%;

    border: 1.5px solid #075dac;

    color: #075dac;

    font-size: 11px;
    font-weight: 700;

    background: #f4f9ff;
}

@media(max-width:768px) {

    .card-1-list {
        grid-template-columns: 1fr;
    }

}

.card-1-wrapper:hover {
    transform: translateY(-5px);
    border-radius: 8.107px;
    border: 0.811px solid #075DAC;
    background: linear-gradient(101deg, rgba(255, 255, 255, 0.26) 58.83%, rgba(7, 93, 172, 0.26) 128.72%), #FFF;
    box-shadow: 0 4px 33px 0 rgba(34, 53, 71, 0.08);


}

.card-1-wrapper img {
    margin-bottom: 24px;
    filter: invert(18%) sepia(100%) saturate(2000%) hue-rotate(200deg) brightness(65%) contrast(110%);
}

.card-1-wrapper svg {
    margin-bottom: 24px;
    width: 48px;
    height: 48px;



}



.card-1-wrapper h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0b1120;
    margin-bottom: 12px;
}

.card-1-wrapper p {
    font-size: 14px;
    color: var(--color-slblack);
    line-height: 1.6;
    /* Clamping text if it gets too long, matching the image look */

    overflow: hidden;
}

/* ── RESPONSIVE OVERRIDES ── */

/* Tablet: 2 Columns */
@media (max-width: 992px) {
    .sl-grid-1 {
        grid-template-columns: repeat(2, 1fr);
    }

    .sl-header h2 {
        font-size: 28px;
    }
}

/* Mobile: 1 Column */
@media (max-width: 640px) {
    .sl-wrapper {
        padding: 50px 20px;
    }

    .sl-grid-1 {
        grid-template-columns: 1fr;
    }

    .sl-header h2 {
        font-size: 24px;
    }

    .card-1-wrapper {
        padding: 30px 20px;
        align-items: center;
        text-align: center;
    }
}


/* Container Block */
.sl-cta-banner {
    background: #021b38;
    /* Fallback solid color */
    background: linear-gradient(to right, #021226 0%, #05264e 100%);
    color: #ffffff;
    padding: 80px 20px;
    font-family: inherit;
    overflow: hidden;
}

/* Max-width centering */
.sl-cta-banner__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* Left Column Styling */
.sl-cta-banner__content {
    flex: 1;
    max-width: 650px;
}

.sl-cta-banner__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #ffffff;
}

.sl-cta-banner__desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #e5e7eb;
}

/* The Call to Action Button */
.sl-cta-banner__btn {
    display: inline-block;
    background: linear-gradient(90deg, #075DAC 0%, #1E84E1 100%);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.sl-cta-banner__btn:hover {
    background: #075DAC;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Right Column Image Wrapper */
.sl-cta-banner__image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sl-cta-banner__image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Responsive Rules for Mobile and Tablet */
@media (max-width: 991px) {
    .sl-cta-banner__container {
        flex-direction: column;
        text-align: center;
    }

    .sl-cta-banner__content {
        max-width: 100%;
    }

    /* Center the list on mobile */
    .sl-cta-banner__list-item {
        justify-content: center;
        padding-left: 0;
    }

    /* Adjust checkmark position for centered text */
    .sl-cta-banner__list-item::before {
        position: relative;
        margin-right: 12px;
    }

    .sl-cta-banner__image {
        justify-content: center;
        margin-top: 40px;
        width: 100%;
    }
}

.sl-features {
    background-color: var(--color-sloffwhite);
    padding: 80px 20px;
    font-family: inherit;
}

.sl-features__container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Styling */
.sl-features__header {
    text-align: center;
    margin-bottom: 60px;
}

.sl-features__heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-slblack);
    margin-bottom: 15px;
}

.sl-features__divider {
    width: 80px;
    height: 3px;
    background-color: var(--color-slblue);
    margin: 0 auto 20px auto;
    border-radius: 2px;
}

.sl-features__description {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-slblack);
    /* Neutral gray for better reading contrast */
}

/* Grid Layout */
.sl-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    /* 40px vertical gap, 30px horizontal gap */
}

/* Individual Feature Item */
.sl-features__item {
    display: flex;
    align-items: center;
    gap: 16px;
    /* Space between icon and text */
    height: 86px;
    padding: 12px 20px;
    align-items: center;
    gap: 20px;
    border-radius: 8px;
    background: #FFF;

}

.sl-features__item:hover {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 32px 0 rgba(7, 93, 172, 0.08);


    border: 1px solid transparent;
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(to right, #075DAC 0%, #075DAC 30%, rgba(7, 93, 172, 0) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

/* Icon Container */
.sl-features__icon {
    width: 48px;
    height: 48px;
    background-color: var(--color-slligntblue);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* Prevents icon from squishing */



}

/* SVG Styling inside the icon box */
.sl-features__icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--color-slblue);
}

/* Item Title */
.sl-features__title {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-slblack);
    margin: 0;
    line-height: 1.3;
}

/* Optional subtle hover effect */
.sl-features__item:hover .sl-features__icon {}

/* Responsiveness */
@media (max-width: 991px) {
    .sl-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sl-features__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sl-features__heading {
        font-size: 28px;
    }
}




/* REMOVE CARD LOOK */
.bg-white\/5 {
    background: transparent !important;
}

.group:hover {
    background: transparent !important;
}

.sl-assets-clean .grid>div {
    padding: 0 !important;
}

.sl-assets-clean img {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 12px !important;
}

.sl-assets-clean h3 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
}

.sl-assets-clean p {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    color: #bfbfbf !important;
}

.sl-assets-clean .grid {
    gap: 3rem 2.5rem !important;
}

.sl-assets-clean .text-center p {
    font-size: 0.95rem !important;
    max-width: 720px;
}

.sl-assets-title {
    position: relative;
    display: inline-block;
}

.sl-assets-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #d1d5db;
    margin: 10px auto 0;
}

.banner-2 {
    padding: 80px 20px;
    font-family: inherit;
}

.banner-2__container {
    max-width: 1440px;
    min-height: 401px;
    margin: auto;
    border-radius: 26px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #021b38;
    background: linear-gradient(to right, #021226 0%, #05264e 100%);
}

.banner-2__content {
    width: 50%;
    padding: 60px 20px 60px 70px;
    color: #ffffff;
    z-index: 2;
}

.banner-2__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
}

.banner-2__btn {
    display: inline-block;
    background: #0f62d4;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.banner-2__btn:hover {
    background: #0b4eab;
}

.banner-2__image {
    width: 50%;
    height: 401px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.banner-2__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%);
    mask-image: linear-gradient(to right, transparent 0%, black 20%);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .banner-2__container {
        flex-direction: column;
        text-align: center;
    }

    .banner-2__content,
    .banner-2__image {
        width: 100%;
    }

    .banner-2__content {
        padding: 50px 24px 30px;
    }

    .banner-2__image img {
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
        mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
    }
}

.sl-why-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    position: relative;
}

.sl-why-title::after {
    content: "";
    width: 140px;
    height: 3px;
    background: #075dac;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

.banner-2__content p {
    margin-bottom: 30px !important;

}

.sl-industry-title {
    max-width: 900px;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #1f2937;
}

.sl-industry-line {
    width: 80px;
    height: 3px;
    background: #075dac;
    margin: 14px auto 18px;
    border-radius: 2px;
}

.sl-industry-desc {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-slblack);
}


.sl-cta {
    position: relative;
    overflow: hidden;

    margin-top: 56px;
    padding: 30px 0;

    background: #061a67;
}

/* BG IMAGE */
.sl-cta__bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: right;

    z-index: 1;

    opacity: .9;
}


/* CONTAINER */
.sl-cta__container {
    position: relative;
    z-index: 3;

    max-width: 1280px;

    margin: 0 auto;
    padding: 0 24px;

    display: flex;
    align-items: center;
}



/* CONTENT */
.sl-cta__content {
    max-width: 640px;
}

/* TITLE */
.sl-cta__title {
    margin: 0 0 12px;
    color: #ffffff;

    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.8px;
}


/* DESCRIPTION */
.sl-cta__desc {
    margin: 0 0 16px;

    max-width: 620px;

    color: rgba(255, 255, 255, .92);

    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}


/* FEATURES */
.sl-cta__features {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.sl-cta__features {
    gap: 6px;
    margin-bottom: 20px;
}


/* FEATURE ITEM */
.sl-cta__feature {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #ffffff;

    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}


/* SVG ICON */
.sl-cta__feature-icon {
    flex-shrink: 0;

    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.sl-cta__feature-icon svg {
    width: 18px;
    height: 18px;
}


/* BUTTON */
.sl-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 24px;
    border-radius: 999px;
    background: #075dac;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
}

.sl-cta__btn:hover {
    background: #0a66c8;
    transform: translateY(-2px);
}

/* TABLET */
@media (max-width:1024px) {

    .sl-cta {
        padding: 64px 0;
    }

    .sl-cta__title {
        font-size: 44px;
    }

    .sl-cta__desc {
        font-size: 18px;
    }
}

/* MOBILE */
@media (max-width:768px) {

    .sl-cta {
        padding: 52px 0;
    }

    .sl-cta::before {
        background:
            linear-gradient(180deg,
                rgba(6, 26, 103, .95) 0%,
                rgba(6, 26, 103, .88) 100%);
    }

    .sl-cta__container {
        padding: 0 18px;
    }

    .sl-cta__title {
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -1px;
    }

    .sl-cta__desc {
        font-size: 16px;
        line-height: 1.7;
    }

    .sl-cta__features {
        gap: 14px;
    }

    .sl-cta__feature {
        font-size: 16px;
        align-items: flex-start;
    }

    .sl-cta__btn {
        width: 100%;
    }
}

.sl-portfolio {}

/* HEADER */
.sl-portfolio__header {
    text-align: center;
    margin: 0 auto 40px;
}

.sl-portfolio__header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2a37;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.sl-portfolio__header h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #075DAC;
    margin: 10px auto 0;
    border-radius: 2px;
}

.sl-portfolio__header p {
    font-size: 16px;

    color: var(--color-slblack);
    line-height: 1.7;
}

/* ROW */
.sl-portfolio__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
    margin-bottom: 150px;
}

.sl-portfolio__row:last-child {
    margin-bottom: 0;
}

/* REVERSE */
.sl-portfolio__row.reverse {
    flex-direction: row-reverse;
}

/* CONTENT */
.sl-portfolio__content {
    width: 503px;
    flex-shrink: 0;
}


/* SMALL LABEL */
.sl-portfolio__content span {
    font-size: 18px;
    font-weight: 500;
    color: #223547;
    margin-bottom: 8px;
    display: block;
}

/* TITLE */
.sl-portfolio__content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #223547;
    font-style: italic;
    line-height: 1.25;
    letter-spacing: -0.2px;
    margin-bottom: 14px;
}

/* DESC */
.sl-portfolio__content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-slblack);
    line-height: 1.7;
    margin-bottom: 14px;
}

/* LIST */
.sl-portfolio__content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.sl-portfolio__content li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-slblack);
}

.sl-portfolio__content li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-slblack);
    font-size: 18px;
    font-weight: 700;
}

.sl-portfolio__content li {
    font-weight: 600 !important;
}

/* BUTTON */
.sl-portfolio__content a {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 45px;
    background: #075dac;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.sl-portfolio__content a:hover {
    background: #054a8c;
}

/* IMAGE */
.sl-portfolio__image {
    width: 100%;
    max-width: 898px;
}

.sl-portfolio__image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 992px) {
    .sl-portfolio__row {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 80px;
    }

    .sl-portfolio__row.reverse {
        flex-direction: column;
    }

    .sl-portfolio__content {
        width: 100%; /* Add this line! */
        max-width: 100%;
        text-align: center;
    }

    .sl-portfolio__content ul {
        text-align: left;
    }
}

.sl-partners {
    padding: 72px 20px;

    background: #ffffff;
}

.sl-partners__container {
    max-width: 1280px;

    margin: 0 auto;
}

.sl-partners__content {
    text-align: center;

    max-width: 900px;

    margin: 0 auto 42px;
}

.sl-partners__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 26px;
}

.sl-partners__logo {
    width: 170px;
    height: 92px;

    border-radius: 18px;

    border: 1px solid #edf1f7;

    background: #ffffff;

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

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.sl-partners__logo img {
    max-width: 110px;

    max-height: 38px;

    object-fit: contain;
}

.sl-partners__logo:hover {
    transform: translateY(-4px);

    border-color: rgba(7, 93, 172, 0.14);

    box-shadow:
        0 14px 34px rgba(10, 34, 80, 0.08);
}


@media (max-width: 768px) {

    .sl-partners {
        padding: 54px 18px;
    }

    .sl-partners__logos {
        gap: 18px;
    }

    .sl-partners__logo {
        width: calc(50% - 10px);

        height: 84px;
    }

    .sl-partners__logo img {
        max-width: 90px;
    }
}




.sl-proof {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background: linear-gradient(270deg, #0a4f97 0%, #06356b 42%, #02142f 100%);
}

/* BG ELEMENTS - Cleaned up */
.sl-proof::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, .06), transparent 26%),
        radial-gradient(circle at bottom right, rgba(0, 153, 255, .12), transparent 24%);
    z-index: 1;
}

.sl-proof::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 52%;
    height: 100%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(2, 20, 47, 0) 0%, rgba(2, 20, 47, .12) 20%, rgba(2, 20, 47, .65) 100%),
        url("YOUR_BG_IMAGE_URL");
    background-size: cover;
    background-position: center;
    opacity: .28;
    z-index: 1;
}

/* CONTAINER */
.sl-proof__container {
    position: relative;
    z-index: 3;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* LEFT CONTENT */
.sl-proof__content {
    width: 52%;
}



.sl-proof__content h2 {
    margin: 0 0 14px;
    max-width: 650px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
}



/* BUTTON */
.sl-proof__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    background: #075dac;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
}

/* RIGHT RATINGS */
.sl-proof__ratings {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.sl-proof__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06));
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
}

.sl-proof__review h3 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

.sl-proof__stars {
    color: #ffd54a;
    /* Original color */
    font-size: 15px;
    letter-spacing: 3px;
    filter: none;
    /* Explicitly ensured no filter is applied */
}

.sl-proof__logo img {
    max-width: 160px;
    max-height: 50px;
    width: 100%;
    object-fit: contain;
}

/* RESPONSIVE */
@media(max-width:1024px) {
    .sl-proof__container {
        flex-direction: column;
        align-items: flex-start;
    }

    .sl-proof__content,
    .sl-proof__ratings {
        width: 100%;
    }
}

@media(max-width:768px) {
    .sl-proof {
        padding: 40px 0;
    }

    .sl-proof__content h2 {
        font-size: 30px;
    }
}

/* --- Base Section --- */
.sl-ai-proof {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 45%, #ffffff 100%);
}

.sl-ai-proof::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(7, 93, 172, .12), transparent 72%);
    z-index: 1;
}

.sl-ai-proof__container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    /* Centers the text vertically alongside the images */
    gap: 80px;
}

/* --- Left Content --- */
.sl-ai-proof__content {
    width: 44%;
}

.sl-ai-proof__eyebrow {
    display: inline-flex;
    align-items: center;
    height: 38px;
    padding: 0 16px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(7, 93, 172, .08);
    border: 1px solid rgba(7, 93, 172, .12);
    color: #075dac;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.sl-ai-proof__content h2 {
    margin: 0 0 20px;
    color: #0f172a;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 800;
}

.sl-ai-proof__content h2 span {
    color: #075dac;
    display: block;
    /* Drops to the next line for better pacing */
}

.sl-ai-proof__content p {
    margin: 0 0 34px;
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
}

/* --- Right Visuals (The Redesign) --- */
.sl-ai-proof__visual {
    width: 56%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    /* Clean spacing between the full images */
}

.sl-ai-proof__card {
    position: relative;
    border-radius: 20px;
    /* Premium slightly-rounded corners */
    background: #ffffff;
    border: 1px solid rgba(7, 93, 172, 0.1);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    /* Soft, expansive shadow */
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.sl-ai-proof__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.12);
}

.sl-ai-proof__card img {
    width: 100%;
    height: auto;
    /* Crucial: Ensures the entire image height is displayed naturally */
    display: block;
    object-fit: contain;
}

/* --- Badges --- */
.sl-ai-proof__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    height: 36px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.75);
    /* Slightly darker for better contrast */
    backdrop-filter: blur(12px);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
}

/* --- Responsive Breakpoints --- */
@media(max-width: 1024px) {
    .sl-ai-proof__container {
        flex-direction: column;
        align-items: flex-start;
    }

    .sl-ai-proof__content,
    .sl-ai-proof__visual {
        width: 100%;
    }

    .sl-ai-proof__content {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }
}

@media(max-width: 768px) {
    .sl-ai-proof {
        padding: 80px 0;
    }

    .sl-ai-proof__container {
        padding: 0 18px;
        gap: 50px;
    }

    .sl-ai-proof__content h2 span {
        display: inline;
        /* Better for mobile text wrapping */
    }

    .sl-ai-proof__visual {
        gap: 24px;
    }
}

.sl-ai-models-section {
    padding: 64px 20px;
    background-color: #FAFAFA;
}

.sl-ai-models-container {
    max-width: 1280px;
    margin: 0 auto;
}

.sl-ai-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 16px;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

@media (min-width: 768px) {
    .sl-ai-grid {
     
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .sl-ai-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.sl-ai-card {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 140px;
    width: 100%;
    padding: 24px 12px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sl-ai-card img {
    width: 100%;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    object-fit: contain;
    flex-shrink: 0;
    margin-bottom: 16px;
    display: block;
    transition: transform 0.3s ease;
}

.sl-ai-card span {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 100%;
    margin: auto 0 0 0;
    transition: color 0.3s ease;
}

.sl-ai-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(7, 93, 172, 0.18);
}

.sl-ai-card:hover img {
    transform: scale(1.1);
}

.sl-ai-card:hover span {
    color: #075dac;
}






@media (max-width: 1024px) {

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .metrics-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .cards-3 {
        grid-template-columns: repeat(2, 1fr);
    }

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

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

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

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

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

    .process::before {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .problem-grid {
        grid-template-columns: 1fr;
    }

    .risk-box {
        grid-template-columns: 1fr;
    }
}

/* Mobile */
@media (max-width: 640px) {

    .nav {
        padding: 0 16px;
    }

    .nav-links {
        display: none;
        /* simple approach */
    }

    .hero {
        padding: 40px 16px;
    }

    .section {
        padding: 40px 16px;
    }

    .hero h1 {
        font-size: 26px;
    }

    .st {
        font-size: 18px;
    }

    .ss {
        font-size: 12px;
    }



    .process {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .cta-banner {
        padding: 28px 16px;
    }

    .cta-banner h2 {
        font-size: 20px;
    }

    .def-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 16px;
    }
}

.sl-compliance {
    padding: 90px 0;
    background: #ffffff;
}

.sl-compliance__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 16px;
}


/* GRID */

.sl-compliance__grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);

    gap: 5px;
}


/* CARD */

.sl-compliance-card {
    margin-top: 5px;
    grid-column: span 2;
    position: relative;
    min-height: 240px;
    perspective: 1200px;
}


/* INNER */

.sl-compliance-card__inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    transform-style: preserve-3d;
    transition: transform .75s cubic-bezier(.22, .61, .36, 1);
}

/* FLIP */

.sl-compliance-card:hover .sl-compliance-card__inner {
    transform: rotateY(180deg);
}

/* FRONT + BACK */

.sl-compliance-card__front,
.sl-compliance-card__back {
    position: absolute;
    inset: 0;
    border-radius: 22px;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* FRONT */

.sl-compliance-card__front {
    background: #f7f7f7;
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 18px;
}

.sl-compliance-card__front img {
    width: 110px;
    height: 110px;

    object-fit: contain;

    margin-bottom: 22px;
}

.sl-compliance-card__title {
    margin: 0;

    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;

    text-align: center;

    color: #111111;
}

/* BACK */

.sl-compliance-card__back {
    transform: rotateY(180deg);
    background:
        linear-gradient(180deg,
            #033055 0%,
            #05477f 50%,
            #075dac 100%);

    padding: 28px 24px;

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

.sl-compliance-card__back-title {
    margin: 0 0 14px;

    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;

    color: #ffffff;

    text-align: center;
}

.sl-compliance-card__back-text {
    margin: 0;

    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;

    text-align: center;

    color: rgba(255, 255, 255, 0.88);
}

.sl-compliance-card:nth-child(6) {
    grid-column: 2 / span 2;
}

/* TABLET */

@media(max-width:1200px) {

    .sl-compliance__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .sl-compliance-card {
        grid-column: auto;
    }

    .sl-compliance-card:nth-child(6) {
        grid-column: auto;
    }
}

/* MOBILE */

@media(max-width: 768px) {

    .sl-compliance {
        padding: 70px 0;
    }

    .sl-compliance__wrapper {
        padding: 8px;
        border-radius: 24px;
    }

    .sl-compliance__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sl-compliance-card {
        min-height: 220px;
    }

    .sl-compliance-card__front,
    .sl-compliance-card__back {
        border-radius: 18px;
    }

    .sl-compliance-card__front img {
        width: 78px;
        height: 78px;
    }

    .sl-compliance-card__title {
        font-size: 15px;
    }

    .sl-compliance-card__back-title {
        font-size: 18px;
    }

    .sl-compliance-card__back-text {
        font-size: 13px;
    }
}

/* SMALL MOBILE */

@media(max-width: 540px) {

    .sl-compliance__grid {
        grid-template-columns: 1fr;
    }
}


/* BUTTON CTA */
.btn-cta,
.btn-cta:link,
.btn-cta:visited,
.btn-cta:hover,
.btn-cta:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 999px;
    border: 1px solid #075DAC;
    background: #075DAC;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;

    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: #054a88;
    border-color: #054a88;
}

#industries-grid a,
#industries-grid a:hover,
#industries-grid a span {
    text-decoration: none !important;
}

.sl-tech-section {
    padding: 100px 20px;
    background-color: #FBFBFD;

}

.sl-tech-container {
    max-width: 1200px;
    margin: 0 auto;
}



.sl-tech-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 64px;
}

.sl-tech-tab {
    background-color: #FFFFFF;
    color: #515154;
    border: 1px solid #E5E5EA;
    border-radius: 999px;
    padding: 12px 28px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.sl-tech-tab:hover {
    color: #1D1D1F;
    border-color: #D2D2D7;
}

.sl-tech-tab.active {
    background-color: #075dac;
    color: #FFFFFF;
    border-color: #075dac;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.sl-tech-panel {
    display: none;
    animation: slFadeUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.sl-tech-panel.active {
    display: block;
}

@keyframes slFadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* STRICT 5-COLUMN GRID */
.sl-tech-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 48px 24px;
    justify-items: center;
}

.sl-tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sl-icon-box {
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    margin-bottom: 16px;
}

.sl-icon-box svg,
.sl-icon-box img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.sl-tech-item:hover .sl-icon-box {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    border-color: #E5E5EA;
}

.sl-tech-item:hover .sl-icon-box svg,
.sl-tech-item:hover .sl-icon-box img {
    transform: scale(1.08);
}

.sl-tech-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1D1D1F;
    text-align: center;
    letter-spacing: -0.01em;
}

/* Responsive Degradation */
@media (max-width: 1024px) {
    .sl-tech-grid {
        /* Drop to 4 or 3 items per row on tablets so it doesn't squish */
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .sl-header h2 {
        font-size: 1.75rem;
    }

    .sl-tech-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 16px;
    }

    .sl-icon-box {
        width: 88px;
        height: 88px;
        border-radius: 20px;
    }

    .sl-icon-box svg,
    .sl-icon-box img {
        width: 40px;
        height: 40px;
    }
}

.slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.slider-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 20px 0 40px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
}

.slider-track::-webkit-scrollbar {
    display: none;
}

.slider-track.is-dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
    cursor: grabbing;
}

.slider-track.is-dragging .card {
    pointer-events: none;
}

/* Base Card */
.card {
    flex: 0 0 236px;
    height: 315px;
    border-radius: 12px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}

/* The Gradient Shadow Overlay 
  Creates a smooth dark shadow at the bottom to make the white text pop 
*/
.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.3) 40%,
            transparent 70%);
    display: flex;
    align-items: flex-end;
    pointer-events: none;
}

/* Flex layout to align title and arrow */
.card-content {
    width: 100%;
    padding: 24px 20px;
    display: flex;
    align-items: center;
}

/* White text for visibility */
.card-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.02em;
}

/* Arrow Styling & Hover Animation */
.arrow-icon {
    color: #ffffff;
    margin-left: 8px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.card:hover .arrow-icon {
    transform: translateX(4px);
    /* Arrow subtly slides right on hover */
}

/* Navigation Buttons (Light Theme) */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.slider-btn:hover {
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%) scale(1.05);
}
	/* ADD THIS */
.slider-content-wrapper {
    position: relative;
    width: 100%;
}

.prev-btn {
    left: -22px;
}

.next-btn {
    right: -22px;
}

.sl-roadmap-head {
    text-align: center;
    margin: 0 auto 50px;
}


.sl-roadmap-head h2 {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 600;
    color: #4b5563;
    line-height: 1.3;
}

.sl-roadmap-head p {
    max-width: 1200px;
    margin: 16px auto 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-slblack);
}

.sl-roadmap-line {
    width: 80px;
    height: 2px;
    background: #075dac;
    margin: 14px auto 0;
}

/* BUTTON CTA */
.btn-cta,
.btn-cta:link,
.btn-cta:visited,
.btn-cta:hover,
.btn-cta:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 999px;
    border: 1px solid #075DAC;
    background: #075DAC;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;

    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: #054a88;
    border-color: #054a88;
}

.sl-ai-readiness {
    position: relative;
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

.sl-ai-readiness__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* WRAPPER */

.sl-ai-readiness__wrapper {
    display: grid;
    grid-template-columns: 1.6fr .8fr;
    gap: 34px;

    padding: 42px;

    border: 1px solid #bfdcff;
    border-radius: 28px;

    background:
        linear-gradient(135deg,
            #ffffff 0%,
            #f7fbff 100%);

    box-shadow:
        0 18px 50px rgba(7, 93, 172, .08);
}

/* LEFT */

.sl-ai-readiness__heading {
    margin: 0 0 18px;

    max-width: 760px;

    font-size: 58px;
    line-height: 1.08;
    font-weight: 700;

    letter-spacing: -.04em;

    color: #081c35;
}

.sl-ai-readiness__heading span {
    background:
        linear-gradient(135deg,
            #02294d 0%,
            #075dac 52%,
            #49a4ff 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sl-ai-readiness__line {
    width: 120px;
    height: 3px;

    margin-bottom: 28px;

    border-radius: 999px;


    background:
        linear-gradient(135deg,
            #03294d 0%,
            #075dac 50%,
            #6bb7ff 100%);
}

/* LIST */

.sl-ai-readiness__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sl-ai-readiness__item {
    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 20px 22px;

    border: 1px solid #e8eef5;
    border-radius: 20px;

    background: #ffffff;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.sl-ai-readiness__item:hover {
    transform: translateY(-2px);

    border-color: #cfe5fb;

    box-shadow:
        0 10px 24px rgba(7, 93, 172, .08);
}

.sl-ai-readiness__icon {
    width: 34px;
    height: 34px;

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

    flex-shrink: 0;

    border-radius: 50%;

    font-size: 16px;
    font-weight: 700;

    color: #ffffff;

    background:
        linear-gradient(135deg,
            #03294d 0%,
            #075dac 48%,
            #6bb7ff 100%);
}

.sl-ai-readiness__item p {
    margin: 0;

    font-size: 17px;
    line-height: 1.65;
    font-weight: 500;

    color: #1c2b3a;
}

/* HIGHLIGHT */

.sl-ai-readiness__highlight {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-top: 24px;
    padding: 22px;

    border: 1px solid #bfdcff;
    border-radius: 20px;

    background:
        linear-gradient(135deg,
            #f7fbff 0%,
            #ffffff 100%);
}

.sl-ai-readiness__highlight-icon {
    width: 46px;
    height: 46px;

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

    border-radius: 14px;

    flex-shrink: 0;

    font-size: 20px;
    font-weight: 700;

    color: #075dac;

    border: 1px solid #bfdcff;
}

.sl-ai-readiness__highlight p {
    margin: 0;

    font-size: 17px;
    line-height: 1.6;
    font-weight: 600;

    color: #16283d;
}

.sl-ai-readiness__highlight span {
    color: #075dac;
}

/* NOTE */

.sl-ai-readiness__note {
    margin-top: 18px;
    padding: 22px;

    border: 1px solid #f0f4f6;
    border-radius: 20px;

    background:
        linear-gradient(135deg,
            #eef7ff 0%,
            #f9fcff 52%,
            #ffffff 100%);

    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;

    color: #304152;
}

.sl-ai-readiness__note strong {
    color: #075dac;
}

/* RIGHT */

.sl-ai-readiness__right {
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 42px 34px;

    border-radius: 24px;

    overflow: hidden;

    background:
        radial-gradient(circle at top left,
            rgba(30, 95, 255, .28),
            transparent 35%),

        linear-gradient(180deg,
            #04152d 0%,
            #03122a 100%);
}

.sl-ai-readiness__right::before {
    content: "";

    position: absolute;
    inset: 0;

    background-image:
        radial-gradient(rgba(255, 255, 255, .08) 1px,
            transparent 1px);

    background-size: 18px 18px;

    opacity: .18;
}

.sl-ai-readiness__right>* {
    position: relative;
    z-index: 2;
}

.sl-ai-readiness__right-icon {
    width: 84px;
    height: 84px;

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

    margin-bottom: 30px;

    border-radius: 50%;

    font-size: 42px;
    font-weight: 700;

    color: #075dac;

    border: 2px solid rgba(59, 130, 246, .55);

    background:
        radial-gradient(circle,
            rgba(59, 130, 246, .15),
            transparent);
}

.sl-ai-readiness__right-title {
    margin: 0;

    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;

    letter-spacing: -.04em;

    color: #ffffff;
}

.sl-ai-readiness__right-title span {
    color: #075dac;
}

.sl-ai-readiness__right-line {
    width: 130px;
    height: 3px;

    margin: 26px 0;

    border-radius: 999px;

    background:
        linear-gradient(90deg,
            #02345f 0%,
            #075dac 50%,
            #49a4ff 100%);
}

.sl-ai-readiness__right-text {
    margin: 0;

    font-size: 17px;
    line-height: 1.9;
    font-weight: 500;

    color: rgba(255, 255, 255, .92);
}

/* BUTTON */

.sl-ai-readiness__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    width: fit-content;

    margin-top: 38px;

    padding: 18px 28px;

    border-radius: 18px;

    text-decoration: none;

    font-size: 18px;
    line-height: 1;
    font-weight: 700;

    color: #ffffff;

    background:
        linear-gradient(90deg,
            #03294d 0%,
            #075dac 52%,
            #6bb7ff 100%);

    box-shadow:
        0 12px 30px rgba(7, 93, 172, .16);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.sl-ai-readiness__button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(7, 93, 172, .16);
}

/* RESPONSIVE */

@media(max-width:1200px) {

    .sl-ai-readiness__wrapper {
        grid-template-columns: 1fr;
    }

    .sl-ai-readiness__heading {
        font-size: 48px;
    }

    .sl-ai-readiness__right-title {
        font-size: 42px;
    }
}

@media(max-width:768px) {

    .sl-ai-readiness {
        padding: 80px 0;
    }

    .sl-ai-readiness__container {
        padding: 0 16px;
    }

    .sl-ai-readiness__wrapper {
        padding: 26px;
        gap: 26px;

        border-radius: 22px;
    }

    .sl-ai-readiness__heading {
        font-size: 36px;
    }

    .sl-ai-readiness__item {
        padding: 18px;
    }

    .sl-ai-readiness__item p {
        font-size: 15px;
    }

    .sl-ai-readiness__highlight,
    .sl-ai-readiness__note {
        padding: 18px;
    }

    .sl-ai-readiness__right {
        padding: 30px 24px;
    }

    .sl-ai-readiness__right-title {
        font-size: 34px;
    }

    .sl-ai-readiness__right-text {
        font-size: 15px;
        line-height: 1.75;
    }

    .sl-ai-readiness__button {
        width: 100%;
    }
}

.sl-hm-section-dark {
    background: linear-gradient(135deg, #090f1d 0%, #151e32 100%);
    padding: 80px 20px;
    color: #ffffff;
}

.sl-hm-container {
    max-width: 1300px;
    margin: 0 auto;
}

/* Header Styling */
.sl-hm-header {
    text-align: center;
    margin-bottom: 70px;
}

.sl-hm-header h2 {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.sl-hm-text-blue {
    color: #075dac;
}

.sl-hm-divider {
    width: 80px;
    height: 4px;
    background-color: #075dac;
    margin: 0 auto 24px auto;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(7, 93, 172, 0.6);
}

.sl-hm-header p {
    font-size: 16px;
    color: #FFFFFF;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid Layout - Updated to 3 columns */
.sl-hm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.sl-hm-card {
    background: rgba(30, 41, 59, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.sl-hm-card:hover {
    background: rgba(30, 41, 59, 0.7);
    border-color: #075dac;
    box-shadow: 0 20px 40px -10px rgba(7, 93, 172, 0.4), inset 0 0 20px rgba(7, 93, 172, 0.15);
    transform: translateY(-8px);
}

/* Card Top Row */
.sl-hm-card-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
}

/* Icon Box */
.sl-hm-icon-box {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sl-hm-icon-box svg {
    width: 26px;
    height: 26px;
    stroke: #075dac;
    transition: all 0.4s ease;
}

.sl-hm-card:hover .sl-hm-icon-box {
    background: rgba(7, 93, 172, 0.2);
    border-color: rgba(7, 93, 172, 0.4);
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(7, 93, 172, 0.3);
}

.sl-hm-card:hover .sl-hm-icon-box svg {
    stroke: #0a85ff;
}

/* Ribbon Badge */
.sl-hm-badge {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.sl-hm-card:hover .sl-hm-badge {
    background-color: rgba(7, 93, 172, 0.2);
    color: #0a85ff;
    border-color: rgba(7, 93, 172, 0.4);
}

/* Card Title */
.sl-hm-title {
    font-size: 22px;
    font-weight: 800;
    color: #f8fafc;
    line-height: 1.3;
    margin: 0 0 16px 0;
    transition: color 0.3s ease;
}

.sl-hm-card:hover .sl-hm-title {
    color: #ffffff;
}

/* Paragraph Description */
.sl-hm-description {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0 0 24px 0;
    flex-grow: 1;
    /* Pushes the footer down naturally */
    transition: color 0.3s ease;
}

.sl-hm-card:hover .sl-hm-description {
    color: #f1f5f9;
}

/* Highlight Footer Area */
.sl-hm-footer {
    background: rgba(15, 23, 42, 0.4);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.sl-hm-card:hover .sl-hm-footer {
    background: rgba(7, 93, 172, 0.15);
    border-color: rgba(7, 93, 172, 0.3);
}

.sl-hm-footer-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    transition: color 0.3s ease;
}

.sl-hm-card:hover .sl-hm-footer-label {
    color: #94a3b8;
}

.sl-hm-footer-value {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
}

/* Custom Quote CTA */
.sl-hm-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #075dac;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.sl-hm-cta svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.sl-hm-card:hover .sl-hm-cta {
    color: #0a85ff;
}

.sl-hm-card:hover .sl-hm-cta svg {
    transform: translateX(5px);
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .sl-hm-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sl-hm-grid {
        grid-template-columns: 1fr;
    }

    .sl-hm-header h2 {
        font-size: 28px;
    }
}

.sl-testimonial__section {
    position: relative;
    width: 100%;
    padding: 72px 60px 80px;
    background: linear-gradient(140deg, #ffffff 0%, #e8f0ff 48%, #cfdeff 100%);
    overflow: hidden;
    isolation: isolate;
    font-family: 'Manrope', sans-serif;
    box-sizing: border-box;
}

/* Inner content wrapper — caps readable width, centered */
.sl-testimonial__inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* ─── Background Blobs ────────────────────────────── */
.sl-testimonial__bg-shapes {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.sl-testimonial__blob-1 {
    position: absolute;
    top: -100px;
    right: -80px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, rgba(180, 210, 255, 0.5) 0%, rgba(200, 225, 255, 0.08) 70%);
    filter: blur(50px);
}

.sl-testimonial__blob-2 {
    position: absolute;
    bottom: -120px;
    left: -100px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle at 60% 60%, rgba(160, 195, 255, 0.38) 0%, rgba(210, 230, 255, 0.06) 70%);
    filter: blur(60px);
}

.sl-testimonial__blob-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(200, 220, 255, 0.15) 0%, transparent 70%);
    filter: blur(40px);
}

/* ─── Heading ─────────────────────────────────────── */
.sl-testimonial__heading {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    font-weight: 800;
    color: #0f1c3f;
    letter-spacing: -0.5px;
    margin-bottom: 36px;
    line-height: 1.15;
}

/* ─── Swiper wrapper ──────────────────────────────── */
.sl-testimonial__swiper-wrap {
    position: relative;
    z-index: 1;
}

.sl-testimonial__swiper {
    width: 100%;
    overflow: hidden !important;
}


.sl-testimonial__swiper-clip {
    overflow: visible;
}

/* ─── Card ────────────────────────────────────────── */
.sl-testimonial__card {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow:
        0 4px 28px rgba(80, 120, 200, 0.10),
        0 1px 4px rgba(80, 120, 200, 0.06);
    padding: 36px 36px 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* ─── Card Body ───────────────────────────────────── */
.sl-testimonial__card-body {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 32px;
}

.sl-testimonial__quote-badge {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: #e8eeff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(80, 120, 220, 0.10);
    margin-top: 2px;
}

.sl-testimonial__quote-badge svg {
    width: 22px;
    height: 22px;
}

.sl-testimonial__text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.78;
    color: #181818;
    letter-spacing: 0.01em;
}

/* ─── Card Footer ─────────────────────────────────── */
.sl-testimonial__card-footer {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(200, 215, 245, 0.5);
    margin: 0 -36px;
    padding: 20px 36px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.sl-testimonial__profile {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sl-testimonial__avatar-placeholder {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #b5c9f5 0%, #7ea8e8 100%);
    border: 2px solid rgba(200, 215, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    letter-spacing: 0.5px;
}

.sl-testimonial__author-name {
    font-size: 0.925rem;
    font-weight: 700;
    color: #0f1c3f;
    line-height: 1.3;
}

.sl-testimonial__author-role {
    font-size: 0.78rem;
    font-weight: 500;
    color: #6b7da8;
    line-height: 1.3;
    margin-top: 2px;
}

/* ─── Controls ────────────────────────────────────── */
.sl-testimonial__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.sl-testimonial__btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(120, 155, 220, 0.4);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    flex-shrink: 0;
}

.sl-testimonial__btn:hover {
    background: #fff;
    border-color: #5b8ef0;
    box-shadow: 0 2px 10px rgba(80, 130, 230, 0.15);
}

.sl-testimonial__btn svg {
    width: 14px;
    height: 14px;
    color: #3a5ccc;
}

/* ─── Counter ─────────────────────────────────────── */
.sl-testimonial__counter {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    min-width: 48px;
    justify-content: center;
    font-family: 'Manrope', sans-serif;
}

.sl-testimonial__counter-current {
    color: #1a2f6e;
}

.sl-testimonial__counter-sep {
    color: #9aadd4;
    margin: 0 2px;
}

.sl-testimonial__counter-total {
    color: #9aadd4;
}

.sl-testimonial__profile {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sl-testimonial__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

/* ─── Responsive ──────────────────────────────────── */
@media (max-width: 1024px) {
    .sl-testimonial__section {
        padding: 60px 40px 70px;
    }
}

@media (max-width: 768px) {
    .sl-testimonial__section {
        padding: 48px 20px 60px;
    }

    .sl-testimonial__heading {
        font-size: 1.5rem;
        margin-bottom: 24px;
    }

    .sl-testimonial__card {
        padding: 24px 20px 0;
    }

    .sl-testimonial__card-body {
        flex-direction: column;
        gap: 14px;
        padding-bottom: 24px;
    }

    .sl-testimonial__text {
        font-size: 0.95rem;
    }

    .sl-testimonial__card-footer {
        margin: 0 -20px;
        padding: 16px 20px;
    }
}

@media (max-width: 480px) {
    .sl-testimonial__section {
        padding: 36px 16px 48px;
    }

    .sl-testimonial__heading {
        font-size: 1.3rem;
    }

    .sl-testimonial__text {
        font-size: 0.9rem;
    }
}
@media (max-width: 640px) {
    .btn-slblue, .btn-secondary {
        min-width: 100%; 
    }
}
@media (max-width: 768px) {
    .prev-btn { left: 10px; }
    .next-btn { right: 10px; }
}