.section .heading{
    margin-bottom: 5px;
}
.hero_banner .heading{ 
    margin-bottom: 10px ;
}
.hero_banner{
    padding: 0px 0 40px;
}
.hero_banner .bg {
    background-image: url("/wp-content/themes/deskcodesolution/assets/images/service_banner_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 40px;
}
.hero_banner h1{
	color: #000000;
    text-align: left;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 0.02em;
	line-height: 1.5;
}
.hero_banner .project_logo img{
    height: 100px;
    object-fit: contain;
    width: 100%;
}
.case_study_image img{
	max-width: 100%;
    height: 685px;
    margin: auto;
    aspect-ratio: 3/2;
	object-fit:contain;
}
.snapshot .swiper-slide { 
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-pagination-outside {
    display: none;
}
.snapshot .swiper-pagination-bullet-active{
    background-color: #fff;
}

.hero_banner .project_logo{
    padding-bottom: 20px;
    height: 100%;
    aspect-ratio: 4/0;
}
.hero_banner .heading-area{
	padding-bottom: 0;
}
.hero_banner .heading-area p{
	font-size: 20px;
	line-height: 1.94;
	color: #111111;
	font-weight: 500;
}
.hero_banner .project_logo img{
    width: auto;
    aspect-ratio: 4/0;
	height:80px;
}
.case-study-info .col{
    flex: unset;
    z-index: 2;
    padding-top: 23px;
}
.case-study-info .d-flex{
    padding: 0 20px;
}
.case-study-info .d-flex::before{
    content: "";
    position: absolute;
    top: 23px;
    width: 100%;
    height: 1.2px;
    border-top: 1.2px dashed #ccc;
    display: block;
    left: 0;
}
.case-study-info svg {
    z-index: 10;
    position: absolute;
    top: -3px;
    left: 4px;
    width: 24px;
    height: 24px;
}
.case-study-info h3{
    color: #525252;
    font-size: 20px;
    letter-spacing: 0.02em;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    padding-top: 8px;
}
.case-study-info p{
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #000000;
    font-weight: 600;
}
.case-study-info .col.country{
    width: 97px;
}
.case-study-info .col.industry{
    width: 128px;
}
.case-study-info .col.solution{
    width: 138px;
}
.case-study-info .col.services{
    width: 525px;
}
.case-study-info .box-shadow{
    border-radius: 8px;
    background-color: transparent;
    height: 18px;
    width: 18px;
    position: relative;
    left: -3px;
    top: -8px;
}

.project_overview .bg {
    border-radius: 0 45px;
    padding: 40px;
    background-color: #FAFAFA;
    margin: 0 125px;
}
.project_overview p.description{
    font-size: 18px;
    line-height: 1.87;
}
.project_overview p{
    padding-top: 30px;
}
#main .heading{
    font-weight: 600;
}
.project_overview .heading_boder{
    padding-bottom: 0 !important;
}
.heading_boder{
    width: 127px;
    height: 1px;
    border-top: 1px solid #000000;
    display: block;
    padding-bottom: 24px;
}
.requirements .d-flex{
    gap: 80px;
    padding:0 25px;
}
.requirements img{
    border-radius: 45px 0;
}
.requirements .heading-area p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.87;
    color: #000;
    letter-spacing: 0.02em;
}
.requirements .col.img {
    width: 485px;
    height: 485px;
    flex: unset;
}

.portfolio_case {
    gap: 40px;
    padding: 0 25px;
}
.portfolio_case .block-study_icon img{
    width: 100px;
}
.case_study_block {
    padding: 40px;
}
.case_study_block .col.description {
    flex: 1 0 35.2%;
}
.block-study_icon {
    padding-bottom: 5px;
}
.block-description{
    line-height: 1.875;
}

