@import url('faq.min.css');
@import url('box.min.css');

.day-night-switch{display: block !important;}
.hire-image-box{width: 100%; text-align: center;}
.hire-developer-section{min-height: 871px;}
.hire-developer-section .row{position: relative; z-index: 1;}
.section-title-des h6{line-height: 28px;}

.cross-platform-section{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: var(--primary-colors-purple-dark); gap: 56px; align-items: center;}
.cross-platform-images img{width: 100%; display: block; aspect-ratio: 9/6;}
.cross-platform-des{max-width: 644px; display: flex; flex-direction: column; gap: 20px; padding: 20px;}

.quality-assurance-top-banner{text-align: center; max-width: 1072px; margin: auto;}
.quality-assurance-top-banner .btn-box{margin-top: 30px;}





@media (max-width: 1400px){}

@media (max-width: 1306px){
.cross-platform-section{gap: 15px;}
}

@media (max-width: 1023px){
.cross-platform-images{display: none;}
.cross-platform-section{grid-template-columns: repeat(1, minmax(0, 1fr));}
.hire-list-bg .col-md-4{width: 50%;}
.mobile-app-programmers-section .col-md-4{width: 50%;}
.hire-talent-section .row{row-gap: 30px;}
.hire-talent-section .col-md-4{width: 100%;}
.explore-pricing-section .col-md-4{width: 50%;}
.explore-pricing-section .col-md-4:last-child{width: 100%;}
}
 
@media (max-width: 767px){
.hire-image-box{display:none;}
.hire-developer-section{min-height: 10px; padding-bottom: 30px;}
.mobile-app-hire-top .row{row-gap: 30px;}
.hire-list-bg .col-md-4{width: 100%;}
.hire-list-bg .row{row-gap: 30px;}
.mobile-app-programmers-section .row{row-gap: 30px;}
.mobile-app-programmers-section .col-md-4{width: 100%;}
.explore-pricing-section .col-md-4{width: 100%;}
.explore-pricing-section .tab-content{padding: 15px;}

}

