/* Case Study CSS file */

body.page-template-case-study_caramia-medspa {
    background: #FAFAFA;
}

body.page-template-case-study_caramia-medspa .section-title {
    font-weight: 400;
}

.cs-mx-container {
    max-width: 1440px;
}

.sec-b-details.left {
    margin: 0 0 100px;
}

.cs_detail_hero {
    padding-top: 150px;
    overflow: hidden;
}

.cmm-bg {
    background-color: #E2F1FE;
}

.cmn-text-color {
    color: #205D91;
}

.cs-d-i-main-wrapper {
    position: relative;
    padding: 125px 0;
    align-content: center;
}

.cs_detail_hero .cs-d-i-content-wrap {
    width: 50vw;
}

.cs_detail_hero .cs-d-i-img_wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(13%, -50%);
    max-width: 52vw;
}

.cs_detail_hero .cs-d-i-img {
    width: 100%;
}

.cs-d-i-subtitle {
    color: #4F5255;
    font-size: 28px;
    margin-bottom: 30px;
}

.cs-d-i-title {
    font-size: clamp(30px, 4.166vw, 80px);
    font-weight: 400;
}

.cs-ab-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 30px;
}

.cs-ab-block.block-1 {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
}

.cs-ab-block.block-2 {
    grid-column: 4 / 9;
    grid-row: 1 / 2;
}

.cs-ab-block.block-3 {
    grid-column: 9 / 13;
    grid-row: 1 / 2
}

.cs-ab-block.block-4 {
    grid-column: 1 / 10;
    grid-row: 2 / 3;
}

.cs-ab-block.block-5 {
    grid-column: 10 / 13;
    grid-row: 2 / 3;
}

.cs-ab-block {
    padding: 35px 37.5px;
    border-radius: 20px;
}

.cs-ab-b-title {
    color: #404040;
    font-size: 16px;
    margin-bottom: 10px;
}

.cs-ab-b-content {
    color: #02051A;
    font-size: 28px;
    line-height: 1.4;
}

.tss-block {
    padding: 30px;
    border-radius: 20px;
}

.tss-b-sub-title {
    color: #404040;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.tss-b-title {
    font-size: 28px;
    margin-bottom: 30px;
}

.tss-b-content ul {
    padding-left: 1.5rem;
    margin-bottom: unset;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
    font-weight: 300;
}

.tss-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 50px;
}

.tss-block.block-1 {
    grid-column: 1 / 7;
    grid-row: 1 / 2;
}

.tss-block.block-2 {
    grid-column: 7 / 13;
    grid-row: 1 / 2;
}

.tss-block.block-3 {
    grid-column: 1 / 13;
    grid-row: 2 / 3;
}

.before-after-lap-wrapper {
    position: relative;
}

.before-after-mockup-img {
    z-index: 7;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    overflow: hidden;
}

.before-after-imgs-wrapper {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 81.5%;
    z-index: 8;
}

.twentytwenty-container img {
    width: 100%;
}

.approach-main-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    gap: 40px;
}

.process-item {
    text-align: center;
    position: relative;
    flex: 1;
    z-index: 2;
}

.process-circle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-circle img {
    width: 100%;
    max-width: 162px;
}

.process-item .process-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 30px auto;
}

.process-item .process-desc {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #4D4D4D;
    max-width: 230px;
    margin: auto;
}

.process-arrow {
    position: absolute;
    top: 50%;
    right: -35%;
    transform: translateY(-50%);
    z-index: -1;
    width: 62%;
}

.process-arrow.up {
    top: 9%;
}

.process-arrow.down {
    top: 37%;
}


/* .project-approach-slider .owl-stage-outer {
    overflow: visible;
} */

.project-approach-slider {
    user-select: none;
}

.project-approach-slider-item {
    background: #fff;
    padding: 25px 30px;
    border-radius: 15px;
    position: relative;
}

.project-approach-slider-item .process-circle img {
    border: 3px solid #205D91;
    border-radius: 100px;
    max-width: 125px;
}

.project-approach-slider-item .process-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 25px 0 20px;
}

.project-approach-slider-item .process-desc {
    margin-bottom: unset;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
}

.owl-carousel .process-arrow-v2 {
    position: absolute;
    top: 16%;
    right: -11%;
    transform: translateY(-50%);
    z-index: -1;
    width: 30% !important;
}

.owl-carousel .process-arrow-v2.down {
    bottom: 12%;
    top: unset;
}

.cp-and-typo-wrapper {
    display: flex;
    gap: 120px;
    justify-content: space-between;
}

.vb-cp-wrapper,
.typo-wrapper {
    flex: 1;
}

.vb-title {
    font-size: 32px;
    margin-bottom: 43px;
}