/* key_features */
.key_features {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.key_features ul li{
    color: #000;
    padding: 13px 16px;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0;    
    transition: 0.2s;
    position: relative;
    gap: 10px;
}
.key_features ul li::before{
    content: "";
    border: 0px solid #000;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -2px;
    left: -2px;
    transition: all .4s ease-in-out;
    border-top: none;
    border-right: none;
}
.key_features ul li:hover{
    animation: box_line 0.5s ease;
    top: 2px;
    left: 2px;
}

.key_features ul li.center-last {
    grid-column: 1 / span 2;
    justify-self: center;
    width: 50%;
}

@keyframes box_line{
    0%{
        left:0;
        top:0;
    }
    100%{
       left:2px;
       top:2px;
    }
    
}
.key_features ul li:hover::after,
.key_features ul li:hover::before
{
    height: calc( 100% + 4px);
    width: calc( 100% + 4px);
    border-width: 2px;
    transition-delay: 0.5s;
}
.key_features ul li::after{
    content: "";
    border: 0px solid #000;
    height: 0;
    width: 0;
    position: absolute;
    top: -2px;
    right: -2px;
    transition: all .4s ease-in-out;
    border-bottom: none;
    border-left: none;
}
.key_features ul {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin: 0;
}

.key_features ul li svg {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.section.technology_stack{ margin: 0 0 40px; padding: 40px 0; background: rgba(144, 144, 144, 0.07) url(/wp-content/themes/deskcodesolution/assets/images/vision_curve.png) center center no-repeat; background-size: 100% 100%; position: relative;}
.section.technology_stack .techonlogies-cards .d-grid{
    grid-template-columns: repeat(5,1fr);
    gap: 35px;
}
.techonlogies-cards .d-flex .tech-cards{
    border-radius: 30px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 20px 2px rgba(0, 0, 0, 0.05);
    padding: 39px;
    height: 165px;
}
.techonlogies-cards .d-flex .tech-cards img{
    width: 85px;
    max-height: 85px;
    height: auto;
}
.techonlogies-cards {
    padding: 0 135px;
}
.tech-flex{
    gap: 30px;
}
/* Client Words */
.client_box {
    background: #ffffff;
    border-radius: 40px;
    border: 1.2px solid #cccccc;
    width: 835px;
    margin: auto;
    padding: 40px;
    text-align: center;
}
.client_box p{
    line-height: 1.87;
    color: #000;
    padding-bottom: 30px;
}
.client_box h3{
    font-size: 22px;
    letter-spacing: 0.01em;
    font-weight: 600;
    color: #000000;
}
.client_box h4{
    color: #555555;
    font-size: 18px;
    letter-spacing: 0.02em;
    font-weight: 500;
}
/* Client Words */

/* */
.snapshot{
    /* background-image: url("/wp-content/themes/deskcodesolution/assets/images/case_study_bg.png"); */
    background-color: #060000;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    margin: 40px 0 80px;
}
.snapshot .heading_boder{
    border-top: 1px solid #fff;
    padding-bottom: 30px;
}   
.snapshot h2{
    font-weight: 700;
    margin-bottom: 0;
}
.contect_desc {
    margin: 0px 0 80px;
}
.contect_desc img{
    height: 100%;
}
.gallery_list .swiper-pagination{
    display: none;
}
.gallery_list .swiper-slide img{
    height: 538px;
    border: 5px solid #FFFFFF;
    border-radius: 30px;
    object-fit: cover;
    width: 713px;
}

.snapshot .swiper-slide, .snapshot .swiper-slide:nth-child(2n) {
    width: auto;
}
.slider-container{
    margin-left: 300px;
}
.gallery_list {
    padding-bottom: 80px;
}
.gallery_list:last-child{
    padding-bottom: 0;
}
/* .gallery_list .swiper-slide, swiper-slide{
    width: 872px !important;    
} */
@media only screen and (max-width: 1919px) {
    .hero_banner{ padding: 0px 0 35px; } 
    .hero_banner .bg{padding: 70px 0 35px;}
    .hero_banner h1 { font-size: 55px; }
    .hero_banner .heading-area p{ font-size: 18px; } 
    
    .case-study-info h3,.case-study-info p{font-size: 18px;}
    .case-study-info .box-shadow{width: 16px;height: 16px;}
    .case-study-info .col.country{width: 87px;}
    .case-study-info .col.industry{width: 118px;}
    .case-study-info .col.solution{width: 128px;}
    .case-study-info .col.services{width: 471px;}
    .case-study-info svg {width: 22px;height: 22px;}
    .case-study-info .d-flex {padding: 0 16px;}
    .case-study-info h3{padding-top: 5px;}
    
    .project_overview .bg {border-radius: 0 40px;margin: 0 98px;padding: 35px;}
    .project_overview p.description{font-size: 16px;}
    .project_overview p{padding-top: 30px;}

    .heading_boder{width: 117px;padding-bottom: 19px;}

    .requirements .d-flex{gap: 70px;padding: 0 20px;}
    .requirements .heading_boder{padding-bottom: 19px;}
    .requirements img{border-radius: 40px 0;}
    .requirements .heading-area p{font-size: 16px;}
    .requirements .col.img {width: 445px;height: 445px;}

    .portfolio_case {gap: 35px;padding: 0 20px;}
    .portfolio_case .block-study_icon img{width: 90px;}

    .case_study_block {padding: 35px;}

    .key_features ul{
        gap: 25px;
    }
    .key_features ul li{
        padding: 11px 13px;
        font-size: 16px;
    }
    .key_features ul li svg{
        width: 26px;
        height: 26px;
    }
    .case_study_image img{
        height: 655px;
    }
    .section.technology_stack{margin: 0 0 35px;padding: 35px 0;}
    .section.technology_stack .techonlogies-cards .d-grid{gap: 30px;}

    .techonlogies-cards .d-flex .tech-cards{padding: 34px;border-radius: 30px;height: 150px;}
    .techonlogies-cards .d-flex .tech-cards img{width: 80px;max-height: 80px;}

    .client_box p{padding-bottom: 25px;}

    /* Client Words */
    .client_box {
        border-radius: 40px;
        width: 745px;
        padding: 35px;
    }
    .client_box h3{
        font-size: 20px;
    }
    .client_box h4{
        font-size: 16px;
    }
    /* Client Words */
    .gallery_list {
        padding-bottom: 70px;
    }
    .snapshot{
        padding: 70px 0;
        margin: 35px 0 70px;
    }
    .slider-container{
        margin-left: 150px;
    }
    
    /* .snapshot .swiper-slide {width: 54.493%;} */
    /* .snapshot .swiper-slide:nth-child(2n) {width: 54.493%;} */
    .gallery_list .swiper-slide img{height: 520px;width: 690px;}
    /* .gallery_list .swiper-slide, swiper-slide{
        width: 682px !important;    
    } */
    .case_study_block .col.description{flex: 1 0 40.2%;}

    .contect_desc {
        margin: 0px 0 70px;
    }

} 
@media (max-width: 1439px){ 
    .hero_banner{ padding: 0px 0 30px; } 
    .hero_banner .bg{padding: 60px 0 30px;}    
    .hero_banner{ padding: 00px 0 30px; } 
    .hero_banner h1 { font-size: 45px; } 
    .hero_banner .heading-area p{ font-size: 16px; } 

    .case_study_image img{height: 625px;}
    
    .case_study_block {padding: 30px;}
    .case-study-info h3, .case-study-info p {font-size: 17px;}
    .case-study-info svg {width: 20px;height: 20px;}

    .project_overview .bg {border-radius: 0 35px;padding: 30px;}
    .project_overview p{padding-top: 25px;}

    .portfolio_case {gap: 30px;padding: 0 15px;}
    .portfolio_case .block-study_icon img{width: 80px;}

    .requirements .col.img {width: 400px;height: 400px;}
    .requirements img{border-radius: 35px 0;}
    .requirements .d-flex{gap: 60px;padding: 0 15px;}

    .key_features .bg-grid{padding-left:36px;padding-right:36px}

    .section.technology_stack {margin: 30px 0;padding: 30px 0;}
    .section.technology_stack .techonlogies-cards .d-grid{gap: 25px;}

    .techonlogies-cards .d-flex .tech-cards{padding: 32px;border-radius: 25px;height: 141px;}
    .techonlogies-cards .d-flex .tech-cards img{width: 75px;max-height: 75px;}

    .case_study_block .col.description{flex: 1 0 45.2%;}
    .techonlogies-cards {padding: 0 175px;}
    
    .client_box {
        border-radius: 35px;
        width: 785px;
        padding: 30px;
    }
    .client_box p{
        padding-bottom: 20px;
    }
    .client_box h3{
        font-size: 18px;
    }
    .client_box h4{
        font-size: 17px;
    }
    .gallery_list {
        padding-bottom: 60px;
    }
    .snapshot{
        padding: 60px 0;
        margin: 30px 0 60px;
    }
    .slider-container {
        margin-left: 110px;
    }
    .gallery_list .swiper-slide img {
        height: 500px;
        width: 670px;
        border-radius: 25px;
    }
    .snapshot .heading_boder{ padding-bottom: 34px; }
    .heading_boder{width: 107px;}
    .contect_desc {
        margin: 0px 0 60px;
    }
}
@media (max-width: 1280px){
     .slider-container {
        margin-left: 70px;
    }
}
@media (max-width: 1199px){ 
    .hero_banner{ padding: 0px 0 25px; } 
    .hero_banner .bg{padding: 50px 0 25px;}  
    .hero_banner{ padding: 0px 0 25px; } 
    .hero_banner h1 { font-size: 40px; } 
    .hero_banner .container.p-0 {padding: 0 !important;}

    .case_study_image img{height: auto;}
    .case-study-info h3, .case-study-info p {font-size: 16px;}
    .case_study_block .col.description{flex: 1 0 45.2%;}    

    .project_overview .bg {border-radius: 0 30px;}
    .project_overview p.description{font-size: 14px;}
    .project_overview .heading_boder{padding-bottom: 19px;}

    .portfolio_case {gap: 30px;padding: 0 10px;}
    .portfolio_case .block-study_icon img{width: 70px;}

    .key_features ul li{
        padding: 10px 11px;
        font-size: 14px;
    }
    .key_features ul li svg {
        width: 20px;
        height: 20px;
    }
    .key_features ul{
        gap: 20px;
    }

    .section.technology_stack {padding: 25px 0;margin: 25px 0;}
    .section.technology_stack .techonlogies-cards .d-grid{gap: 20px;}

    .techonlogies-cards .d-flex .tech-cards{padding: 29px;border-radius: 20px;height: 130px;}
    .techonlogies-cards .d-flex .tech-cards img{width: 70px;max-height: 70px;}

    .techonlogies-cards {padding: 0 115px;}

    .requirements img{border-radius: 30px 0;}
    .requirements .col.img {width: 380px;height: 380px;}
    .requirements .d-flex{gap: 50px;padding: 0 10px}
    .requirements .heading-area p{font-size: 14px;}

    .client_box {
        border-radius: 35px;
        width: 785px;
    }
    .client_box h3{
        font-size: 16px;
    }
    .client_box h4{
        font-size: 14px;
    }
    .gallery_list {
        padding-bottom: 50px;
    }
    .snapshot{
        padding: 50px 0;
        margin: 25px 0 50px;
    }
     .slider-container {
        margin-left: 24.5px;
    }
    .gallery_list .swiper-slide img {
        height: auto;
        width: 580px;
        border-radius: 20px;
    }
    .snapshot .heading_boder{ padding-bottom: 29px; }
    .heading_boder{width: 107px;}
    .contect_desc {
        margin: 0px 0 50px;
    }
}
@media (max-width: 991px){ 
    .section{padding: 0 !important;}
    .hero_banner{ padding: 0px; } 
    .hero_banner h1 { font-size: 35px; } 
    .hero_banner .heading-area p{ font-size: 16px;line-height: 32px;} 
    .hero_banner .bg{padding-bottom: 0px;padding-top: 15px;}
    
    .case_study_image img{height: auto;padding: 0 20px;}

    .case-study-info h3 {text-wrap: nowrap;}
    .case-study-info .col.country,.case-study-info .col.industry,.case-study-info .col.industry,.case-study-info .col.solution,.case-study-info .col.services{width: auto;}
    .case-study-info .d-flex{gap: 20px;}
    .case_study_block {padding: 20px;}
    .case_study_block .col.description{flex: 1 0 40.2%;}
    
    .portfolio_case {gap: 30px;padding: 0 0px;}
    .portfolio_case .block-study_icon img{width: 60px;}

    .project_overview .bg {border-radius: 0 25px;padding: 20px 25px;margin: 0;}
    .project_overview{border-radius: 0 25px;padding: 0px;}

    .key_features ul li{
        padding: 10px 11px;
        font-size: 14px;
    }

    .section.technology_stack{margin: 15px 0; padding: 0px 0;}

    .requirements .col.img {width: 300px;height: 300px;}
    .requirements .d-flex{gap: 25px;padding: 0 0px;}
    .requirements img{border-radius: 0 25px;}    
    .techonlogies-cards {padding: 0 0px;}
    .techonlogies-cards .d-flex .tech-cards{padding: 24px;height: 110px;}
    .techonlogies-cards .d-flex .tech-cards img{width: 60px;max-height: 60px;}

    .client_box {
        border-radius: 25px;
        width: auto;
        padding: 30px;
    }
    .client_box h3{
        font-size: 16px;
    }
    .client_box h4{
        font-size: 14px;
    }
    .gallery_list {
        padding-bottom: 30px;
    }
    .snapshot{
        padding: 30px 0;
        margin: 15px 0 ;
    }
    /* .gallery_list .swiper-slide img {
        height: auto;
        width: 100%;
        border-radius: 10px;
    } */
    .snapshot .heading_boder{ padding-bottom: 24px; }
    .heading_boder{width: 70px;}

    .slider-container {
        margin-right: 24.5px;
    }
    .contect_desc {
        margin: 0px 0 15px;
    }
    
}
@media (max-width: 767px){ 
    .hero_banner h1 { font-size: 26px; } 
    .heading-area p{ font-size: 16px; } 
    
    .project_overview .bg {border-radius: 0 25px;padding: 20px;}

    .requirements .col.img {width: 40%;height: auto;}
    .requirements .d-flex{gap: 20px;padding: 0 0px;}
    .requirements img{border-radius: 0 20px;}
    .requirements .heading-area p{text-align: left;}
    .key_features ul li{
        font-size: 14px;
        padding: 10px 11px;
    }
    .key_features ul{
        gap: 20px;  
    }
    .key_features ul li svg {
        max-width: 20px;
        width: 100%;
        height: 20px;

    }
    
    .case_study_block .col.description{flex: 1 0 40%;}
    .key_features ul{grid-template-columns: repeat(1, 1fr);}
    .case_study_block{gap: 20px;}
    .techonlogies-cards .d-flex .tech-cards{padding: 24px;}
    .techonlogies-cards .d-flex .tech-cards img{width: 60px;max-height: 60px;object-fit: cover;}

     .client_box {
        border-radius: 20px;
        width: auto;
        padding: 15px;
    }
    .gallery_list {
        padding-bottom: 15px;
    }
    .snapshot{
        background-image: unset;
        padding: 15px 0;
        margin: 15px 0;
    }
    .custom-pagination-outside {
        display: block;
    }
    .gallery_list .swiper-pagination{
        display: block;
    }
    .snapshot .heading_boder{ padding-bottom: 19px;margin: auto; }
    .slider-container {
        margin-right: 24.5px;
    }
    .gallery_list .swiper-slide img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .snapshot .swiper-slide, .snapshot .swiper-slide:nth-child(2n) {
        width: 50%;
    }
    
    .case-study-info h3, .case-study-info p {
        font-size: 14px;
    }
    .slider-container {
        margin-right: 20px;
        margin-left: 20px;
    }
    
}
@media (max-width: 575px){ 
    .case_study_block .col.description{flex: 1 0 100%;}
    .case_study_block{flex-direction: column;}
    .case_study_block .col{flex: unset;width: 100%;text-align: center;}
    .case_study_block .heading_boder{margin: auto;}
    .snapshot  .swiper-slide {
        width: 100%;
    }
    .requirements .heading{
        text-align: center;
    }

    .requirements .heading_boder{margin: auto;} 

   .snapshot  .swiper-slide:nth-child(2n) {
        width: 100%;
    }
    .section.technology_stack .techonlogies-cards .d-grid{grid-template-columns: repeat(2, 1fr);}

    .requirements .heading-area p{text-align: center;}

    .requirements .col.img {width: 100%;height: auto;}
    
    .requirements .d-flex{gap: 20px;padding: 0 0px;flex-direction: column;}

    .slider-container { 
        margin-right: 20px;
        margin-left: 20px;
    }
    .case-study-info .d-flex{
        flex-direction: column;
    }
    .case-study-info .d-flex::before{
        content: "";
        top: 21px;
        width: 1.2px;
        height: 70%;
        border-left: 1.2px dashed #ccc;
        display: block;
        left: 17px;
    }
    .case-study-info .col {
        display: flex;
        gap: 10px;
        padding-top:00px;
    }
    .case-study-info h3, .case-study-info p{
        padding-top: 0;
        margin: 0;
        line-height: normal;
    }
    .case-study-info svg{
        top: -5px;
        left: -5px;
    }
    .case-study-info p{
        width: 65%;
    }
    .case-study-info .box-shadow{
        top: 5px;   
        width: 3%;
    }
    .case_study_block h2 {
        text-align: center;
    }
    .tech-flex {
        gap: 20px;
    }
}

