/* =========================
   CASE STUDY PAGE
========================= */

.case-study-page {
    background: #0b1428;
    color: #fff;
    font-family: Arial, sans-serif;
}

/* COMMON */
.case-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.case-section {
    padding: 15px 0;
}

.case-section-title {
    text-align: center;
    margin-bottom: 45px;
}

.case-section-title h2 {
    font-size: 34px;
    margin: 0 0 12px;
    font-weight: 700;
}

.case-section-title h2 span {
    color: #4da3ff;
}

.case-section-title p {
    max-width: 750px;
    margin: auto;
    color: #b8c3d6;
    line-height: 1.7;
}


/* =========================
   HERO
========================= */

.case-hero {
    padding: 5px 0;
    background:
        linear-gradient(rgba(11,20,40,.90), rgba(11,20,40,.96)),
        url("images/case-study/occ-banner.jpg") center/cover no-repeat;
}

.case-hero-content {
    max-width: 850px;
}

.case-label {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #4da3ff;
    border-radius: 30px;
    color: #4da3ff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.case-hero h1 {
    font-size: 52px;
    line-height: 1.15;
    margin: 0 0 20px;
}

.case-hero h1 span {
    color: #4da3ff;
}

.case-hero > .case-container > .case-hero-content > p {
    font-size: 19px;
    line-height: 1.8;
    color: #d2d9e5;
    max-width: 750px;
}


/* =========================
   PROJECT META / SNAPSHOT
========================= */

.case-meta {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.case-meta-box {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    padding: 20px;
    border-radius: 10px;
}

.case-meta-box small {
    display: block;
    color: #8fa0b8;
    font-size: 13px;
    margin-bottom: 7px;
}

.case-meta-box strong {
    color: #fff;
    font-size: 16px;
}


/* =========================
   CLIENT OVERVIEW & BACKGROUND
========================= */

.client-overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.client-overview-image img {
    width: 100%;
    display: block;
    border-radius: 14px;
}

.client-overview-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.client-overview-content p {
    color: #bdc7d7;
    line-height: 1.8;
    margin-bottom: 15px;
}


/* =========================
   SOLUTIONS DELIVERED
========================= */

.functional-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.functional-card {
    padding: 30px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    transition: .3s ease;
}

.functional-card:hover {
    transform: translateY(-5px);
    border-color: #4da3ff;
}

.functional-icon {
    font-size: 30px;
    color: #4da3ff;
    margin-bottom: 18px;
}

.functional-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.functional-card p {
    color: #adb9cb;
    line-height: 1.7;
    margin: 0 0 10px;
}

.functional-card ul {
    margin: 0;
    padding-left: 18px;
    color: #bdc7d7;
}

.functional-card li {
    margin-bottom: 6px;
}


/* =========================
   IN FOCUS SECTION
========================= */

.in-focus-box {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    padding: 35px;
    margin-bottom: 30px;
}

.in-focus-box h3 {
    font-size: 24px;
    color: #4da3ff;
    margin-bottom: 15px;
}

.in-focus-box p {
    color: #d2d9e5;
    line-height: 1.7;
    margin-bottom: 15px;
}

.in-focus-sub {
    margin-top: 20px;
}

.in-focus-sub strong {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}


/* =========================
   TABLES & HIGHLIGHTS
========================= */

.project-highlight-box {
    max-width: 1000px;
    margin: auto;
    overflow-x: auto;
}

.project-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255,255,255,.04);
}

.project-table th,
.project-table td {
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.10);
    text-align: left;
}

.project-table th {
    width: 35%;
    color: #4da3ff;
    background: rgba(255,255,255,.05);
}

.project-table td {
    color: #d5dce8;
}


/* =========================
   PULL QUOTE
========================= */

.pull-quote {
    text-align: center;
    padding: 50px 30px;
    background: rgba(77, 163, 255, 0.08);
    border-left: 4px solid #4da3ff;
    border-radius: 8px;
    margin: 40px 0;
}

.pull-quote blockquote {
    font-size: 22px;
    font-style: italic;
    color: #fff;
    margin: 0 0 15px;
    line-height: 1.6;
}

.pull-quote cite {
    color: #8fa0b8;
    font-size: 15px;
    font-style: normal;
}


/* =========================
   BUSINESS BENEFITS & VALUE
========================= */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.benefit-card {
    padding: 25px;
    text-align: center;
    background: rgba(255,255,255,.05);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.09);
}

.benefit-card i {
    color: #4da3ff;
    font-size: 25px;
    margin-bottom: 15px;
}

.benefit-card p {
    color: #d2d9e5;
    line-height: 1.5;
    margin: 0;
}


/* =========================
   RELATED SOLUTIONS
========================= */

.related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.related-box {
    padding: 30px;
    background: rgba(255,255,255,.05);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.10);
}

.related-box h3 {
    margin-bottom: 20px;
    color: #4da3ff;
}

.related-box ul {
    margin: 0;
    padding-left: 20px;
}

.related-box li {
    color: #c1cad8;
    margin-bottom: 12px;
}


/* =========================
   CTA
========================= */

.case-cta {
    padding: 10px 0;
    text-align: center;
    background: linear-gradient(
        135deg,
        rgba(77,163,255,.15),
        rgba(11,20,40,.8)
    );
}

.case-cta h2 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: left;
}

.case-cta p {
    color: #c4cedc;
    max-width: 10%;
    word-wrap: break-word;
    margin: 0 auto 5px;
    line-height: 1.7;
transform: translateX(180px);
}

.case-btn {
    display: inline-block;
    padding: 5px 20px;
    margin: 2px;
    border-radius: 5px;
    background: #4da3ff;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.case-btn:hover {
    background: #2789e8;
    color: #fff;
}

.case-btn-outline {
    background: transparent;
    border: 1px solid #4da3ff;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
    .case-meta {
        grid-template-columns: repeat(2, 1fr);
    }
    .functional-grid {
        grid-template-columns: 1fr;
    }
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .case-section {
        padding: 55px 0;
    }
    .case-hero {
        padding: 70px 0;
    }
    .case-hero h1 {
        font-size: 36px;
    }
    .client-overview,
    .related-grid {
        grid-template-columns: 1fr;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .case-container {
        width: 92%;
    }
    .case-meta {
        grid-template-columns: 1fr;
    }
    .case-hero h1 {
        font-size: 30px;
    }
    .case-section-title h2 {
        font-size: 28px;
    }
}
.case-cta {
    background: #0f213d;
    padding: 12px 0 14px;
}

.case-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.case-cta h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}


/* Buttons stay on the extreme left */
.case-cta-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.case-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 245px;
    height: 38px;
    padding: 0 20px;
    background: #4da3ff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}

.case-btn-outline {
    background: transparent;
    border: 1px solid #4da3ff;
}

.case-cta-row {
    display: grid;
    grid-template-columns: 330px 1fr;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}

.case-cta-text {
    text-align: left;
    display: block;
}

.case-cta-text p {
    margin: 0;
    max-width: 770px;
    color: #d5deec;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}