.vb-boxes-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.a-vb-box-title {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.vb-box-wrap {
    height: 135px;
    border-radius: 20px;
    overflow: hidden;
}

.vb-box-wrap.single-color {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.cs-cmn .vb-box-wrap.single-color {
    background: #205D91;
    color: #fff;
    display: flex;
}

.vb-box-wrap.multiple-color {
    display: flex;
}

.vb-box-wrap.multiple-color .a-vb-color {
    flex: 1;
    align-content: center;
    text-align: center;
    font-size: 26px;
}

.cs-cmn .a-vb-color.c1 {
    background: #D8E3EC;
}

.cs-cmn .a-vb-color.c2 {
    background: #5593C1;
    color: #fff;
}

.cs-cmn .a-vb-color.c3 {
    background: #205D91;
    color: #fff;
}

.vb-box-wrap.vb-font {
    border: 1px solid #fff;
    padding: 11px;
    align-content: center;
    text-align: center;
}

.cs-cmn .vb-box-wrap.vb-font {
    border: 1px solid #205D91;
}

.vb-box-wrap-inner-wrap {
    background: #fff;
    width: 100%;
    height: 100%;
    align-content: center;
    border-radius: 20px;
}

.icono-wrapper {
    margin-top: 78px;
}

.icono-box-wrapper {
    border: 1px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 18px;
}

.cs-cmn .icono-box-wrapper {
    border: 1px solid #205D91;
}

.icono-inner-box-wrap {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 45px;
}

.icono-inner-box-wrap .icons-img {
    max-width: 50px;
}

.st-feat-tabs-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.st-feat-tabs-list-wrap {
    flex: 0 0 25%;
}

ul.st-feat-tab-list {
    margin: unset;
    padding: unset;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

li.st-feat-tab-list-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.st-feat-tab-list-item .st-feat-tab-link {
    color: #797979;
    font-size: 28px;
    line-height: 1.2;
}

.st-feat-tab-list-item.active .st-feat-tab-link {
    color: #205D91;
}

.st-feat-tab-list-item:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -10px;
    left: 0;
    background-color: #205D91;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.st-feat-tab-list-item.active::after {
    transform: scaleX(1);
}

.st-feat-tab-list-item:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.st-feat-tab-list-item.active:hover:after {
    transform: scaleX(0);
    transform-origin: bottom left;
}

.st-feat-tab-content-img {
    margin-bottom: 40px;
}

.st-feat-tab-content-img img {
    width: 100%;
}

.st-feat-tab-content-desc {
    color: #4D4D4D;
    font-size: 20px;
    margin: unset;
}

.st-feat-tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.st-feat-tab-content.active {
    display: block;
}

.tech-det-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 35px;
}

.tech-det-grid-item {
    background: #FFFFFF;
    box-shadow: 2.86px 2.86px 10.8px 1.43px #0000000D;
    padding: 28px;
    border-radius: 20px;
}

.tech-det-grid-item.td-box-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.tech-det-grid-item.td-box-2 {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
}

.tech-det-grid-item.td-box-3 {
    grid-column: 5 / 7;
    grid-row: 1 / 2;
}

.tech-det-grid-item.td-box-4 {
    grid-column: 3 / 7;
    grid-row: 2 / 3;
}

.tech-det-grid-item .td-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.tech-det-grid-item .td-desc {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: unset;
}

.f-b-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.f-b-grid-item {
    background: #E3F2FE;
    border-radius: 12px;
    align-content: center;
    text-align: center;
    min-height: 100px;
}

.site-visual-slider-sec {
    position: relative;
}

.site-visual-slider.owl-carousel {
    padding: 125px 0;
}

.site-visual-slider-sec .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    background: #205D9180;
    width: fit-content;
    padding: 15px 25px;
    border-radius: 50px;
    position: absolute;
    bottom: -20px;
    right: 50%;
    transform: translate(50%, 0%);
}

.site-visual-slider-sec .owl-dot {
    width: 10px;
    height: 10px;
    background: #FAFAFA !important;
    opacity: 0.5;
    border-radius: 100%;
}

.site-visual-slider-sec .owl-dot.active {
    opacity: 1;
}

.tss-grid-wrapper.key-chal-sec {
    gap: 30px;
}

.key-chal-sec .tss-block {
    box-shadow: 2.86px 2.86px 10.8px 1.43px #0000000D;
}

.tss-b-content p {
    margin-bottom: unset;
    font-size: 18px;
    font-weight: 300;
}

.bi-quote.inverted::before {
    transform: rotate(180deg);
}

.client-testimonial-slider .a-testimonial-wrap {
    background: #205D91;
    color: #fff;
    padding: 80px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.client-testimonial-slider .a-testimonial-wrap .detail-wrap {
    padding-bottom: 25px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 40px;
}

.client-testimonial-slider .a-testimonial-wrap .testimonial-review {
    font-size: 16px;
    padding: 0 170px;
}

.client-testimonial-slider .owl-nav button span {
    font-size: 36px;
    line-height: 1;
    width: 40px;
    height: 40px;
    background: #205D91;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.client-testimonial-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.client-testimonial-slider button.owl-prev {
    left: -5%;
}

.client-testimonial-slider button.owl-next {
    right: -5%;
}

#portfolio.cs-cmm .section-title {
    font-size: 60px;
}

#portfolio.cs-cmm .portfolio-item {
    background: #205D91;
    padding: 30px;
}

#portfolio.cs-cmm .portfolio-item .p-detail h6 {
    color: #FFFFFF;
    margin-bottom: unset;
}

#portfolio.cs-cmm .portfolio-item .p-detail .c-btn {
    background: #FFFFFF;
}

#portfolio.cs-cmm .portfolio-item .c-btn span {
    color: #000000;
}

#portfolio.cs-cmm .portfolio-item .icon.invert img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

#portfolio.cs-cmm .portfolio-item:hover .p-detail .c-btn {
    background: #FC6A03;
}

#portfolio.cs-cmm .portfolio-item:hover .c-btn span {
    color: #FFFFFF;
}

#portfolio.cs-cmm .portfolio-item:hover .icon.invert img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.cmm-cta-wrapper {
    background: #D8E3EC;
    padding: 100px 20px;
    overflow: hidden;
    border-radius: 20px;
}

.cmm-cta-wrapper .cta-beads {
    position: absolute;
    top: -95px;
    left: -100px;
    width: 100%;
    max-width: 19rem;
    filter: hue-rotate(179deg);
}

.cmm-cta-wrapper .cta-leaf {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 12rem;
}

.cmm-cta-wrapper .sec-title {
    color: #205D91;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 920px;
    margin: auto;
}

.h-btn {
    border: 1px solid #B2B2B2;
    color: #FFFFFF;
    background: #205D91;
    font-size: 20px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    width: auto;
    padding: 12px 24px;
    line-height: normal;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all ease 400ms;
    z-index: 1;
}

.h-btn span {
    position: relative;
    z-index: 2;
}

.h-btn:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000000;
    background: #FFFFFF;
    z-index: 0;
    transition: all ease 400ms;
}

.h-btn:hover {
    color: #205D91;
}

.h-btn:hover:before {
    top: 0;
}

.cmm-cta-wrapper .h-btn {
    margin-top: 50px;
}


/* ---------------------------------------------------*/


/* ----------------- Responsive CSS ------------------*/


/* ---------------------------------------------------*/

@media(min-width:576px) {}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}

@media(min-width:1400px) {}

@media(min-width:1600px) {}

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

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

@media(max-width:767px) {
    .cs_detail_hero .cs-d-i-content-wrap {
        text-align: center;
    }
    .cs_detail_hero .cs-d-i-img_wrapper {
        position: unset;
        transform: unset;
        max-width: 95vw;
        margin: auto;
    }
    .tss-grid-wrapper {
        grid-template-columns: 1fr;
    }
    .tss-block.block-1 {
        grid-column: 1;
        grid-row: 1;
    }
    .tss-block.block-2 {
        grid-column: 1;
        grid-row: 2;
    }
    .tss-block.block-3 {
        grid-column: 1;
        grid-row: 3;
    }
    .st-feat-sec .section-title,
    .tech-det-sec .section-title,
    #portfolio.cs-cmm .section-title {
        text-align: center;
    }
    .st-feat-tabs-wrapper {
        flex-direction: column;
    }
    ul.st-feat-tab-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .process-progress {
        width: 100%;
        max-width: 520px;
        height: 6px;
        background: rgba(0, 0, 0, .12);
        border-radius: 999px;
        margin: 18px auto 0;
        overflow: hidden;
    }
    .process-progress__fill {
        height: 100%;
        width: 0%;
        border-radius: 999px;
        transition: width .25s ease;
        background: #3787cc;
    }
}

