
.case-details{
    /*padding:50px 0 90px;*/
    background:#f7f9fc;
}

.back-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#667085;
    font-size:14px;
    font-weight:600;
    margin-bottom:24px;
}

main.case-details h6 {
    font-size: 16px !important;
}
section.hero-stats {
    margin-top: -20px;
}
.case-hero{

    background:linear-gradient(135deg,#081b31 0%,#12392a 100%);
    border-radius:24px;
    padding:55px;
    color:#fff;

}

.hero-tags{

    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:20px;

}

.tag{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 16px;
    border-radius:50px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.4px;

}

.tag.green{

    background:#1f8f5f;

}

.tag.orange{

    background:#ff9800;

}

.case-hero h1{

    font-size:25px;
    font-weight:700;
    line-height:1.28;
    max-width:820px;
    margin-bottom:18px;

}

.case-hero p{

    max-width:760px;
    font-size:15px;
    color:#dbe7ef;

}

.hero-note{

    display:inline-flex;
    align-items:center;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.12);
    border-radius:40px;
    padding:12px 18px;
    color:#e5eef5;
    font-size:14px;

}


.hero-stats{

    display:grid;
    grid-template-columns:repeat(4,1fr);

    background:#fff;

    border-radius:0 0 24px 24px;

    overflow:hidden;

    border:1px solid #e6edf5;
    border-top:none;

    margin-bottom:55px;

}

.stat {
    padding: 15px 15px;
    border-right: 1px solid #edf2f7;
}

.stat:last-child{

    border-right:none;

}

.stat label{

    display:block;
    color:#98a4b6;
    font-size:11px;
    font-weight:700;
    letter-spacing:.8px;
    margin-bottom:10px;

}

.stat h4{

    font-size:15px;
    font-weight:600;
    line-height:1.6;
    color:#1b2430;
        margin: 0px;

}



section h6{

    font-size:12px;
    color:#98a4b6;
    font-weight:700;
    letter-spacing:1.2px;
    margin-bottom:20px;
    text-transform:uppercase;

}

.what-intin {
    margin-top: 25px;
}
.situation-box,
.phase-card,
.result-box,
.progress-card,
.capability-card{

    background:#fff;
    border:1px solid #e8edf6;
    border-radius:20px;
    transition:.35s;

}

.situation-box:hover,
.phase-card:hover,
.result-box:hover,
.progress-card:hover,
.capability-card:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 45px rgba(20,31,56,.08);

}


.situation-box{

    padding:34px;

}

.situation-box p{

    color:#677489 !important;
    line-height:1.9 !important;
    font-size:16px;
    text-align: justify;

}


.phase-card{

    display:flex;
    gap:24px;
    padding:30px;
    margin-bottom:20px;

}

.phase-number{

    width:48px;
    height:48px;
    background:#0078aa;
    border-radius:50%;
    color:#fff;

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

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

    flex-shrink:0;

}

.phase-tag{

    display:inline-block;
    color:#0078aa;
    font-size:11px;
    font-weight:700;
    letter-spacing:.8px;
    margin-bottom:8px;

}

.phase-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
}

.phase-content ul {
    padding-left: 20px;
    margin: 0px;
}

.phase-content li{
    color:#687588;
    line-height:1.8;

}


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

.result-box{
    position: relative;
    background:#fff;
    border:1px solid #e5ebf3;
    border-radius:14px;
    padding:26px 17px;
    overflow:hidden;
}

.result-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;
    background:#0078aa;
    border-radius:14px 14px 0 0;
}section.progress-grid {
    margin-top: 20px;
}

.result-box h2{
    font-size:24px;
    font-weight:700;
    color:#0078aa;
    margin-bottom:10px;
}

.result-box p{
    color:#6b778c;
    line-height:1.7;
    font-size:15px;
}


.progress-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.progress-card{
    padding:26px;
}

.progress-card h3{
    font-size:20px;
    margin-bottom:14px;
    color:#1f2937;
}

