.cta .cta-img,
.hire_android_banner {
    background-position: center;
    display: flex;
}
.cta .cta-img,
.experience-android-developer,
.hire_android_banner {
    background-size: cover;
    background-repeat: no-repeat;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
.hire_android_banner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    height: 90vh;
}
.hire_android_banner h1 {
    font-weight: 650;
    margin-top: 0;
    font-size: 45px !important;
}
.hire_android_banner p {
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    font-size: 17px;
    word-spacing: 3px;
}
.hire_android_banner .Click-here{
    padding: 14px 30px;
    font-size: 16px;
    display: inline-block;
    border-radius: 8px;
    background-color: #2247ca;
    color: #fff;
    border: none;
}
.hire-android-gmta .hire-gmta-heading h2,
.hire_android_banner .btn-primary,
.hiring-modal .item h3,
.why-hire-developer .hire-developer-details h2 {
    font-weight: 550;
}
.hire_android_banner .btn-primary i {
    margin-left: 4px;
}
.hire_android_banner .hire-android-img img {
    width: 100%;
}
.cta .cta-img {
    padding: 20px 0;
    border-radius: 16px;
    justify-content: center;
}
.cta .cta-img img,
.enterprish-plateform img {
    width: 80%;
}
.cta .cta-details {
    padding: 20px 20px 20px 70px;
}
.cta .cta-details h2 {
    color: #fff;
}
.cta .cta-details p {
    font-size: 16px;
    font-weight: 450;
    word-spacing: 3px;
    color: #fff;
}
.cta .cta-details .consult_btn {
    border: 2px solid #9aff35;
    background-color: transparent;
    font-weight: 550;
}
 .trust-bar {
    background: #ffffff;
    padding: 40px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 10px;
    height: 100%;
  }
  .trust-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #4f46e5;
  }
  .trust-icon svg {
    width: 24px;
    height: 24px;
  }
  .trust-label {
    font-size: 19px;
    font-weight: 600;
    color: #2b2d42;
    line-height: 1.4;
    margin: 0;
  }
  @media (max-width: 767.98px) {
    .trust-item {
      justify-content: flex-start;
    }
  }
.capability-section {
    padding: 70px 0;
  }
  .section-header h2 {
    font-size: 40px;
    font-weight: 660;
    color: #1a1c2e;
    margin-bottom: 10px;
  }
  .section-header .accent-line {
    width: 60px;
    height: 4px;
    background: #4f46e5;
    border-radius: 2px;
    margin: 0 auto 20px;
  }
  .capability-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
    border: 1px solid #eef0f5;
    box-shadow: 0 2px 8px rgba(20, 20, 43, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
  .capability-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.12);
    border-color: #dcdcff;
  }
  .capability-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f46e5;
    margin-bottom: 20px;
  }
  .capability-icon svg {
    width: 28px;
    height: 28px;
  }
  .capability-card h3 {
    font-size: 23px;
    font-weight: 550;
    color: #1a1c2e;
    margin-bottom: 10px;
  }
  .capability-card p {
    font-size: 17px;
    line-height: 1.65;
    color: #5c5f73;
    margin: 0;
  }
