* {
    margin: 0;
    padding: 0;
}

body {
    font-family: ibm-plex-sans;
    color: #303030;
}

a {
    text-decoration: none;
}

.internal-page-link {
    font-weight: 600;
    color: #303030;
}

#hero-section .custom-container-left {
    padding-left: 5%
}

section {
    padding-top: 100px;
}

.section-button-white {
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 18px;
    display: block;
    font-weight: 600;
    line-height: 23.4px;
    width: fit-content;
    margin-top: 20px;
}

.section-button-white:hover {
    background: #ffffff;
    color: #040C17;
}

body {
    font-family: ibm-plex-sans;
    color: #303030;
}

.custom-container-left {
    padding-left: 15%;
}

.custom-container-right {
    padding-right: 15%;
}

/* section title start */
.section-title.white h2 {
    color: #ffffff;
    font-weight: 600;
}

.section-title.white p {
    color: #ffffff;
}

.section-title p.white {
    color: #ffffff;
}

.section-description.white {
    color: #ffffff;
}

.section-title.white span {
    background: var(--neon-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title h2 {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    color: #303030;
    margin-bottom: 15px;
}

.section-title .section-title-new {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #303030;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    display: block;
}

.section-title .section-title-new.white {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #ffffff;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    display: block;
}

.section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: #303030;
}

.section-title span {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* section Title end */

/* section label start */
.label {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    border: 1.5px solid #AAAAAA;
    width: fit-content;
    border-radius: 20px;
    margin-bottom: 15px !important;
}

.label span {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.6px;
}

.label .circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--normal-gradient);
    margin-right: 8px;
}

.label.white {
    border: 1px solid #ffffff;
}

.label.white span {
    color: #fff;
}

.label.white .circle {
    background: #fff;
}

/* section label end */

/* keywords border box css start*/
.keywords-border-box {
    padding: 10px 15px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
}

.about-us-words,
.keywords-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
}

.keywords-list.white .keywords-border-box {
    background: linear-gradient(112.88deg, rgba(255, 255, 255, 0.125) 29.68%, rgba(255, 255, 255, 0.025) 100%);
    color: #FFFFFF;
    border: 0;
}

.keywords-border-box:hover {
    background: var(--primary-color);
    border: 1px solid #FFFFFF4D;
    color: white;
}

/* keywords border box css end*/

/* common button css start*/
.section-button {
    background: var(--button-gradient);
    /* Gradient background */
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 18px;
    display: block;
    font-weight: 600;
    line-height: 23.4px;
    width: fit-content;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.section-button:hover::before {
    animation: shine 1.5s ease-out;
}

.section-button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 1;
}

.section-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    margin-bottom: 25px;
}

/* common button css end*/

/* hero title start */
.hero-title h1 {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.56px;
    margin-bottom: 25px;
}

.hero-title.white h1 {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.56px;
    margin-bottom: 25px;
    color: #ffffff;
}

.hero-title span {
    background: var(--neon-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}

.hero-title.white p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
    color: #ffffff;
}

.hero-button {
    background: #FFFFFF;
    padding: 5px 15px 5px 10px;
    border-radius: 25px;
    border: 1px solid #FFFFFF99;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 8px;
}

.hero-button-text p {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
}

.hero-button-icon {
    background: var(--primary-color);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* hero title end */

/* feature list css start */
.feature-list {
    box-shadow: 0px 5px 10px 4px rgba(52, 52, 52, 0.05);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
}

.feature-list:hover {
    background: var(--button-gradient);
}

.feature-list.shadow {
    border-radius: 30px;
    border: 1px solid rgba(48, 48, 48, 0.10);
    background: #FFF;
    box-shadow: 0px 3px 20px 0px rgba(48, 48, 48, 0.05) !important;
}

.feature-box .feature-list:hover .feature-title,
.feature-box .feature-list:hover .feature-description,
.feature-box .feature-list:hover .feature-icon {
    color: white;
}

.feature-box .feature-list:hover .feature-title {
    font-style: italic;
}

.feature-title {
    margin-bottom: 15px;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
    color: var(--primary-color);
}

.feature-list.shadow:hover {
    border: 1px solid rgba(255, 170, 1, 0.30);
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(255, 170, 1, 0.10);
}

.feature-list.shadow:hover .feature-title {
    color: var(--primary-color);
}

.feature-list.shadow:hover .feature-description,
.feature-list.shadow:hover .feature-icon {
    color: #303030;
}

.feature-list.shadow .feature-title {
    color: #303030;
}

.feature-list.shadow .feature-title span {
    margin-left: 10px;
}

.feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}

