/* common css */
.hero-banner-btn-wrap .solid-btn-style{
    border: 0;
}
/* */

.hero-section{
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    overflow: hidden;
    margin-top: 95px;
}

.hero-section .container{
    max-width: 1440px;
}

.hero-section:before{
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-section.image-section:before{
    display: none;
}

.hero-banner-video-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-banner-video,
.hero-banner-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner-content{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.image-section .hero-sub-text{
    background-color: rgba(77, 82, 242, 0.1);
    color: rgba(77, 82, 242, 1);
}

.hero-sub-text{
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    display: inline-flex;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 1);
    padding: 10px 16px;
    border-radius: 30px;
    margin-bottom: 32px;
}

.hero-main-title{
    font-size: 72px;
    line-height: 90px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}

.image-section .hero-main-title{
    color: rgba(67, 67, 67, 1);
}

.image-section .hero-main-title .hero-main-gradient{
    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;
    transition: background 0.3s ease-in-out;
}

.hero-banner-text{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
    max-width: 60%;
}

.image-section .hero-banner-text{
    color: #303030;
}

.hero-banner-btn-wrap{
    margin: 40px 0 56px;
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.hero-banner-feature{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0px;
    padding: 0;
    column-gap: 27px;
}

.hero-banner-feature li{
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-weight: 500;
}

.image-section .hero-banner-feature li{
    color: rgba(48, 48, 48, 1);
}

.hero-sub-text,
.hero-main-title,
.hero-banner-text,
.hero-banner-feature li {
    transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}

.hero-banner-text,
.hero-banner-feature li{
    color: #fff;
}

.hero-main-title .hero-main-gradient{
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.hero-main-title .hero-title-small {
    font-size: 58px;
    line-height: 70px;
}
/* */

/* trusted tech partner starts */
.trusted-tech-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trusted-tech-content .section-header-wrapper{
    max-width: 650px;
}

.trusted-tech-content .main-section-title{
    text-align: left;
}

.trusted-tech-content .section-content-text{
    text-align: left;
    max-width: 100%;
}

.stats-section {
    max-width: 630px;
    width: 100%;
}

.stats-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 100px;
    gap: 15px;
}

.stat-item:nth-child(1) { /* 15+ Years */
    grid-column: 1;
    grid-row: 1 / span 2;
    background-color: rgba(30, 118, 240, 0.1);
}

.stat-item:nth-child(2) { /* 350+ Projects (center large) */
    grid-column: 2;
    grid-row: 1;
    background-color: rgba(13, 119, 71, 0.1);
}

.stat-item:nth-child(3) { /* 12 Country */
    grid-column: 3;
    grid-row: 1 / span 2;
    background-color: rgba(255, 73, 12, 0.1);
}

.stat-item:nth-child(4) { /* 100+ Engineers */
    grid-column: 1;
    grid-row: 3;
    background-color: rgba(228, 219, 244, 1);
}

.stat-item:nth-child(5) { /* 98% Client Satisfaction */
    grid-column: 2;
    grid-row: 2 / span 2;
    background-color: rgba(222, 40, 146, 0.1);
}

.stat-item:nth-child(6) { /* 20+ Industry Served */
    grid-column: 3;
    grid-row: 3;
    background-color: rgba(72, 80, 232, 0.1);
}

.stat-item {
    text-align: center;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.stat-item p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(0 0 0 / 70%);
    font-weight: 500;
}

.tick-counter {
    display: inline-flex;
    align-items: center;
    font-size: 52px;
    line-height: 52px;
    min-height: 52px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
}

.digit {
    position: relative;
    width: 34px;
    height: 52px;
    overflow: hidden;
}

.digit-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 1.8s cubic-bezier(.16,1,.3,1);
}

.digit-inner span {
    display: block;
    height: 52px; 
    line-height: 52px;
    text-align: center;
}

.suffix {
    margin-left: 5px;
    font-size: 52px;
    line-height: 70px;
}

/* core services starts */
.offering-grid-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 20px;
    margin-top: 50px;
}

.offering-grid-item{
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.offering-grid-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 6px;
}

.offering-title{
    font-size: 32px;
    line-height: 38px;
    color: #313131;
    margin-bottom: 0;
    font-weight: 500;
    width: calc(100% - 58px);
    /* gradient setup (hidden initially) */
    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: currentColor;

    transition: filter 0.35s ease, color 0.35s ease;
}

.offering-grid-item:hover .offering-title{
    color: transparent;
    filter: brightness(1);
}