.experience-android-developer {
    background-color: #5b676d;
    position: relative;
    background-image: url(https://static.gmtasoftware.com/img/hire-android-developer/experties-hire-android-app-development.webp);
    z-index: 1;
    background-attachment: fixed;
}
.experience-android-developer::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
    position: absolute;
}
.experience-android-developer .android-details {
    margin: auto;
    position: sticky;
    top: 7rem;
}
.experience-android-developer .android-details h2 {
    font-weight: 660;
    margin-bottom: 10px;
    color: #fff;
}
.font-size {
    font-size: 45px !important;
    font-weight: 600 !important;
}
.experience-android-developer .android-details p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    word-spacing: 3px;
}
.experience-android-developer .service-android {
    margin: 0;
    height: 90%;
    background-color: #f4f4f4;
    padding: 20px 10px;
    border-bottom: 5px solid #2247ca;
}
.experience-android-developer .service-android img,
.hire-android-gmta .hire-gmta-box img {
    width: 60px;
    height: 60px;
    aspect-ratio: 3/3;
    object-fit: contain;
}
.experience-android-developer .service-android h3 {
    font-weight: 550;
    margin-bottom: 6px;
    color: #141414;
    margin-top: 10px;
}
.experience-android-developer .service-android p {
    font-weight: 400;
    font-size: 16px;
    word-spacing: 3px;
    color: #141414;
}
.enterprish-plateform .enterprish-details h2 {
    font-weight: 550;
    margin-bottom: 10px;
}
.enterprish-plateform .enterprish-details p {
    font-weight: 450;
    line-height: 30px;
    font-size: 16px;
    word-spacing: 3px;
}
.enterprish-plateform .enterprish-details a {
    display: inline-flex;
    align-items: center;
}
.enterprish-plateform .enterprish-details a i {
    display: inline-block;
}
.experience-android-developer .shadow-box {
    width: 80%;
    padding: 20px;
    border-radius: 16px;
    position: relative;
}
.experience-android-developer .shadow-box:after {
    content: "";
    left: 45px;
    right: -10px;
    bottom: -10px;
    top: 40px;
    background-color: rgba(191, 196, 199, 0.5);
    z-index: -1;
    border-radius: 16px;
    position: absolute;
    opacity: 0;
}
.experience-android-developer .mobile-form-florida {
    padding: 20px 40px;
    margin: 0 30px 0 0;
    border-radius: 20px;
    background-color: #1d2e37;
    width: 100%;
    opacity: 0;
}
.experience-android-developer .mobile-form-florida .show-more {
    display: block;
    background-color: #fff;
    color: #000;
    font-weight: 550;
    border-radius: 8px;
}
.experience-android-developer .btn-primary.learn_btn {
    font-weight: 550;
    background-color: #2247ca;
    border: none;
    color: #fff;
}
.experience-android-developer .mobile-form-florida .form-heading span {
    color: #2247ca;
    font-weight: bolder;
}
.experience-android-developer .mobile-form-florida .form-group label {
    font-weight: 500;
    color: #ffff;
    margin-bottom: 2px;
    margin-right: 10px;
}
.why_android_developer {
    position: relative;
}
.why_android_developer .why-android-heading {
    position: sticky;
    top: 10rem;
}
.why_android_developer .why-android-heading h2 {
    font-weight: 600;
}
.why_android_developer .why-android-heading p {
    font-size: 16px;
    word-spacing: 3px;
    color: #141414;
}
.why_android_developer .why-android-heading a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.why_android_developer .why-android-heading a i {
    margin-left: 10px;
    display: inline-block;
}
.why_android_developer .why-android-box {
    padding: 0 10px 10px 0;
    margin: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    border-radius: 16px;
}
.why_android_developer .why-android-box img {
    border-top-left-radius: 16px;
    width: 60px;
    height: 60px;
    aspect-ratio: 3/2;
    margin-bottom: 10px;
}
.why_android_developer .why-android-box h3 {
    font-weight: 550;
    padding-left: 15px;
}
.why_android_developer .why-android-box p {
    padding-left: 15px;
    font-weight: 400;
    word-spacing: 3px;
    font-size: 16px;
}
.code-quality {
    background-color: #1d2e37;
    padding: 30px 0;
}
.code-quality .quality-details {
    width: 80%;
    margin: auto;
    text-align: center;
}
.code-quality .quality-details h2 {
    font-weight: 560;
    color: #fff;
}
.code-quality .quality-details p {
    font-weight: 450;
    color: #fff;
    font-size: 16px;
    word-spacing: 3px;
    line-height: 25px;
}
.code-quality .code-quality-box {
    background-color: #1d2e37;
    padding: 20px;
    height: 90%;
    box-shadow:
        rgba(60, 64, 67, 0.3) 0 1px 2px 0,
        rgba(188, 190, 190, 0.15) 0 2px 6px 2px;
    margin: 10px 0;
    border-radius: 15px;
    color: #fff;
    word-spacing: 3px;
    font-weight: 400;
    font-size: 16px;
}
.code-quality .code-quality-box img {
    width: 60px;
    height: 60px;
    aspect-ratio: 3/3;
    object-fit: contain;
    transition: 0.5s;
    animation: 4s infinite zoom-in-zoom-out;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1.01);
    }
    50% {
        transform: scale(1.01, 1.01);
    }
    100% {
        transform: scale(1.1);
    }
}
.code-quality .code-quality-box h3 {
    font-weight: 550;
    margin-top: 10px;
    color: #fff;
}
.accordion-item:first-of-type .accordion-button {
    border-radius: 10px !important;
    border: none !important;
    background-color: #f4f4f4 !important;
}
.accordion-item .accordion-button {
    border-radius: 0 !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    display: flex !important;
    color: #2247ca !important;
    background-color: #f4f4f4 !important;
    justify-content: space-between !important;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.accordion-item:last-of-type {
    border-radius: 10px !important;
}
.accordion-item {
    margin: 20px 0;
    background-color: #f4f4f4 !important;
}
.accordion-button::after {
    display: none !important;
}
.collapsed span.arrow-link {
    transform: rotate(0);
    transition: 0.7s;
}
.accordion-button span {
    transform: rotate(-180deg);
    transition: 0.7s;
}
.accordion-item .accordion-body ul li {
    font-weight: 400;
    padding: 2px 10px;
    list-style-type: disc;
}
.accordion-item .accordion-body ul li::marker {
    color: #2247ca;
}
.hiring-modal .modal-heading,
.why-hire-developer .hire-developer-details {
    width: 80%;
    margin: auto;
}
.why-hire-developer {
    position: relative;
    overflow: hidden;
}
.why-hire-developer .why-hire-gmta-img {
    overflow: hidden;
    position: absolute;
    right: -5%;
}
.hire-android-gmta .hire-anroid-img img,
.why-hire-developer .why-hire-gmta-img img {
    width: 90%;
}
.hire-android-gmta .hire-gmta-heading p,
.why-hire-developer .developer-box p,
.why-hire-developer .hire-developer-details p {
    font-weight: 400;
    color: #141414;
    font-size: 17px;
    word-spacing: 3px;
}
.why-hire-developer .developer-box {
    margin: 20px 0;
}
.why-hire-developer .developer-box h3 {
    margin-bottom: 7px;
    font-weight: 560;
}

.hire-android-gmta .hire-gmta-box {
    height: 90%;
    margin-top: 10px;
    padding: 20px;
    border-radius: 16px;
    transition: 0.9s;
}
.hire-android-gmta .hire-gmta-box img{
    display: inline-block;
}
.hire-android-gmta .hire-gmta-box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    transition: 0.4s;
    transform: scale(1.2);
}
.hire-android-gmta .hire-gmta-box h3 {
    font-weight: 550;
    margin-bottom: 5px;
    font-size: 23px;
    padding-top: 10px;
}
.hire-android-gmta .hire-gmta-box p {
    color: #141414;
    font-size: 17px;
}
.hiring-modal {
    background: #6051ad;
    background: linear-gradient(0deg, #6049d4 7%, #5d65e6 45%, #46b2fc 89%);
    text-align: center;
}
.hiring-modal .modal-heading h2 {
    color: #fff;
    font-weight: 550;
}
.hiring-modal .modal-heading p {
    color: #fff;
    font-size: 20px;
}
.hiring-modal .item {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: start;
    position: relative;
    height: 96%;
}
.hiring-modal .item img {
    width: 50px;
    height: 50px;
    aspect-ratio: 3/2;
    margin-bottom: 10px;
    object-fit: contain;
}
.hiring-modal .item span{
    color: #000;
    font-size: 19px;
    bottom: 15px;
    left: 20px;
    position: absolute;
    font-weight: 450;
}
.hiring-modal .item p {
    padding-top: 5px;
    font-size: 17px;
    padding-bottom: 30px;
    word-spacing: 3px;
}
@media only screen and (max-width: 1600px){
    .hire_android_banner h1 {
        font-size: 38px !important;
        line-height: 45px;
    }
    .experience-android-developer .shadow-box {
        width: 90%;
    }
    .font-size {
        font-size: 33px !important;
    }
    .why-hire-developer .why-hire-gmta-img {
        right: -14%;
    }
    .why-hire-developer .why-hire-gmta-img img {
        width: 78%;
    }
    .hiring-modal .item p, .capability-card p, .hire-android-gmta .hire-gmta-box p{
        font-size: 16px;
    }
    .hiring-modal .item span, .trust-label{
        font-size: 17px;
    }
    .hire-android-gmta .hire-gmta-box h3{
        font-size: 21px;
    }
}

@media only screen and (max-width: 1366px)  {
    .why-hire-developer .why-hire-gmta-img {
        right: -24%;
    }
    .why-hire-developer .why-hire-gmta-img img {
        width: 67%;
    }
    .hire_android_banner h1{
        font-size: 35px !important;
        line-height: 46px;
    }
    .trust-label{
        font-size: 15px;
    }
    .hire-android-gmta .hire-gmta-heading p, .why-hire-developer .developer-box p, .why-hire-developer .hire-developer-details p{
        font-size: 16px;
    }
    .hire-android-gmta .hire-gmta-box h3{
        font-size: 18px !important;
        line-height: 24px;;
    }
    .capability-card h3{
        font-size: 21px;
        line-height: 28px;
    }
    .hire_android_banner .Click-here{
        padding: 12px 30px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1199px){
    .why-hire-developer .why-hire-gmta-img {
        right: -24%;
    }
    .section-header h2{
        font-size: 36px;
    }
    .why-hire-developer .why-hire-gmta-img img {
        width: 68%;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .why-hire-developer .why-hire-gmta-img {
        right: -40%;
        top: 30%;
    }
    .why-hire-developer .why-hire-gmta-img img {
        width: 55%;
    }
}
@media only screen and (max-width: 1365px) and (min-width: 992px) {
    .experience-android-developer .shadow-box {
        width: 90%;
    }
    .font-size {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 991px) {
    .experience-android-developer .shadow-box,
    .why-hire-gmta-img {
        display: none;
    }
    .hire_android_banner {
        height: auto;
        padding: 50px 0;
        text-align: center;
    }
    .hire_android_banner .hire-android-img img {
        margin-top: 30px;
        width: 80%;
    }
    .experience-android-developer .mt-5 {
        margin-top: 0 !important;
    }
    .code-quality .quality-details,
    .hiring-modal .modal-heading,
    .why-hire-developer .hire-developer-details {
        width: auto;
        text-align: center;
    }
    .experience-android-developer .col-lg-7 .row > * {
        width: 48% !important;
    }
    .experience-android-developer .service-android {
        height: 95%;
    }
    .font-size {
        font-size: 30px !important;
    }
    .cta .cta-img img {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .technologies-section .tech-heading h2,
    .technologies-section .tech-heading p {
        width: auto !important;
    }
    .cta .cta-img img,
    .hire-anroid-img {
        display: none;
    }
    .cta .cta-img {
        text-align: center;
        padding: 20px;
        border-radius: 0;
    }
    .cta .cta-details {
        padding: 10px;
    }
    .enterprish-plateform img {
        margin-top: 30px;
    }
    .hire_android_banner h1{
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 576px) {
    .experience-android-developer .col-lg-7 .row > * {
        width: 100% !important;
    }
    .font-size {
        font-size: 25px !important;
    }
    .technologies-section .tech-heading h2 {
        width: 100%;
    }
    .code-quality,
    .enterprish-details,
    .experience-android-developer,
    .hire-android-gmta,
    .why-hire-developer,
    .why_android_developer {
        text-align: center;
    }
    .why_android_developer .why-android-box img {
        margin-top: 10px;
        border-top-left-radius: 0;
    }
    .trust-item{
        flex-direction: column;
        text-align: center;
    }
    .section-header h2{
        font-size: 31px;
        line-height: 40px;
    }
    .capability-section{
        padding: 40px 0px;
    }
    .why-hire-developer.py-5, .why_android_developer.py-5, .hire-android-gmta.py-5{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}