@media(max-width:991px) {
    .approach-main-wrapper {
        flex-wrap: wrap;
    }
    .process-arrow {
        display: none;
    }
}

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

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

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

@media screen and (max-width: 1799px) and (min-width: 1600px) {}

@media screen and (max-width: 1599px) and (min-width: 1400px) {
    .cs-ab-b-content {
        font-size: 26px;
    }
    .icono-inner-box-wrap {
        gap: 40px;
    }
    .icono-inner-box-wrap .icons-img {
        max-width: 48px;
    }
    .st-feat-tab-list-item .st-feat-tab-link {
        font-size: 25px;
    }
    .site-visual-slider.owl-carousel {
        padding: 110px 0;
    }
    .client-testimonial-slider.owl-carousel {
        width: 90%;
        margin: auto;
    }
    .process-arrow.up {
        top: 6%;
    }
    .owl-carousel .process-arrow-v2 {
        right: -10%;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .sec-b-details {
        margin: 0 auto 80px;
    }
    .sec-b-details.left {
        margin: 0 0 80px;
    }
    .cs_detail_hero {
        padding-top: 105px;
    }
    .cs-ab-grid-wrapper {
        gap: 24px;
    }
    .cs-ab-block {
        padding: 30px 34px;
    }
    .cs-ab-b-content {
        font-size: 22px;
    }
    .tss-grid-wrapper {
        gap: 35px;
    }
    .tss-block {
        padding: 24px;
    }
    .tss-b-content ul {
        gap: 15px;
        font-size: 18px;
    }
    .approach-main-wrapper {
        gap: 30px;
    }
    .process-arrow.up {
        top: 8%;
    }
    .process-arrow.down {
        top: 34%;
    }
    .process-circle img {
        max-width: 130px;
    }
    .process-item .process-title {
        font-size: 1.5rem;
        margin: 25px auto;
    }
    .process-item .process-desc {
        font-size: 1.125rem;
    }
    .project-approach-slider-item {
        padding: 20px 20px;
    }
    .project-approach-slider-item .process-circle img {
        max-width: 100px;
    }
    .project-approach-slider-item .process-desc {
        font-size: 15px;
    }
    .owl-carousel .process-arrow-v2 {
        right: -10%;
    }
    .vb-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .vb-box-wrap {
        height: 125px;
    }
    .vb-box-wrap.single-color,
    .vb-box-wrap.multiple-color .a-vb-color {
        font-size: 24px;
    }
    .vb-box-wrap-inner-wrap img {
        max-width: 250px;
    }
    .icono-box-wrapper {
        padding: 12px;
    }
    .icono-inner-box-wrap {
        padding: 30px;
        gap: 36px;
    }
    .icono-inner-box-wrap .icons-img {
        max-width: 45px;
    }
    .st-feat-tabs-wrapper {
        gap: 40px;
    }
    .st-feat-tab-list-item .st-feat-tab-link {
        font-size: 22px;
    }
    .tech-det-grid {
        gap: 30px;
    }
    .tech-det-grid-item {
        padding: 24px;
    }
    .f-b-grid {
        gap: 15px;
    }
    .tech-det-grid-item .td-title {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .f-b-grid-item {
        min-height: 85px;
    }
    .site-visual-slider.owl-carousel {
        padding: 100px 0;
    }
    .site-visual-slider-sec .owl-dots {
        padding: 12px 20px;
        bottom: -17px;
    }
    .tss-b-title {
        margin-bottom: 20px;
    }
    .client-testimonial-slider.owl-carousel {
        width: 90%;
        margin: auto;
    }
    #portfolio.cs-cmm .section-title {
        font-size: 54px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .section-padding {
        padding: 80px 0;
    }
    .section-padding-150 {
        padding: 115px 0;
    }
    .section-padding-200 {
        padding: 150px 0;
    }
    .sec-b-details {
        margin: 0 auto 70px;
    }
    .sec-b-details.left {
        margin: 0 0 70px;
    }
    .cs_detail_hero {
        padding-top: 88px;
    }
    .cs-d-i-main-wrapper {
        padding: 100px 0;
    }
    .cs-ab-grid-wrapper {
        gap: 24px;
    }
    .cs-ab-block {
        padding: 26px 28px;
    }
    .cs-ab-b-content {
        font-size: 20px;
    }
    .tss-grid-wrapper {
        gap: 28px;
    }
    .tss-block {
        padding: 20px;
    }
    .tss-b-sub-title {
        font-size: 15px;
        margin-bottom: 14px;
    }
    .tss-b-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .tss-b-content p {
        font-size: 16px;
    }
    .tss-b-content ul {
        gap: 15px;
        font-size: 17px;
    }
    .approach-main-wrapper {
        gap: 10px;
    }
    .process-arrow {
        right: -29%;
    }
    .process-arrow.up {
        top: 7%;
    }
    .process-arrow.down {
        top: 32%;
    }
    .process-circle img {
        max-width: 100px;
    }
    .process-item .process-title {
        font-size: 1.25rem;
        margin: 20px auto;
    }
    .process-item .process-desc {
        font-size: 1rem;
    }
    .project-approach-slider-item {
        padding: 20px 20px;
    }
    .project-approach-slider-item .process-circle img {
        max-width: 100px;
    }
    .project-approach-slider-item .process-title {
        font-size: 22px;
    }
    .project-approach-slider-item .process-desc {
        font-size: 15px;
    }
    .owl-carousel .process-arrow-v2 {
        right: -10%;
    }
    .vb-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .vb-box-wrap {
        height: 100px;
    }
    .vb-box-wrap.single-color,
    .vb-box-wrap.multiple-color .a-vb-color {
        font-size: 20px;
    }
    .vb-box-wrap.vb-font {
        padding: 7px;
    }
    .vb-box-wrap-inner-wrap img {
        max-width: 235px;
    }
    .icono-box-wrapper {
        padding: 12px;
    }
    .icono-inner-box-wrap {
        padding: 24px;
        gap: 30px;
    }
    .icono-inner-box-wrap .icons-img {
        max-width: 36px;
    }
    .st-feat-tabs-wrapper {
        gap: 30px;
    }
    .st-feat-tabs-list-wrap {
        flex: 0 0 25%;
    }
    ul.st-feat-tab-list {
        gap: 25px;
    }
    .st-feat-tab-list-item .st-feat-tab-link {
        font-size: 18px;
    }
    .st-feat-tab-list-item:after {
        bottom: -4px;
    }
    .tech-det-grid {
        gap: 20px;
    }
    .tech-det-grid-item {
        padding: 20px;
    }
    .f-b-grid {
        gap: 15px;
    }
    .tech-det-grid-item .td-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .f-b-grid-item {
        min-height: 80px;
    }
    .site-visual-slider.owl-carousel {
        padding: 100px 0;
    }
    .site-visual-slider-sec .owl-dots {
        padding: 10px 18px;
        bottom: -13px;
    }
    .site-visual-slider-sec .owl-dot {
        width: 8px;
        height: 8px;
    }
    .tss-grid-wrapper.key-chal-sec {
        gap: 24px;
    }
    .client-testimonial-slider.owl-carousel {
        width: 85%;
        margin: auto;
    }
    .client-testimonial-slider .a-testimonial-wrap {
        padding: 45px;
    }
    .client-testimonial-slider button.owl-prev {
        left: -7%;
    }
    .client-testimonial-slider button.owl-next {
        right: -7%;
    }
    #portfolio.cs-cmm .section-title {
        font-size: 46px;
    }
    #portfolio.cs-cmm .portfolio-item {
        padding: 20px;
    }
    .cmm-cta-wrapper {
        padding: 75px 20px;
    }
    .cmm-cta-wrapper .sec-title {
        font-size: 30px;
        max-width: 585px;
    }
    .cmm-cta-wrapper .h-btn {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .section-padding {
        padding: 80px 0;
    }
    .section-padding-150 {
        padding: 115px 0;
    }
    .section-padding-200 {
        padding: 150px 0;
    }
    .sec-b-details {
        margin: 0 auto 70px;
    }
    .sec-b-details.left {
        margin: 0 0 70px;
    }
    .cs_detail_hero {
        padding-top: 88px;
    }
    .cs-d-i-main-wrapper {
        padding: 85px 0;
    }
    .cs-ab-grid-wrapper {
        gap: 15px;
    }
    .cs-ab-block {
        padding: 18px 22px;
    }
    .cs-ab-b-content {
        font-size: 16px;
    }
    .tss-grid-wrapper {
        gap: 20px;
    }
    .tss-block {
        padding: 18px;
    }
    .tss-b-sub-title {
        font-size: 15px;
        margin-bottom: 14px;
    }
    .tss-b-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .tss-b-content p {
        font-size: 16px;
    }
    .tss-b-content ul {
        gap: 15px;
        font-size: 15px;
    }
    .approach-main-wrapper {
        gap: 30px;
        row-gap: 40px;
    }
    .process-item {
        flex: 1 0 30%;
    }
    .process-circle img {
        max-width: 100px;
    }
    .process-item .process-title {
        font-size: 1.25rem;
        margin: 20px auto;
    }
    .process-item .process-desc {
        font-size: 1rem;
    }
    .project-approach-slider-item {
        padding: 20px 20px;
    }
    .project-approach-slider-item .process-circle img {
        max-width: 100px;
    }
    .project-approach-slider-item .process-title {
        font-size: 20px;
    }
    .project-approach-slider-item .process-desc {
        font-size: 15px;
    }
    .owl-carousel .process-arrow-v2 {
        right: -10%;
    }
    .cp-and-typo-wrapper {
        gap: 55px;
    }
    .vb-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .vb-box-wrap {
        height: 90px;
    }
    .vb-box-wrap.single-color,
    .vb-box-wrap.multiple-color .a-vb-color {
        font-size: 16px;
    }
    .vb-box-wrap.vb-font {
        padding: 5px;
    }
    .vb-box-wrap-inner-wrap img {
        max-width: 220px;
    }
    .icono-wrapper {
        margin-top: 60px;
    }
    .icono-box-wrapper {
        padding: 8px;
    }
    .icono-inner-box-wrap {
        padding: 20px;
        gap: 20px;
    }
    .icono-inner-box-wrap .icons-img {
        max-width: 30px;
    }
    .st-feat-tabs-wrapper {
        gap: 25px;
    }
    .st-feat-tabs-list-wrap {
        flex: 0 0 30%;
    }
    ul.st-feat-tab-list {
        gap: 25px;
    }
    .st-feat-tab-list-item .st-feat-tab-link {
        font-size: 16px;
    }
    .st-feat-tab-list-item:after {
        bottom: -4px;
    }
    .st-feat-tab-content-desc {
        font-size: 18px;
    }
    .tech-det-grid {
        gap: 15px;
    }
    .tech-det-grid-item {
        padding: 16px;
    }
    .f-b-grid {
        gap: 10px;
    }
    .tech-det-grid-item .td-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .f-b-grid-item {
        min-height: 70px;
    }
    .f-b-grid-item img {
        max-width: 65px;
    }
    .tech-det-grid-item .td-desc {
        font-size: 16px;
    }
    .site-visual-slider.owl-carousel {
        padding: 100px 0;
    }
    .site-visual-slider-sec .owl-dots {
        padding: 10px 18px;
        bottom: -13px;
    }
    .site-visual-slider-sec .owl-dot {
        width: 8px;
        height: 8px;
    }
    .tss-grid-wrapper.key-chal-sec {
        gap: 24px;
    }
    .client-testimonial-slider.owl-carousel {
        width: 85%;
        margin: auto;
    }
    .client-testimonial-slider .a-testimonial-wrap {
        padding: 30px;
    }
    .client-testimonial-slider .a-testimonial-wrap .testimonial-review {
        padding: 0 40px;
    }
    .client-testimonial-slider button.owl-prev {
        left: -9%;
    }
    .client-testimonial-slider button.owl-next {
        right: -9%;
    }
    #portfolio.cs-cmm .section-title {
        font-size: 42px;
    }
    #portfolio.cs-cmm .portfolio-item {
        padding: 15px;
        height: -webkit-fill-available;
    }
    .cmm-cta-wrapper {
        padding: 65px 20px;
    }
    .cmm-cta-wrapper .sec-title {
        font-size: 26px;
        max-width: 500px;
    }
    .cmm-cta-wrapper .h-btn {
        margin-top: 25px;
    }
    .cmm-cta-wrapper .cta-beads {
        max-width: 14rem;
    }
    .cmm-cta-wrapper .cta-leaf {
        max-width: 7rem;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    .section-padding {
        padding: 80px 0;
    }
    .section-padding-150 {
        padding: 115px 0;
    }
    .section-padding-200 {
        padding: 150px 0;
    }
    .sec-b-details {
        margin: 0 auto 70px;
    }
    .sec-b-details.left {
        margin: 0 0 70px;
    }
    .cs_detail_hero {
        padding-top: 88px;
    }
    .cs-d-i-main-wrapper {
        padding: 70px 0;
    }
    .cs_detail_hero .cs-d-i-content-wrap {
        width: 94vw;
        margin: 0 auto 45px;
    }
    .cs-ab-grid-wrapper {
        gap: 12px;
    }
    .cs-ab-block {
        padding: 12px 14px;
    }
    .cs-ab-b-content {
        font-size: 15px;
    }
    .tss-grid-wrapper {
        gap: 20px;
    }
    .tss-block {
        padding: 18px;
    }
    .tss-b-sub-title {
        font-size: 15px;
        margin-bottom: 14px;
    }
    .tss-b-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .tss-b-content p {
        font-size: 16px;
    }
    .tss-b-content ul {
        gap: 15px;
        font-size: 15px;
    }
    .before-after-imgs-wrapper {
        top: 10px;
    }
    .approach-main-wrapper {
        gap: 30px;
        row-gap: 40px;
    }
    .process-item {
        flex: 1 0 30%;
    }
    .process-circle img {
        max-width: 100px;
    }
    .process-item .process-title {
        font-size: 1.25rem;
        margin: 20px auto;
    }
    .process-item .process-desc {
        font-size: 1rem;
    }
    .project-approach-slider-item {
        padding: 20px 20px;
    }
    .project-approach-slider-item .process-circle img {
        max-width: 100px;
    }
    .project-approach-slider-item .process-title {
        font-size: 20px;
    }
    .project-approach-slider-item .process-desc {
        font-size: 15px;
    }
    .owl-carousel .process-arrow-v2 {
        right: -6%;
    }
    .cp-and-typo-wrapper {
        gap: 25px;
    }
    .vb-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .vb-box-wrap {
        height: 90px;
    }
    .vb-box-wrap.single-color,
    .vb-box-wrap.multiple-color .a-vb-color {
        font-size: 16px;
    }
    .vb-box-wrap.vb-font {
        padding: 5px;
    }
    .vb-box-wrap-inner-wrap img {
        max-width: 185px;
    }
    .icono-wrapper {
        margin-top: 60px;
    }
    .icono-box-wrapper {
        padding: 6px;
    }
    .icono-inner-box-wrap {
        padding: 20px;
        gap: 24px;
    }
    .icono-inner-box-wrap .icons-img {
        max-width: 35px;
    }
    .st-feat-tabs-wrapper {
        gap: 25px;
    }
    .st-feat-tabs-list-wrap {
        flex: 0 0 30%;
    }
    ul.st-feat-tab-list {
        gap: 25px;
        row-gap: 20px;
    }
    .st-feat-tab-list-item .st-feat-tab-link {
        font-size: 16px;
    }
    .st-feat-tab-list-item:after {
        bottom: -4px;
    }
    .st-feat-tab-content-desc {
        font-size: 18px;
    }
    .tech-det-grid {
        gap: 15px;
    }
    .tech-det-grid-item.td-box-1 {
        grid-column: 1 / 7;
        grid-row: 1 / 1;
    }
    .tech-det-grid-item.td-box-2 {
        grid-column: 1 / 4;
        grid-row: 2 / 3;
    }
    .tech-det-grid-item.td-box-3 {
        grid-column: 4 / 7;
        grid-row: 2 / 3;
    }
    .tech-det-grid-item.td-box-4 {
        grid-column: 1 / 7;
        grid-row: 3 / 4;
    }
    .tech-det-grid-item {
        padding: 16px;
    }
    .f-b-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }
    .tech-det-grid-item .td-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .f-b-grid-item {
        min-height: 75px;
    }
    .f-b-grid-item img {
        max-width: 65px;
    }
    .tech-det-grid-item .td-desc {
        font-size: 16px;
    }
    .site-visual-slider.owl-carousel {
        padding: 100px 0;
    }
    .site-visual-slider-sec .owl-dots {
        padding: 10px 18px;
        bottom: -13px;
    }
    .site-visual-slider-sec .owl-dot {
        width: 8px;
        height: 8px;
    }
    .tss-grid-wrapper.key-chal-sec {
        gap: 24px;
    }
    .client-testimonial-slider.owl-carousel {
        width: 85%;
        margin: auto;
    }
    .client-testimonial-slider .a-testimonial-wrap {
        padding: 20px;
    }
    .client-testimonial-slider .a-testimonial-wrap .testimonial-review {
        padding: 0 20px;
    }
    .client-testimonial-slider button.owl-prev {
        left: -10%;
    }
    .client-testimonial-slider button.owl-next {
        right: -10%;
    }
    #portfolio.cs-cmm .section-title {
        font-size: 42px;
    }
    #portfolio.cs-cmm .portfolio-item {
        padding: 15px;
        height: -webkit-fill-available;
    }
    .cmm-cta-wrapper {
        padding: 65px 20px;
    }
    .cmm-cta-wrapper .sec-title {
        font-size: 26px;
        max-width: 500px;
    }
    .cmm-cta-wrapper .h-btn {
        margin-top: 25px;
    }
    .cmm-cta-wrapper .cta-beads {
        max-width: 13rem;
    }
    .cmm-cta-wrapper .cta-leaf {
        max-width: 7rem;
    }
}

