/* ============================================
   LOUSCH HERO BANNER
   ============================================ */

.lousch-hero-banner.section {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: none;
}

.hero-top-wrap {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #eceffe 55%, #d6ddf7 100%);
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
}

.hero-top-wrap::before {
    content: '';
    position: absolute;
    top: -15%;
    right: 5%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.06), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hero-city-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 50%;
    pointer-events: none;
    z-index: 0;
    mask-image: linear-gradient(to top, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 60%, transparent 100%);

}

.hero-city-bg svg {
    width: 100%;
    height: 100%;
}

.hero-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.case-study-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.case-study-tag span {
    font-size: 16px;
    font-weight: 700;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
    border-bottom: 2px solid #2563eb;
}

.hero-title {
    font-size: 56px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.14;
    letter-spacing: -0.025em;
    margin-bottom: 0.85rem;
}

.hero-title .text-blue {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-title-underline {
    display: block;
    width: 100%;
    max-width: 420px;
    height: 1px;
    background: linear-gradient(to right, #cbd5e1, transparent);
    position: relative;
    margin-bottom: 1.25rem;
}

.hero-title-underline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2563eb;
}

.hero-description {
    max-width: 24rem;
    margin-bottom: 1.75rem;
}

.hero-description .content-text p {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
}

.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #2f5cf0, #1d3fd6);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 0.8rem 1.6rem;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.34, 1.3, 0.55, 1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-decoration: none;
}

.hero-cta-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
    text-decoration: none;
}

.hero-cta-btn:active {
    transform: translateY(-1px);
}

.hero-cta-btn svg {
    transition: transform 0.3s ease;
}

.hero-cta-btn:hover svg {
    transform: translateX(4px);
}

/* RIGHT - STEPS */
.hero-right {
    position: relative;
    z-index: 2;
}

.hero-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    padding: 20px 0;
}

.hero-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    max-width: 140px;
}

.step-icon-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    border-color: #bfdbfe;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
}

.step-icon-wrap .icon-inner {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 38px;
}

.hero-step:hover .step-icon-wrap {
    border-color: #2563eb;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.15);
    transform: scale(1.05);
}

.step-number {
    font-size: 14px;
    font-weight: 800;
    color: #2f5cf0;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
}

.step-label {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.4;
}

.step-label .sub {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 2px;
}

.step-connector {
    position: relative;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 40px;
    width: 48px;
    height: 1.5px;
    background: linear-gradient(to right, #cbd5e1 50%, transparent 50%);
    background-size: 8px 1.5px;
    background-repeat: repeat-x;
}

.step-connector::before,
.step-connector::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.step-connector::before {
    left: -2px;
}

.step-connector::after {
    right: -2px;
}


/* ==========================================
   SECTION HEADER - CENTERED
========================================== */
.section-header-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-header {
    margin-bottom: 60px;
}

.section-badge {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
}

.section-title {
    color: #0f172a;
}

.section-subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #94a3b8;
    letter-spacing: 0.02em;
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.6;
}

.section {
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    padding: 80px 0;
}

.section-header-description {
    font-size: 18px;
    line-height: 1.8;
    color: #64748b;
    margin: 12px;
}





@media (max-width: 1199px) {
    .hero-title {
        font-size: 46px;
    }

    .hero-step {
        max-width: 120px;
    }

    .step-icon-wrap {
        width: 85px;
        height: 85px;
    }

    .step-icon-wrap .icon-inner {
        font-size: 32px;
    }

    .step-connector {
        width: 36px;
    }

    .hero-city-bg {
        width: 40%;
        height: 150px;
    }
}