.feature-icon {
    font-size: 20px;
    color: var(--primary-color);
}

.feature-list.white {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 24px 0px rgba(255, 255, 255, 0.12);
    border-radius: 25px;
}

.feature-list.white:hover {
    border: 2px solid rgba(255, 255, 255, 0.8)
}

.feature-list.white .feature-title,
.feature-list.white .feature-description,
.feature-list.white .feature-icon {
    color: white;
}

.normal-feature-box {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 20px;
}

.normal-feature-title {
    margin-bottom: 15px;
    margin-top: 10px;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
}

.normal-feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}

/* feature list css end */

/* Where To Find Us section */
#where-to-find-us-section .where-to-find-us-map {
    border-radius: 20px;
    padding: 20px;
    border: 2px solid #f2f2f2;
    box-shadow: 0px 10px 30px 0px #f2f2f2;
}

#where-to-find-us-section .country-pill {
    border: 1px solid #aaaaaa;
    border-radius: 40px;
    padding: 10px 20px 10px 10px;
    width: fit-content;
}

#where-to-find-us-section .country-pill span {
    font-size: 18px;
    font-weight: 600;
}

/* Services We Provide section start */
#services-we-provide-section .challenge-card {
    background: #ffffff;
    border: 2px solid #F2F2F2;
    border-radius: 20px;
    padding: 20px;
}

#services-we-provide-section .challenge-card-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

#services-we-provide-section .challenge-card-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

#services-we-provide-section .challenge-card-label {
    font-family: Nunito;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

#services-we-provide-section .challenge-card-text {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

#services-we-provide-section .challenge-card:hover {
    border: 2px solid var(--primary-color);
}

#services-we-provide-section .challenge-card:hover .challenge-card-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* what we provide section start  */
.provide-img-bg {
    background: var(--normal-gradient);
    padding: 30px 0 0 45px;
    border-radius: 50px 0px 0px 50px;
}

.provide-content-bg {
    padding: 30px 20px 30px 33%;
    border-width: 2px 0;
    border-style: solid;
    border-color: var(--primary-color);
}

/* what we provide section end  */
#ui-section {
    padding: 30px 0;
    margin-top: 100px;
}

#features-section .tab-content {
    padding: 20px 100px 0 100px;
}

#features-section .tabs-section .nav-tabs {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
    border-radius: 50px;
    column-gap: 10px;
    padding: 5px;
    border: 0;
    width: fit-content;
    max-width: 100%;
    background: var(--normal-gradient);
    box-shadow: 0px 0px 15px 0px #0000004D;
}

.nav-tabs::-webkit-scrollbar {
    display: none;
}

#features-section .tabs-section .tab-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 31.2px;
    color: #ffffff;
    margin: 0;
}

#features-section .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border-radius: 50px;
    padding: 8px 40px;
    margin: auto;
}

#features-section .handyman-ui-tab .nav-tabs .nav-link {
    background: transparent;
    border: 1px solid #ffffff;
    width: max-content;
}

#features-section .handyman-ui-tab .nav-tabs .nav-link.active {
    background: #ffffff;
}

#features-section .handyman-ui-tab .nav-tabs .nav-link.active .tab-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

#features-section .feature-list {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    box-shadow: none;
}

#features-section .feature-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#features-section .feature-title h3 {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    color: #303030;
}

#features-section .feature-list:hover h3 {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#features-section .feature-description {
    font-size: 18px;
    font-weight: 400;
}

#features-section .feature-icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid transparent;
    flex-shrink: 0;
    flex-grow: 0;
}

/* how we develop clone app section css start */
#how-we-develop-clone-app .tabs-section {
    border-radius: 25px;
    padding: 30px;
}

#how-we-develop-clone-app .nav-tabs .nav-item.show .nav-link {
    border-radius: 30px;
    border: 2px solid var(--primary-color);
}

#how-we-develop-clone-app .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    margin-right: 15px;
    padding: 8px 20px;
}

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

#how-we-develop-clone-app .nav-tabs .nav-link p {
    margin: 0;
    color: var(--primary-color);
}

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

#how-we-develop-clone-app .tabs-section .nav-link {
    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-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: var(--primary-color);
}

/* how we develop clone app section css end */

#contact-us-cta {
    background: linear-gradient(88.54deg, #4A1F00 0.56%, #1C0C01 86.23%), url(../../case-study-assets/images/cta-background.webp);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    padding: 95px 0;
    margin-top: 100px;
}