@media screen and (max-width: 576px) and (min-width: 480px) {
    .section-padding {
        padding: 80px 0;
    }
    .section-padding-150 {
        padding: 115px 0;
    }
    .section-padding-200 {
        padding: 150px 0;
    }
    .sec-b-details {
        margin: 0 auto 60px;
    }
    .sec-b-details.left {
        margin: 0 0 60px;
    }
    .cs_detail_hero {
        padding-top: 88px;
    }
    .cs-d-i-main-wrapper {
        padding: 70px 0;
    }
    .cs_detail_hero .cs-d-i-content-wrap {
        width: 94vw;
        margin: 0 auto 45px;
    }
    .cs-ab-grid-wrapper {
        gap: 12px;
    }
    .cs-ab-block {
        padding: 12px 14px;
    }
    .cs-ab-block.block-1 {
        grid-column: 1 / 7;
        grid-row: 1 / 2;
    }
    .cs-ab-block.block-2 {
        grid-column: 7 / 13;
        grid-row: 1 / 2;
    }
    .cs-ab-block.block-3 {
        grid-column: 1 / 7;
        grid-row: 3 / 4;
    }
    .cs-ab-block.block-4 {
        grid-column: 1 / 13;
        grid-row: 2 / 3;
    }
    .cs-ab-block.block-5 {
        grid-column: 7 / 13;
        grid-row: 3 / 4;
    }
    .cs-ab-b-content {
        font-size: 15px;
    }
    .tss-grid-wrapper {
        gap: 20px;
    }
    .tss-block {
        padding: 18px;
    }
    .tss-b-sub-title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .tss-b-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .tss-b-content p {
        font-size: 16px;
    }
    .tss-b-content ul {
        gap: 10px;
        font-size: 14px;
    }
    .approach-main-wrapper {
        gap: 30px;
        row-gap: 40px;
    }
    .before-after-imgs-wrapper {
        top: 10px;
    }
    .process-item {
        flex: 1 0 30%;
    }
    .process-circle img {
        max-width: 100px;
    }
    .process-item .process-title {
        font-size: 1.25rem;
        margin: 20px auto;
    }
    .process-item .process-desc {
        font-size: 1rem;
    }
    .project-approach-slider-item {
        padding: 20px 20px;
    }
    .project-approach-slider-item .process-circle img {
        max-width: 100px;
    }
    .project-approach-slider-item .process-title {
        font-size: 20px;
    }
    .project-approach-slider-item .process-desc {
        font-size: 15px;
    }
    .owl-carousel .process-arrow-v2 {
        right: -8%;
    }
    .cp-and-typo-wrapper {
        gap: 15px;
    }
    .vb-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .vb-boxes-wrap {
        gap: 40px;
    }
    .vb-box-wrap {
        height: 90px;
    }
    .vb-box-wrap.single-color,
    .vb-box-wrap.multiple-color .a-vb-color {
        font-size: 15px;
    }
    .vb-box-wrap.vb-font {
        padding: 5px;
    }
    .vb-box-wrap-inner-wrap img {
        max-width: 170px;
    }
    .icono-wrapper {
        margin-top: 60px;
    }
    .icono-box-wrapper {
        padding: 6px;
    }
    .icono-inner-box-wrap {
        padding: 17px;
        gap: 20px;
    }
    .icono-inner-box-wrap .icons-img {
        max-width: 32px;
    }
    .st-feat-tabs-wrapper {
        gap: 25px;
    }
    .st-feat-tabs-list-wrap {
        flex: 0 0 30%;
    }
    ul.st-feat-tab-list {
        gap: 25px;
        row-gap: 20px;
    }
    .st-feat-tab-list-item .st-feat-tab-link {
        font-size: 16px;
    }
    .st-feat-tab-list-item:after {
        bottom: 0px;
        height: 1px;
    }
    .st-feat-tab-content-desc {
        font-size: 18px;
    }
    .tech-det-grid {
        gap: 15px;
    }
    .tech-det-grid-item.td-box-1 {
        grid-column: 1 / 7;
        grid-row: 1 / 1;
    }
    .tech-det-grid-item.td-box-2 {
        grid-column: 1 / 4;
        grid-row: 2 / 3;
    }
    .tech-det-grid-item.td-box-3 {
        grid-column: 4 / 7;
        grid-row: 2 / 3;
    }
    .tech-det-grid-item.td-box-4 {
        grid-column: 1 / 7;
        grid-row: 3 / 4;
    }
    .tech-det-grid-item {
        padding: 16px;
    }
    .f-b-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }
    .tech-det-grid-item .td-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .f-b-grid-item {
        min-height: 75px;
    }
    .f-b-grid-item img {
        max-width: 65px;
    }
    .tech-det-grid-item .td-desc {
        font-size: 16px;
    }
    .site-visual-slider.owl-carousel {
        padding: 100px 0;
    }
    .site-visual-slider-sec .owl-dots {
        padding: 10px 18px;
        bottom: -13px;
    }
    .site-visual-slider-sec .owl-dot {
        width: 8px;
        height: 8px;
    }
    .tss-grid-wrapper.key-chal-sec {
        gap: 24px;
    }
    .client-testimonial-slider.owl-carousel {
        width: 80%;
        margin: auto;
    }
    .client-testimonial-slider .a-testimonial-wrap {
        padding: 20px;
    }
    .client-testimonial-slider .a-testimonial-wrap .detail-wrap {
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .client-testimonial-slider .a-testimonial-wrap .testimonial-review {
        padding: 0 20px;
    }
    .client-testimonial-slider .owl-nav button span {
        font-size: 30px;
        width: 35px;
        height: 35px;
    }
    .client-testimonial-slider button.owl-prev {
        left: -12%;
    }
    .client-testimonial-slider button.owl-next {
        right: -12%;
    }
    #portfolio.cs-cmm .section-title {
        font-size: 32px;
    }
    #portfolio.cs-cmm .portfolio-item {
        padding: 15px;
        height: -webkit-fill-available;
    }
    .cmm-cta-wrapper {
        padding: 55px 17px;
    }
    .cmm-cta-wrapper .sec-title {
        font-size: 22px;
        max-width: 500px;
    }
    .cmm-cta-wrapper .h-btn {
        margin-top: 25px;
    }
    .cmm-cta-wrapper .cta-beads {
        max-width: 12rem;
    }
    .cmm-cta-wrapper .cta-leaf {
        max-width: 6rem;
    }
    #portfolio .container-fluid {
        --bs-gutter-x: 4rem;
    }
}

