:root {
    --normal-gradient: linear-gradient(270deg, #000000 0%, #343434 100%);
    --button-gradient: linear-gradient(270deg, #000000 0%, #343434 100%);
    --section-title-gradient: linear-gradient(270deg, #000000 0%, #343434 100%);
    --primary-color: #040200;
    --card-top-offset: 30px;
}

#hero-section {
    background: url('../images/mobile-app-development-company-dubai/hero-section-image.webp');
}

.hero-button {
    background: #E8E8E8;
}

.hero-title span {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-button-text p {
    color: var(--primary-color);
    font-weight: 600;
}

.hero-button-icon i {
    color: #FFFFFF;
}

.hero-button-icon {
    background-color: var(--primary-color);
}

.hero-button:hover .hero-button-icon {
    background-color: var(--primary-color);
}

.hero-button:hover .hero-button-icon path {
    fill: #ffffff;
}

#hero-section .contact-info {
    padding: 190px 0 0 0;
}

#hero-section .contact-us-form {
    padding: 0;
    border: 0;
    border-radius: 0;
}

#hero-section .form-bg {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.2) 0%, rgba(115, 115, 115, 0.2) 100%);
    border: 2px solid #FFFFFF4D;
    backdrop-filter: blur(50px);
    box-shadow: 10px 10px 20px 0px #00000040;
    border-radius: 25px;
    padding: 20px;
}

#hero-section .form-title {
    font-family: Nunito;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
}

#hero-section .form-title span {
    color: #FFFFFF;
}

#hero-section .contact-us-form label {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 15px 0 10px 0;
}

#hero-section .contact-us-form input::placeholder,
#hero-section .contact-us-form textarea::placeholder,
#hero-section .contact-us-form select::placeholder {
    color: #FFFFFF;
}

#hero-section .contact-us-form select,
#hero-section .contact-us-form textarea,
#hero-section .contact-us-form input {
    border: 1px solid #FFFFFF4D;
    background: #FFFFFF33;
    border-radius: 20px;
    padding: 10px 15px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

#hero-section .contact-us-form select option {
    color: black;
}

#hero-section .contact-us-form .error {
    color: #BA5252;
}

#hero-section #name-error.error {
    margin: 10px 0 0 0;
    display: block;
}

#hero-section input.error,
#hero-section select.error,
#hero-section textarea.error {
    border-color: #BA5252;
}

#hero-section input[type=submit] {
    width: fit-content;
    background: #FFFFFF;
    margin: 20px auto 0 auto;
    padding: 12px 15px;
    border-radius: 25px;
    color: var(--primary-color);
    font-weight: 600;
    border: 0;
    display: block;
}

#hero-section.error-message {
    color: #FF0000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    margin-top: 20px;
    text-align: center;
}

.advance-services-image {
    position: sticky;
    top: 15%;
}

/* how we develop clone app section css start */
#how-we-develop-clone-app .tabs-section {
    background: #C4C4C40D;
    border: 1px solid #A2A2A280;
    box-shadow: 0px 0px 20px 0px #C4C4C426;
    border-radius: 25px;
    padding: 30px;
}

#how-we-develop-clone-app .nav-tabs .nav-item.show .nav-link {
    border-radius: 30px;
    border: 2px solid #B4B4B4;
}

#how-we-develop-clone-app .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: 2px solid #B4B4B4;
    border-radius: 30px;
    margin-right: 10px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    width: max-content;
    flex-wrap: nowrap;
    transition: none;
}

#how-we-develop-clone-app .nav-tabs .nav-link.active {
    background: var(--normal-gradient);
    border: 3px solid #333333;
}

#how-we-develop-clone-app .nav-tabs .nav-link p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

#how-we-develop-clone-app .nav-tabs {
    border: 0;
    margin: 0;
    justify-content: flex-start;
    width: auto;
    column-gap: 0px;
    padding: 10px;
    border: 0;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
}

#how-we-develop-clone-app .nav-tabs .nav-item.show .nav-link,
#how-we-develop-clone-app .nav-tabs .nav-link.active p {
    color: #FFFFFF;
    margin: 0;
}