.redirect-arrow{
    width: 42px;
    height: 42px;
    border-radius: 100% 0 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}

.offering-grid-content{
    font-size: 16px;
    line-height: 26px;
    color: #606060;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* core services ends */

/* whats next section starts */
.common-section-spacing.user-main-cta-section{
    padding-top: 0px;
}

.contact-content-form-wrap{
    margin-bottom: 60px;
}

.contact-content-form-wrap-row{
    display: flex;
    align-items: stretch;
    gap: 50px;
}

.contact-specification {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 425px;
    width: 100%;
    position: relative;
    row-gap: 50px;
    /* padding-top: 50px; */
}

.contact-form-title{
    font-size: 28px;
    line-height: 1.3;
    color: #313131;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-page-subtext{
    color: rgb(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    margin: 0px;
}

.contact-page-subtext + .contact-page-subtext{
    margin-top: 5px;
}

.contact-specification ul {
    position: relative;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
}

.contact-specification li:not(:last-child) {
    padding-bottom: 48px;
}

.contact-specification li {
    position: relative;
}

.contact-specification li:not(:last-child):before {
    content: '';
    position: absolute;
    left: -40px;
    top: 5px;
    width: 3px;
    height: calc(100% + 5px);
    background: #EDEEFE;
}

.contact-specification li h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: #454545;
    margin-bottom: 15px;
    position: relative;
}

.contact-specification li h3:before {
    left: -52px;
    background-color: #EDEEFE;
    width: 26px;
    height: 26px;
}

.contact-specification li h3:before, .contact-specification li h3:after {
    content: '';
    position: absolute;
    top: 0px;
    border-radius: 50%;
}

.contact-specification li h3:after {
    left: -45px;
    background-color: #4D52F2;
    width: 13px;
    height: 13px;
    top: 6px;
}

.contact-specification li p {
    margin: 0px;
    font-size: 16px;
    line-height: 1.5;
    color: rgb(0, 0, 0,0.5);
    font-weight: 500;
}

.contact-content-form-wrap .contact-form-sec {
    max-width: calc(100% - 475px);
    width: 100%;
    box-shadow: 0px 4px 40.3px 0px #5E6CFF33;
    background-color: #e6ebf7;
    border: 2px solid #4D52F2;
    border-radius: 12px;
}

.contact-form-sec {
    background: #f8f9fe;
}

.contact-us-form{
    padding: 40px;
}

.contact-us-form .main-section-title,
.contact-us-form p{
    text-align: left;
}

.contact-us-form>p{
    color: rgb(0, 0, 0,0.7);
    margin-bottom: 32px;
}

.screen-reader-response p,
.screen-reader-response ul{
    display: none;
}

.contact-form-sec .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}

.contact-form-sec .wpcf7-form .form-group {
    width: calc(50% - 8px);
}

.contact-form-sec .wpcf7-form .form-group-wrap{
    width: calc(33% - 9px);
}

.contact-content-form-wrap .contact-form-sec .wpcf7-form .form-group {
    margin-bottom: 25px;
}

.contact-content-form-wrap .contact-form-sec .wpcf7-form .form-group p{
    margin: 0px;
}

.contact-content-form-wrap .contact-form-sec .wpcf7-form .form-group p>span.wpcf7-form-control-wrap {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}

.contact-content-form-wrap .contact-form-sec .common-alt-form-spinner{
    position: relative;
}

.contact-content-form-wrap .contact-form-sec .common-alt-form-spinner .wpcf7-spinner{
    width: 18px !important;
    height: 18px !important;
    position: absolute;
    right: -24px;
    top: 18px;
    visibility: hidden;
}

.contact-content-form-wrap .contact-form-sec .iti__flag-container{
  padding: 0;
}

.contact-content-form-wrap .contact-form-sec .iti__selected-flag{
  background: transparent;
  padding: 0 6px;
}

.contact-content-form-wrap .contact-form-sec .iti__country-list {
  max-width: 350px;
  width: 350px;
  border: 0;
  margin: 0 0 0 0px;
}

.contact-content-form-wrap .contact-form-sec .iti__country{
  font-size: 14px;
  line-height: 20px;
}

.contact-content-form-wrap .contact-form-sec .wpcf7-form.submitting .common-alt-form-spinner .wpcf7-spinner{
    visibility: visible;
}

.wpcf7-response-output{
    font-weight: 600;
}