@media (max-width: 1024px) {
    .hero-top-wrap {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .hero-top-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .hero-left {
        text-align: center;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-title-underline {
        margin: 0 auto 1.25rem;
    }

    .hero-description {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-description .content-text p {
        font-size: 15px;
        max-width: 600px;
        margin: 0 auto;
    }

    .hero-cta-btn {
        margin: 0 auto;
    }

    .hero-right {
        margin-top: 0.5rem;
    }

    .hero-steps {
        gap: 12px;
        flex-wrap: nowrap;
    }

    .hero-step {
        max-width: 110px;
    }

    .step-icon-wrap {
        width: 80px;
        height: 80px;
    }

    .step-icon-wrap .icon-inner {
        font-size: 28px;
    }

    .step-label {
        font-size: 14px;
    }

    .step-connector {
        width: 50px;
        margin-top: 32px;
    }

    .hero-city-bg {
        width: 50%;
        height: 130px;
        opacity: 0.7;
    }

    .hero-top-wrap::before {
        width: 300px;
        height: 300px;
        top: -10%;
        right: 0%;
    }

    .section {
        padding: 60px 0;
    }

    .section-header-center,
    .section-header {
        margin-bottom: 48px;
    }

    .section-subtitle {
        font-size: 16px;
        max-width: 400px;
    }


}

@media (max-width: 768px) {
    .hero-top-wrap {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-title br {
        display: none;
    }

    .case-study-tag span {
        font-size: 13px;
    }

    .hero-description .content-text p {
        font-size: 14px;
    }

    .hero-cta-btn {
        font-size: 0.8rem;
        padding: 0.7rem 1.4rem;
    }

    .hero-steps {
        gap: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .step-icon-wrap {
        width: 68px;
        height: 68px;
        margin-bottom: 10px;
    }

    .step-icon-wrap .icon-inner {
        font-size: 24px;
    }

    .step-number {
        font-size: 12px;
    }

    .step-label {
        font-size: 12px;
    }

    .step-label .sub {
        font-size: 10px;
    }

    .step-connector {
        width: 40px;
        margin-top: 28px;
    }

    .step-connector::before,
    .step-connector::after {
        width: 4px;
        height: 4px;
    }

    .hero-city-bg {
        width: 60%;
        height: 100px;
        opacity: 0.5;
    }

    .hero-top-wrap::before {
        width: 200px;
        height: 200px;
        top: -5%;
        right: -10%;
    }

    .section {
        padding: 50px 0px;
    }

    .section-header-center,
    .section-header {
        margin-bottom: 36px;
    }

    .section-badge {
        font-size: 12px;
        margin-bottom: 10px;
    }


    .section-subtitle {
        font-size: 14px;
        max-width: 340px;
    }

}

@media (max-width: 575px) {
    .hero-top-wrap {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .hero-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .case-study-tag span {
        font-size: 12px;
    }

    .hero-description .content-text p {
        font-size: 13px;
    }

    .hero-cta-btn {
        font-size: 0.75rem;
        padding: 0.6rem 1.2rem;
        gap: 6px;
    }

    .hero-cta-btn svg {
        width: 14px;
        height: 14px;
    }

    .hero-steps {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-step {
        max-width: 80px;
    }

    .step-icon-wrap {
        width: 56px;
        height: 56px;
        margin-bottom: 8px;
        border-width: 1px;
    }

    .step-icon-wrap .icon-inner {
        font-size: 20px;
    }

    .step-number {
        font-size: 10px;
    }

    .step-label {
        font-size: 10px;
    }

    .step-label .sub {
        font-size: 8px;
    }

    .step-connector {
        width: 24px;
        margin-top: 28px;
    }

    .step-connector::before,
    .step-connector::after {
        width: 3px;
        height: 3px;
    }

    .hero-city-bg {
        width: 70%;
        height: 80px;
        opacity: 0.3;
    }

    .hero-top-wrap::before {
        width: 150px;
        height: 150px;
        top: -5%;
        right: -15%;
    }
}


/* ==========================================
   BEGINNING SECTION
========================================== */

.content-text {
    font-size: 16px;
    font-weight: 400;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 16px;
}

.content-text p:last-child {
    margin-bottom: 0;
}

.content-text .lead-para {
    font-size: 20px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.7;
    margin-bottom: 18px;
}

.content-text strong {
    color: #2563eb;
    font-weight: 700;
}

.hightlight-para {
    font-size: 17px;
    font-weight: 600;
    color: #0f172a;
    padding: 18px 24px;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid #2563eb;
    margin-top: 4px;
    line-height: 1.7;
    margin-top: 40px
}

.section-sub-title {
    margin-bottom: 20px;
}

/* IMAGE */
.beginning-content .image-wrap {
    position: relative;
}

.beginning-section .image-inner {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.10);
    border: 1px solid #f1f5f9;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    /* height: 440px; */
}

.beginning-section .image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.beginning-section .image-inner:hover img {
    transform: scale(1.04);
}

.beginning-section .image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(15, 23, 42, 0.10) 0%,
            transparent 50%,
            rgba(37, 99, 235, 0.04) 100%);
    pointer-events: none;
}

/* IMAGE TAG */
.beginning-section .image-tag {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.4s ease;
}


.beginning-section .image-inner:hover .image-tag {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.beginning-section .image-tag .tag-label {
    font-size: 9px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}


.beginning-section .image-tag .tag-index {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 0 4px;
}

.beginning-section .image-tag .tag-line {
    width: 1px;
    height: 28px;
    background: #e2e8f0;
    display: block;
}

.beginning-section .image-tag .tag-title {
    font-size: 12px;
    font-weight: 600;
    color: #1e293b;
    letter-spacing: 0.02em;
    max-width: 100px;
    line-height: 1.3;
}


.beginning-section .image-decoration {
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 100px;
    height: 100px;
    border: 2px solid #2563eb;
    border-radius: 12px;
    opacity: 0.12;
    z-index: -1;
    pointer-events: none;
}

.beginning-section .image-decoration::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    width: 100%;
    height: 100%;
    border: 2px solid #2563eb;
    border-radius: 12px;
    opacity: 0.10;
}

.beginning-section .image-shape {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.06), transparent 70%);
    z-index: -1;
    pointer-events: none;
}




@media (max-width: 991px) {

    .beginning-grid {
        gap: 40px;
    }

    .beginning-content .image-inner {
        height: 340px;
        order: 2;
    }

    .beginning-content {
        order: 1;
    }

    .beginning-section .image-tag {
        bottom: 20px;
        right: 20px;
        padding: 12px 16px;
        gap: 10px;
    }

    .beginning-section .image-tag .tag-index {
        font-size: 20px;
    }

    .beginning-section .image-tag .tag-title {
        font-size: 11px;
        max-width: 80px;
    }

    .beginning-section .image-decoration {
        width: 80px;
        height: 80px;
        bottom: -8px;
        right: -8px;
    }

    .beginning-section .image-shape {
        width: 60px;
        height: 60px;
        top: -15px;
        left: -15px;
    }

}

@media (max-width: 768px) {

    .beginning-grid {
        gap: 32px;
    }

    .content-text p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .content-text .lead-para {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .content-text .highlight-para {
        font-size: 15px;
        padding: 14px 18px;
    }

    .beginning-section .image-inner {
        height: 260px;
    }

    .beginning-section .image-tag {
        bottom: 16px;
        right: 16px;
        padding: 10px 14px;
        gap: 8px;
        border-radius: 8px;
    }

    .beginning-section .image-tag .tag-label {
        font-size: 8px;
    }

    .beginning-section .image-tag .tag-index {
        font-size: 18px;
    }

    .beginning-section .image-tag .tag-line {
        height: 22px;
    }

    .beginning-section .image-tag .tag-title {
        font-size: 10px;
        max-width: 70px;
    }

    .beginning-section .image-decoration,
    .beginning-section .image-shape {
        display: none;
    }
}




/* ==========================================
   GROWTH JOURNEY SECTION - REFINED
========================================== */



.growth-journey-grid {
    margin-bottom: 40px;
}

/* Card */
.growth-card {
    margin-bottom: 24px;
}

.growth-card .growth-card-content {
    background: #f8fafc;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid #eef2ff;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.growth-card .growth-card-content:hover {
    border-color: #2563eb;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.06);
}

.growth-card-icon {
    font-size: 25px;
    color: #2563eb;
    margin-bottom: 16px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.06);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.growth-card .growth-card-content:hover .growth-card-icon {
    background: rgba(37, 99, 235, 0.10);
}

.growth-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.4;
    margin: 0;
}

.growth-journey-footer {
    margin: 0;
    color: #2563eb;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}


/* ==========================================
   RESPONSIVE - GROWTH
========================================== */

@media (max-width: 1199px) {
    .growth-card-title {
        font-size: 15px;
    }

    .growth-card .growth-card-content {
        padding: 24px 20px;
    }
}

@media (max-width: 991px) {

    .section-header-description {
        font-size: 16px;
    }

    .growth-card .growth-card-content {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .growth-card-icon {
        font-size: 28px;
        width: 44px;
        height: 44px;
    }

    .growth-card-title {
        font-size: 15px;
    }

    .growth-journey-footer {
        font-size: 17px;
    }
}

@media (max-width: 767px) {

    .growth-card {
        margin-bottom: 16px;
    }

    .growth-card .growth-card-content {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .growth-card-icon {
        font-size: 24px;
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
        border-radius: 10px;
    }

    .growth-card-title {
        font-size: 14px;
    }

    .growth-journey-footer {
        font-size: 16px;
    }
}

@media (max-width: 480px) {

    .growth-card .growth-card-content {
        padding: 16px 14px;
        border-radius: 10px;
    }

    .growth-card-icon {
        font-size: 20px;
        width: 36px;
        height: 36px;
        margin-bottom: 10px;
        border-radius: 8px;
    }

    .growth-card-title {
        font-size: 13px;
    }

    .growth-journey-footer {
        font-size: 15px;
    }

    .growth-journey-grid {
        margin-bottom: 30px;
    }
}

/* ===================================
   Outcome Section - CLEAN HOVER
=================================== */

.outcome-section.section {
    background: #f7f8fa;
    border-bottom: 1px solid #f1f5f9;
}

/* Grid */
.outcome-grid {
    margin-bottom: 40px;
}

/* Card */
.outcome-card {
    margin-bottom: 24px;
}

.outcome-card .card-inner {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.outcome-card .card-inner:hover {
    border-color: #2563eb;
    background: #fafbff;
}

.outcome-card .card-inner .outcome-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    font-weight: 400;
}

.outcome-card .card-inner .outcome-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-size: 18px;
    transition: all 0.3s ease;
    background: #2563eb;
    color: #ffffff;
}

/* Highlight Box */
.outcome-highlight {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 40px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.outcome-highlight:hover {
    border-color: #2563eb;
    background: #ffffff;
}

.outcome-highlight {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    color: #0f172a;
}

.outcome-highlight strong {
    color: #2563eb;
    font-weight: 600;
}


/* ==========================
   Responsive - Outcome
========================== */

@media (max-width: 991px) {


    .outcome-card .card-inner {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .outcome-card .card-inner .outcome-text {
        font-size: 15px;
    }

    .outcome-highlight {
        padding: 28px 30px;
    }

    .outcome-highlight {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .outcome-card {
        margin-bottom: 16px;
    }

    .outcome-card .card-inner {
        padding: 18px 16px;
        border-radius: 12px;
    }

    .outcome-card .card-inner .outcome-text {
        font-size: 14px;
    }

    .outcome-card .card-inner .outcome-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
        margin-right: 12px;
        border-radius: 8px;
    }

    .outcome-highlight {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .outcome-highlight {
        font-size: 16px;
    }
}

@media (max-width: 480px) {

    .outcome-card .card-inner {
        padding: 14px 12px;
        border-radius: 10px;
    }

    .outcome-card .card-inner .outcome-text {
        font-size: 13px;
        line-height: 1.5;
    }

    .outcome-card .card-inner .outcome-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
        margin-right: 10px;
        border-radius: 6px;
    }

    .outcome-highlight {
        padding: 18px 14px;
        border-radius: 10px;
    }

    .outcome-highlight {
        font-size: 14px;
    }

    .outcome-grid {
        margin-bottom: 30px;
    }
}



/* desicion section */
/* ==========================
   Decision Section
========================== */

.decision-section .decision-container {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #f7f8fa;
    padding: 60px;
}

.decision-section .decision-bg-circle {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    filter: blur(90px);
    z-index: 0;
}

.decision-section .decision-bg-circle-top {
    top: -90px;
    right: -90px;
    background: rgba(48, 92, 255, 0.08);
}

.decision-section .decision-bg-circle-bottom {
    bottom: -90px;
    left: -90px;
    background: rgba(0, 180, 160, 0.08);
}

.decision-section .decision-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 40px;
    align-items: center;
}

.decision-section .decision-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.decision-section .decision-line {
    width: 40px;
    border-top: 2px solid #2563eb;
}

.decision-section .decision-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2563eb;
}

.decision-section .decision-title {
    margin: 0 0 24px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.decision-section .decision-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.decision-section .decision-quote-icon {
    font-size: 60px;
    color: #2563eb;
    opacity: 0.2;
}

.decision-section .decision-highlight {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #2563eb;
}

.decision-section .decision-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-left: 4px solid #2563eb;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

.decision-section .decision-description {
    margin: 0;
    font-size: 20px;
    font-style: italic;
    line-height: 1.8;
    color: #4b5563;
}

.decision-section .decision-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.decision-section .decision-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(37, 99, 235, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 20px;
}



.decision-section .decision-footer-text {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}


/*=========================================
    Partnership Snapshot - ORIGINAL STYLE REFINED
=========================================*/

.partnership-snapshot {
    background: #ffffff;
    padding: 80px 0;
    /* border-bottom: 1px solid #f1f5f9;  */
}


.partnership-snapshot .snapshot-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

.partnership-snapshot .snapshot-item {
    padding: 20px 16px;
    text-align: center;
    border-right: 1px solid #eef2f5;
    transition: all 0.3s ease;
}

.partnership-snapshot .snapshot-item:last-child {
    border-right: none;
}

.partnership-snapshot .snapshot-item:hover {
    background: #f8fafc;
}

.partnership-snapshot .snapshot-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #eef2ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    transition: all 0.3s ease;
}

.partnership-snapshot .snapshot-item:hover .snapshot-icon {
    background: #2563eb;
    color: #ffffff;
}

.partnership-snapshot .snapshot-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

.partnership-snapshot .snapshot-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #94a3b8;
    margin-bottom: 6px;
}

.partnership-snapshot .snapshot-value {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.4;
}

.partnership-snapshot .snapshot-value .highlight {
    color: #2563eb;
}

/*=========================================
    Responsive
=========================================*/

@media (max-width: 1199px) {
    .partnership-snapshot .snapshot-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .partnership-snapshot .snapshot-item {
        border-right: 1px solid #eef2f5;
        border-bottom: 1px solid #eef2f5;
    }

    .partnership-snapshot .snapshot-item:nth-child(3n) {
        border-right: none;
    }

    .partnership-snapshot .snapshot-item:nth-child(4),
    .partnership-snapshot .snapshot-item:nth-child(5) {
        border-bottom: none;
    }
}

@media (max-width: 991px) {


    .partnership-snapshot .snapshot-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .partnership-snapshot .snapshot-item {
        border-right: 1px solid #eef2f5;
        border-bottom: 1px solid #eef2f5;
        padding: 20px 14px;
    }

    .partnership-snapshot .snapshot-item:nth-child(2n) {
        border-right: none;
    }

    .partnership-snapshot .snapshot-item:nth-child(3n) {
        border-right: 1px solid #eef2f5;
    }

    .partnership-snapshot .snapshot-item:nth-child(4) {
        border-bottom: 1px solid #eef2f5;
    }

    .partnership-snapshot .snapshot-item:nth-child(5) {
        border-bottom: none;
        border-right: 1px solid #eef2f5;

    }

}

@media (max-width: 768px) {

    .partnership-snapshot .snapshot-grid {
        grid-template-columns: 1fr;
    }

    .partnership-snapshot .snapshot-item {
        border-right: none;
        border-bottom: 1px solid #eef2f5;
        padding: 18px 16px;
        display: flex;
        align-items: center;
        gap: 18px;
        text-align: left;
    }

    .partnership-snapshot .snapshot-item:last-child {
        border-bottom: none;
        border-right: none;
    }

    .partnership-snapshot .snapshot-item:nth-child(3n) {
        border-right: none;
    }

    .partnership-snapshot .snapshot-item:hover {
        background: transparent;
    }

    .partnership-snapshot .snapshot-icon {
        margin: 0;
        width: 44px;
        height: 44px;
        flex-shrink: 0;
    }

    .partnership-snapshot .snapshot-icon svg {
        width: 20px;
        height: 20px;
    }

    .partnership-snapshot .snapshot-item:hover .snapshot-icon {
        background: #eef2ff;
        color: #2563eb;
    }

    .partnership-snapshot .snapshot-label {
        text-align: left;
        font-size: 11px;
    }

    .partnership-snapshot .snapshot-value {
        text-align: left;
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .partnership-snapshot .snapshot-item {
        padding: 14px 12px;
        gap: 14px;
    }

    .partnership-snapshot .snapshot-icon {
        width: 38px;
        height: 38px;
    }

    .partnership-snapshot .snapshot-icon svg {
        width: 16px;
        height: 16px;
    }

    .partnership-snapshot .snapshot-value {
        font-size: 13px;
    }

    .partnership-snapshot .snapshot-label {
        font-size: 10px;
    }
}

/*=========================================
    Key Insight Section
=========================================*/

/* Dark Box */

.key-insight-box {
    position: relative;
    overflow: hidden;
    background: #040814;
    color: #fff;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .05);
    padding: 40px;
    margin-bottom: 70px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .25);
}



/* Grid */

.key-insight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.insight-card {
    display: flex;
    gap: 20px;
    padding: 10px 30px;
}


/* Icon */

.insight-icon {
    flex-shrink: 0;
}

.insight-icon svg {
    width: 40px;
    height: 40px;
}

.insight-icon.purple {
    color: #6C4CF1;
}

.insight-icon.indigo {
    color: #4F46E5;
}

.insight-icon.teal {
    color: #00C2A8;
}

/* Card */

.insight-card h4 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.insight-card p {
    color: #94A3B8;
    font-size: 13px;
    line-height: 1.7;
}

/* Quote */

.key-insight-quote {
    display: inline-block;
    max-width: 900px;
    margin: auto;
    padding: 40px 32px;
    border-radius: 24px;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

.key-insight-quote::before {
    content: ''
}

/*=========================================
    Partnership Quote
=========================================*/

.partnership-quote {
    position: relative;
    max-width: 900px;
    margin: 64px auto 0;
    padding: 40px 32px;
    text-align: center;
}

.partnership-quote .quote-mark {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12rem;
    font-family: Georgia, serif;
    line-height: 1;
    color: rgba(108, 76, 241, 0.05);
    user-select: none;
    pointer-events: none;
    transition: transform .5s ease;
}

.partnership-quote:hover .quote-mark {
    transform: translateX(-50%) scale(1.05);
}

.partnership-quote .quote-text {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    font-size: 2.25rem;
    font-weight: 800;
    font-style: italic;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #0F172A;
}

.partnership-quote .quote-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}

.partnership-quote .quote-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.partnership-quote .quote-dot.purple {
    background: #6C4CF1;
}

.partnership-quote .quote-dot.teal {
    background: #00C2A8;
}

.partnership-quote .quote-line {
    width: 64px;
    height: 1px;
    background: linear-gradient(to right,
            transparent,
            #E5E7EB,
            transparent);
}

/*=========================================
    Responsive
=========================================*/

@media (max-width: 991px) {

    .partnership-quote .quote-text {
        font-size: 1.875rem;
    }

    .partnership-quote .quote-mark {
        font-size: 10rem;
    }
}

@media (max-width: 767px) {

    .partnership-quote {
        margin-top: 50px;
        padding: 30px 20px;
    }

    .partnership-quote .quote-text {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .partnership-quote .quote-mark {
        font-size: 8rem;
        top: -45px;
    }

    .partnership-quote .quote-line {
        width: 48px;
    }
}

/*=========================================
    Responsive
=========================================*/

@media (max-width:1200px) {

    .key-insight-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .insight-card {
        padding: 30px 0;
    }


}

@media (max-width:767px) {

    .key-insight-grid {
        grid-template-columns: 1fr;
    }

    .insight-card {
        padding: 25px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .insight-card:last-child {
        border-bottom: none;
    }

    .key-insight-box {
        padding: 30px 25px;
    }

    .key-insight-quote {
        display: block;
        font-size: 26px;
        padding: 30px 20px;
    }

}

/* ==========================
   Responsive
========================== */

@media (max-width: 991px) {

    .decision-section .decision-container {
        padding: 40px 30px;
    }

    .decision-section .decision-grid {
        grid-template-columns: 1fr;
    }

    .decision-section .decision-title {
        font-size: 34px;
    }

    .decision-section .decision-highlight {
        font-size: 26px;
    }
}

@media (max-width: 767px) {

    .decision-section .decision-container {
        padding: 30px 20px;
    }

    .decision-section .decision-title {
        font-size: 28px;
    }

    .decision-section .decision-highlight {
        font-size: 22px;
    }

    .decision-section .decision-description {
        font-size: 18px;
    }

    .decision-section .decision-card {
        padding: 25px;
    }
}






/* ============================================
   CONTACT SECTION - CONSISTENT STYLING
   ============================================ */


/* ----- 3. CONTACT GRID ----- */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

/* ----- 4. PROFILE CARD ----- */
.contact-profile {
    height: 100%;
}

.profile-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 36px 36px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease;
}

.profile-card:hover {
    border-color: #2563eb;


}

/* ----- 5. PROFILE IMAGE ----- */
.profile-image-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.profile-image {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #eef2f6;
    transition: all 0.3s ease;
}


.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----- 6. PROFILE INFO ----- */
.profile-info {
    width: 100%;
}

.profile-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #2563eb;
    margin-bottom: 6px;
}

.profile-name {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
    letter-spacing: -0.02em;
}

.profile-title {
    font-size: 15px;
    font-weight: 500;
    color: #475569;
    margin: 0 0 16px 0;
}

.profile-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 24px 0;
}

/* ----- 7. CONTACT LINKS ----- */
.profile-contact {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: auto;
    width: 100%;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    flex: 1;
    min-width: 140px;
    justify-content: center;
}

.contact-link:hover {
    text-decoration: none;

}

.contact-link.email {
    background: #eff6ff;
    color: #2563eb;
    border-color: #bfdbfe;
}

.contact-link.email:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.25);
}