.how-we-develop-clone-app-list li {
    font-size: 18px;
    font-weight: 400;
}

.how-we-develop-clone-app-list li::marker {
    font-size: 24px;
    color: #333333;
}

/* how we develop clone app section css end */
#cta-1 {
    margin-top: 40px;
}

.cta-1 {
    background: radial-gradient(65.78% 120.97% at 34.22% 28.05%, #04275D 0%, #000C1D 100%);
    border-radius: 20px;
    padding: 0 40px 0 60px;
}

.cta-1-image {
    margin: -40px 0 0 0;
}

.cta-1 .section-button-white:hover {
    color: #021C44;
}

.cta-2 {
    background: radial-gradient(98.18% 181.11% at 1.82% 7.95%, #5C045D 0%, #2E002F 100%);
    border-radius: 20px;
    padding: 20px 20px 0 50px;
}

.cta-2 .section-button-white:hover {
    color: #39013A;
}

.cta-3 {
    background: radial-gradient(65.78% 120.97% at 34.22% 28.05%, #045D56 0%, #003531 100%);
    border-radius: 130px 20px 20px 20px;
    padding: 30px 50px 0 50px;
}

.cta-3 .section-button-white:hover {
    color: #024D47;
}

#other-website-section .other-development-process-bg {
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 50px;
    padding: 30px;
}

#other-website-section .space-both {
    padding: 0 100px;
}

#other-website-section .feature-list .feature-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    color: #303030;
}

#other-website-section .feature-list:hover .feature-title {
    background: #303030;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#other-website-section .feature-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: 0;
}

#other-website-section .feature-list {
    border-radius: 30px;
    border: 1px solid #303030;
    background: #FFFFFF;
    box-shadow: none;
    padding: 20px;
    position: relative;
}

#other-website-section .feature-list::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid #303030;
    border-radius: 25px;
    z-index: -1;
}

#other-website-section .feature-list:hover:before {
    background-color: #303030;
}

#other-website-section .feature-icon {
    position: relative;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 15px;
    border: 1px solid #303030;
}

#other-website-section .feature-list:hover .feature-icon {
    background: #303030;
}

#other-website-section .feature-list:hover .feature-icon svg path {
    fill: #FFFFFF;
}

#technology-section .feature-card {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #D3D3D3;
}

#technology-section .feature-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 0;
}

#technology-section .feature-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 23.4px;
    margin: 30px 0 0 0;
}

#technology-section .feature-icon {
    margin-right: 15px;
}

#technology-section .feature-card:hover .feature-icon {
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(179.25deg, rgba(48, 48, 48, 0.5) 0.65%, rgba(48, 48, 48, 0.2) 99.35%) border-box;
}

#technology-section .feature-card:hover {
    border: 1px solid #303030;
    box-shadow: 0px 0px 30px 0px #0000001A;
}

#technology-section .feature-card:hover .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#local-mobile-app-development-features {
    background: linear-gradient(180deg, #F7FEFF 0%, #E4FAFF 100%);
    border: 3px solid #CEF7FF;
    padding: 30px 0px 0 50px;
    margin: 100px 50px 0px 50px;
    border-radius: 30px;
}

#local-mobile-app-development-features .how-work-steps {
    overflow-y: scroll;
    height: 36rem;
    padding-bottom: 20px;
}

#local-mobile-app-development-features .how-work-steps::-webkit-scrollbar {
    display: none;
}

#local-mobile-app-development-features img {
    border-radius: 25px;
}

#local-mobile-app-development-features .step-content {
    margin: 10px 10px 40px 10px;
    padding-left: 70px;
    position: relative;
    text-align: left;
}

#local-mobile-app-development-features .step-count {
    border: 2px solid transparent;
    background: linear-gradient(#D1F7FE, #D1F7FE) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) border-box;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

#local-mobile-app-development-features .step-content h4 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.01px;
    margin-bottom: 0;
    padding-top: 10px;
}

#local-mobile-app-development-features .box {
    padding: 20px;
    border-radius: 20px;
    margin-top: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px #7BCFDE66;
}

#local-mobile-app-development-features .step-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

#local-mobile-app-development-features .step-content:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 50px;
    bottom: -40px;
    width: 1px;
    border-left: 2px dashed #303030;
}

