/* =========================================================
   CASE STUDY DETAIL PAGE
   ========================================================= */

.case-study-detail-page {
    position: relative;
    overflow: hidden;
}


/* =========================================================
   CASE STUDY DETAIL BANNER
   ========================================================= */

.case-detail-banner-section {
    position: relative;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 45px;
    color: #ffffff;
    background:
        radial-gradient(circle at 75% 22%,
            rgba(50, 51, 184, 0.16),
            transparent 27%),
        radial-gradient(circle at 20% 82%,
            rgba(13, 110, 253, 0.1),
            transparent 28%),
        linear-gradient(135deg,
            #01091d 0%,
            #031a38 52%,
            #01091c 100%);
}

.case-detail-banner-section::before {
    content: "";
    position: absolute;
    left: -130px;
    bottom: -120px;
    width: 900px;
    height: 350px;
    opacity: 0.16;
    pointer-events: none;
    background:
        repeating-radial-gradient(ellipse at center,
            transparent 0 12px,
            #176ee0 13px 14px,
            transparent 15px 22px);
}

.case-detail-banner-section::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -80px;
    width: 850px;
    height: 330px;
    opacity: 0.08;
    pointer-events: none;
    background:
        repeating-radial-gradient(ellipse at center,
            transparent 0 12px,
            #176ee0 13px 14px,
            transparent 15px 22px);
}


/* =========================================================
   BREADCRUMB
   ========================================================= */

.case-detail-breadcrumb {
    position: relative;
    z-index: 8;
}

.case-detail-breadcrumb .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.case-detail-breadcrumb .breadcrumb-item {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
}

.case-detail-breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 12px;
}

.case-detail-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 12px;
    color: #c1ccdc;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: 9px;
    font-weight: 900;
}

.case-detail-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #e2e7ef;
    text-decoration: none;
}

.case-detail-breadcrumb a:hover {
    color: #ffffff;
}

.case-detail-breadcrumb .breadcrumb-item.active {
    color: #0787ff;
}


/* =========================================================
   BANNER MAIN
   ========================================================= */

.case-detail-banner-main {
    position: relative;
    z-index: 3;
}

.case-detail-banner-content {
    max-width: 760px;
}


/* =========================================================
   CATEGORY
   ========================================================= */

.case-detail-category {
    min-height: 44px;
    padding: 7px 17px 7px 9px;
    border: 1px solid rgba(21, 111, 228, 0.36);
    border-radius: 30px;
    color: #ffffff;
    background: rgba(5, 35, 79, 0.55);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}

.case-detail-category-icon {
    width: 28px;
    min-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: #124fa9;
    font-size: 12px;
}

.case-detail-category-icon i {
    line-height: 1;
}


/* =========================================================
   BANNER TITLE
   ========================================================= */

.case-detail-banner-content h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: 55px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.case-detail-banner-content h1 span {
    color: #ff5a00;
}


/* =========================================================
   BANNER DESCRIPTION
   ========================================================= */

.case-detail-banner-description {
    max-width: 660px;
    color: #e0e5ed !important;
    font-size: 18px;
    line-height: 1.6;
}

.case-detail-banner-description p {
    margin: 0;
    color: #e0e5ed !important;
}


/* =========================================================
   BANNER META
   ========================================================= */

.case-detail-meta {
    max-width: 800px;
    margin-top: 35px;
}

.case-detail-meta-item {
    min-height: 68px;
    padding: 3px 18px;
    border-right: 1px solid rgba(167, 188, 220, 0.26);
}

.case-detail-meta .col-lg-3:first-child .case-detail-meta-item {
    padding-left: 0;
}

.case-detail-meta .col-lg-3:last-child .case-detail-meta-item {
    border-right: 0;
}

.case-detail-meta-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0876f9;
    background: rgba(7, 72, 158, 0.22);
    font-size: 18px;
}

.case-detail-meta-icon i {
    line-height: 1;
}

.case-detail-meta-item strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

.case-detail-meta-value,
.case-detail-meta-value p {
    margin: 0;
    color: #d3dae6 !important;
    font-size: 13px;
    line-height: 1.45;
}


/* =========================================================
   RIGHT DEVICE VISUAL
   SINGLE COMBINED IMAGE
   ========================================================= */

.case-detail-device-visual {
    position: relative;
    min-height: 550px;
}

.case-detail-device-visual-single {
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-detail-device-circle {
    position: absolute;
    top: -70px;
    right: -30px;
    z-index: 0;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(64, 84, 255, 0.6);
    border-radius: 50%;
    background:
        radial-gradient(circle at 40% 40%,
            rgba(41, 62, 200, 0.75),
            rgba(48, 20, 138, 0.45) 60%,
            transparent 72%);
}

.case-detail-device-visual::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 65px;
    z-index: 0;
    width: 100px;
    height: 90px;
    opacity: 0.2;
    background-image:
        radial-gradient(circle,
            #126ee7 2px,
            transparent 2.5px);
    background-size: 20px 20px;
}

