:root {
    /* theme color start*/
    --primary-color: #00AEAE;
    --normal-gradient: linear-gradient(89.25deg, #167878 0.65%, #002828 99.35%);
    --neon-gradient: linear-gradient(89.25deg, #00FFFF 0.65%, #009D9D 99.35%);
    --button-gradient: linear-gradient(89.25deg, #167878 0.65%, #002828 99.35%);
    --section-title-gradient: linear-gradient(89.25deg, #167878 0.65%, #002828 99.35%);
    /* theme color end*/
}

#hero-section {
    background: radial-gradient(50% 114.06% at 50% 50%, #002828 0%, #000404 100%);
    padding-top: 120px;
    padding-bottom: 100px;
}

.hero-title p {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

#solutions-we-provide-section .section-title h2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#solutions-we-provide-section .section-title p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#solutions-we-provide-section {
    padding-top: 0;
    position: relative;
    top: -140px;
}

.solution-provide-bg {
    margin-top: 80px;
}

.solutions-bg {
    padding: 30px 30px 70px 30px;
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    border-radius: 25px;
    box-shadow: 0px 10px 30px 0px #F2F2F21A;
}

#solutions-we-provide-section .feature-card {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
}

#solutions-we-provide-section .feature-card:last-child {
    margin-bottom: 0;
}

#solutions-we-provide-section .feature-card:hover {
    border: 1px solid #167878;
}

#solutions-we-provide-section .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    background: linear-gradient(#f3f3f3, #f3f3f3) padding-box,
        linear-gradient(180deg, rgba(137, 137, 137, 0.3) 0%, rgba(137, 137, 137, 0.05) 100%) border-box;
}

#solutions-we-provide-section .feature-card:hover .feature-icon {
    background: linear-gradient(#e8f1f1, #e8f1f1) padding-box,
        linear-gradient(180deg, rgba(22, 120, 120, 0.3) 0%, rgba(22, 120, 120, 0.05) 100%) border-box;
}

#solutions-we-provide-section .feature-icon svg path {
    fill: #303030;
}

#solutions-we-provide-section .feature-card:hover .feature-icon svg path {
    fill: #167878;
}

#solutions-we-provide-section .feature-title {
    font-family: Nunito;
    font-weight: 600;
    font-size: 22px;
}

#solutions-we-provide-section .feature-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
}

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

.all-feature-cards {
    position: relative;
    z-index: 1;
    margin-top: -35px;
}

.solution-provide-image {
    position: sticky;
    top: 17vh;
}

.solution-provide-image img {
    visibility: hidden;
}

.solution-provide-image::before {
    content: "";
    position: absolute;
    top: -14%;
    right: 0;
    width: 130%;
    height: 125%;
    z-index: -1;
    border-radius: 20px;
    background: url(../images/healthcare-software-solutions/Solution-we-provide-image.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

.develop-software-features .feature-card {
    border: 2px solid #E9E9E9;
    border-radius: 20px;
    padding: 50px 25px 25px 25px;
    position: relative;
}

.develop-software-features .step-no {
    position: absolute;
    top: 35px;
    left: 20px;
}

.develop-software-features .feature-title {
    font-family: Nunito;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
}

.develop-software-features .feature-card:hover .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.develop-software-features .feature-description {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 20px;
}

.develop-software-features .feature-card:hover {
    border-bottom-color: #167878;
    box-shadow: 0px 0px 30px 0px #0000001A;
}

.sector-box {
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
    display: flex;
    align-items: center;
}

.sector-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    background: linear-gradient(#e8f1f1, #e8f1f1) padding-box,
        linear-gradient(180deg, rgba(22, 120, 120, 0.3) 0%, rgba(22, 120, 120, 0.05) 100%) border-box;
}

.sector-name {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
}

.all-process {
    max-height: 35rem;
    overflow-y: scroll;
}

.all-process::-webkit-scrollbar {
    display: none;
}

.process-card {
    border-bottom: 2px solid #F2F2F2;
    padding: 20px 0;
}

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

.process-card:last-child {
    border: none;
    padding-bottom: 0;
}

.process-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
    background: linear-gradient(#e8f1f1, #e8f1f1) padding-box,
        linear-gradient(180deg, rgba(22, 120, 120, 0.3) 0%, rgba(22, 120, 120, 0.05) 100%) border-box;
}

.process-title {
    font-family: Nunito;
    font-weight: 600;
    font-size: 28px;
}

.process-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
}

.excellence-card {
    padding: 20px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
    margin-bottom: 25px;
}

.excellence-card:last-child {
    margin-bottom: 0;
}

.excellence-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
    background: linear-gradient(#e8f1f1, #e8f1f1) padding-box,
        linear-gradient(180deg, rgba(22, 120, 120, 0.3) 0%, rgba(22, 120, 120, 0.05) 100%) border-box;
}

.excellence-title {
    font-family: Nunito;
    font-weight: 600;
    font-size: 28px;
}

.excellence-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
}

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

