.page-template-google-cloud-service .capability-card{
    min-height: 180px;
}

.page-template-google-cloud-service .feature-points{
    max-height: calc(4 * 150px);
}

.page-template-aws-cloud-template .technology-innovation + .common-cta-section{
    margin: 0 0 40px 0;
}

.page-template-azure-consulting-service .partner-section + .capabilities-section.common-section-spacing {
    padding-bottom: 40px;
}

.page-template-azure-consulting-service .capabilities-section + .common-cta-section {
    margin-bottom: 70px;
}

.page-template-azure-consulting-service .features-section + .common-cta-section{
    margin: 70px 0
}

/* feature listing */
.page-template-google-cloud-service .features-listing {
    height: calc(100vh - 150px);
    overflow-y: auto;

    /* Hide scrollbar */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}

.page-template-google-cloud-service .features-listing::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
/* */

/* */
.industry-serve-slider .google-industry-slider,
.industry-serve-slider .aws-industry-slider {
    padding: 0 15px 15px;
}

.google-industry-slider .swiper-slide,
.aws-industry-slider .swiper-slide {
    padding: 10px;
}


.hire-dev-section-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  margin: 40px auto 0;
}

.hire-left-listing {
    max-width: 580px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hire-left-list-item {
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
}

.hire-left-list-item:not(:last-child) {
    border-bottom: 1px solid rgb(43, 43, 43, 0.12);
    margin-bottom: 27px;
    padding-bottom: 27px;
}

.hire-item-icon {
    width: 50px;
    height: 50px;
    background-color: #4D52F2;
    border-radius: 100% 10px 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hire-item-content {
    width: calc(100% - 80px);
}

.hire-item-content h3 {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 12px;
    font-weight: 500;
    color: #313131;
}
/* */

/* delivery section */
.delivery-content-wrapper{
    margin: 40px 0 0 0;
    overflow-y: auto;
}

/* Rows */
.delivery-body {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    /* border: 1px solid #DBDBDB;
    border-radius: 12px; */
}

.delivery-row {
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* background: linear-gradient(113.48deg, rgba(44, 83, 248, .05) 15.51%, rgba(150, 80, 227, .05) 50.37%, rgba(221, 34, 123, .05) 85.23%); */
    /* border-radius: 0; */
    box-shadow: none;
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.delivery-row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(113.48deg, #2c53f8 15.51%, #9650e3 50.37%, #dd227b 85.23%);
}

.delivery-icon {
    display: none;

    /* width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid var(--purple-color);
    color: var(--purple-color) !important;
    background-color: #4d52f214 !important;
    box-shadow: 0px 1px 10px #d8d8d8; */
}

/* .delivery-icon svg{
    width: 28px;
    height: 28px;
}

.delivery-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.delivery-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #313131;
}

.delivery-row .delivery-col:first-child {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    min-width: 300px;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DBDBDB;
}

.delivery-number {
    font-size: 52px;
    line-height: 62px;
    color: #313131;
    font-weight: 300;
    display: inline-flex;
}

.delivery-col:nth-child(2) {
    margin-bottom: 15px;
}

.delivery-col p {
    margin: 0;
    font-size: 16px;
    color: #606060;
}

.delivery-row .delivery-col:first-child p{
    background: linear-gradient(113.48deg, #2c53f8 15.51%, #9650e3 50.37%, #dd227b 85.23%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
}

.delivery-capabilities-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.delivery-capabilities-list span{
    border: 1px solid var(--purple-color);
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 22px;
    color: var(--purple-color);
    padding: 2px 12px;
    border-radius: 30px;
    background: #FFFFFF80;
}

/* software process */
.software-development-process{
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    column-gap: 50px;
}

.software-process-image{
    max-width: 395px;
}

.software-process-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.software-process-stepper{
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 445px);
}

.software-process{
    display: flex;
    align-items: flex-start;
    column-gap: 25px;
}

.software-process:not(:last-child){
    padding-bottom: 30px;
    position: relative;
}

.software-process:not(:last-child):before{
    content: '';
    position: absolute;
    left: 19px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: rgba(237, 238, 254, 1);
}

.software-process-number{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(77, 82, 242, 1);
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.software-process-details{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    width: calc(100% - 65px);
}

.software-process-title{
    font-size: 22px;
    line-height: 32px;
    color: rgba(69, 69, 69, 1);
    font-weight: 500;
    margin: 0;
}

.software-process-details ul{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    gap: 15px;
    list-style: disc;
}
/* */

.cmn-left-section .main-section-title {
    text-align: left;
}

.cmn-left-section .section-content-text {
    text-align: left;
    margin: 0;
    max-width: 100%;
}

.page-template-aws-cloud-template .industry-card p{
    min-height: 216px;
}

.partner-sec-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}

.partner-sec-content {
    max-width: 775px;
    width: 100%;
}

.partner-sec-img-wrap.tablet-view {
    display: none;
}

.partner-sec-image {
    max-width: 740px;
    width: 100%;
}

.partner-sec-img-wrap {
    display: flex;
    column-gap: 32px;
    align-items: flex-start;
}

.partner-sec-img-wrap .single-new-dev-img {
    border-radius: 20px;
    min-height: 400px;
    object-fit: cover;
}

/* industry tabbing */
.industry-nav-tab-wrapper{
    flex-direction: column;
    gap: 15px;
    width: 430px;
    display:none;
    border-bottom: 0;
}
.industry-nav-tab-wrapper .main-specials {
    font-size: 18px;
    font-weight: 500;
    border: 0;
    border-bottom: 2px solid rgba(192, 192, 192, 1);
    background: linear-gradient(90deg, #F6F7FF 0%, #FDF5FA 100%);
    color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    margin: 0px;
    text-align: left;
    position: relative;
    min-height: 60px;
    overflow: hidden;
}
.industry-nav-tab-wrapper .main-specials.active::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #4D52F21A;
}
.industry-nav-tab-wrapper .main-specials.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(113.48deg, #2C53F8 15.51%, #9650E3 50.37%, #DD227B 85.23%);
    z-index: 1;
}
.industry-nav-tab-wrapper .main-specials span{
    display: flex;
}
.industry-nav-tab-wrapper .main-specials.active {
    background: #fff;
    color: rgba(44, 83, 248, 1);
    border: 0;
}
.industry-nav-tab-wrapper .main-specials.active .svg-color_industries {
    stroke: #0f0f0f;
}
.main_industries_new {
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    column-gap: 30px;
}
.res_padd_tab_content{
    width: calc(100% - 460px);
}
.res_padd_tab_content .tab-content {
    height: 100%;
}
.res_padd_tab_content .tab-content .tab-pane {
    height: 100%;
    opacity: 1;
}
.main_box_industries {
    background: linear-gradient(90deg, #F6F7FF 0%, #FDF5FA 100%);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.main_box_industries img {
    width: 100%;
    border-radius: 5px;
}
.main_box_industries p {
    font-size: 18px;
    line-height: 30px;
    color: rgb(0, 0, 0, 0.6);
    margin-bottom: 0px !important;
    padding-top: 20px;
}
.indusries-icon-img {
    object-fit: contain;
}
.svg-color_industries {
    stroke: #fff;
}
/* */

.partner-sec-img-wrap.tablet-view {
    display: none;
}

@media(min-width:992px){
    .industry-nav-tab-wrapper.nav-tabs {
        display: flex;
    }

    .tab-mobile-header {
        display:none;
    }  

    .res_padd_tab_content .collapse{
        display:block;
        height: 100%;
    }
}

@media(max-width:1799px){
    .partner-sec-content {
        max-width: max-content;
        min-width: 624px;
    }

    .partner-sec-img-wrap {
        column-gap: 28px;
    }
}

@media(max-width:1399px){
    .hire-left-list-item {
        column-gap: 22px;
    }

    .hire-item-icon {
        width: 40px;
        height: 40px;
    }

    .hire-item-content {
        width: calc(100% - 62px);
    }

    .hire-item-content h3 {
        font-size: 20px;
    }

    .page-template-google-cloud-service .features-listing {
        height: calc(100vh - 120px);
    }

    .software-process:not(:last-child) {
        padding-bottom: 40px;
        position: relative;
    }

    .partner-sec-content {
        min-width: 567px;
    }

    .partner-sec-img-wrap {
        column-gap: 22px;
    }

    .page-template-azure-consulting-service .features-section + .common-cta-section{
        margin: 55px 0;
    }

    .page-template-azure-consulting-service .capabilities-section + .common-cta-section{
        margin-bottom: 55px;
    }
}

@media(max-width:1199px){
    .delivery-body{
        grid-template-columns: repeat(2, 1fr);
    }

    .hire-left-list-item {
        column-gap: 16px;
    }

    .hire-left-list-item:not(:last-child) {
        margin-bottom: 22px;
        padding-bottom: 22px;
    }

    .hire-item-icon {
        width: 35px;
        height: 35px;
    }

    .hire-item-content {
        width: calc(100% - 52px);
    }

    .delivery-number {
        font-size: 44px;
        line-height: 54px;
    }

    .software-process-title {
        font-size: 20px;
        line-height: 30px;
    }

    .partner-sec-content {
        min-width: auto;
        max-width: 52%;
    }

    .page-template-azure-consulting-service .features-section + .common-cta-section{
        margin: 45px 0;
    }

    .page-template-azure-consulting-service .capabilities-section + .common-cta-section{
        margin-bottom: 45px;
    }

    .industry-nav-tab-wrapper {
        width: 280px;
    }

    .main_industries_new {
        padding: 15px;
        column-gap: 20px;
    }

    .res_padd_tab_content {
        width: calc(100% - 300px);
    }

    .steps-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 15px;
    }

    .page-template-azure-consulting-service .software-development-process{
        column-gap: 30px;
    }

    .page-template-azure-consulting-service .software-process-stepper {
        max-width: calc(100% - 425px);
    }

    .page-template-azure-consulting-service .software-process{
        column-gap: 15px;
    }

    .page-template-azure-consulting-service .software-process-details {
        width: calc(100% - 55px);
    }
}


@media(max-width:991px){

    .hire-dev-section-wrapper{
        flex-direction: column;
        row-gap: 20px;
    }

    .hire-left-listing{
        max-width: 100%;
    }

    .delivery-row .delivery-col:first-child{
        min-width: auto;
    }

    .delivery-body{
        gap: 20px;
    }

    .hire-item-content h3 {
        font-size: 18px;
    }

    .software-development-process{
        flex-direction: column;
        row-gap: 30px;
        align-items: flex-start;
    }

    .partner-sec-content-wrapper {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .partner-sec-content, .partner-sec-image {
        max-width: 100%;
    }

    .partner-sec-img-wrap.tablet-view {
        display: flex;
        margin: 0 auto 20px;
        justify-content: center;
        max-width: 620px;
        width: 100%;
    }

    .partner-sec-image.desktop-view {
        display: none;
    }

    .industry-nav-tab-wrapper {
        display: none;
    }

    .main_industries_new {
        padding: 0px;
        border: 0px;
        margin-top: 35px;
    }

    .res_padd_tab_content {
        width: 100%;
    }

    .res_padd_tab_content .tab-content {
        height: auto;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

    .res_padd_tab_content .tab-content .tab-pane {
        display: block;
        background: transparent;
        border-radius: 5px;
        opacity: 1;
        padding: 0;
    }

    .tab-mobile-header a {
        font-size: 18px;
        font-weight: 500;
        border: 0;
        border-bottom: 2px solid rgba(192, 192, 192, 1);
        color: rgba(0, 0, 0, 0.6);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        margin: 0px;
        text-align: left;
        position: relative;
        min-height: 60px;
        overflow: hidden;
        background: linear-gradient(90deg, #F6F7FF 0%, #FDF5FA 100%);
    }

    .tab-mobile-header a:before {
        content: "\+";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        right: 10px;
        font-size: 16px;
    }

    .tab-mobile-header a[aria-expanded=true] {
        color: rgba(44, 83, 248, 1);
        background: #4D52F21A;
    }

    .tab-mobile-header a[aria-expanded=true]:before {
        content: "-";
    }

    .tab-mobile-header a[aria-expanded=true]:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(113.48deg, #2C53F8 15.51%, #9650E3 50.37%, #DD227B 85.23%);
        z-index: 1;
    }

    .main_industries_new {
        padding: 0px;
        border: 0px;
        margin-top: 35px;
    }

    .software-process-stepper{
        max-width: 100%;
    }

    .page-template-azure-consulting-service .software-process-stepper{
        max-width: 100%;
    }
}

@media(max-width:767px){

    .delivery-row{
        padding: 15px 12px;
    }

    .delivery-row .delivery-col:first-child p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .hire-left-list-item {
        column-gap: 10px;
    }

    .hire-item-icon {
        width: 30px;
        height: 30px;
    }

    .hire-item-content {
        width: calc(100% - 40px);
    }

    .delivery-number {
        font-size: 36px;
        line-height: 44px;
    }

    .delivery-capabilities-list span{
        font-size: 12px;
        line-height: 20px;
        padding: 2px 6px;
        min-height: 30px;
    }

    .software-process-number {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 28px;
    }

    .software-process-details {
        width: calc(100% - 45px);
    }

    .software-process:not(:last-child):before{
        left: 13px;
    }

    .software-process{
        column-gap: 15px;
    }

    .software-process-title {
        font-size: 18px;
        line-height: 28px;
    }

    .software-process:not(:last-child) {
        padding-bottom: 30px;
    }

    .main_box_industries p {
        font-size: 16px;
        line-height: 28px;
    }

    .page-template-azure-consulting-service .software-process-details {
        width: calc(100% - 45px);
    }
}

@media(max-width:575px){
    .hire-item-icon img {
        width: 16px;
    }

    .hire-item-content h3 {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .hire-item-content p {
        font-size: 14px;
    }

    .delivery-body{
        grid-template-columns: repeat(1, 1fr);
    }

    .delivery-col p {
        font-size: 14px;
    }

    
    .delivery-number {
        font-size: 32px;
        line-height: 40px;
    }

    .delivery-title {
        font-size: 16px;
        line-height: 28px;
    }

    .delivery-capabilities-list span {
        font-size: 10px;
        line-height: 18px;
        padding: 2px 10px;
        white-space: nowrap;
    }

    .delivery-capabilities-list {
        margin-top: 5px;
    }

    .software-process-image {
        height: 360px;
        max-width: 220px;
        min-width: 220px;
    }

    .page-template-azure-consulting-service .features-section + .common-cta-section{
        margin: 40px 0;
    }

    .page-template-azure-consulting-service .capabilities-section + .common-cta-section{
        margin-bottom: 40px;
    }

    .page-template-azure-consulting-service .partner-section + .capabilities-section.common-section-spacing{
        padding-bottom: 0px;
    }

    .main_industries_new {
        margin-top: 25px;
    }

    .tab-mobile-header a {
        font-size: 16px;
        min-height: 54px;
        padding: 8px 14px;
    }

    .tab-mobile-header a:before {
        font-size: 14px;
    }

    .main_box_industries {
        padding: 15px;
    }

    .tab-mobile-header a:before {
        font-size: 14px;
    }

    .steps-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (max-width: 479px){
    .software-process-title {
        font-size: 16px;
        line-height: 26px;
    }

    .software-process-details ul{
        gap: 10px;
    }

    .software-process-details p,
    .software-process-details ul li{
        font-size: 14px;
        line-height: 22px;
    }

    .software-process-number {
        width: 26px;
        height: 26px;
        font-size: 16px;
        line-height: 26px;
    }

    .software-process:not(:last-child):before {
        left: 11px;
    }

    .software-process {
        column-gap: 10px;
    }

    .software-process-details {
        width: calc(100% - 35px);
    }

    .partner-sec-img-wrap {
        column-gap: 12px;
    }

    .main_box_industries p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 400px){
    .tab-mobile-header a:before {
        font-size: 20px;
    }
}