.contact-link.linkedin {
    background: #f0f4f9;
    color: #0a66c2;
    border-color: #b3d0e8;
}

.contact-link.linkedin:hover {
    background: #0a66c2;
    color: #ffffff;
    border-color: #0a66c2;
    box-shadow: 0 4px 20px rgba(10, 102, 194, 0.25);
}

.contact-link svg {
    flex-shrink: 0;
}

/* ----- 8. CTA CARD ----- */
.contact-cta {
    height: 100%;
}

.cta-card {
    background: linear-gradient(160deg, #f8fafc, #ffffff);
    border-radius: 20px;
    padding: 40px 36px 36px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.cta-card:hover {
    border-color: #2563eb;

}

/* ----- 9. CTA ICON ----- */
.cta-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.cta-card:hover .cta-icon-wrap {
    background: rgba(37, 99, 235, 0.12);
    transform: scale(1.05);
}

.cta-icon-wrap svg {
    stroke: #2563eb;
}

/* ----- 10. CTA CONTENT ----- */
.cta-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

.cta-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 20px 0;
    max-width: 400px;
}

/* ----- 11. BENEFITS TAGS ----- */
.cta-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}

.benefit-tag {
    font-size: 12px;
    font-weight: 500;
    color: #475569;
    padding: 5px 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cta-card:hover .benefit-tag {
    border-color: #bfdbfe;
    color: #2563eb;
    background: #fafbff;
}

/* ----- 12. CTA BUTTON ----- */
.cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.25);
    width: 100%;
    justify-content: center;
}