.case-detail-combined-device {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 860px;
    margin-left: auto;
}

.case-detail-combined-device img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}


/* =========================================================
   RESULTS STRIP
   ========================================================= */

.case-detail-results {
    position: relative;
    z-index: 7;
    overflow: hidden;
    border: 1px solid rgba(102, 151, 223, 0.48);
    border-radius: 18px;
    background:
        radial-gradient(circle at center,
            rgba(11, 93, 209, 0.09),
            transparent 55%),
        linear-gradient(135deg,
            rgba(3, 18, 44, 0.96),
            rgba(4, 28, 61, 0.96));
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.case-detail-result {
    min-height: 195px;
    padding: 30px 35px;
    border-right: 1px solid rgba(158, 184, 221, 0.24);
}

.case-detail-results .col-xl-3:last-child .case-detail-result {
    border-right: 0;
}


/* =========================================================
   RESULT ICONS
   ========================================================= */

.case-detail-result-icon {
    width: 78px;
    min-width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50%;
    font-size: 32px;
}

.case-detail-result-icon i {
    line-height: 1;
}

.case-result-blue {
    color: #2878f2;
    border-color: rgba(40, 120, 242, 0.34);
    background: rgba(20, 85, 185, 0.22);
}

.case-result-green {
    color: #27c467;
    border-color: rgba(39, 196, 103, 0.3);
    background: rgba(17, 125, 64, 0.25);
}

.case-result-purple {
    color: #9147f2;
    border-color: rgba(145, 71, 242, 0.32);
    background: rgba(82, 32, 162, 0.25);
}

.case-result-teal {
    color: #0cc5e8;
    border-color: rgba(12, 197, 232, 0.3);
    background: rgba(3, 118, 143, 0.25);
}


/* =========================================================
   RESULT CONTENT
   ========================================================= */

.case-detail-result-content {
    min-width: 0;
}

.case-detail-result-text>strong,
.case-detail-result-text strong {
    display: block;
    margin-bottom: 8px;
    font-size: 35px;
    line-height: 1;
    font-weight: 900;
}

.case-detail-result-text h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

.case-result-number-blue strong {
    color: #2878f2;
}

.case-result-number-green strong {
    color: #31c967;
}

.case-result-number-purple strong {
    color: #8f40ee;
}

.case-result-number-teal strong {
    color: #0dc3df;
}

.case-detail-result-description,
.case-detail-result-description p {
    margin: 0;
    color: #e0e5ed !important;
    font-size: 14px;
    line-height: 1.55;
}


/* =========================================================
   CHALLENGE & PROJECT SNAPSHOT SECTION
   ========================================================= */

.challenge-snapshot-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 10%,
            rgba(13, 110, 253, 0.035),
            transparent 28%),
        linear-gradient(180deg,
            #ffffff 0%,
            #fbfdff 100%);
}


/* =========================================================
   LEFT DETAIL CONTENT
   ========================================================= */

.challenge-snapshot-left {
    padding-right: 20px;
}

.case-study-detailed-content {
    color: #071333;
}

.case-study-detailed-content>*:last-child {
    margin-bottom: 0;
}


/* =========================================================
   DETAILED CONTENT COMMON STYLING
   ========================================================= */

.case-study-detailed-content h2 {
    margin-bottom: 18px;
    color: #071333;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.case-study-detailed-content h3 {
    color: #071333;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 900;
}

.case-study-detailed-content h4 {
    color: #071333;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 800;
}

.case-study-detailed-content p {
    color: #34405c;
    font-size: 16px;
    line-height: 1.65;
}

.case-study-detailed-content ul,
.case-study-detailed-content ol {
    padding-left: 20px;
    color: #34405c;
}

.case-study-detailed-content li {
    margin-bottom: 8px;
    color: #34405c;
    font-size: 15px;
    line-height: 1.55;
}


/* =========================================================
   CHALLENGE KICKER
   ========================================================= */

.challenge-snapshot-kicker {
    color: #075be8;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
}

.challenge-snapshot-line {
    width: 28px;
    height: 2px;
    flex-shrink: 0;
    background: #075be8;
}

.challenge-snapshot-line-light {
    width: 22px;
    opacity: 0.12;
}

.challenge-snapshot-left>h2 {
    color: #071333;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.challenge-snapshot-intro {
    max-width: 760px;
    color: #34405c;
    font-size: 18px;
    line-height: 1.65;
}


/* =========================================================
   KEY CHALLENGES TITLE
   ========================================================= */

.challenge-title {
    margin-top: 25px;
}

.challenge-title-icon {
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ff4c20;
    background: #fff0ea;
    font-size: 18px;
}

.challenge-title h3 {
    color: #071333;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 900;
}


/* =========================================================
   CHALLENGE CARDS
   ========================================================= */