#contact-us-cta .section-button-white:hover {
    color: #2B1201;
}

/* Tech Stack section start */
#tech-stack-section .tech-stack-card {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 20px;
    padding: 44px 20px 24px;
    margin-top: 28px;
    text-align: center;
}

#tech-stack-section .tech-stack-card:hover {
    border-color: var(--primary-color);
}

#tech-stack-section .tech-stack-card-icon {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 0px 10px 0px #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tech-stack-section .tech-stack-card-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

#tech-stack-section .tech-item-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

#tech-stack-section .tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#tech-stack-section .tech-item span {
    font-family: Nunito;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

/* Other Case Studies section start */
#other-case-studies-section {
    background: var(--other-case-study-gradient);
    padding: 30px 0;
    margin-top: 100px;
}

#other-case-studies-section .case-study-card {
    background: #FFFFFF;
    border: 3px solid #F2F2F2;
    border-radius: 20px;
    padding: 20px;
}

#other-case-studies-section .case-study-card-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #303030;
}

#other-case-studies-section .case-study-card-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    color: #303030;
}

@media only screen and (max-width: 1600px) {
    .provide-content-bg {
        padding: 30px 30px 30px 5%;
    }

    #features-section .tab-content {
        padding: 20px 50px 0 50px;
    }
}

@media only screen and (max-width: 1500px) {
    .hero-title.white h1 {
        font-size: 30px;
        line-height: 1.5;
    }

    .hero-title p {
        font-size: 18px;
        line-height: 26px;
    }

    .hero-button-text p {
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 1.5;
    }

    .section-title .section-title-new {
        font-size: 30px;
        line-height: 1.5;
    }

    .section-title .section-title-new.white {
        font-size: 30px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 1440px) {

    .case-study-metrics,
    .case-study-details {
        padding-top: 20px;
    }

    .case-study-btn {
        margin: 20px 0 0px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .custom-container-left {
        padding-left: 0;
    }

    .custom-container-right {
        padding-right: 0;
    }

    .provide-content-bg {
        padding: 30px 30px 30px 30px;
    }

    .provide-img-bg {
        border-radius: 0;
        padding: 30px 0 0 0px;
    }
}

@media (max-width: 1100px) {
    #tech-stack-section .tech-stack-card {
        padding: 40px 16px 20px;
    }

    #tech-stack-section .tech-item span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    #hero-section {
        padding-top: 100px;
    }

    #features-section .tab-content {
        padding: 20px 20px 0 20px;
    }

    #features-section .feature-list {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    #other-case-studies-section .case-study-card-title {
        font-size: 18px;
    }

    #tech-stack-section .tech-stack-card-icon {
        width: 48px;
        height: 48px;
        top: -24px;
    }

    #tech-stack-section .tech-stack-card {
        margin-top: 24px;
        padding: 38px 16px 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    #tech-stack-section .tech-stack-card-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

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

    #how-we-develop-clone-app .nav-tabs .nav-link {
        border-radius: 20px;
        padding: 8px 15px;
    }

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

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

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

    #contact-us-cta,
    #other-case-studies-section,
    #ui-section {
        margin-top: 50px;
    }

    .section-button-white {
        border-radius: 20px;
        padding: 5px 10px;
        font-size: 16px;
        margin-top: 10px;
    }

    .custom-container-left,
    .custom-container-right {
        padding: 0 20px;
    }

    section {
        padding-top: 50px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .section-title .section-title-new {
        font-size: 22px;
    }

    .section-title .section-title-new.white {
        font-size: 22px;
    }

    .section-title p {
        font-size: 14px;
        line-height: 1.5;
    }

    .hero-title.white h1,
    .hero-title h1 {
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .hero-title.white p,
    .hero-title p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .hero-button-text p {
        font-size: 16px;
    }

    .hero-button {
        padding: 4px 5px 4px 8px;
        column-gap: 5px;
    }

    .tabs-section .nav-tabs {
        justify-content: start !important;
    }

    #services-we-provide-section .challenge-card-icon {
        width: 50px;
        height: 50px;
    }

    #services-we-provide-section .challenge-card-text {
        font-size: 16px;
    }

    #services-we-provide-section .challenge-card-title {
        font-size: 20px;
    }

    #contact-us-cta {
        background: linear-gradient(88.54deg, #4A1F00 0.56%, #1C0C01 86.23%);
        padding: 35px 0;
    }
}

@media only screen and (max-width: 340px) {
    .hero-button-text p {
        font-size: 14px;
    }
}