.development-process-card {
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
    border-radius: 20px;
    padding: 30px 30px 0 30px;
}

.development-process-step-card {
    position: sticky;
    top: 120px;
    padding-top: calc(var(--index) * var(--card-top-offset));
}

.development-process-step-card.card-1 {
    --index: 1;
}

.development-process-step-card.card-2 {
    --index: 2;
}

.development-process-step-card.card-3 {
    --index: 3;
}

.development-process-step-card.card-4 {
    --index: 4;
}

.development-process-step-card.card-5 {
    --index: 5;
}

.development-process-step-card.card-6 {
    --index: 6;
}

.development-process-step-card:first-child {
    padding-top: 0;
}

.development-process-title {
    font-family: Nunito;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.development-process-description {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
}

.development-process-card .keywords-border-box {
    border: 1px solid #333333;
}

.keywords-border-box p,
.keywords-border-box a {
    color: #303030;
}

.development-process-card .keywords-border-box:hover a,
.development-process-card .keywords-border-box:hover p {
    font-weight: bold;
}

#advance-services .feature-list,
#why-choose-us-section .feature-list {
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #D3D3D3;
    box-shadow: none;
    margin-bottom: 20px;
}

#advance-services .feature-list:last-child,
#why-choose-us-section .feature-list:last-child {
    margin-bottom: 0;
}

#advance-services .feature-list:hover,
#why-choose-us-section .feature-list:hover {
    box-shadow: 0px 0px 30px 0px #0000001A;
}

#advance-services .feature-title,
#why-choose-us-section .feature-title {
    font-family: Nunito;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
    background: #303030;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#advance-services .feature-description,
#why-choose-us-section .feature-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0 0 0;
}

#advance-services .feature-icon,
#why-choose-us-section .feature-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, var(--normal-gradient) border-box;
}

#advance-services .feature-list:hover .feature-title,
#why-choose-us-section .feature-list:hover .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#advance-services .feature-list:hover .feature-icon,
#why-choose-us-section .feature-list:hover .feature-icon {
    background: var(--normal-gradient);
    border: 2px solid #FFFFFF99;
}

#advance-services .feature-list:hover .feature-icon svg path,
#why-choose-us-section .feature-list:hover .feature-icon svg path {
    fill: #FFFFFF;
}

#launch-support-section {
    border: 3px solid transparent;
    background: linear-gradient(180deg, #F8F8F8 0%, #E9E9E9 100%) padding-box,
        linear-gradient(180deg, rgba(233, 233, 233, 0.3) 3.82%, rgba(233, 233, 233, 0.1) 105.78%) border-box;
    padding: 30px 0;
    margin-top: 100px;
}

.launch-support-card {
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 20px;
    box-shadow: none;
}

.launch-support-card-icon {
    background: var(--normal-gradient);
    width: 60px;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 10px;
    margin-top: -30px;
}

.launch-support-card-body .card-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.launch-support-card-body {
    padding-top: 10px;
}

.launch-support-card-body .card-text {
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}

.launch-support-card:hover {
    box-shadow: 0px 0px 13px 0px #3434344D;
    border: 1px solid #303030;
}

.launch-support-card:hover .card-title {
    font-style: italic;
}


#white-label-vs-custom-section .white-label-vs-custom-card {
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
    padding: 15px 15px 25px 15px;
}

#white-label-vs-custom-section .white-label-vs-custom-card.featured {
    background: #3030301A;
    border: 1px solid #30303033;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
}

#white-label-vs-custom-section .white-label-vs-custom-card-top {
    position: relative;
    border-radius: 10px;
    padding: 10px;
    z-index: 0;
    box-shadow: 0px 0px 10px 0px #87878726;
}

#white-label-vs-custom-section .white-label-vs-custom-card.featured .white-label-vs-custom-card-top {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #FF5D5126;
}

#white-label-vs-custom-section .white-label-vs-custom-card-header {
    background: #EEEEEE;
    border-radius: 10px;
    padding: 10px;
}

#white-label-vs-custom-section .white-label-vs-custom-card-header p {
    text-align: center;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