.cta-btn-primary:hover {
    color: #ffffff;
    text-decoration: none;

}

.cta-btn-primary svg {
    transition: transform 0.3s ease;
}

.cta-btn-primary:hover svg {
    transform: translateX(4px);
}

/* ----- 13. CTA NOTE ----- */
.cta-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    color: #94a3b8;
    margin: 16px 0 0 0;
}

.cta-note svg {
    flex-shrink: 0;
    color: #059669;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* ----- Tablet (â‰¤991px) ----- */
@media (max-width: 991px) {


    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .profile-card,
    .cta-card {
        padding: 32px 28px 28px;
    }

    .profile-image {
        width: 120px;
        height: 120px;
    }

    .profile-name {
        font-size: 26px;
    }
}

/* ----- Mobile Landscape (â‰¤767px) ----- */
@media (max-width: 767px) {


    .case-tag-label {
        font-size: 10px;
    }

    .profile-card,
    .cta-card {
        padding: 24px 20px 20px;
        border-radius: 16px;
    }

    .profile-image {
        width: 100px;
        height: 100px;
    }

    .profile-name {
        font-size: 22px;
    }

    .profile-title {
        font-size: 14px;
    }

    .profile-contact {
        flex-direction: column;
    }

    .contact-link {
        min-width: auto;
        padding: 10px 20px;
    }

    .cta-title {
        font-size: 20px;
    }

    .cta-btn-primary {
        padding: 14px 24px;
        font-size: 14px;
    }

    .cta-benefits {
        gap: 6px;
    }

    .benefit-tag {
        font-size: 11px;
        padding: 4px 12px;
    }
}

/* ----- Mobile Portrait (â‰¤480px) ----- */
@media (max-width: 480px) {

    .related-case-footer .hero-cta-btn {
        font-size: 13px;
        padding: 8px 20px;
    }


    .profile-card,
    .cta-card {
        padding: 20px 16px 16px;
        border-radius: 14px;
    }

    .profile-image {
        width: 80px;
        height: 80px;
    }

    .profile-name {
        font-size: 20px;
    }

    .profile-desc {
        font-size: 14px;
    }

    .cta-title {
        font-size: 18px;
    }

    .cta-desc {
        font-size: 14px;
    }

    .cta-icon-wrap {
        width: 60px;
        height: 60px;
    }

    .cta-icon-wrap svg {
        width: 32px;
        height: 32px;
    }

    .cta-btn-primary {
        font-size: 13px;
        padding: 12px 20px;
    }

    .cta-note {
        font-size: 12px;
    }
}


/* ==========================================
   KEY INSIGHT - ICON COLORS FIX
   ========================================== */

/* Icon container colors */
.insight-icon.purple {
    color: #7C3AED;
}

.insight-icon.indigo {
    color: #4F46E5;
}

.insight-icon.teal {
    color: #0D9488;
}

/* SVG stroke colors */
.insight-icon.purple svg {
    stroke: #7C3AED;
}

.insight-icon.indigo svg {
    stroke: #4F46E5;
}

.insight-icon.teal svg {
    stroke: #0D9488;
}

/* Hover effect - subtle scale */
.insight-icon svg {
    transition: transform 0.3s ease, stroke 0.3s ease;
}

.insight-card:hover .insight-icon svg {
    transform: scale(1.1);
}

.insight-card:hover .insight-icon.purple svg {
    stroke: #6D28D9;
}

.insight-card:hover .insight-icon.indigo svg {
    stroke: #4338CA;
}

.insight-card:hover .insight-icon.teal svg {
    stroke: #0F766E;
}



/* ============================================
   RELATED CASE STUDIES - PROFESSIONAL PREMIUM
   ============================================ */

.related-case-section.section {
    background: #f7f8fa;
}

/* ----- Grid ----- */
.related-case-grid {
    margin-bottom: 48px;
}

.related-case-card {
    margin-bottom: 24px;
}

/* ----- Card Link ----- */
.related-case-link {
    display: block;
    text-decoration: none;
    height: 100%;
}

.related-case-link:hover {
    text-decoration: none;
}

/* ----- Card Inner ----- */
.related-case-inner {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8ecf0;
    transition: all 0.3s ease;
    height: 100%;
}

.related-case-link:hover .related-case-inner {
    border-color: #2563eb;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}

/* ----- Case Image ----- */
.case-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #e8ecf0;
}

.case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-case-link:hover .case-image img {
    transform: scale(1.03);
}

/* ----- Image Overlay ----- */
.case-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            transparent 40%,
            rgba(0, 0, 0, 0.2) 80%,
            rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
}