.your-partner-bg {
    background: radial-gradient(50% 114.06% at 50% 50%, #002828 0%, #000404 100%);
    padding: 30px 0;
}

.partner-card {
    padding: 20px;
    border-radius: 20px;
    border-width: 2px 1px 1px 1px;
    border-style: solid;
    border-color: transparent;
    background: linear-gradient(#0e2222, #0e2222) padding-box,
        radial-gradient(32.69% 93.07% at 90.36% 6.93%, #1AB9C5 0%, rgba(26, 185, 197, 0.1) 100%) border-box;
    backdrop-filter: blur(50px);
}

.partner-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
    background: linear-gradient(#103434, #103434) padding-box,
        linear-gradient(180deg, rgba(29, 255, 255, 0.3) 0%, rgba(29, 255, 255, 0.05) 100%) border-box;
}

.partner-title {
    font-weight: 400;
    font-size: 18px;
    color: white;
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
}

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

.cta-1 {
    border-radius: 25px;
    padding: 0 20px;
    background: linear-gradient(274.9deg, #1D5A86 2.02%, #000957 100%);
}

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

.cta-1 .section-button-white:hover {
    color: #04145E;
}

.cta-1-content {
    padding: 0 10px 0 30px;
}

.cta-2-content {
    padding: 0 10px 0 30px;
}

.cta-2 {
    border-radius: 25px;
    padding: 20px 20px 0 20px;
    background: linear-gradient(274.9deg, #00498E 2.02%, #2B0C73 100%);
}

.cta-2 .section-button-white:hover {
    color: #04145E;
}

.modern-tech-card-dark {
    border-radius: 20px;
    padding: 35px 35px 95px 35px;
    display: flex;
    align-items: center;
}

.modern-tech-card-dark.card-1 {
    background: url(../images/healthcare-software-solutions/Innovative-Technologies-AR-VR-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.modern-tech-card-dark.card-4 {
    background: url(../images/healthcare-software-solutions/Innovative-Technologies-cloud-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.modern-tech-card-dark .modern-tech-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    border: 1px solid transparent;
    background: linear-gradient(#06404b, #06404b) padding-box,
        linear-gradient(180deg, rgba(29, 255, 255, 0.3) 0%, rgba(29, 255, 255, 0.05) 100%) border-box;
}

.modern-tech-card-dark .modern-tech-title {
    font-family: Nunito;
    font-weight: 600;
    font-size: 28px;
    color: white;
    display: block;
    margin-left: 20px;
}

.modern-tech-card-light {
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
    border-radius: 20px;
    padding: 35px 35px 30px 35px;
}

.modern-tech-card-light .modern-tech-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    border: 1px solid transparent;
    background: linear-gradient(#e8f1f1, #e8f1f1) padding-box,
        linear-gradient(180deg, rgba(22, 120, 120, 0.3) 0%, rgba(22, 120, 120, 0.05) 100%) border-box;
}

.modern-tech-card-light .modern-tech-title {
    font-family: Nunito;
    font-weight: 600;
    font-size: 28px;
    display: block;
    margin-top: 20px;
}

.solution-techbology-slider .swiper-slide {
    padding: 10px;
}

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

.solution-tech-header {
    display: flex;
    align-items: center;
}

.main-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    border: 1px solid transparent;
    background: linear-gradient(#e8f1f1, #e8f1f1) padding-box,
        linear-gradient(180deg, rgba(22, 120, 120, 0.3) 0%, rgba(22, 120, 120, 0.05) 100%) border-box;
}

.main-title {
    font-family: Nunito;
    font-weight: 600;
    font-size: 28px;
    display: block;
    margin-left: 20px;
}

.tech-title {
    font-size: 20px;
    font-weight: 400;
}

.solution-tech-body {
    margin-top: 25px;
}

.tech-batch {
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 5px 15px 0px #F2F2F2;
    border: 2px solid #F2F2F2;
    background: #FFFFFF;
    padding: 15px;
    border-radius: 15px;
}

.swiper-slide {
    border-radius: 25px;
    padding: 0 30px;
}

.swiper-slide .keywords-border-box {
    padding: 5px 10px;
    border-radius: 30px;
    color: #FFFFFF;
}

.slide-1 .keywords-border-box {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid #FFFFFFB2;
    backdrop-filter: blur(30px);
    box-shadow: 0px 0px 5px 0px #0000001A;
}

.slide-2 .keywords-border-box {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid #FFFFFFB2;
    backdrop-filter: blur(30px);
    box-shadow: 0px 0px 5px 0px #0000001A;
}

.slide-1 {
    background: linear-gradient(99.85deg, #002B2C 0%, #0C373E 11.67%, #06272C 24.66%, #021B1F 43.17%, #092A2D 62.12%, #023235 79.8%, #012627 89.09%, #001515 100%);
}

.slide-2 {
    background: linear-gradient(90deg, #02001C 0%, #07063E 100%);
}

.slide-1 .portfolio-title span {
    color: #31EBEF;
}

.slide-2 .portfolio-title span {
    color: #32FAEE;
}

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

@media only screen and (max-width: 1600px) {
    .portfolio-section {
        padding: 0 100px;
    }
}

@media only screen and (max-width: 1400px) {
    .portfolio-section {
        padding: 0 100px;
    }

    .portfolio-title {
        font-size: 22px;
    }

    .keywords-border-box {
        padding: 5px 10px;
        font-size: 16px;
    }

    .solution-tech-card {
        padding: 15px;
    }

    .tech-batch {
        padding: 10px;
    }

    .tech-title {
        font-size: 18px;
    }

    .main-title {
        font-size: 25px;
        margin-left: 15px;
    }

    .main-icon {
        padding: 10px;
        width: 60px;
        height: 60px;
    }

    .solution-tech-body {
        margin-top: 15px;
    }
}

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

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

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

    #solutions-we-provide-section .section-title h2,
    #solutions-we-provide-section .section-title p,
    .hero-title p {
        width: unset;
    }
}

@media only screen and (max-width: 992px) {
    .solution-provide-image::before {
        background: url(../images/healthcare-software-solutions/Solution-we-provide-image-responsive.webp);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .solution-provide-image::before {
        top: -6%;
    }

    .solution-provide-bg {
        margin-top: 50px;
    }

    .all-feature-cards {
        margin-top: 0;
    }

    #hero-section {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .develop-software-features .step-no {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .solution-provide-image::before {
        width: 100%;
        height: 100%;
    }

    #solutions-we-provide-section {
        top: -80px;
    }

    .develop-software-features .feature-card {
        padding: 50px 15px 15px 15px;
    }

    .develop-software-features .feature-title {
        font-size: 20px;
    }

    .develop-software-features .feature-description {
        font-size: 16px;
        margin-top: 10px;
    }

    .process-bg {
        padding: 20px;
    }

    .process-title {
        font-size: 22px;
    }

    .process-description {
        font-size: 16px;
        margin-top: 10px;
    }

    .process-icon {
        padding: 10px;
        margin-right: 15px;
        width: 60px;
        height: 60px;
    }

    .all-process {
        max-height: unset;
        overflow-y: unset;
    }

    .process-card {
        padding: 15px 0;
    }

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

    .cta-1-content {
        padding: 15px 15px 0 15px;
    }

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

    .modern-tech-card-dark {
        padding: 35px 35px 90px 35px;
    }

    .solutions-bg {
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {
    #solutions-we-provide-section {
        top: 50px;
    }

    #solutions-we-provide-section .feature-card {
        padding: 15px;
        margin-top: 15px;
    }

    #solutions-we-provide-section .feature-title {
        font-size: 18px;
        line-height: 1.5;
    }

    #solutions-we-provide-section .feature-description {
        font-size: 16px;
        line-height: 1.5;
    }

    .sector-box {
        padding: 15px;
    }

    .sector-name {
        font-size: 18px;
    }

    .excellence-card {
        padding: 15px;
        margin-bottom: 15px;
    }

    .excellence-title {
        font-size: 20px;
    }

    .excellence-icon {
        padding: 10px;
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .excellence-description {
        font-size: 16px;
        margin-top: 15px;
    }

    .cta-2-content {
        padding: 0;
    }

    .solution-tech-header,
    .tech-batch {
        justify-content: center;
        width: fit-content;
        margin: auto;
    }
}

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

    .partner-title {
        margin-top: 15px;
    }

    .partner-icon {
        padding: 10px;
        width: 60px;
        height: 60px;
    }

    .cta-1-content {
        padding: 15px 0px 0 0px;
    }

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

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

    .portfolio-title {
        font-size: 18px;
    }

    .keywords-border-box {
        font-size: 14px;
    }

    .modern-tech-card-dark {
        padding: 30px 30px 40px 30px;
    }

    .modern-tech-card-dark .modern-tech-icon {
        padding: 10px;
        width: 60px;
        height: 60px;
    }

    .modern-tech-card-dark .modern-tech-title {
        font-size: 25px;
        margin-left: 15px;
    }

    .modern-tech-card-light .modern-tech-icon {
        padding: 10px;
        width: 60px;
        height: 60px;
    }

    .modern-tech-card-light .modern-tech-title {
        font-size: 25px;
        margin-top: 15px;
    }

    .modern-tech-card-light {
        padding: 15px;
    }
}