#white-label-vs-custom-section .white-label-vs-custom-card.featured .white-label-vs-custom-card-header p {
    background: #FFFFFF;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#white-label-vs-custom-section .white-label-vs-custom-card.featured .white-label-vs-custom-card-header {
    background: #1E1E1E;
    border: 1px solid #1E1E1E;
    color: #FFFFFF;
}

#white-label-vs-custom-section .white-label-vs-custom-card-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 15px 10px 0 10px;
}

#white-label-vs-custom-section .white-label-vs-custom-list {
    list-style: none;
    padding: 0;
    margin: 15px 10px 0 10px;
    display: grid;
    gap: 15px;
}

#white-label-vs-custom-section .white-label-vs-custom-list li {
    position: relative;
    padding-left: 26px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

#white-label-vs-custom-section .white-label-vs-custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #303030;
    background: transparent;
}

#white-label-vs-custom-section .white-label-vs-custom-list li::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #303030;
}

#ai-section {
    background: url("../images/mobile-app-development-company-dubai/AI-Features-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0 30px 0;
    min-height: 850px;
}

.ai-accordion {
    padding-top: 60px;
}

.ai-accordion .accordion-item {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(119, 119, 119, 0.1) 100%);
    border: 1px solid #FFFFFF4D;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: visible;
    box-shadow: 0px 0px 10px 5px #0000001A;
    backdrop-filter: blur(100px);
}

.ai-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.ai-accordion .accordion-button {
    background: transparent;
    color: #fff !important;
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
    border: none;
    box-shadow: none !important;
    display: flex;
    align-items: center;
}

.ai-accordion .accordion-button::after {
    display: none;
}

.ai-accordion .faq-icon {
    flex-shrink: 0;
    margin-left: auto;
}

.ai-accordion .accordion-button.collapsed .faq-icon-open {
    display: none;
}

.ai-accordion .accordion-button.collapsed .faq-icon-close {
    display: block;
}

.ai-accordion .accordion-button:not(.collapsed) .faq-icon-open {
    display: block;
}

.ai-accordion .accordion-button:not(.collapsed) .faq-icon-close {
    display: none;
}

.ai-acc-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #343434 0%, rgba(52, 52, 52, 0) 100%) border-box;
}

.ai-accordion .accordion-body {
    padding: 0 20px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
}

@media only screen and (max-width: 1600px) {
    #local-mobile-app-development-features .how-work-steps {
        height: 26rem;
    }
}

@media only screen and (max-width: 1500px) {
    #other-website-section .space-both {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1400px) {
    #ai-section {
        min-height: 100%;
    }
}

@media only screen and (max-width: 1250px) {
    #local-mobile-app-development-features {
        margin-left: 20px;
        margin-right: 20px;
        padding: 30px 30px 0 30px;
    }

    #local-mobile-app-development-features .how-work-steps {
        height: unset;
    }

    #local-mobile-app-development-features .step-content {
        margin: 10px 10px 20px 10px;
        padding-left: 65px;
    }
}

@media only screen and (max-width: 1200px) {
    .cta-1-image {
        margin: 0;
    }

    #white-label-vs-custom-section .white-label-vs-custom-card-header p {
        font-size: 18px;
    }

    #white-label-vs-custom-section .white-label-vs-custom-card {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 1024px) {
    #other-website-section .other-development-process-bg {
        padding: 5px 15px 20px 15px;
    }
}

@media only screen and (max-width: 992px) {
    .ai-accordion {
        padding-top: 0px;
    }

    #launch-support-section {
        margin-top: 50px;
    }

    .launch-support-card {
        margin-top: 30px;
    }

    .cta-1 {
        padding: 20px 20px 0 20px;
        border-radius: 20px;
    }

    #cta-1 {
        margin-top: 0px;
    }

    .cta-2 {
        border-radius: 20px;
        padding: 20px 20px 0 20px;
    }

    #other-website-section .space-both {
        padding: 0;
    }

    #other-website-section .other-development-process-bg {
        margin: 0px 20px;
    }
}