/* ----- Case Content ----- */
.case-content {
    padding: 24px 28px 28px;
}


/* ----- Title ----- */
.case-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a0e1a;
    margin: 0 0 8px 0;
    line-height: 1.3;
    letter-spacing: -0.02em;
    transition: color 0.2s ease;
}

.related-case-link:hover .case-title {
    color: #2563eb;
}

/* ----- Excerpt ----- */
.case-excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 16px 0;
}

/* ----- Tags ----- */
.case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.case-tags span {
    font-size: 12px;
    font-weight: 500;
    color: #475569;
    padding: 3px 14px;
    background: #f1f4f8;
    border-radius: 4px;
}

/* ----- Read More ----- */
.case-readmore {
    font-size: 14px;
    font-weight: 600;
    color: #0a0e1a;
    transition: color 0.2s ease;
}

.related-case-link:hover .case-readmore {
    color: #2563eb;
}

/* ============================================
   VIEW ALL LINK
   ============================================ */

.view-all-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #0a0e1a;
    padding: 12px 32px;
    border: 1px solid #dce0e5;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.view-all-link:hover {
    color: #2563eb;
    border-color: #2563eb;
    text-decoration: none;
    background: #fafbff;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 991px) {

    .case-image {
        height: 180px;
    }

    .case-content {
        padding: 20px 22px 24px;
    }

    .case-title {
        font-size: 18px;
    }

}

@media (max-width: 767px) {
    .related-case-card {
        margin-bottom: 30px;
    }

    .case-image {
        height: 160px;
    }

    .case-content {
        padding: 18px 18px 20px;
    }

    .case-title {
        font-size: 17px;
    }

    .case-excerpt {
        font-size: 13px;
    }


    .view-all-link {
        padding: 10px 24px;
        font-size: 14px;
    }

}

@media (max-width: 480px) {
    .case-image {
        height: 140px;
    }

    .case-content {
        padding: 16px 16px 18px;
    }

    .case-title {
        font-size: 16px;
    }

    .case-excerpt {
        font-size: 13px;
        margin-bottom: 12px;
    }


    .case-tags span {
        font-size: 11px;
        padding: 2px 10px;
    }

    .case-readmore {
        font-size: 13px;
    }

    .view-all-link {
        font-size: 13px;
        padding: 10px 20px;
    }
}