.contact-content-form-wrap .contact-form-sec .wpcf7-form.invalid .wpcf7-response-output,
.contact-content-form-wrap .contact-form-sec .wpcf7-form .form-group p>span .wpcf7-not-valid-tip{
    font-size: 14px;
    line-height: 20px;
    color: #F44336;
}

.contact-content-form-wrap .contact-form-sec .wpcf7-form.sent .wpcf7-response-output{
    color: #399f3c;
}

.contact-content-form-wrap .form-control{
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    min-height: 53px;
    padding: 6px 16px;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.contact-content-form-wrap .form-control:focus{
    outline: none;
    box-shadow: none;
}

.contact-content-form-wrap .form-control::placeholder,
.contact-content-form-wrap .contact-form-sec .wpcf7-form .form-group p>span .wpcf7-textarea::placeholder{
    color: #838383;
}

.contact-form-sec .wpcf7-form .form-group-textarea{
    width: 100%;
}

.contact-form-sec .wpcf7-form .form-group-textarea p{
    color: rgb(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.contact-content-form-wrap .contact-form-sec .wpcf7-form .form-group p>span .wpcf7-textarea{
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    height: 120px;
    padding: 6px 16px;
    resize: none;
    width: 100%;
    color: #838383;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.contact-content-form-wrap .contact-form-sec .wpcf7-form .select2-container{
    width: 100% !important;
}

.contact-content-form-wrap .contact-form-sec .select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-content-form-wrap .contact-form-sec .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #838383;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.contact-content-form-wrap .contact-form-sec .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
    top: 0;
}

.contact-form-sec .wpcf7-form .form-group.captcha-submit-btn-wrap {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contact-form-sec .wpcf7-form .form-group.captcha-submit-btn-wrap .captcha-input-group {
    display: flex;
    align-items: center;
    position: relative;
}

.contact-form-sec .wpcf7-form .form-group.captcha-submit-btn-wrap .captcha-input-group p:first-child {
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    line-height: 20px;
}

.contact-form-sec .wpcf7-form .form-group.captcha-submit-btn-wrap .captcha-input-group p:first-child em {
    display: none;
}

.contact-form-sec .wpcf7-form .form-group.captcha-submit-btn-wrap .captcha-input-group p:last-child {
    max-width: 200px;
    min-width: 200px;
}

.contact-submit-btn .wpcf7-submit{
    border-radius: 30px;
    padding: 10px 14px;
    font-size: 16px;
    line-height: 100%;
    min-height: 56px;
    min-width: 200px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    background-color: #4D52F2;
    border: 1px solid #4D52F2;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.contact-submit-btn .wpcf7-submit:hover {
    background-color: #fff;
    color: #4D52F2;
}

.contact-info-bar{
    padding: 25px 20px;
    border-radius: 12px;
    position: relative;
}

.contact-info-bar-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    position: relative;
}

.contact-info-bar-wrap li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
}

.contact-info-bar-wrap li:last-child{
    align-items: flex-end;
}

.contact-info-bar-wrap li label {
    font-size: 15px;
    line-height: 1.3;
    color: #5D5D67;
    font-weight: 500;
    margin: 0;
}

.contact-number-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #353535;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: lowercase;
    transition: all 0.3s ease-in-out;
}

.contact-number-wrap:hover{
    color: #4D52F2
}

.contact-number-wrap img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.coporate-profile {
    background-color: rgba(224, 30, 99, 1);
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    min-width: 200px;
    min-height: 56px;
    border-radius: 30px;
    border: 1px solid rgba(224, 30, 99, 1);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.coporate-profile:hover {
    color: rgba(224, 30, 99, 1);
    background-color: #fff;
}
/* whats next section ends */

/* hire us section starts */
.hire-us-process-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
}

.hire-process-section{
    max-width: 650px;
    position: sticky;
    top: 70px;
}

.hire-process-section .main-section-title,
.hire-process-section .section-content-text{
    text-align: left;
    max-width: 100%;
}

.hire-process-section .nav-tabs{
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    border: 0;
    row-gap: 16px;
    max-width: 540px;
}

.hire-process-section .nav-tabs .nav-link{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    padding: 10px 40px;
    min-height: 70px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #303030;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.hire-process-section .nav-tabs .nav-link.active{
    background-color: #4D52F2;
    color: #fff;
}

.hire-process-section .nav-link .tab-arrow{
    display: flex;
    align-items: center;
    margin-left: auto;
}

.hire-process-content-section{
    display: flex;
    flex-direction: column;
    max-width: 592px;
}