.challenge-card {
    min-height: 275px;
    padding: 18px 17px 22px;
    border: 1px solid #d9e3ef;
    border-radius: 10px;
    background:
        linear-gradient(180deg,
            #ffffff 0%,
            #fdfefe 100%);
    box-shadow: 0 10px 26px rgba(15, 43, 88, 0.035);
}

.challenge-card-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ff4e21;
    background:
        radial-gradient(circle at 30% 30%,
            #fff7f4,
            #ffe9e2);
    font-size: 31px;
}

.challenge-card h3 {
    min-height: 52px;
    margin-bottom: 8px;
    color: #071333;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}

.challenge-card p {
    color: #34405c;
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   BUSINESS IMPACT
   ========================================================= */

.challenge-impact {
    padding: 26px 24px;
    border: 1px solid #e1e6f6;
    border-radius: 12px;
    background:
        radial-gradient(circle at top right,
            rgba(119, 75, 236, 0.06),
            transparent 30%),
        linear-gradient(135deg,
            #f8f7ff,
            #ffffff);
}

.challenge-impact-title-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #6b36e5;
    background: #eee8ff;
    font-size: 20px;
}

.challenge-impact-title h3 {
    color: #071333;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 900;
}

.challenge-impact-item {
    min-height: 155px;
    padding: 12px 22px;
    border-right: 1px solid #d5dbea;
}

.challenge-impact .col-lg-3:last-child .challenge-impact-item {
    border-right: 0;
}

.challenge-impact-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #6936df;
    background: #eee9ff;
    font-size: 21px;
}

.challenge-impact-item strong {
    color: #5931d5;
    font-size: 31px;
    line-height: 1;
    font-weight: 900;
}

.challenge-impact-item h4 {
    margin-bottom: 8px;
    color: #071333;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

.challenge-impact-item p {
    color: #34405c;
    font-size: 12px;
    line-height: 1.55;
}

.challenge-impact-text-value strong {
    display: block;
    color: #4935df;
    font-size: 14px;
    line-height: 1.2;
}

.challenge-impact-text-value span {
    display: block;
    margin-top: 2px;
    color: #071333;
    font-size: 12px;
    line-height: 1.4;
}


/* =========================================================
   PROJECT SNAPSHOT CARD
   ========================================================= */

.project-snapshot-card {
    padding: 32px 30px;
    border-radius: 16px;
    background:
        radial-gradient(circle at top right,
            rgba(40, 100, 234, 0.05),
            transparent 33%),
        linear-gradient(180deg,
            #f9fbff 0%,
            #f5f8ff 100%);
}

.project-snapshot-heading,
.project-tech-title {
    margin-bottom: 12px;
    color: #071333;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
}

.project-snapshot-heading-line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 15px;
    background: #cbd8eb;
}

.project-snapshot-heading-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background: #075be8;
}


/* =========================================================
   PROJECT SNAPSHOT ITEMS
   ========================================================= */

.project-snapshot-item {
    min-height: 92px;
    padding: 15px 0;
    border-bottom: 1px solid #d3dfed;
}

.project-snapshot-item:last-of-type {
    border-bottom: 0;
}

.project-snapshot-icon {
    width: 65px;
    min-width: 65px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #075be8;
    background:
        linear-gradient(145deg,
            #eaf1ff,
            #f2f6ff);
    font-size: 28px;
}

.project-snapshot-icon i {
    line-height: 1;
}

.project-snapshot-item strong {
    display: block;
    margin-bottom: 6px;
    color: #071333;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.project-snapshot-description,
.project-snapshot-description p {
    margin: 0;
    color: #071333;
    font-size: 17px;
    line-height: 1.45;
}


/* =========================================================
   TECHNOLOGY STACK
   ========================================================= */

.project-tech-stack {
    padding-top: 4px;
}

.project-tech-title {
    font-size: 16px;
}

.project-tech-item {
    min-height: 51px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dfe6ef;
    border-radius: 6px;
    color: #071333;
    background: #ffffff;
    font-size: 11px;
    white-space: nowrap;
}

.project-tech-item i {
    flex-shrink: 0;
    min-width: 24px;
    color: #075be8;
    font-size: 22px;
    line-height: 1;
    text-align: center;
}

.project-tech-item span {
    color: #071333;
    font-size: 11px;
    line-height: 1.3;
}


/* =========================================================
   TECH ICON COLORS
   ========================================================= */

.project-tech-item .fa-drupal {
    color: #0878d8;
}

.project-tech-item .fa-php {
    color: #777bb4;
}

.project-tech-item .fa-database {
    color: #1165b1;
}

.project-tech-item .fa-layer-group {
    color: #d71920;
}

.project-tech-item .fa-aws {
    color: #ff9900;
}

.project-tech-item .fa-js {
    color: #f0db4f;
}

.project-tech-item .fa-water {
    color: #20b6de;
}

.project-tech-item .fa-git-alt {
    color: #f05033;
}


/* =========================================================
   RESPONSIVE - 1600
   ========================================================= */

@media (max-width: 1599.98px) {

    .case-detail-banner-content h1 {
        font-size: 48px;
    }

    .case-detail-banner-description {
        font-size: 16px;
    }

    .case-detail-device-visual-single {
        min-height: 510px;
    }

    .case-detail-result {
        padding: 26px;
    }

    .case-detail-result-text>strong,
    .case-detail-result-text strong {
        font-size: 30px;
    }

}


/* =========================================================
   RESPONSIVE - 1400
   ========================================================= */

@media (max-width: 1600px) {

    .case-detail-banner-content h1 {
        font-size: 40px;
    }

    .case-detail-banner-description {
        font-size: 15px;
    }

    .case-detail-category {
        font-size: 12px;
    }

    .case-detail-meta-item {
        padding-right: 12px;
        padding-left: 12px;
    }

    .case-detail-meta-item strong {
        font-size: 12px;
    }

    .case-detail-meta-value,
    .case-detail-meta-value p {
        font-size: 11px;
    }

    .case-detail-device-visual-single {
        min-height: 460px;
    }

    .case-detail-device-circle {
        width: 430px;
        height: 430px;
    }

    .case-detail-result {
        min-height: 170px;
        padding: 24px 20px;
    }

    .case-detail-result-icon {
        width: 62px;
        min-width: 62px;
        height: 62px;
        font-size: 26px;
    }

    .case-detail-result-text>strong,
    .case-detail-result-text strong {
        font-size: 29px;
    }

    .case-detail-result-text h3 {
        font-size: 14px;
    }

    .case-detail-result-description,
    .case-detail-result-description p {
        font-size: 12px;
    }

    .case-study-detailed-content h2 {
        font-size: 32px;
    }

    .case-study-detailed-content p {
        font-size: 15px;
    }

    .challenge-card {
        min-height: 250px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .challenge-card h3 {
        font-size: 15px;
    }

    .challenge-card p {
        font-size: 12px;
    }

    .challenge-impact-item {
        padding-right: 14px;
        padding-left: 14px;
    }

    .project-snapshot-card {
        padding: 28px 24px;
    }

    .project-snapshot-heading {
        font-size: 18px;
    }

    .project-snapshot-icon {
        width: 56px;
        min-width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .project-snapshot-description,
    .project-snapshot-description p {
        font-size: 15px;
    }

}


/* =========================================================
   RESPONSIVE - 1200
   ========================================================= */

@media (max-width: 1199.98px) {

    .case-detail-banner-content {
        max-width: 100%;
    }

    .case-detail-banner-description {
        max-width: 780px;
    }

    .case-detail-meta {
        max-width: 900px;
    }

    .case-detail-device-visual-single {
        max-width: 850px;
        min-height: auto;
        margin: 25px auto 0;
    }

    .case-detail-combined-device {
        max-width: 800px;
        margin-right: auto;
    }

    .case-detail-device-circle {
        right: 0;
    }

    .case-detail-results {
        margin-top: 25px !important;
    }

    .case-detail-result {
        border-bottom: 1px solid rgba(158, 184, 221, 0.24);
    }

    .case-detail-results .col-sm-6:nth-child(2n) .case-detail-result {
        border-right: 0;
    }

    .case-detail-results .col-sm-6:nth-last-child(-n + 2) .case-detail-result {
        border-bottom: 0;
    }

    .challenge-snapshot-left {
        padding-right: 0;
    }

    .project-snapshot-card {
        max-width: 900px;
        margin: 20px auto 0;
    }

    .challenge-card {
        min-height: 240px;
    }

}


/* =========================================================
   RESPONSIVE - 992
   ========================================================= */

@media (max-width: 991.98px) {

    .case-detail-meta-item {
        min-height: 80px;
        padding: 15px;
        border-bottom: 1px solid rgba(167, 188, 220, 0.2);
    }

    .case-detail-meta .col-sm-6:nth-child(2n) .case-detail-meta-item {
        border-right: 0;
    }

    .case-detail-meta .col-sm-6:nth-last-child(-n + 2) .case-detail-meta-item {
        border-bottom: 0;
    }

    .case-detail-meta .col-lg-3:first-child .case-detail-meta-item {
        padding-left: 15px;
    }

    .challenge-impact-item {
        border-bottom: 1px solid #d5dbea;
    }

    .challenge-impact .col-sm-6:nth-child(2n) .challenge-impact-item {
        border-right: 0;
    }

    .challenge-impact .col-sm-6:nth-last-child(-n + 2) .challenge-impact-item {
        border-bottom: 0;
    }

}


/* =========================================================
   RESPONSIVE - 768
   ========================================================= */

@media (max-width: 767.98px) {

    .case-detail-banner-section {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .case-detail-breadcrumb {
        margin-bottom: 30px !important;
    }

    .case-detail-breadcrumb .breadcrumb-item {
        font-size: 12px;
    }

    .case-detail-banner-content h1 {
        font-size: 32px;
    }

    .case-detail-banner-description {
        font-size: 16px;
    }

    .case-detail-device-visual-single {
        min-height: auto;
        margin-top: 20px;
    }

    .case-detail-combined-device {
        max-width: 100%;
    }

    .case-detail-device-circle {
        top: 10px;
        right: -80px;
        width: 360px;
        height: 360px;
    }

    .case-detail-result {
        min-height: 160px;
    }

    .case-study-detailed-content h2,
    .challenge-snapshot-left>h2 {
        font-size: 22px;
    }

    .case-study-detailed-content p,
    .challenge-snapshot-intro {
        font-size: 16px;
    }

    .challenge-snapshot-kicker {
        gap: 10px !important;
        font-size: 12px;
    }

    .challenge-snapshot-line-light {
        display: none;
    }

    .challenge-title h3 {
        font-size: 18px;
    }

    .challenge-card {
        min-height: 0;
        padding: 20px;
    }

    .challenge-card h3 {
        min-height: 0;
        font-size: 17px;
    }

    .challenge-card p {
        font-size: 14px;
    }

    .challenge-impact {
        padding: 20px 15px;
    }

    .challenge-impact-item {
        min-height: 140px;
    }

    .project-snapshot-card {
        padding: 24px 18px;
    }

    .project-snapshot-heading {
        font-size: 17px;
    }

    .project-snapshot-item {
        min-height: 80px;
    }

    .project-snapshot-description,
    .project-snapshot-description p {
        font-size: 14px;
    }

    .project-tech-item {
        min-height: 48px;
    }

}


/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .case-detail-banner-content h1 {
        font-size: 30px;
    }

    .case-detail-category {
        font-size: 11px;
    }

    .case-detail-meta-item {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(167, 188, 220, 0.2) !important;
    }

    .case-detail-meta .col-sm-6:last-child .case-detail-meta-item {
        border-bottom: 0 !important;
    }

    .case-detail-device-circle {
        right: -120px;
        width: 330px;
        height: 330px;
    }

    .case-detail-results .col-sm-6 {
        width: 100%;
    }

    .case-detail-result {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(158, 184, 221, 0.24) !important;
    }

    .case-detail-results .col-sm-6:last-child .case-detail-result {
        border-bottom: 0 !important;
    }

    .case-detail-result-icon {
        width: 58px;
        min-width: 58px;
        height: 58px;
        font-size: 23px;
    }

    .case-detail-result-text>strong,
    .case-detail-result-text strong {
        font-size: 27px;
    }

    .challenge-impact .col-sm-6 {
        width: 100%;
    }

    .challenge-impact-item {
        border-right: 0 !important;
        border-bottom: 1px solid #d5dbea !important;
    }

    .challenge-impact .col-sm-6:last-child .challenge-impact-item {
        border-bottom: 0 !important;
    }

    .project-tech-stack .col-4 {
        width: 50%;
    }

    .project-tech-item {
        white-space: normal;
    }

}


/* =========================================================
   DRUPAL SUCCESS STORY CTA
   ========================================================= */

.drupal-success-cta-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.drupal-success-cta-wrap {
    position: relative;
    overflow: hidden;
    padding: 55px 55px 35px;
    border: 1px solid #234473;
    border-radius: 20px;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 24%,
            rgba(26, 86, 240, 0.14),
            transparent 26%),
        radial-gradient(circle at 25% 70%,
            rgba(14, 89, 214, 0.08),
            transparent 28%),
        linear-gradient(135deg,
            #01091e 0%,
            #031a3b 55%,
            #020c23 100%);
    box-shadow: 0 18px 45px rgba(4, 25, 60, 0.1);
}

.drupal-success-cta-wrap::before {
    content: "";
    position: absolute;
    right: -150px;
    top: 30px;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(16, 92, 231, 0.35);
    border-radius: 50%;
    box-shadow:
        0 0 0 20px rgba(12, 76, 191, 0.04),
        0 0 0 45px rgba(12, 76, 191, 0.035);
    pointer-events: none;
}

/* =========================================================
   LEFT CONTENT
   ========================================================= */

.drupal-success-content {
    position: relative;
    z-index: 4;
    max-width: 680px;
}

/* Kicker */

.drupal-success-kicker {
    color: #1685ff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}

.drupal-success-kicker-line {
    width: 25px;
    height: 1px;
    flex-shrink: 0;
    background: #1685ff;
}

/* Heading */

.drupal-success-content h2 {
    color: #ffffff;
    font-size: 44px;
    line-height: 1.13;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.drupal-success-content h2 span {
    color: #ff5a00;
}

/* Description */

.drupal-success-intro {
    max-width: 660px;
    color: #d6deeb !important;
    font-size: 17px;
    line-height: 1.75;
}

/* =========================================================
   BENEFITS
   ========================================================= */

.drupal-success-benefits {
    border-top: 1px solid rgba(167, 191, 226, 0.18);
    border-bottom: 1px solid rgba(167, 191, 226, 0.18);
}

.drupal-success-benefit {
    min-height: 95px;
    padding: 18px 20px;
    border-right: 1px solid rgba(167, 191, 226, 0.18);
}

.drupal-success-benefits .col-md-4:first-child .drupal-success-benefit {
    padding-left: 0;
}

.drupal-success-benefits .col-md-4:last-child .drupal-success-benefit {
    border-right: 0;
}

.drupal-success-benefit-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.drupal-success-benefit-icon i {
    line-height: 1;
}

.drupal-success-blue {
    color: #1988ff;
    background: rgba(12, 88, 198, 0.26);
}

.drupal-success-purple {
    color: #8d4af0;
    background: rgba(92, 41, 177, 0.28);
}

.drupal-success-green {
    color: #22bc69;
    background: rgba(20, 128, 76, 0.25);
}

.drupal-success-teal {
    color: #12cae9;
    background: rgba(1, 115, 144, 0.25);
}

.drupal-success-benefit h3 {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 900;
}

.drupal-success-benefit p {
    color: #cbd5e4 !important;
    font-size: 11px;
    line-height: 1.55;
}

/* =========================================================
   TESTIMONIAL
   ========================================================= */

.drupal-success-testimonial {
    padding: 22px 25px;
    border: 1px solid rgba(134, 169, 220, 0.37);
    border-radius: 13px;
    background:
        linear-gradient(135deg,
            rgba(4, 23, 53, 0.76),
            rgba(10, 36, 78, 0.72));
}

.drupal-success-quote-icon {
    margin-bottom: 12px;
    color: #1785ff;
    font-size: 29px;
}

.drupal-success-testimonial>p {
    max-width: 600px;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.6;
}

.drupal-success-avatar {
    width: 46px;
    min-width: 46px;
    height: 46px;
    overflow: hidden;
    border-radius: 50%;
    background: #18355d;
}

.drupal-success-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.drupal-success-testimonial-footer strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
}

.drupal-success-testimonial-footer span {
    display: block;
    margin-top: 3px;
    color: #1581f2;
    font-size: 12px;
}

.drupal-success-client-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
}

.drupal-success-client-logo i {
    font-size: 22px;
}

.drupal-success-client-logo strong {
    font-size: 23px;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.drupal-success-actions {
    position: relative;
    z-index: 5;
}

.drupal-success-btn {
    min-height: 58px;
    padding: 13px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.drupal-success-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.drupal-success-btn-orange {
    background:
        linear-gradient(135deg,
            #ff7200,
            #ff4d00);
    box-shadow: 0 12px 28px rgba(255, 88, 0, 0.22);
}

.drupal-success-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.66);
    background: transparent;
}

.drupal-success-play {
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
}

.drupal-success-play i {
    margin-left: 2px;
    font-size: 11px;
}

/* =========================================================
   Note
   ========================================================= */

.drupal-success-note {
    color: #c6d1e0;
    font-size: 12px;
}

.drupal-success-note i {
    color: #88b8ff;
    font-size: 14px;
}

/* =========================================================
   RIGHT DASHBOARD
   ========================================================= */

.drupal-success-dashboard {
    min-height: 670px;
}

.drupal-success-dashboard-card {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 3;
    width: 78%;
    min-height: 455px;
    padding: 18px;
    border: 1px solid rgba(129, 170, 232, 0.5);
    border-radius: 16px;
    background:
        radial-gradient(circle at right,
            rgba(24, 82, 210, 0.15),
            transparent 35%),
        linear-gradient(135deg,
            rgba(3, 16, 40, 0.96),
            rgba(6, 34, 76, 0.96));
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.25);
}

.drupal-success-dashboard-card>h3 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

/* =========================================================
   Dashboard Metrics
   ========================================================= */

.drupal-success-dashboard-metric {
    min-height: 145px;
    padding: 15px 8px;
    border: 1px solid rgba(104, 147, 210, 0.14);
    border-radius: 8px;
    background: rgba(2, 15, 38, 0.45);
}

.drupal-success-dashboard-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.drupal-success-dashboard-icon i {
    line-height: 1;
}

.drupal-success-dashboard-metric strong {
    display: block;
    margin-bottom: 8px;
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
}

.drupal-success-dashboard-metric>span:last-child {
    display: block;
    color: #ffffff;
    font-size: 9px;
    line-height: 1.45;
}

.drupal-success-number-blue {
    color: #2389ff;
}

.drupal-success-number-green {
    color: #23c36b;
}

.drupal-success-number-purple {
    color: #8c48ee;
}

.drupal-success-number-teal {
    color: #12c8e8;
}

/* =========================================================
   Growth Chart
   ========================================================= */

.drupal-success-growth {
    padding: 14px 10px 5px;
    border: 1px solid rgba(96, 143, 213, 0.17);
    border-radius: 10px;
    background: rgba(2, 15, 38, 0.35);
}

.drupal-success-growth h4 {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
}

.drupal-success-growth-chart {
    height: 185px;
    overflow: hidden;
}

.drupal-success-chart-grid {
    position: absolute;
    inset: 15px 0 25px;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(51, 115, 212, 0.5) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(51, 115, 212, 0.5) 1px,
            transparent 1px);
    background-size: 42px 35px;
}

.drupal-success-chart-line {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 42px;
    height: 100px;
    border-bottom: 3px solid #087cff;
    transform: skewY(-9deg);
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.16);
}

.chart-point {
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: #148dff;
    box-shadow: 0 0 9px rgba(20, 141, 255, 0.9);
}

.point-1 {
    left: 7%;
    bottom: -3px;
}

.point-2 {
    left: 20%;
    bottom: 10px;
}

.point-3 {
    left: 33%;
    bottom: 5px;
}

.point-4 {
    left: 45%;
    bottom: 31px;
}

.point-5 {
    left: 58%;
    bottom: 45px;
}

.point-6 {
    left: 70%;
    bottom: 38px;
}

.point-7 {
    left: 82%;
    bottom: 70px;
}

.point-8 {
    right: 2%;
    bottom: 95px;
}

.drupal-success-growth-badge {
    position: absolute;
    top: 15px;
    right: 25px;
    padding: 8px 12px;
    border: 1px solid #116fc8;
    border-radius: 7px;
    background: rgba(1, 39, 87, 0.88);
}

.drupal-success-growth-badge strong {
    display: block;
    color: #16c8ff;
    font-size: 16px;
}

.drupal-success-growth-badge span {
    display: block;
    color: #ffffff;
    font-size: 8px;
}

.drupal-success-chart-months {
    position: absolute;
    right: 10px;
    bottom: 5px;
    left: 10px;
    color: #9faec2;
    font-size: 9px;
}

/* =========================================================
   Growth Message
   ========================================================= */

.drupal-success-growth-message {
    position: absolute;
    left: -40px;
    bottom: 30px;
    z-index: 6;
    width: 320px;
    padding: 20px 25px;
    border: 1px solid rgba(120, 165, 237, 0.68);
    border-radius: 13px;
    background:
        linear-gradient(135deg,
            rgba(6, 35, 78, 0.98),
            rgba(8, 29, 63, 0.98));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28);
    transform: rotate(3deg);
}

.drupal-success-growth-drupal {
    width: 65px;
    min-width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1989ff;
    font-size: 55px;
}

.drupal-success-growth-message strong {
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.28;
    font-style: italic;
}

.drupal-success-growth-message>div>div>span {
    display: block;
    margin-top: 4px;
    color: #1685ff;
    font-size: 20px;
    font-weight: 800;
}

/* =========================================================
   Growth Bars
   ========================================================= */

.drupal-success-bars {
    position: absolute;
    right: 15px;
    bottom: 35px;
    z-index: 5;
    gap: 10px;
}

.drupal-success-bar {
    width: 37px;
    display: block;
    border: 2px solid;
    border-radius: 3px 3px 0 0;
    background:
        linear-gradient(180deg,
            rgba(67, 113, 255, 0.8),
            rgba(50, 34, 170, 0.2));
    box-shadow:
        0 0 12px rgba(59, 107, 255, 0.8),
        inset 0 0 12px rgba(255, 255, 255, 0.1);
}

.bar-1 {
    height: 90px;
    border-color: #6956ff;
}

.bar-2 {
    height: 135px;
    border-color: #7255ff;
}

.bar-3 {
    height: 185px;
    border-color: #7756ff;
}

.bar-4 {
    height: 245px;
    border-color: #32bfff;
}

/* =========================================================
   Growth Arrow
   ========================================================= */

.drupal-success-growth-arrow {
    position: absolute;
    right: -10px;
    top: 205px;
    z-index: 7;
    color: #3ca4ff;
    font-size: 130px;
    line-height: 1;
    transform: rotate(33deg);
    filter:
        drop-shadow(0 0 7px #1f8eff) drop-shadow(0 0 18px rgba(31, 142, 255, 0.8));
}

/* =========================================================
   Bottom Trust Strip
   ========================================================= */

.drupal-success-bottom {
    position: relative;
    z-index: 7;
    padding-top: 28px;
    border-top: 1px solid rgba(150, 178, 218, 0.25);
}

.drupal-success-bottom-item {
    min-height: 85px;
    padding: 10px 50px;
    border-right: 1px solid rgba(150, 178, 218, 0.18);
}

.drupal-success-bottom .col-md-4:first-child .drupal-success-bottom-item {
    padding-left: 65px;
}

.drupal-success-bottom .col-md-4:last-child .drupal-success-bottom-item {
    border-right: 0;
}

.drupal-success-bottom-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #147ef5;
    background: rgba(5, 71, 156, 0.27);
    font-size: 26px;
}

.drupal-success-bottom-icon i {
    line-height: 1;
}

.drupal-success-bottom-item h3 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.drupal-success-bottom-item p {
    color: #c6d0df !important;
    font-size: 13px;
    line-height: 1.45;
}

/* =========================================================
   Responsive - 1400px
   ========================================================= */

@media (max-width: 1600px) {

    .drupal-success-cta-wrap {
        padding: 45px 40px 30px;
    }

    .drupal-success-kicker {
        font-size: 14px;
    }

    .drupal-success-content h2 {
        font-size: 32px;
    }

    .drupal-success-intro {
        font-size: 15px;
    }

    .drupal-success-benefit {
        padding-right: 12px;
        padding-left: 12px;
    }

    .drupal-success-benefit h3 {
        font-size: 12px;
    }

    .drupal-success-benefit p {
        font-size: 10px;
    }

    .drupal-success-dashboard {
        min-height: 590px;
    }

    .drupal-success-dashboard-card {
        width: 80%;
    }

    .drupal-success-growth-message {
        width: 285px;
    }

    .drupal-success-growth-message strong,
    .drupal-success-growth-message>div>div>span {
        font-size: 17px;
    }

    .drupal-success-growth-arrow {
        font-size: 110px;
    }

    .drupal-success-bottom-item {
        padding-right: 25px;
        padding-left: 25px;
    }
}

/* =========================================================
   Responsive - 1200px
   ========================================================= */

@media (max-width: 1199.98px) {

    .drupal-success-content {
        max-width: 100%;
    }

    .drupal-success-dashboard {
        max-width: 850px;
        min-height: 670px;
        margin: 35px auto 0;
    }

    .drupal-success-dashboard-card {
        left: 8%;
        width: 70%;
    }

    .drupal-success-growth-message {
        left: 3%;
    }

    .drupal-success-bars {
        right: 7%;
    }

    .drupal-success-growth-arrow {
        right: 3%;
    }

    .drupal-success-bottom .col-md-4:first-child .drupal-success-bottom-item {
        padding-left: 25px;
    }
}

/* =========================================================
   Responsive - 992px
   ========================================================= */

@media (max-width: 991.98px) {

    .drupal-success-benefit {
        min-height: 110px;
    }

    .drupal-success-testimonial-footer {
        align-items: flex-start !important;
    }

    .drupal-success-dashboard-card {
        left: 0;
        width: 75%;
    }

    .drupal-success-growth-message {
        left: 0;
    }

    .drupal-success-bottom-item {
        padding: 20px 15px;
    }
}

/* =========================================================
   Responsive - 768px
   ========================================================= */

@media (max-width: 767.98px) {

    .drupal-success-cta-wrap {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .drupal-success-kicker {
        gap: 9px !important;
        font-size: 12px;
    }

    .drupal-success-content h2 {
        font-size: 22px;
    }

    .drupal-success-intro {
        font-size: 16px;
    }

    .drupal-success-benefit {
        min-height: 0;
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(167, 191, 226, 0.18);
    }

    .drupal-success-benefits .col-md-4:last-child .drupal-success-benefit {
        border-bottom: 0;
    }

    .drupal-success-testimonial {
        padding: 20px 17px;
    }

    .drupal-success-testimonial-footer {
        flex-direction: column;
    }

    .drupal-success-actions {
        flex-direction: column;
    }

    .drupal-success-btn {
        width: 100%;
        min-width: 0;
    }

    .drupal-success-dashboard {
        min-height: 830px;
    }

    .drupal-success-dashboard-card {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }

    .drupal-success-dashboard-metric {
        min-height: 135px;
    }

    .drupal-success-growth-message {
        bottom: 15px;
        width: 75%;
    }

    .drupal-success-growth-arrow,
    .drupal-success-bars {
        display: none !important;
    }

    .drupal-success-bottom {
        margin-top: 25px !important;
    }

    .drupal-success-bottom-item {
        min-height: 110px;
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(150, 178, 218, 0.18);
    }

    .drupal-success-bottom .col-md-4:first-child .drupal-success-bottom-item {
        padding-left: 0;
    }

    .drupal-success-bottom .col-md-4:last-child .drupal-success-bottom-item {
        border-bottom: 0;
    }
}

/* =========================================================
   Responsive - 576px
   ========================================================= */

@media (max-width: 575.98px) {

    .drupal-success-dashboard {
        min-height: 900px;
    }

    .drupal-success-dashboard-metric strong {
        font-size: 24px;
    }

    .drupal-success-growth-chart {
        height: 165px;
    }

    .drupal-success-growth-message {
        width: 90%;
        padding: 17px;
    }

    .drupal-success-growth-drupal {
        width: 50px;
        min-width: 50px;
        height: 50px;
        font-size: 42px;
    }

    .drupal-success-growth-message strong,
    .drupal-success-growth-message>div>div>span {
        font-size: 15px;
    }

    .drupal-success-client-logo strong {
        font-size: 18px;
    }
}

/* base styles */
h2 {
  font-size: 44px !important;
}

@media (max-width: 1599.98px) {
  h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1399.98px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 21px !important;
  }
}

@media (max-width: 374.98px) {
  h2 {
    font-size: 20px !important;
  }
}