@media screen and (max-width: 479px) and (min-width: 380px) {
    .section-padding {
        padding: 80px 0;
    }
    .section-padding-150 {
        padding: 115px 0;
    }
    .section-padding-200 {
        padding: 150px 0;
    }
    .sec-b-details {
        margin: 0 auto 60px;
    }
    .sec-b-details.left {
        margin: 0 0 60px;
    }
    .cs-d-i-title {
        font-size: 28px;
    }
    .cs_detail_hero {
        padding-top: 88px;
    }
    .cs-d-i-main-wrapper {
        padding: 70px 0;
    }
    .cs_detail_hero .cs-d-i-content-wrap {
        width: 94vw;
        margin: 0 auto 45px;
    }
    .cs-ab-grid-wrapper {
        gap: 12px;
    }
    .cs-ab-block {
        padding: 12px 14px;
    }
    .cs-ab-block.block-1 {
        grid-column: 1 / 7;
        grid-row: 1 / 2;
    }
    .cs-ab-block.block-2 {
        grid-column: 7 / 13;
        grid-row: 1 / 2;
    }
    .cs-ab-block.block-3 {
        grid-column: 1 / 7;
        grid-row: 3 / 4;
    }
    .cs-ab-block.block-4 {
        grid-column: 1 / 13;
        grid-row: 2 / 3;
    }
    .cs-ab-block.block-5 {
        grid-column: 7 / 13;
        grid-row: 3 / 4;
    }
    .cs-ab-b-content {
        font-size: 15px;
    }
    .tss-grid-wrapper {
        gap: 20px;
    }
    .tss-block {
        padding: 18px;
    }
    .tss-b-sub-title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .tss-b-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .tss-b-content p {
        font-size: 15px;
    }
    .tss-b-content ul {
        gap: 10px;
        font-size: 14px;
    }
    .approach-main-wrapper {
        gap: 30px;
        row-gap: 40px;
    }
    .before-after-imgs-wrapper {
        top: 7px;
    }
    .process-item {
        flex: 1 0 30%;
    }
    .process-circle img {
        max-width: 100px;
    }
    .process-item .process-title {
        font-size: 1.25rem;
        margin: 20px auto;
    }
    .process-item .process-desc {
        font-size: 1rem;
    }
    .project-approach-slider-item {
        padding: 15px;
    }
    .project-approach-slider-item .process-circle img {
        max-width: 85px;
    }
    .project-approach-slider-item .process-title {
        font-size: 18px;
        margin: 20px 0 14px;
    }
    .project-approach-slider-item .process-desc {
        font-size: 15px;
    }
    .owl-carousel .process-arrow-v2 {
        right: -9%;
    }
    .cp-and-typo-wrapper {
        gap: 40px;
        flex-direction: column;
    }
    .vb-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .vb-boxes-wrap {
        gap: 40px;
    }
    .vb-box-wrap {
        height: 90px;
    }
    .vb-box-wrap.single-color,
    .vb-box-wrap.multiple-color .a-vb-color {
        font-size: 15px;
    }
    .vb-box-wrap.vb-font {
        padding: 5px;
    }
    .vb-box-wrap-inner-wrap img {
        max-width: 170px;
    }
    .icono-wrapper {
        margin-top: 60px;
    }
    .icono-box-wrapper {
        padding: 6px;
    }
    .icono-inner-box-wrap {
        padding: 13px;
        gap: 17px;
    }
    .icono-inner-box-wrap .icons-img {
        max-width: 40px;
    }
    .st-feat-tabs-wrapper {
        gap: 25px;
    }
    .st-feat-tabs-list-wrap {
        flex: 0 0 30%;
    }
    ul.st-feat-tab-list {
        gap: 20px;
        row-gap: 15px;
    }
    .st-feat-tab-list-item .st-feat-tab-link {
        font-size: 16px;
    }
    .st-feat-tab-list-item:after {
        bottom: 0px;
        height: 1px;
    }
    .st-feat-tab-content-desc {
        font-size: 18px;
    }
    .tech-det-grid {
        gap: 15px;
    }
    .tech-det-grid-item.td-box-1 {
        grid-column: 1 / 7;
        grid-row: 1 / 1;
    }
    .tech-det-grid-item.td-box-2 {
        grid-column: 1 / 4;
        grid-row: 2 / 3;
    }
    .tech-det-grid-item.td-box-3 {
        grid-column: 4 / 7;
        grid-row: 2 / 3;
    }
    .tech-det-grid-item.td-box-4 {
        grid-column: 1 / 7;
        grid-row: 3 / 4;
    }
    .tech-det-grid-item {
        padding: 16px;
    }
    .f-b-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }
    .tech-det-grid-item .td-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .f-b-grid-item {
        min-height: 75px;
    }
    .f-b-grid-item img {
        max-width: 65px;
    }
    .tech-det-grid-item .td-desc {
        font-size: 16px;
    }
    .site-visual-slider.owl-carousel {
        padding: 100px 0;
    }
    .site-visual-slider-sec .owl-dots {
        padding: 10px 18px;
        bottom: -13px;
    }
    .site-visual-slider-sec .owl-dot {
        width: 8px;
        height: 8px;
    }
    .tss-grid-wrapper.key-chal-sec {
        gap: 24px;
    }
    .client-testimonial-slider.owl-carousel {
        width: 80%;
        margin: auto;
    }
    .client-testimonial-slider .a-testimonial-wrap {
        padding: 20px;
    }
    .client-testimonial-slider .a-testimonial-wrap .detail-wrap {
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .client-testimonial-slider .a-testimonial-wrap .testimonial-review {
        padding: 0 0px;
        font-size: 15px;
    }
    .client-testimonial-slider .owl-nav button span {
        font-size: 30px;
        width: 35px;
        height: 35px;
    }
    .client-testimonial-slider button.owl-prev {
        left: -14%;
    }
    .client-testimonial-slider button.owl-next {
        right: -14%;
    }
    #portfolio.cs-cmm .section-title {
        font-size: 32px;
    }
    #portfolio.cs-cmm .portfolio-item {
        padding: 15px;
        height: -webkit-fill-available;
    }
    .cmm-cta-wrapper {
        padding: 55px 17px;
    }
    .cmm-cta-wrapper .sec-title {
        font-size: 20px;
        max-width: 300px;
    }
    .cmm-cta-wrapper .h-btn {
        margin-top: 25px;
    }
    .cmm-cta-wrapper .cta-beads {
        max-width: 11rem;
    }
    .cmm-cta-wrapper .cta-leaf {
        max-width: 5rem;
    }
    #portfolio .container-fluid {
        --bs-gutter-x: 3rem;
    }
}