.progress-card p{
    color:#66758a;
    line-height:1.8;
    margin-bottom:18px;
}

.completed{
    color:#1c9a57;
    font-size:14px;
    font-weight:700;
}

.pending{
    color:#f59e0b;
    font-size:14px;
    font-weight:700;
}


.case-quote{
    max-width:100%;
    text-align:center;
    margin-top: 25px;
}

.case-quote p {
    font-size: 18px!important;
    line-height: 1.5;
    color: #0078aa !important;
    font-style: italic;
    font-weight: 600!important;
    text-align: left!important;
}


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

.capability-card{
    padding:24px;
}

.cap-tag{
    display:inline-block;
    background:#eef8ef;
    color:#0078aa;
    padding:8px 14px;
    border-radius:30px;
    font-size:11px;
    font-weight:700;
}

.capability-card p{
    color:#687588;
    font-size:15px;
}
.case-cta {
    background: #fff !important;
}
.case-cta:after{
    background: none !important;
}

.solution-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    background:#eef6ec;
    border:1px solid #d9e7d8;
    border-left:4px solid #0078aa;
    border-radius:14px;
    padding:2px 24px;
    margin-bottom:16px;
}

.solution-item:hover{
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.solution-item h3{
    font-size:20px;
    margin-bottom:12px;
}

.solution-item ul{
    padding-left:20px;
}

.solution-item li{
    margin-bottom:8px;
    color:#687588;
}

.explore-btn{
    flex-shrink:0;

    background:#0078aa;
    color:#fff;
    text-decoration:none;

    padding:10px 18px;
    border-radius:10px;

    font-size:13px;
    font-weight:600;

    transition:.3s;
}

.explore-btn:hover{
    background:#256f46;
}


.case-cta{
    background:#f1f8f1;
    border:2px solid #dcefdc;
    border-radius:22px;
    padding:10px 50px;
    text-align:center;
}

.case-cta h2{
    font-size:30px;
    margin:0px;
    color:#1f2937;
}

.case-cta p{
    max-width:700px;
    margin:0 auto 5px;
    color:#687588;
    line-height:1.8;
}

.cta-btn{
    display:inline-block;
    padding:16px 34px;
    border-radius:12px;
    background:#0078aa;
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.cta-btn:hover{
    background:#23754a;
}


.case-footer{
    padding:40px 0;
    text-align:center;
    color:#8a94a6;
    font-size:14px;
}



@media(max-width:991px){

.container{
    width:100%;
}

.case-hero{
    padding:40px;
}

.case-hero h1{
    font-size:32px;
}

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

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

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

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

.solution-item{
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
}

}


@media(max-width:767px){

.case-details{
    padding:30px 0;
}

.case-hero{
    padding:22px;
}

.case-hero h1{
    font-size:26px;
    line-height:1.35;
}

.case-hero p{
    font-size:15px;
}

.hero-note{
    font-size:13px;
}

.hero-stats{
    grid-template-columns:1fr;
}

.stat{
    border-right:none;
    border-bottom:1px solid #edf2f7;
}

.stat:last-child{
    border-bottom:none;
}

.phase-card{
    flex-direction:column;
    padding:22px;
}

.phase-content h3{
    font-size:18px;
}

.result-stats,
.progress-grid,
.capability-grid{
    grid-template-columns:1fr;
}

.result-box,
.progress-card,
.capability-card{
    padding:20px;
}

.result-box h2{
    font-size:28px;
}

.case-quote p{
    font-size:20px;
}

.solution-item{
    flex-direction:column;
    align-items:flex-start;
    padding:22px;
}

.explore-btn,
.cta-btn{
    width:100%;
    text-align:center;
}

.case-cta{
    padding:28px 20px;
}

.case-cta h2{
    font-size:24px;
}

.case-footer{
    font-size:13px;
}

}


/* ==========================================
   CAPABILITIES MODERN SECTION
========================================== */

.capabilities-modern {
    width: 100%;
    padding: 30px 0px 80px;
    /* background: #ffffff; */
    box-sizing: border-box;
}

.capabilities-modern-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.capabilities-modern-header {
    margin-bottom: 38px;
}

.capabilities-modern-header h2 {
    margin: 0;
    color: #98a4b6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.header-line {
    width: 95px;
    height: 4px;
    margin-top: 20px;
    position: relative;
    background: #d5d5d5;
}

.header-line span {
    display: block;
    width: 52px;
    height: 4px;
    background: #111111;
}


/* ==========================================
   GRID
========================================== */

.capabilities-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
}


/* ==========================================
   CARD
========================================== */

.capability-modern-card {
    min-height: 230px;
    padding: 25px 25px;
    background: #ffffff;

    border: 1px solid #dddddd;
    border-radius: 18px;

    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.04),
        0 5px 15px rgba(0, 0, 0, 0.025);

    box-sizing: border-box;

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


/* ==========================================
   CARD HOVER
========================================== */

.capability-modern-card:hover {
    transform: translateY(-4px);

    border-color: #cfcfcf;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.07),
        0 15px 35px rgba(0, 0, 0, 0.04);
}


/* ==========================================
   CARD CONTENT
========================================== */

.capability-modern-content {
    max-width: 100%;
}


/* ==========================================
   CARD TITLE
========================================== */

.capability-modern-content h3 {
    margin: 0;

    color: #111111;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.48;
}


/* ==========================================
   SMALL DIVIDER
========================================== */

.small-line {
    width: 45px;
    height: 3px;

    margin-top: 24px;
    margin-bottom: 26px;

    background: #d3d3d3;
}


/* ==========================================
   DESCRIPTION
========================================== */

.capability-modern-content p {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;

    line-height: 1.8;
    letter-spacing: 0;
}


/* ==========================================
   LARGE DESKTOP
========================================== */

/* @media (min-width: 1400px) {


    .capabilities-modern-grid {
        gap: 38px;
    }

    .capability-modern-card {
        min-height: 365px;
        padding: 64px 50px 48px;
    }

    .capability-modern-content h3 {
        font-size: 28px;
    }

    .capability-modern-content p {
        font-size: 20px;
    }
} */


/* ==========================================
   LAPTOP
========================================== */

@media (max-width: 1199px) {

    .capabilities-modern {
        padding: 60px 25px 70px;
    }

    .capabilities-modern-header h2 {
        font-size: 34px;
    }

    .capabilities-modern-grid {
        gap: 28px;
    }

    .capability-modern-card {
        min-height: 320px;
        padding: 48px 35px 38px;
    }

    .capability-modern-content h3 {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    .small-line {
        margin-top: 20px;
        margin-bottom: 22px;
    }

    .capability-modern-content p {
        font-size: 17px;
        line-height: 1.7;
    }
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .capabilities-modern {
        padding: 55px 20px 65px;
    }

    .capabilities-modern-header {
        margin-bottom: 30px;
    }

    .capabilities-modern-header h2 {
        font-size: 30px;
    }

    .capabilities-modern-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .capability-modern-card {
        min-height: 310px;
        padding: 42px 30px 35px;
        border-radius: 15px;
    }

    .capability-modern-content h3 {
        font-size: 21px;
    }

    .capability-modern-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .small-line {
        width: 42px;
        height: 3px;
        margin-top: 18px;
        margin-bottom: 20px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .capabilities-modern {
        padding: 45px 16px 55px;
    }

    .capabilities-modern-header {
        margin-bottom: 28px;
    }

    .capabilities-modern-header h2 {
        font-size: 26px;
        letter-spacing: -0.3px;
    }

    .header-line {
        width: 80px;
        height: 3px;
        margin-top: 15px;
    }

    .header-line span {
        width: 45px;
        height: 3px;
    }

    .capabilities-modern-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .capability-modern-card {
        min-height: auto;
        padding: 38px 25px 32px;
        border-radius: 14px;
    }

    .capability-modern-content h3 {
        font-size: 20px;
        line-height: 1.45;
    }

    .small-line {
        width: 40px;
        height: 3px;
        margin-top: 17px;
        margin-bottom: 19px;
    }

    .capability-modern-content p {
        font-size: 16px;
        line-height: 1.7;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .capabilities-modern {
        padding: 38px 13px 45px;
    }

    .capabilities-modern-header h2 {
        font-size: 23px;
    }

    .capability-modern-card {
        padding: 32px 20px 28px;
        border-radius: 13px;
    }

    .capability-modern-content h3 {
        font-size: 18px;
        line-height: 1.45;
    }

    .small-line {
        width: 38px;
        height: 2px;
        margin-top: 15px;
        margin-bottom: 17px;
    }

    .capability-modern-content p {
        font-size: 15px;
        line-height: 1.65;
    }
}


/* ==========================================
   EXTRA SMALL MOBILE
========================================== */

@media (max-width: 360px) {

    /* .capabilities-modern {
        padding-left: 10px;
        padding-right: 10px;
    } */

    .capabilities-modern-header h2 {
        font-size: 21px;
    }

    .capability-modern-card {
        padding: 28px 17px 25px;
    }

    .capability-modern-content h3 {
        font-size: 17px;
    }

    .capability-modern-content p {
        font-size: 14px;
    }
}




/* =========================================================
   INTIN SOLUTIONS APPLIED
========================================================= */

.solutions-applied-section {
    position: relative;
    width: 100%;
    /* padding: 25px 25px; */
    /* background: #ffffff; */
    overflow: hidden;
    box-sizing: border-box;
}
.solution-applied-card {
    width: 100%;
}

.solutions-applied-container {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
}

.solutions-applied-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.solutions-heading {
    grid-column: 1 / -1;
}
/* =========================================================
   SECTION HEADING
========================================================= */

.solutions-heading {
    margin-bottom: 38px;
}

.solutions-heading h2 {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    /* letter-spacing: -0.7px; */

    color: #98a4b6;
}

.solutions-heading-line {
    position: relative;

    width: 105px;
    height: 4px;

    margin-top: 20px;

    background: #d9e1eb;
    border-radius: 10px;

    overflow: hidden;
}

.solutions-heading-line span {
    display: block;

    width: 55px;
    height: 100%;

    background: linear-gradient(
        90deg,
        #111111,
        #111111
    );

    border-radius: 10px;

    animation: headingLineMove 2.8s ease-in-out infinite;
}

@keyframes headingLineMove {

    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(45px);
    }

    100% {
        transform: translateX(0);
    }
}

    .progress-grid-text h3{
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 700;
        /* letter-spacing: -0.7px; */
        color: #98a4b6;
        padding: 3px 0px;
        margin-top: 25px;
    }

/* =========================================================
   SOLUTION CARD
========================================================= */

.solution-applied-card {
    position: relative;

    width: 100%;
    /* margin-bottom: 32px; */

    background: rgba(255, 255, 255, 0.96);

    border: 1px solid #dfe4eb;
    border-radius: 18px;

    /* box-shadow:
        0 4px 12px rgba(18, 35, 58, 0.035),
        0 12px 35px rgba(18, 35, 58, 0.045); */

    overflow: hidden;

    transition:
        transform 0.45s cubic-bezier(.2,.8,.2,1),
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}


/* =========================================================
   CARD HOVER
========================================================= */

.solution-applied-card:hover {
    transform: translateY(-6px);

    border-color: #c8d7ec;

    /* box-shadow:
        0 8px 20px rgba(25, 76, 145, 0.07),
        0 20px 45px rgba(25, 76, 145, 0.08); */
}


/* =========================================================
   TOP ACCENT
========================================================= */

.solution-accent {
    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 4px;

    /* background: linear-gradient(
        90deg,
        #1457d9,
        #3b91ff,
        #76b5ff
    ); */

    border-radius: 0 10px 10px 0;

    transition: width 0.8s cubic-bezier(.2,.8,.2,1);
}

.solution-applied-card:hover .solution-accent {
    width: 100%;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.solution-content {
    padding: 25px;
}


/* =========================================================
   TITLE
========================================================= */

.solution-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.solution-title-wrap h3 {
    position: relative;

    margin: 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;

    color: #17263a;

    letter-spacing: -0.5px;
}


/* =========================================================
   TITLE SMALL LINE
========================================================= */

.solution-title-line {
    display: block;

    width: 125px;
    height: 3px;

    margin-top: 22px;

    background: linear-gradient(
        90deg,
        #d8dee7,
        #eef2f7
    );

    border-radius: 5px;

    position: relative;
    overflow: hidden;
}

.solution-title-line::after {
    content: "";

    position: absolute;

    left: -100%;
    top: 0;

    width: 55%;
    height: 100%;

    background: #010204;

    transition: left .95s ease;
}

.solution-applied-card:hover
.solution-title-line::after {
    left: 100%;
}


/* =========================================================
   POINTS
========================================================= */

.solution-points {
    margin-top: 25px;
}

.solution-point {
    display: flex;
    align-items: flex-start;

    gap: 18px;

    margin-bottom: 22px;
}

.solution-point:last-child {
    margin-bottom: 0;
}


/* =========================================================
   BULLET
========================================================= */

.point-dot {
    flex: 0 0 auto;

    width: 7px;
    height: 7px;

    margin-top: 13px;

    border-radius: 50%;

    background: #1d5fd1;

    box-shadow:
        0 0 0 5px rgba(29, 95, 209, 0.08);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.solution-point:hover .point-dot {
    transform: scale(1.35);

    box-shadow:
        0 0 0 7px rgba(29, 95, 209, 0.10);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.solution-point p {
    margin: 0;

    max-width: 1350px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 21px;
    line-height: 1.75;
    font-weight: 400;

    color: #283548;
}


/* =========================================================
   SUBTLE CARD GLOW
========================================================= */

.solution-applied-card::after {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    right: -150px;
    bottom: -170px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(40, 110, 219, 0.06) 0%,
        rgba(40, 110, 219, 0.025) 35%,
        transparent 70%
    );

    pointer-events: none;

    transition:
        transform 0.6s ease,
        opacity 0.6s ease;
}

.solution-applied-card:hover::after {
    transform: scale(1.5);
}


/* =========================================================
   SCROLL REVEAL
========================================================= */

.reveal {
    opacity: 0;

    transform: translateY(35px);

    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(.2,.8,.2,1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   CARD DELAY
========================================================= */

.solution-applied-card:nth-child(2) {
    transition-delay: 0.12s;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    /* .solutions-applied-section {
        padding-left: 45px;
        padding-right: 45px;
    }

    .solution-content {
        padding: 58px 60px 55px;
    } */

    .solution-title-wrap h3 {
        font-size: 20px;
    }

    .solution-point p {
        font-size: 16px;
    }
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) {

    .solutions-applied-section {
        padding: 60px 25px 70px;
    }

    .solutions-heading h2 {
        font-size: 20px;
    }

    .solution-content {
        padding: 25px;
    }

    .solution-title-wrap h3 {
        font-size: 20px;
    }

    .solution-point p {
        font-size: 18px;
        line-height: 1.7;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .solutions-applied-section {
        padding: 55px 20px 65px;
    }

    .solutions-heading {
        margin-bottom: 30px;
    }

    .solutions-heading h2 {
        font-size: 31px;
    }

    .solution-applied-card {
        margin-bottom: 24px;
        border-radius: 15px;
    }

    .solution-content {
        padding: 25px;
    }

    .solution-title-wrap h3 {
        font-size: 25px;
    }

    .solution-title-line {
        width: 105px;
        margin-top: 18px;
    }

    .solution-points {
        margin-top: 22px;
    }

    .solution-point {
        gap: 15px;
        margin-bottom: 18px;
    }

    .solution-point p {
        font-size: 17px;
        line-height: 1.65;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .solutions-applied-section {
        padding: 45px 16px 55px;
    }

    .solutions-heading {
        margin-bottom: 27px;
    }

    .solutions-heading h2 {
        font-size: 27px;
        letter-spacing: -0.4px;
    }

    .solutions-heading-line {
        width: 85px;
        height: 3px;
        margin-top: 15px;
    }

    .solutions-heading-line span {
        width: 45px;
    }

    .solution-applied-card {
        margin-bottom: 20px;
        border-radius: 14px;
    }

    .solution-content {
        padding: 25px;
    }

    .solution-title-wrap h3 {
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: -0.2px;
    }

    .solution-title-line {
        width: 85px;
        height: 3px;
        margin-top: 15px;
    }

    .solution-points {
        margin-top: 20px;
    }

    .solution-point {
        gap: 14px;
        margin-bottom: 17px;
    }

    .point-dot {
        width: 6px;
        height: 6px;
        margin-top: 11px;
    }

    .solution-point p {
        font-size: 15.5px;
        line-height: 1.7;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .solutions-applied-section {
        padding: 38px 12px 45px;
    }

    .solutions-heading h2 {
        font-size: 23px;
    }

    .solution-content {
        padding: 25px;
    }

    .solution-title-wrap h3 {
        font-size: 19px;
        line-height: 1.45;
    }

    .solution-title-line {
        width: 75px;
        margin-top: 13px;
    }

    .solution-points {
        margin-top: 17px;
    }

    .solution-point {
        gap: 12px;
        margin-bottom: 15px;
    }

    .solution-point p {
        font-size: 14px;
        line-height: 1.65;
    }

    .point-dot {
        width: 5px;
        height: 5px;
        margin-top: 9px;

        box-shadow:
            0 0 0 4px rgba(29, 95, 209, 0.08);
    }
}


/* =========================================================
   EXTRA SMALL
========================================================= */

@media (max-width: 360px) {

    .solutions-applied-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .solutions-heading h2 {
        font-size: 21px;
    }

    .solution-content {
        padding: 25px;
    }

    .solution-title-wrap h3 {
        font-size: 18px;
    }

    .solution-point p {
        font-size: 13.5px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
/* =========================================
   CASE STUDY RELATED SOLUTIONS
========================================= */

.casestudy-related-solutions {
    width: 100%;
    padding: 45px 0;
}


/* Heading */

.casestudy-related-solutions-header {
    margin-bottom: 25px;
}

.casestudy-related-solutions-header h6 {
    margin: 0;
    padding-bottom: 14px;

    font-size: 18px;
    font-weight: 800;

    letter-spacing: 0.12em;

    color: #94a3b8;

    border-bottom: 1px solid #e2e8f0;
}


/* One by one */

.casestudy-related-solutions-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


/* Card */

.casestudy-solution-row {
    width: 100%;

    padding: 32px;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 22px;

    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);
}


/* Title */

.casestudy-solution-row h3 {
    margin: 0 0 25px;

    font-size: 24px;

    line-height: 1.35;

    font-weight: 800;

    color: #087ca8;
}


/* Features */

.casestudy-solution-features {
    margin: 0;

    padding-left: 28px;
}


/* Individual feature */

.casestudy-solution-features li {
    margin-bottom: 14px;

    padding-left: 4px;

    font-size: 16px;

    line-height: 1.6;

    color: #000000;
}


/* Bullet */

.casestudy-solution-features li::marker {
    color: #087ca8;

    font-size: 12px;
}


/* Before — */

.casestudy-solution-features li strong {
    font-size: 16px;

    font-weight: 700;

    color: #000000;
}


/* After — */

.casestudy-solution-features li span {
    font-size: 16px;

    font-weight: 400;

    color: #000000;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .casestudy-solution-row {
        padding: 26px;
    }

    .casestudy-solution-row h3 {
        font-size: 22px;
    }

    .casestudy-solution-features li {
        font-size: 15px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .casestudy-related-solutions {
        padding: 30px 0;
    }

    .casestudy-related-solutions-list {
        gap: 18px;
    }

    .casestudy-solution-row {
        padding: 20px;

        border-radius: 16px;
    }

    .casestudy-solution-row h3 {
        font-size: 19px;

        margin-bottom: 18px;
    }

    .casestudy-solution-features {
        padding-left: 22px;
    }

    .casestudy-solution-features li,
    .casestudy-solution-features li strong,
    .casestudy-solution-features li span {
        font-size: 14px;
    }

}

.casestudy-solution-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 25px;
}

.casestudy-solution-header h3 {
    margin: 0;
    flex: 1;
}


/* Explore Solution */

.casestudy-explore-solution {
    flex-shrink: 0;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 18px;

    border: 1px solid #087ca8;
    border-radius: 25px;

    background: #ffffff;

    color: #087ca8;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.25s ease;
}

.casestudy-explore-solution span {
    font-size: 17px;
    line-height: 1;
}

.casestudy-explore-solution:hover {
    background: #087ca8;
    color: #ffffff;
    text-decoration: none;
    transform: translateX(2px);
}


/* Mobile */

@media (max-width: 767px) {
    .hero-content{
        margin-bottom: 20px;
    }
    .casestudy-solution-header {
        flex-direction: column;
        gap: 15px;
    }

    .casestudy-explore-solution {
        align-self: flex-start;
    }
    .situation-box{
        padding: 20px;
    }

}

@media (max-width: 767.98px) {

    .solutions-applied-section {
        width: 100%;
        padding: 35px 15px;
        overflow: hidden;
    }

    .solutions-applied-container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .solutions-heading {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .solutions-heading h2 {
        font-size: 24px;
        line-height: 1.25;
        margin: 0;
        word-break: break-word;
    }

    .solutions-heading-line {
        margin-top: 10px;
    }

    .solutions-heading-line span {
        display: block;
        width: 55px;
        height: 3px;
        margin: 0 auto;
    }

    .solution-applied-card {
        position: relative;
        width: 100%;
        margin-bottom: 18px;
        border-radius: 12px;
        overflow: hidden;
    }

    .solution-accent {
        width: 4px;
        min-width: 4px;
    }

    .solution-content {
        width: 100%;
        padding: 18px 16px;
    }

    .solution-title-wrap {
        width: 100%;
        margin-bottom: 15px;
    }

    .solution-title-wrap h3 {
        font-size: 18px;
        line-height: 1.35;
        margin: 0;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .solution-title-line {
        display: block;
        width: 45px;
        height: 2px;
        margin-top: 8px;
    }

    .solution-points {
        width: 100%;
    }

    .solution-point {
        display: flex;
        align-items: flex-start;
        width: 100%;
        gap: 10px;
        margin-bottom: 12px;
    }

    .solution-point:last-child {
        margin-bottom: 0;
    }

    .point-dot {
        flex: 0 0 7px;
        width: 7px;
        height: 7px;
        margin-top: 7px;
        border-radius: 50%;
    }

    .solution-point p {
        flex: 1;
        min-width: 0;
        margin: 0;
        font-size: 14px;
        line-height: 1.55;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

}
@media (max-width: 767.98px) {

    .solutions-applied-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .solution-applied-card {
        width: 100%;
        margin-bottom: 0;
    }

}


@media (min-width: 768px) and (max-width: 991.98px) {

    .solutions-applied-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .solution-applied-card {
        width: 100%;
        margin-bottom: 0;
    }

}