:root {
    /* theme color start*/
    --primary-color: #FF2E6D;
    --normal-gradient: linear-gradient(270deg, #FF2E6D 0%, #C01246 100%);
    --neon-gradient: linear-gradient(90deg, #FF2E6D 0%, #F9239D 100%);
    --button-gradient: linear-gradient(90deg, #FF2E6D 0%, #F9239D 100%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #2C070F 0%, #150206 99.92%);
}

#what-our-client-say {
    margin-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: #740938;
}

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

.section-description.white p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 25px;
    color: #FFFFFF;
}

#hero-section {
    background-image: url('../../images/snabbit-clone-app/snabbit-hero-section-background-image.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

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

#features-section .nav-tabs {
    max-width: 100%;
    border-radius: 40px;
    column-gap: 10px;
    padding: 5px;
    border: unset;
    background: var(--normal-gradient);
    width: max-content;
    overflow-x: scroll;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

#features-section .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 2px solid transparent;
    background: #ffffff33;
    width: max-content;
    padding: 5px;
}

#features-section .nav-tabs .nav-link.active {
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #00000033;
    backdrop-filter: blur(100px);
}

#features-section .nav-tabs .nav-link .tab-title {
    margin: 0;
    padding: 5px 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 31.2px;
    color: #ffffff;
}

#features-section .nav-tabs .nav-link.active .tab-title {
    color: var(--primary-color);
    font-weight: 600;
}

#features-section .medicine-ui-tab-icon {
    background: #AF1544;
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#features-section .feature-list.make-diffirent-than-other-list {
    padding: 20px;
    border-radius: 20px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 202, 218, 0.5) 0%, rgba(255, 233, 240, 0.5) 100%);
    border: 1px solid #FF2E6D80;
    box-shadow: unset;
}

#features-section .feature-list.make-diffirent-than-other-list:hover {
    background: var(--normal-gradient);
    border: 1px solid transparent;
    color: #ffffff;
}

#features-section .make-diffirent-than-other-icon {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #FF2E6DB2;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
}

#features-section .feature-list:hover .make-diffirent-than-other-icon {
    border: 1px solid transparent;
    box-shadow: 0px 0px 10px 0px #00000026;
}

#features-section .feature-title {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: var(--primary-color);
}

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

#features-section .feature-list.make-diffirent-than-other-list:hover .feature-title {
    color: #ffffff;
}

#admin-panel-section .feature-list {
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid transparent;
    box-shadow: unset;
    background: linear-gradient(#FFF3F6, #FFF3F6) padding-box, var(--normal-gradient) border-box;
}

#admin-panel-section .feature-list:last-child {
    margin-bottom: 0;
}

#admin-panel-section .feature-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}

#admin-panel-section .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.admin-panel-img {
    position: sticky;
    top: 10%;
}

.cta-1 {
    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-1 .section-button-white:hover {
    color: #39013A;
}

.cta-2-bg {
    background: linear-gradient(84.32deg, #025550 0.19%, #009594 100%);
    padding: 50px 220px 50px 220px;
    position: relative;
    margin-right: -200px;
}

#cta-2 {
    padding: 0;
    margin-top: 100px;
}

.cta-2-image {
    z-index: 1;
    position: relative;
}

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

.what-we-provide-card {
    border: 1px solid var(--primary-color);
    box-shadow: 0px 0px 30px 0px #0000001A;
    background: #FFFFFF;
    padding: 0 25px 25px 25px;
    border-radius: 20px;
}

.what-we-provide-card:hover {
    background: linear-gradient(white, white) padding-box, var(--normal-gradient) border-box;
    border: 1px solid transparent;
}

.what-we-provide-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    margin-bottom: 0;
}

.what-we-provide-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 0;
}

.what-we-provide-icon {
    border: 2px solid transparent;
    background: var(--normal-gradient) padding-box, linear-gradient(127.06deg, rgba(255, 46, 109, 0.5) 15.01%, rgba(0, 0, 0, 0) 88.07%) border-box;
    border-radius: 50%;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
}

.what-we-provide-row {
    padding-top: 50px;
}

.indrive-app-feature-card {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 202, 218, 0.5) 0%, rgba(255, 233, 240, 0.5) 100%);
    border: 1px solid #FF2E6D80;
    border-radius: 20px;
}

.indrive-app-feature-image {
    background: #FFFFFF;
    width: 60px;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 12px;
    border-radius: 50%;
    margin-top: -30px;
    box-shadow: 0px 0px 10px 0px #00000026;
}

.indrive-app-feature-body .card-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
    color: var(--primary-color);
}

.indrive-app-feature-body .card-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}

.indrive-app-feature-card:hover {
    background: var(--normal-gradient);
    border: 1px solid #ffffff;
}

.indrive-app-feature-card:hover .indrive-app-feature-body .card-text,
.indrive-app-feature-card:hover .indrive-app-feature-body .card-title {
    color: #ffffff;
}

.monetization-bg {
    background: linear-gradient(111.01deg, #FB2D6B 10.38%, #480218 59.6%);
    border-radius: 20px;
    padding: 20px;
}

.monetization-image {
    border-radius: 10px;
}

.monetization-icon {
    width: 50px;
    height: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #00000026;
    border: 1px solid #FFFFFF;
}

.monetization-title {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #FFFFFF;
    margin: 15px 0 10px 0;
}

.monetization-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.monetization-card:hover .monetization-title {
    background: var(--neon-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.monetization-card:hover .monetization-icon svg path {
    fill: url(#paint0_linear_29813_107);
}

.monetization-card:hover .monetization-icon {
    background: white;
    border: 1px solid var(--primary-color);
}

@media only screen and (max-width: 1600px) {
    .cta-2-bg {
        padding: 50px 200px 50px 100px;
    }
}

@media only screen and (max-width: 1400px) {
    .cta-2 .section-title-new.white {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .cta-2-bg {
        padding: 30px 200px 30px 30px;
    }

    .cta-2-image {
        width: 90%;
        margin: 20px 0 0 0;
    }

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

    #cta-2 .section-title.white h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .monetization-icon {
        width: 50px;
        height: 50px;
    }

    .indrive-app-feature-card {
        margin-top: 30px;
    }

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

    .cta-2-bg {
        margin-right: 0;
        background: transparent;
        z-index: 1;
        padding: 0 0 0 30px;
    }

    .cta-2 {
        background: linear-gradient(84.32deg, #025550 0.19%, #009594 100%);
    }
}

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

    .indrive-app-feature-body .card-title {
        font-size: 20px;
    }

    .indrive-app-feature-body .card-text {
        font-size: 16px;
    }

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

    #hero-section {
        background: linear-gradient(180deg, #7F053A 0%, #430029 100%);
    }

    #features-section .make-diffirent-than-other-icon {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }

    .what-we-provide-row {
        padding-top: 20px;
        gap: 50px;
    }

    .what-we-provide-card {
        padding: 0 20px 20px 20px;
    }

    .cta-2-image {
        width: 100%;
        text-align: center;
    }

    .cta-2-bg {
        padding: 20px 20px 0 20px;
        background: none;
    }

    .cta-2 {
        padding-bottom: 20px;
        background: linear-gradient(84.32deg, #025550 0.19%, #009594 100%);
    }

    .cta-2 .section-title-new.white {
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px) {
    #cta-2 .section-title.white h2 {
        font-size: 20px;
    }

    .cta-2 {
        padding-bottom: 10px;
    }
}