* {
    margin: 0;
    padding: 0;
}

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

/* service main pages css start  */
.feature-list:hover .feature-title,
.hero-title span,
.section-title span {
    -webkit-text-fill-color: transparent
}

.section-button {
    position: relative
}

.section-button {
    width: fit-content;
    overflow: hidden
}

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

a {
    text-decoration: none;
}

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

section {
    padding-top: 100px
}

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

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

.hero-title.white {
    color: white;
}

.hero-title h1 {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 5px
}

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

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

.hero-button {
    background: var(--neon-gradient);
    padding: 5px 5px 5px 10px;
    border-radius: 25px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 8px
}

.hero-button-icon,
.label {
    display: flex;
    align-items: center
}

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

.hero-button-icon i {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.hero-button-icon {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    padding: 10px;
    justify-content: center
}

.hero-button:hover .hero-button-icon {
    background-color: #fff
}

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

.hero-button:hover .hero-button-icon svg {
    transform: rotate(-35deg);
    transition: transform 0.3s ease;
}

.hero-button .hero-button-icon svg {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.section-button {
    background: var(--button-gradient);
    color: #fff
}

.section-title.white h2 {
    color: #fff;
    font-weight: 600
}

.label.white span,
.section-title p.white,
.section-title.white p {
    color: #fff
}

.section-title.white span {
    background: var(--neon-gradient);
    background-clip: clip;
    -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-button-white {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-weight: 600;
    margin-top: 20px;
}

.section-button-white {
    font-size: 18px;
    line-height: 23.4px;
    width: fit-content;
}

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

.label span,
.section-title p {
    font-weight: 400;
    color: #303030
}

.section-title p {
    font-size: 18px;
    line-height: 23.4px
}

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

.label {
    padding: 6px 8px;
    border: 1.5px solid #aaa;
    width: fit-content;
    border-radius: 20px;
    margin-bottom: 15px !important
}

.label span {
    font-size: 14px;
    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 #fff
}

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

.section-button {
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 18px;
    display: block;
    font-weight: 500;
    transition: .3s ease-in-out
}

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

.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, .2), rgba(0, 0, 0, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 1
}

.portfolio-section {
    padding: 0 200px;
}

.portfolio-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    color: #FFFFFF;
}

.portfolio-content {
    padding: 30px 0;
}

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

.portfolio-section .swiper-pagination {
    position: relative;
    top: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.portfolio-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(9, 108, 108, 0.5);
}

.portfolio-section .swiper-pagination-bullet-active {
    background-color: #096C6C;
    width: 40px;
}

.benefits-content {
    margin: 30px 100px 0 100px;
}

.client-card {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
    border-radius: 20px;
    padding: 30px 20px 20px 20px;
    position: relative;
    display: block;
}

.client-profile {
    margin-right: 15px;
}

.client-description p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #303030;
    margin-top: 15px;
    margin-bottom: 0;
}

.small {
    position: absolute;
    left: 7%;
    top: -3%;
}

.big {
    position: absolute;
    right: 0;
    top: 0;
}

.client-name {
    font-family: Nunito;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #196D84;
}

.services-faq-content {
    margin: 30px 100px 0 100px;
}

.services-faq-content .services-faq-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #303030;
}

.services-faq-content .accordion-item {
    border: none;
    border-radius: 25px !important;
    box-shadow: 0px 0px 15px 0px #AAAAAA4D !important;
    border: 1px solid #AAAAAA80;
    margin-bottom: 30px;
}

.services-faq-content .accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.services-faq-content .accordion-button {
    border-radius: 25px !important;
    box-shadow: none !important;
}

.services-faq-content .accordion-body {
    padding-left: 2%;
    padding-right: 3%;
    padding-top: 0;
}

.services-faq-content .accordion-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #303030;
}

.services-faq-content .faqs-ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #303030;
}

.services-faq-content .accordion-button:not(.collapsed) .services-faq-title {
    color: var(--primary-color);
}

.services-faq-content .faq-icon {
    margin-left: auto
}

.services-faq-content .accordion-button.collapsed .faq-icon-close,
.services-faq-content .accordion-button::after,
.services-faq-content .accordion-button::before,
.faq-icon-open {
    display: none;
}

.services-faq-content .accordion-button.collapsed .faq-icon-open {
    display: inline;
}

.services-faq-content .accordion-item:last-child {
    margin-bottom: 0;
}

#develop-software-section {
    padding-top: 0;
}

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

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

    .hero-button-text p {
        color: #fff;
        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: 1200px) {
    .custom-container-left {
        padding: 0 20px
    }

    .custom-container-right {
        padding: 0 50px
    }

    .services-faq-content {
        margin: 30px 50px 0 50px;
    }
}

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

    .services-faq-content {
        margin: 30px 0px 0 0px;
    }
}

@media only screen and (max-width:768px) {
    .section-button-white {
        border-radius: 20px;
        padding: 5px 10px;
        font-size: 16px;
        margin-top: 10px;
    }

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

    .client-review-image {
        margin-top: -50px
    }

    section {
        padding-top: 50px;
    }

    #develop-software-section {
        padding-top: 100px;
    }

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

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

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

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

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

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

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

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

    .services-faq-content .services-faq-title {
        font-size: 18px;
    }

    .services-faq-content .accordion-button {
        border-radius: 20px !important;
        box-shadow: none !important;
        padding: 15px;
    }

    .services-faq-content .accordion-item {
        border-radius: 20px !important;
        margin-bottom: 20px;
    }

    .services-faq-content .accordion-body {
        padding-left: 4%;
        padding-right: 2%;
    }
}

@media only screen and (max-width: 600px) {
    .client-card {
        padding: 30px 15px 15px 15px;
    }
}