/* #################. CASE STUDY PAGE CSS ############################## */

.case-page .single-case .part-text {
    padding: 20px 23px 40px 23px;

}


.read-more {
    -moz-text-align-last: right;
    text-align-last: right;
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    width: 100%;
    padding-left: 40px;
    justify-content: space-between;
    align-items: center;
}

.read-more a {
    display: inline-block;
    background-image: -webkit-linear-gradient(21deg,#005493  0%, #00d0fb 100%);
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.read-more a:hover {
    background: -webkit-linear-gradient(21deg, #00d0fb  0%,#005493 100%);
    transition: all 0.3s ease-in;
}

.single-case {
    min-height: 380px;
    position: relative;
    background: transparent;
}

.single-case .part-text {
    border: none !important;
}

.single-case:hover .part-img img{
    transform: scale(1.1);
}
.single-case .part-img img {
    transition: transform 0.5s ease-in-out;
    height: 150px;
}

.case-page .single-case .part-img {
    height: 150px;
}


.part-text .sub-title {
    font-size: 22px !important;
    font-weight: bold !important;
    margin: 20px 0 0 0 !important;
}

.part-text .type-industry,
.publish-date {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.part-text h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
}

svg.w-5.h-5 {
    height: 15px;
    width: 15px;
}

nav.flex.items-center.justify-between {
    line-height: 100px;
}


@media (max-width: 426px ){
    .part-text .sub-title {
        font-size: 20px !important;
        font-weight: bold !important;
    }

    .part-text h4 {
        font-size: 12px !important;
        font-weight: 600 !important;
    }

    .part-text .type-industry,
    .publish-date {
        font-size: 14px !important;
    }

    .read-more a {
        padding: 5px 10px;
    }
}


/* #######################.  CASE STUDY SHOW PAGE CSS ########################## */



.breadcrumb-murtes-case-study-show {
    position: relative !important;
    z-index: 2 !important;
    overflow: hidden;
}

.feature-image-hero-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.breadcrumb-content {
    position: relative;
    z-index: 3;
}

.project-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.project .single-reason {
    border: 1px solid #d0e5fb;
    background: #fff;
    padding: 45px 25px 41px;
    text-align: start;
    width: 100%;
    border-radius: 5px;
}

.section.project {
    background: #f6fcff;
    border: 1px solid #e8f3fd;
    padding: 30px;
}

.project .single-reason h3{
    font-weight: bolder;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.project .single-reason .info {
    margin-bottom: 15px;
}

.part-icon {
    position: relative;
    /* margin-right: 30px; */
    display:flex;
    align-items: center;
    justify-content: center;
}

.project-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.project-text p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #2B538D;
    margin: 0;
    transition: all 0.3s ease-in;
}

.section {
    padding: 30px 0;
    margin-bottom: 20px;
}

.section .title {
    font-weight: bold;
    font-size: 45px !important;
    padding: 0;
    color: #493c3e;
    transition: 0.3s;
    position: relative;
    padding-bottom: 10px;
    line-height: 60px;
}

.section.result {
    padding-top: 50px;
}


.section.solution .title,
.section.result .title,
.section.goals .title,
.section.key-feature .title {
    font-size: 55px !important;
}

.title .special {
    color: #2B538D;
}


.box {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e8f3fd;
}

.tech .box:hover {
    border: 1px solid rgb(41, 83, 141);
}

.background {
    background: #f6fcff;
}

.technology {
    display: flex;
    margin-bottom: 52px;
    align-items: center;
    justify-content: center;
    margin-left: -46px;
    padding-top: 50px;
}

.technology .tech {
    padding-left: 10px;
    padding-right: 10px;
}


.technology .box {
    border: 1px solid rgb(235, 242, 248);
    padding: 14px 15px;
    margin-left: 46px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    background-color: #F5FBFE;
    min-width: 126px;
}

.technology .tech img {
    height: 50px;
    width: 50px;
}

.key-feature .box,
.matrics .box {
    background-color: #F5FBFE;
}
.matrics .single-testimonial{
    padding: 0;
}

.problem {
    padding-top: 0px;
}

.box h3 {
    font-size: 18px;
}

.section .title {
    font-size: 26px;
}

.project {
    padding: 30px;
}

.key-feature .box h3,
.matrics .box h3 {
    text-align: center;
    font-weight: 800;
}

.matrics .box h3 {
    font-size: 23px;
}

.matrics-container {
   padding: 0.5rem;
}

.key-feature .box p,
.matrics .box p {
    text-align: center;
}

/* editor CSS */
.editor-content {
    color: #3d5169;
    text-align: justify;
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4 {
    text-align: left;
}

.editor-content span,
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content p,
.editor-content b {
    color: #3d5169 !important;
    font-family: "Montserrat", sans-serif !important;
}

.editor-content h3,
.editor-content h3 span{
    font-size: 1.51rem !important;
}

.editor-content h3 li,
.editor-content h3 li b,
.editor-content h2 li,
.editor-content h2 li b ,
.editor-content h1 li,
.editor-content h1 li b   {
    font-size:initial  !important;
}

.editor-content h2,
.editor-content h2 span{
    font-size: 2rem !important;
}

.editor-content h1,
.editor-content h1 span {
    font-size: 2.5rem !important;
}

.editor-content ul {
    list-style: inside;
    list-style-position: outside;
    padding-left: 20px;
}

.editor-content ul li {
    list-style-position: outside;
}


@media (max-width: 1024px) {
    .project p {
        font-size: 18px;
        line-height: 22px;
    }

    .project-title {
        font-size: 38px;
        line-height: 60px;
    }

    .section .title {
        line-height: 65px;
        font-size: 40px !important;
    }

    .section.solution .title,
    .section.result .title,
    .section.goals .title,
    .section.key-feature .title {
        font-size: 50px !important;
    }

    .technology {
        flex-wrap: wrap;
        padding-top: 0px;
    }

    .technology .tech {
        padding-top: 10px;
    }


    .editor-content b,
    .editor-content h3,
    .editor-content h3 span,
    .editor-content h3 span b {
        font-size: 1.31rem !important;
    }

    .editor-content h1,
    .editor-content h1 b,
    .editor-content h1 span,
    .editor-content h1 span b {
        font-size: 2.1rem !important;
    }

    .editor-content h2,
    .editor-content h2 b,
    .editor-content h2 span,
    .editor-content h2 span b {
        font-size: 1.8rem !important;
    }

    .editor-content span,
    .editor-content p b,
    .editor-content div,
    .editor-content div b {
        font-size: 16px !important;
    }

    .editor-content ul li,
    .editor-content ul li b,
    .editor-content h3 ul li,
    .editor-content h3 ul li b,
    .editor-content h2 ul li,
    .editor-content h2 ul li b ,
    .editor-content h1 ul li,
    .editor-content h1 ul li b   {
        font-size:initial  !important;
    }
}

@media (max-width: 768px ){
    .box h3 {
        font-size: 16px;
    }

    .project .box h3 {
        font-size: 12px;
    }

    .project .single-reason h3{
        font-size: 24px;
    }

    .single-reason .info {
        font-size: 14px;
    }

    .project {
        padding: 15px 0 0 0;
    }

    .problem {
        padding-top: 50px;
    }

    .section .title,
    .section h2 {
        font-size: 22px;
    }

    .section p,
    .section li {
        font-size: 14px;
    }

    .technology {
        flex-wrap: wrap;
        gap: 15px;
        margin-left: 0px;
        padding-top: 20px;
    }

    .technology .tech img {
        height: 30px;
        width: 30px;
    }

    .technology .box {
        border: 1px solid rgb(235, 242, 248);
        padding: 14px 15px;
        margin-left: 0px;
        text-align: center;
        transition: all 0.4s ease-in-out;
        background-color: #F5FBFE;
        min-width: 95px;
    }

    .technology .box h3 {
        font-size: 12px;
    }

    .matrics .box h3 {
        font-size: 22px;
    }

    .project-title {
        font-size: 32px;
    }

    .project-svg {
        height: 40px;
    }

    .project-card {
        min-height: 180px;
        height: 100%;
    }

    .project-text p {
        font-size: 16px !important;
        line-height: 25px;
    }

    .section .title {
        font-size: 36px !important;
        line-height: 45px;
        margin-bottom: 25px;
    }

    .section.solution .title,
    .section.result .title,
    .section.goals .title,
    .section.key-feature .title {
        font-size: 44px !important;
    }

    .editor-content span,
    .editor-content p b,
    .editor-content div,
    .editor-content div b {
        font-size: 14px !important;
    }

    .editor-content ul li,
    .editor-content ul li b,
    .editor-content h3 ul li,
    .editor-content h3 ul li b,
    .editor-content h2 ul li,
    .editor-content h2 ul li b ,
    .editor-content h1 ul li,
    .editor-content h1 ul li b   {
        font-size:initial  !important;
    }

}

@media (max-width: 767px ){

    .section.project {
        padding: 15px 0 ;
    }

    .section.result {
        margin-bottom: 0px;
    }


    .project-content {
        flex-wrap: wrap;
    }

    .project .single-reason h3{
        font-size: 21px;
    }

    .project-text {
        text-align: center !important;
    }

    .key-feature .box h3 {
        font-size: 14px;
    }

    .matrics .box h3 {
        font-size: 20px;
    }

    .key-feature .box p,
    .matrics .box p {
        font-size: 12px;
    }

    .matrics-container {
       padding: 8px 15px 8px 0;
    }

    .technology .tech {
        padding-left: 0px;
        padding-right: 0px;
    }

    .technology .box {
        min-width: 85px;
    }

    .section .title {
        font-size: 26px !important;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .section.solution .title,
    .section.result .title,
    .section.goals .title,
    .section.key-feature .title {
        font-size: 28px !important;
    }


    .section.solution {
        margin-bottom: 0px;
    }


    .matrics {
        margin-left: 0px;
        margin-top: 0px;
    }


    .problem {
        padding-top: 0px;
    }

    .project-title {
        font-size: 26px;
    }

    .project-text {
        padding-top: 23px;
        padding-bottom: 20px;
    }

    .project-svg {
        height: 40px;
    }

    .project-card {
        display: block;
        padding: 0;
        text-align: center;
        height: max-content !important;
        min-height: 130px;
    }

    .project-text p {
        font-size: 16px !important;
        line-height: 25px;
    }

    .editor-content b,
    .editor-content h3,
    .editor-content h3 span,
    .editor-content h3 span b {
        font-size: 18px !important;
    }

    .editor-content h1,
    .editor-content h1 b,
    .editor-content h1 span,
    .editor-content h1 span b {
        font-size: 30px !important;
    }

    .editor-content h2,
    .editor-content h2 b,
    .editor-content h2 span,
    .editor-content h2 span b {
        font-size: 20px !important;
    }

    .editor-content ul li,
    .editor-content ul li b,
    .editor-content h3 ul li,
    .editor-content h3 ul li b,
    .editor-content h2 ul li,
    .editor-content h2 ul li b ,
    .editor-content h1 ul li,
    .editor-content h1 ul li b   {
        font-size:initial  !important;
    }
}

.single-case {
    height: 420px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.part-img img {
    object-fit: cover;
}

.part-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}

.matrics-container .box {
    background: #f7fbff;
    border-radius: 14px;
    padding: 25px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.matrics-container .box:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 12px 30px rgba(31,79,216,0.15);
}

.matrics-value {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.matrics-title {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.key-feature .feature-box {
    background: #f7fbff;
    border-radius: 14px;
    padding: 30px 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.key-feature .feature-box:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #243a5e;
    margin-bottom: 10px;
}

.feature-desc {
    font-size: 14px;
    line-height: 1.6;
}

.info-card {
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

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