.hire-process-header{
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    margin-bottom: 24px;
}

.hire-process-header h3{
    color: #464646;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
}

.hire-process-header p{
    margin: 0;
}

.hire-process-subtext{
    color: #747474;
    font-weight: 500;
    margin: 0px;
}

.hire-process-stepper{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    position: relative;
}

.hire-process-line{
    left: 18px;
    height: 100%;
}

.hire-process-line span{
    top: 75px;
}

.hire-process-line,
.hire-process-line span{
    position: absolute;
    width: 2px;
}

.process-default-line{
    border: 1px dashed rgba(192, 192, 192, 0.5);
    height: calc(100% - 162px);
    display: inline-block;
}

.process-draw-line{
    border: 1px solid #4D52F2;
}

.hire-process{
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.hire-process-icon{
    width: 40px;
    height: 40px;
    filter: grayscale(1);
}

.hire-process-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hire-process.active .hire-process-icon{
    filter: grayscale(0);
}

.hire-process-content{
    width: calc(100% - 56px);
    border: 1px solid #DFDFDF;
    background-color: #fff;
    border-radius: 20px;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
}

.process-title{
    font-size: 20px;
    line-height: 30px;
    color: #464646;
    font-weight: 500;
    margin: 0;
}

.process-desc{
    color: #4E4E4E;
    margin: 0;
}
/* hire us section end */


@media (max-width: 1600px){

    /* hero banner starts */
    .hero-main-title {
        font-size: 66px;
        line-height: 84px;
    }

    .hero-main-title .hero-title-small {
        font-size: 52px;
        line-height: 64px;
    }
    /* hero banner ends */
}

@media (max-width: 1399px){
    
    /* hero banner starts */
    .hero-section{
        min-height: 700px;
    }

    .hero-sub-text {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 26px;
    }

    .hero-main-title {
        font-size: 62px;
        line-height: 76px;
        margin-bottom: 30px;
    }

    .hero-main-title .hero-title-small {
        font-size: 48px;
        line-height: 60px;
    }

    .hero-banner-text {
        font-size: 18px;
        line-height: 28px;
    }

    .hero-banner-btn-wrap {
        margin: 30px 0 46px;
    }

    .hero-banner-feature {
        column-gap: 22px;
    }

    .hero-banner-feature li img{
        width: 28px;
        height: 28px;
    }
    /* hero banner ends */

    /* trusted tech partner starts */
    .tick-counter{
        font-size: 46px;
        line-height: 46px;
        min-height: 46px;
    }

    .digit {
        width: 30px;
        height: 46px;
    }

    .suffix {
        font-size: 46px;
        line-height: 56px;
    }
    /* trusted tech partner ends */

    /* core services starts */
    .offering-grid-item{
        padding: 24px;
        row-gap: 15px;
    }

    .offering-title {
        font-size: 26px;
        line-height: 32px;
    }

    .redirect-arrow {
        width: 36px;
        height: 36px;
    }
    /* core services ends */

    /* whats next section starts */
    .contact-content-form-wrap {
        margin-bottom: 45px;
    }

    .contact-content-form-wrap-row{
        gap: 40px;
    }

    .contact-specification{
        max-width: 400px;
        row-gap: 40px;
    }

    .contact-form-title {
        font-size: 26px;
    }

    .contact-specification ul{
        padding-left: 30px;
    }

    .contact-specification li:not(:last-child) {
        padding-bottom: 38px;
    }

    .contact-specification li:not(:last-child):before{
        left: -30px;
    }

    .contact-specification li h3{
        font-size: 20px;
    }

    .contact-specification li h3:before{
        left: -40px;
        width: 22px;
        height: 22px;
    }

    .contact-specification li h3:after {
        left: -34px;
        width: 10px;
        height: 10px;
        top: 6px;
    }

    .contact-content-form-wrap .contact-form-sec {
        max-width: calc(100% - 440px);
    }

    .contact-us-form {
        padding: 30px;
    }

    .contact-form-sec .wpcf7-form .form-group.captcha-submit-btn-wrap .captcha-input-group{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 5px;
    }
    
    .contact-info-bar {
        padding: 20px 15px;
    }

    .contact-info-bar-wrap li label {
        font-size: 14px;
    }

    .contact-number-wrap{
        font-size: 16px;
    }

    .contact-number-wrap img {
        width: 18px;
        height: 18px;
    }
    /* whats next section ends */

    /* hire us section starts */
    .hire-process-section {
        max-width: 620px;
    }

    .hire-process-section .nav-tabs{
        margin-top: 38px;
        max-width: 440px;
    }

    .hire-process-section .nav-tabs .nav-link{
        padding: 10px 30px;
        font-size: 18px;
        line-height: 28px;
        min-height: 65px;
    }

    .hire-process-stepper{
        row-gap: 18px;
    }

    .hire-process-icon {
        width: 35px;
        height: 35px;
    }

    .hire-process-content{
        width: calc(100% - 51px);
        padding: 20px 26px;
    }

    .process-title {
        font-size: 18px;
        line-height: 28px;
    }

    .hire-process-line {
        left: 16px;
    }

    .hire-process-line span {
        top: 65px;
    }
    /* hire us section ends */

    /* core services starts */
    .offering-grid-wrapper{
        margin-top: 40px;
    }
    /* core services ends */
}

@media (max-width: 1199px){

    /* hero banner starts */
    .hero-section{
        min-height: 620px;
        margin-top: 85px;
    }

    .hero-sub-text {
        margin-bottom: 18px;
    }

    .hero-main-title {
        font-size: 58px;
        line-height: 72px;
        margin-bottom: 25px;
    }

    .hero-main-title .hero-title-small {
        font-size: 44px;
        line-height: 54px;
    }

    .hero-banner-text {
        max-width: 70%;
    }

    .hero-banner-btn-wrap {
        margin: 25px 0 36px;
    }

    .hero-banner-feature li{
        font-size: 16px;
        line-height: 24px;
    }
    /* hero banner ends */

    /* trusted tech partner starts */
    .tick-counter{
        font-size: 42px;
        line-height: 42px;
        min-height: 42px;
    }

    .digit {
        width: 30px;
        height: 42px;
    }

    .suffix {
        font-size: 42px;
        line-height: 52px;
    }
    /* trusted tech partner ends */

    /* whats next section starts */
    .contact-content-form-wrap-row {
        gap: 30px;
    }

    .contact-specification {
        max-width: 360px;
        row-gap: 30px;
    }

    .contact-form-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .contact-specification li:not(:last-child) {
        padding-bottom: 32px;
    }

    .contact-content-form-wrap .contact-form-sec {
        max-width: calc(100% - 390px);
    }

    .contact-info-bar-wrap li label {
        font-size: 13px;
    }

    .contact-number-wrap {
        font-size: 14px;
    }

    .contact-number-wrap img {
        width: 16px;
        height: 16px;
    }

    .coporate-profile{
        font-size: 14px;
        min-width: 180px;
        min-height: 50px;
    }

    .coporate-profile svg{
        width: 18px;
        height: 18px;
    }
    /* whats next section ends */

    /* hire us section starts */
    .hire-process-header h3{
        font-size: 28px;
        line-height: 36px;
    }

    .hire-process-section .nav-tabs .nav-link {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 26px;
        min-height: 55px;
    }

    .hire-process-section .nav-link .tab-arrow svg{
        width: 8px;
    }
    /* hire us section ends */
}

@media (max-width: 991px){

    .hero-section {
        min-height: 560px;
        margin-top: 85px;
    }

    .trusted-tech-content{
        flex-direction: column;
        row-gap: 20px;
    }

    .trusted-tech-content .main-section-title,
    .trusted-tech-content .section-content-text,
    .hire-process-section .main-section-title, 
    .hire-process-section .section-content-text{
        text-align: center;
    }

    .offering-grid-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-content-form-wrap-row{
        flex-direction: column;
    }

    .contact-specification,
    .contact-content-form-wrap .contact-form-sec{
        max-width: 100%;
    }

    .contact-info-bar-wrap{
        flex-wrap: wrap;
        align-items: center;
    }

    .contact-info-bar-wrap li:last-child{
        width: 100%;
        align-items: center;
    }

    .hero-main-title {
        font-size: 52px;
        line-height: 66px;
        margin-bottom: 20px;
    }

    .hero-main-title .hero-title-small {
        font-size: 36px;
        line-height: 48px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .hero-banner-text {
        max-width: 100%;
    }

    .hire-us-process-wrapper{
        flex-direction: column;
        row-gap: 40px;
    }

    .hire-process-section{
        position: relative;
        top: auto;
    }

    .hire-process-section,
    .hire-process-content-section{
        max-width: 100%;
    }

    .hero-banner-feature li {
        font-size: 14px;
        line-height: 22px;
    }

    .contact-content-form-wrap {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px){

    .hero-main-title {
        font-size: 44px;
        line-height: 60px;
    }

    .hero-main-title .hero-title-small {
        font-size: 32px;
        line-height: 44px;
    }

    .hero-banner-text {
        font-size: 16px;
        line-height: 26px;
    }

    .tick-counter {
        font-size: 36px;
        line-height: 36px;
        min-height: 36px;
    }

    .digit-inner span{
        line-height: 42px;
    }

    .suffix {
        font-size: 36px;
        line-height: 42px;
    }

    .offering-grid-item {
        padding: 18px;
        row-gap: 10px;
    }

    .offering-title {
        font-size: 22px;
        line-height: 28px;
        width: calc(100% - 42px);
    }

    .offering-grid-wrapper{
        column-gap: 16px;
        row-gap: 12px;
    }

    .contact-us-form {
        padding: 20px;
    }

    .contact-form-sec .wpcf7-form .form-group.captcha-submit-btn-wrap{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }

    .contact-submit-btn .wpcf7-submit{
        min-height: 50px;
        min-width: 190px;
    }

    .contact-form-sec .wpcf7-form .form-group{
        width: 100%;
    }

    .contact-info-bar-wrap{
        justify-content: center;
    }

    .contact-info-bar-wrap li{
        width: calc(50% - 10px);
        align-items: center;
        row-gap: 5px;
    }

    .hire-process-header h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .hire-process-stepper {
        row-gap: 14px;
    }

    .hire-process-content{
        padding: 16px 20px;
        row-gap: 8px;
    }
}

@media (max-width: 575px){
    .hero-sub-text {
        margin-bottom: 10px;
        font-size: 10px;
        line-height: 16px;
    }

    .hero-main-title {
        font-size: 40px;
        line-height: 50px;
    }

    .hero-main-title .hero-title-small {
        font-size: 28px;
        line-height: 40px;
    }

    .digit {
        width: 24px;
        height: 38px;
    }

    .offering-grid-item {
        padding: 14px;
    }

    .offering-title{
        font-size: 18px;
        line-height: 26px;
    }

    .redirect-arrow {
        width: 30px;
        height: 30px;
    }

    .offering-grid-content {
        font-size: 14px;
        line-height: 22px;
    }

    .contact-specification{
        row-gap: 20px;
    }

    .contact-form-title {
        font-size: 20px;
    }

    .contact-page-subtext{
        font-size: 14px;
    }

    .contact-specification li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .contact-specification li p{
        font-size: 14px;
    }

    .contact-content-form-wrap .form-control{
        min-height: 46px;
    }

    .hire-process-section .nav-tabs{
        margin-top: 30px;
    }

    .hire-process-header h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 479px){

    .hero-main-title {
        font-size: 34px;
        line-height: 42px;
    }

    .hero-main-title .hero-title-small {
        font-size: 24px;
        line-height: 34px;
    }

    .hero-sub-text{
        padding: 8px 10px;
    }

    .hero-banner-btn-wrap {
        margin: 15px 0 25px;
        flex-direction: column;
        row-gap: 10px;
    }

    .stats-wrap{
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }

    .stat-item{
        padding: 8px;
    }

    .stat-item:nth-child(1),
    .stat-item:nth-child(2),
    .stat-item:nth-child(3),
    .stat-item:nth-child(4),
    .stat-item:nth-child(5),
    .stat-item:nth-child(6){
        grid-column: span 1;
        grid-row: unset;
    }

    .stat-item p{
        font-size: 14px;
        line-height: 20px;
    }

    .tick-counter {
        font-size: 30px;
        line-height: 30px;
        min-height: 30px;
    }

    .digit {
        width: 20px;
        height: 38px;
    }

    .suffix {
        font-size: 30px;
        line-height: 40px;
    }

    .offering-grid-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-info-bar-wrap li{
        width: 100%;
    }

    .hire-process-section .nav-tabs{
        row-gap: 10px;
    }

    .hire-process-section .nav-tabs .nav-link {
        padding: 8px 15px;
        font-size: 14px;
        line-height: 24px;
        min-height: 50px;
    }

    .hire-process-header h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .hire-process {
        column-gap: 10px;
    }

    .hire-process-icon {
        width: 30px;
        height: 30px;
    }

    .hire-process-content {
        width: calc(100% - 40px);
        padding: 12px;
        row-gap: 6px;
    }

    .process-title {
        font-size: 16px;
        line-height: 26px;
    }

    .process-desc{
        font-size: 14px;
        line-height: 22px;
    }
}