.row{
    margin-left: 0;
    margin-right: 0;
}

.uiux-section-text p{
    padding:0px 0 80px 0;
}
.uiux-service-inner-section-slider .lSSlideWrapper {
    margin-bottom: 0!important;
}
p{
    font-size: 18px;
    line-height: 28px;
}
.uiux-design-what-we-offer-section .col-lg-6 > .row{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
/* Fallback if DOM structure changes: kill gutters on the nested cards row */
.uiux-design-what-we-offer-section .row .row{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.uiux-design-what-we-offer-section .row .row > *{
    padding-left: 0;
    padding-right: 0;
}
/* Remove gutter on the first-level 2 columns too */
.uiux-design-what-we-offer-section > .container > .row{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.uiux-design-what-we-offer-section > .container > .row > *{
    padding-left: 0;
    padding-right: 0;
}

.uiux-text-image-section{
    margin-bottom: 80px;
}
.uiux-text-image-section .row{
padding:44px 40px;
border: 1px solid #E1E1E1;
border-radius: 12px;
margin:0;
}
.uiux-text-image-section h2{
margin-bottom: 32px;
font-family: 'Proxima-extrabold';
}
.uiux-text-image-section img{
    padding-left: 153px;
}
/* uiux-design-services-section */
.uiux-design-services-section{
    padding: 80px 0px;
    background-image: url("../images/uiux-service-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.uiux-design-services-section h2{
    margin-bottom: 44px;
    font-family: 'Proxima-extrabold';
    color: #fff;
}
.design-service-card{
    padding: 32px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
}
.design-service-card.text-only-card{
    background: transparent;
    padding: 32px;
    display: flex;
    align-items: center;
}
.design-service-card.text-only-card p{
  font-size: 22px;
}
.design-service-card .card-top{
   padding-bottom: 32px;
   display: flex;
   align-items: center;
   gap: 12px;
}
.design-service-card .card-top .line{
   flex: 1;
   height: 0.5px;
   background: #EAEAEA;
   opacity: 0.5;
}

.design-service-card h5{
    padding-bottom: 24px;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0;
}
    
 .uiux-design-services-section h2,.uiux-design-services-section h5,.uiux-design-services-section p,.uiux-design-services-section .step{
    color: #fff;
 }
 .uiux-design-services-section .row-1{
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
 }
 .uiux-design-services-section .design-row-divider{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.32);
    margin: 80px 0;
 }
  .uiux-design-services-section .design-service-card{
     width: 100%;
  }
  .uiux-design-services-section .step{
     width: 48px;
     height: 48px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     background: #E74C2D;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.uiux-design-services-section .design-services-bottom-content{
    padding: 80px 80px 80px 75px;
    background: radial-gradient(140.1% 96.89% at 1.72% 96.21%, #4646AE 0%, #1D1D48 71%);
    display: flex;
    justify-content: center;
    align-items: center;
    

}
.uiux-design-services-section .design-services-bottom-content p{
    font-size: 32px;
    line-height: 48px;
}
.uiux-design-services-section .row-2{
    border-radius: 12px;
    overflow: hidden;
}
.uiux-design-services-section .design-services-bottom-image{
    padding: 0;
    overflow: hidden;
}
.uiux-design-services-section .design-services-bottom-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.uiux-design-what-we-offer-section{
    padding: 80px 0px;
   
}
.what-we-offer-content{
   padding-right: 48px!important;
   margin: auto 0;

}

.what-we-offer-content h2{
       margin-bottom: 32px;
    }
.uiux-design-what-we-offer-section .what-we-offer-cards .row{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}
.uiux-design-what-we-offer-section .what-we-offer-cards .row > .col-4{
    width: auto;
    padding: 0;
}
.uiux-design-what-we-offer-section .what-we-offer-cards .card{
    border: 0;
    height: 100%;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.07);
    padding: 12px 32px;
    }
.uiux-design-what-we-offer-section .what-we-offer-cards .card-body{
    min-height: 136px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}
.uiux-design-what-we-offer-section .what-we-offer-cards .card-body h3{
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-family: "Proxima Nova Semibold";
    letter-spacing: -0.6px;
}
.uiux-design-what-we-offer-section .what-we-offer-cards .card-body .icon{
    display: block;
    line-height: 1;
}
.uiux-design-what-we-offer-section .what-we-offer-cards .card-body .icon svg{
    width: 86px;
    height: 86px;
    object-fit: contain;
}

/* uiux next slider section */

.uiux-next-slider-section .container{
    overflow: visible;
}
.uiux-next-slider-section .uiux-next-slider-outer{
    position: relative;
    padding-bottom: 42px;
    width: calc(100% + 90px);
}
.uiux-next-slider-section .uiux-next-slider-outer::after{
    content: "";
    position: absolute;
    left: 0;
    right: 92px;
    bottom: 12px;
    height: 1px;
    background: #D9D9D9;
}
/* .uiux-next-slider-section .uiux-next-slider > li{
    padding: 6px;
} */
.uiux-next-slider-section .uiux-next-slider-card{
    height: 100%;
    border-radius: 12px;
    border: 1px solid #ECECEC;
    background: #fff;
   
    padding: 20px 16px;
}
.uiux-next-slider-section .uiux-next-slider-card .icon{
    margin-bottom: 14px;
    line-height: 1;
}
.uiux-next-slider-section .uiux-next-slider-card .icon img,
.uiux-next-slider-section .uiux-next-slider-card .icon svg{
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.uiux-next-slider-section .uiux-next-slider-card h3{
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 30px;
    font-family: "Proxima Nova Semibold";
}
.uiux-next-slider-section .uiux-next-slider-card p{
    margin: 0;
    
}
.featured-projects-section{
    padding: 80px 0;
    background:#F6F6F6;;

}
.featured-projects-section .featured-projects-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.featured-projects-section h2{
    margin-bottom: 0px;
    font-family: 'Proxima-extrabold';
    font-size: 32px;
    font-weight: 700;
}
.featured-projects-section .view-all-link{
    color: #E74C2D;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}
.featured-projects-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
.featured-project-card{
    padding: 22px 22px 32px 22px;
    border: 1px solid #EDEDED;
    background: #FFF;
}
.featured-project-card .project-thumb{
    display: block;
    border: 1px solid #EFEFEF;
    margin-bottom: 32px;
}
.featured-project-card .project-thumb img{
    object-fit: cover;
    display: block;
    width: 295.14px;
    height: 186.714px;
}
.featured-project-card .project-category{
    display: block;
    color: #F15A24;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: 'Proxima Nova Rg'!important;

}
.featured-project-card .project-title{
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 32px;
    font-family: "Proxima Nova Semibold";
    min-height: 95px;
}
.featured-project-card .project-title a{
    color: #1f1f1f;
    text-decoration: none;
}
.featured-project-card .project-readmore{
    color: #E74C2D;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    padding-left: 70px;
}
.featured-project-card .project-readmore::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
   
    width: 53.973px;
    height: 1px;
    background: #E74C2D;
}
@media (max-width: 1400px) {
    .uiux-text-image-section h2{
        font-size: 32px;
    }
    .uiux-text-image-section p{
        font-size: 18px;
        line-height: 28px;
    }
    .uiux-text-image-section img{
        padding-left: 100px;
    }
     p{
        font-size: 18px;
        line-height: 28px;
    }
    .uiux-section-text p{
        padding:0px 0 50px 0;
    }
}

@media (max-width: 1199px) {
    .uiux-design-services-section .row-1{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .uiux-text-image-section img{
        padding-left: 0;
        padding-top: 20px;
    }
    .uiux-design-services-section .design-services-bottom-content p{
        font-size: 24px;
        line-height: 36px;
    }
    .uiux-design-services-section .design-services-bottom-content{
        padding: 50px 50px 50px 45px;
    }
   .what-we-offer-content{
    margin-bottom: 20px;
    padding-right: 0!important;
   }
   
   .what-we-offer-content h2{
    margin-bottom: 20px;
   }
   .uiux-design-what-we-offer-section .what-we-offer-cards .card{
    padding: 12px 24px;
   }
   .uiux-design-what-we-offer-section .what-we-offer-cards .card-body{
    padding: 12px;
   }
   .uiux-design-what-we-offer-section .what-we-offer-cards .card-body h3{
    font-size: 18px;
    line-height: 28px;
   }
   .uiux-design-what-we-offer-section .what-we-offer-cards .row {
   
    gap: 16px;}
   .uiux-next-slider-section .uiux-next-slider-outer::after{
    right: 80px;
   }
   .uiux-next-slider-section .uiux-next-slider-outer{
    width: calc(100% + 60px);
   }
   .featured-projects-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
   }
}
@media (max-width: 991px) {
    .uiux-design-services-section .design-services-bottom-content{
        padding: 50px 45px;
    }
}
@media (max-width: 768px) {
    
    .uiux-section-text p{
        padding:0px 0 40px 0;
    }
    p{
        font-size: 16px;
        line-height: 28px;
    }
    .uiux-text-image-section img{
        padding-left: 0;
        padding-top: 20px;
    }
    .uiux-design-services-section .step{
        width: 40px;
        height: 40px;}
    .uiux-design-services-section .design-services-bottom-content p{
        font-size: 20px;
        line-height: 30px;
    }
    .uiux-design-services-section .design-services-bottom-content{
        padding: 40px 40px;
    }
    .uiux-design-what-we-offer-section .what-we-offer-cards .row{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .uiux-next-slider-section .uiux-next-slider-card h3{
        font-size: 20px;
        line-height: 28px;
    }
    .uiux-next-slider-section .uiux-next-slider-outer{
        width: 100%;
    }

}
@media (max-width: 576px) {
    .uiux-design-services-section .row-1{
        grid-template-columns: 1fr;
    }
    .uiux-design-what-we-offer-section .what-we-offer-cards .row{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .uiux-next-slider-section .uiux-next-slider-outer::after{
        right: 72px;
    }
    .featured-projects-grid{
        grid-template-columns: 1fr;
    }
    .featured-project-card .project-thumb img{
    width:100%;
    height: auto;}
    .uiux-next-slider-section .uiux-next-slider > li {
        width: 370px !important;
    }
    .uiux-text-image-section .row{
        padding:32px 32px;
    }
    .uiux-text-image-section .uiux-text-image-section-left{
        padding-right:0!important;
        padding-left:0!important;
    }
    
}
@media (max-width: 360px) {
    .uiux-design-what-we-offer-section .what-we-offer-cards .row{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
}