@media screen and (max-width: 379px) {
    .section-padding {
        padding: 80px 0;
    }
    .section-padding-150 {
        padding: 115px 0;
    }
    .section-padding-200 {
        padding: 150px 0;
    }
    .sec-b-details {
        margin: 0 auto 60px;
    }
    .sec-b-details.left {
        margin: 0 0 60px;
    }
    .cs-d-i-title {
        font-size: 24px;
    }
    .cs_detail_hero {
        padding-top: 88px;
    }
    .cs-d-i-main-wrapper {
        padding: 70px 0;
    }
    .cs_detail_hero .cs-d-i-content-wrap {
        width: 94vw;
        margin: 0 auto 45px;
    }
    .cs-ab-grid-wrapper {
        gap: 12px;
    }
    .cs-ab-block {
        padding: 12px 14px;
    }
    .cs-ab-block.block-1 {
        grid-column: 1 / 7;
        grid-row: 1 / 2;
    }
    .cs-ab-block.block-2 {
        grid-column: 7 / 13;
        grid-row: 1 / 2;
    }
    .cs-ab-block.block-3 {
        grid-column: 1 / 7;
        grid-row: 3 / 4;
    }
    .cs-ab-block.block-4 {
        grid-column: 1 / 13;
        grid-row: 2 / 3;
    }
    .cs-ab-block.block-5 {
        grid-column: 7 / 13;
        grid-row: 3 / 4;
    }
    .cs-ab-b-content {
        font-size: 15px;
    }
    .tss-grid-wrapper {
        gap: 20px;
    }
    .tss-block {
        padding: 18px;
    }
    .tss-b-sub-title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .tss-b-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .tss-b-content p {
        font-size: 15px;
    }
    .tss-b-content ul {
        gap: 10px;
        font-size: 14px;
    }
    .approach-main-wrapper {
        gap: 0px;
        row-gap: 30px;
    }
    .before-after-imgs-wrapper {
        top: 7px;
    }
    .process-item {
        flex: 1 0 100%;
    }
    .process-circle img {
        max-width: 100px;
    }
    .process-item .process-title {
        font-size: 1.25rem;
        margin: 15px auto;
    }
    .process-item .process-desc {
        font-size: 1rem;
    }
    .project-approach-slider-item {
        padding: 12px;
    }
    .project-approach-slider-item .process-circle img {
        max-width: 85px;
    }
    .project-approach-slider-item .process-title {
        font-size: 16px;
        margin: 20px 0 14px;
    }
    .project-approach-slider-item .process-desc {
        font-size: 14px;
    }
    .owl-carousel .process-arrow-v2 {
        right: -9%;
    }
    .cp-and-typo-wrapper {
        gap: 40px;
        flex-direction: column;
    }
    .vb-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .vb-boxes-wrap {
        gap: 40px;
    }
    .vb-box-wrap {
        height: 90px;
    }
    .vb-box-wrap.single-color,
    .vb-box-wrap.multiple-color .a-vb-color {
        font-size: 15px;
    }
    .vb-box-wrap.vb-font {
        padding: 5px;
    }
    .vb-box-wrap-inner-wrap img {
        max-width: 170px;
    }
    .icono-wrapper {
        margin-top: 60px;
    }
    .icono-box-wrapper {
        padding: 6px;
    }
    .icono-inner-box-wrap {
        padding: 13px;
        gap: 17px;
    }
    .icono-inner-box-wrap .icons-img {
        max-width: 40px;
    }
    .st-feat-tabs-wrapper {
        gap: 25px;
    }
    .st-feat-tabs-list-wrap {
        flex: 0 0 30%;
    }
    ul.st-feat-tab-list {
        gap: 20px;
        row-gap: 15px;
    }
    .st-feat-tab-list-item .st-feat-tab-link {
        font-size: 16px;
    }
    .st-feat-tab-list-item:after {
        bottom: 0px;
        height: 1px;
    }
    .st-feat-tab-content-desc {
        font-size: 18px;
    }
    .tech-det-grid {
        gap: 15px;
    }
    .tech-det-grid-item.td-box-1 {
        grid-column: 1 / 7;
        grid-row: 1 / 1;
    }
    .tech-det-grid-item.td-box-2 {
        grid-column: 1 / 7;
        grid-row: 2 / 3;
    }
    .tech-det-grid-item.td-box-3 {
        grid-column: 1 / 7;
        grid-row: 3 / 4;
    }
    .tech-det-grid-item.td-box-4 {
        grid-column: 1 / 7;
        grid-row: 4 / 5;
    }
    .tech-det-grid-item {
        padding: 16px;
    }
    .f-b-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }
    .tech-det-grid-item .td-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .f-b-grid-item {
        min-height: 75px;
    }
    .f-b-grid-item img {
        max-width: 65px;
    }
    .tech-det-grid-item .td-desc {
        font-size: 16px;
    }
    .site-visual-slider.owl-carousel {
        padding: 100px 0;
    }
    .site-visual-slider-sec .owl-dots {
        padding: 10px 18px;
        bottom: -13px;
    }
    .site-visual-slider-sec .owl-dot {
        width: 8px;
        height: 8px;
    }
    .tss-grid-wrapper.key-chal-sec {
        gap: 24px;
    }
    .client-testimonial-slider.owl-carousel {
        width: 80%;
        margin: auto;
    }
    .client-testimonial-slider .a-testimonial-wrap {
        padding: 10px;
    }
    .client-testimonial-slider .a-testimonial-wrap .t-name {
        font-size: 16px;
    }
    .client-testimonial-slider .a-testimonial-wrap .detail-wrap {
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .client-testimonial-slider .a-testimonial-wrap .testimonial-review {
        padding: 0 0px;
        font-size: 12px;
    }
    .client-testimonial-slider .owl-nav button span {
        font-size: 30px;
        width: 35px;
        height: 35px;
    }
    .client-testimonial-slider button.owl-prev {
        left: -16%;
    }
    .client-testimonial-slider button.owl-next {
        right: -16%;
    }
    #portfolio.cs-cmm .section-title {
        font-size: 24px;
    }
    #portfolio.cs-cmm .portfolio-item {
        padding: 15px;
        height: -webkit-fill-available;
    }
    .cmm-cta-wrapper {
        padding: 55px 17px;
    }
    .cmm-cta-wrapper .sec-title {
        font-size: 20px;
        max-width: 300px;
    }
    .cmm-cta-wrapper .h-btn {
        margin-top: 25px;
    }
    .cmm-cta-wrapper .cta-beads {
        max-width: 11rem;
    }
    .cmm-cta-wrapper .cta-leaf {
        max-width: 5rem;
    }
    #portfolio .container-fluid {
        --bs-gutter-x: 1.5rem;
    }
}