@media only screen and (max-width: 768px) {
    #awards {
        margin-top: 50px;
    }

    #ai-section {
        background: linear-gradient(347.76deg, #030407 -1.23%, #21180C 49.38%, #020203 100%);
    }

    .ai-acc-icon {
        width: 50px;
        height: 50px;
        padding: 5px;
        border-radius: 10px;
    }

    .ai-accordion .accordion-body {
        padding: 0 15px;
    }

    .ai-accordion .accordion-button {
        font-size: 20px;
    }

    .ai-accordion .accordion-body {
        font-size: 16px;
    }

    .ai-accordion .accordion-button {
        padding: 10px;
    }

    .launch-support-card-body .card-title {
        font-size: 20px;
    }

    .launch-support-card-body .card-text {
        font-size: 16px;
    }

    .launch-support-card-icon {
        background: var(--normal-gradient);
        width: 50px;
        height: 50px;
        padding: 8px;
        margin-top: -30px;
    }

    #hero-section {
        background: linear-gradient(347.76deg, #060606 -1.23%, #171717 49.38%, #181818 100%);
    }

    .development-process-card {
        padding: 20px;
    }

    .development-process-title {
        font-size: 18px;
    }

    .development-process-description {
        font-size: 16px;
        margin: 5px 0;
    }

    .development-process-card .step {
        font-size: 30px;
        line-height: 36px;
    }

    .development-process-step-card {
        top: 100px;
    }

    .development-process-step-card.card-3 {
        padding-top: 120px;
    }

    .development-process-step-card.card-4 {
        padding-top: 180px;
    }

    .development-process-step-card.card-5 {
        padding-top: 240px;
    }

    #other-website-section .other-development-process-bg {
        padding: 20px;
        margin: 0px 10px;
        border-radius: 0 0 10px 10px;
    }

    #other-website-section .feature-list {
        padding: 15px;
    }

    #other-website-section .feature-list .feature-title {
        font-size: 18px;
        line-height: 1.5;
    }

    #other-website-section .feature-description {
        font-size: 16px;
        line-height: 1.5;
    }

    #other-website-section .feature-icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        border-radius: 10px;
    }

    #technology-section .feature-card {
        padding: 15px;
    }

    #technology-section .feature-description {
        font-size: 16px;
        line-height: 1.4;
        margin: 15px 0 0 0;
    }

    #technology-section .feature-title {
        font-size: 20px;
    }

    #local-mobile-app-development-features {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 50px;
    }

    #local-mobile-app-development-features .step-content {
        padding-left: 60px;
        padding-right: 15px;
        margin: 10px;
    }

    #local-mobile-app-development-features .step-content h4 {
        font-size: 20px;
        line-height: 26px;
    }

    #local-mobile-app-development-features .box {
        padding: 15px;
        margin-top: 10px;
    }

    #local-mobile-app-development-features .step-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    #local-mobile-app-development-features .step-count {
        width: 40px;
        height: 40px;
    }

    .step-count svg {
        width: 20px;
        height: 20px;
    }

    #local-mobile-app-development-features .step-content:not(:last-child)::after {
        left: 20px;
        top: 39px;
        bottom: -20px;
    }

    .cta-3 {
        border-radius: 20px;
        padding: 20px 20px 0 20px;
    }

    #advance-services .feature-title,
    #why-choose-us-section .feature-title {
        font-size: 20px;
        line-height: 34px;
    }

    #advance-services .feature-icon,
    #why-choose-us-section .feature-icon {
        width: 50px;
        height: 50px;
    }

    #advance-services .feature-description,
    #why-choose-us-section .feature-description {
        font-size: 16px;
        margin: 10px 0 0 0;
    }

    #white-label-vs-custom-section .white-label-vs-custom-list li {
        font-size: 16px;
    }

    #white-label-vs-custom-section .white-label-vs-custom-list {
        gap: 10px;
    }

    #white-label-vs-custom-section .white-label-vs-custom-card {
        padding: 15px 15px 15px 15px;
    }

    #how-we-develop-clone-app .tabs-section {
        padding: 20px;
    }

    #how-we-develop-clone-app .nav-tabs {
        border: 0;
        row-gap: 15px;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 600px) {
    #local-mobile-app-development-features {
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 0 0 0;
    }
}