.title-wrapper .sec-title {
    font-size: 34px;
    /* margin-top: 40px !important; */
    line-height: 1.25;
}

.title-wrapper,
.title-wrapper.text-center {
    margin-bottom: 50px;
    max-width: 775px;
}

.title-wrapper p.sec-sub-title {
    max-width: 570px;
    margin: auto;
}

.product-banner h1.sec-title {
    margin-top: 60px !important;
}

.alt-section .title-wrapper {
    max-width: 750px;
}

/* --- Bnnaer section starts--- */
section.main-banner-wrapper {
    padding: 80px 0 40px 0;
}

.main-banner-wrapper .product-banner .title-wrapper.half-width {
    overflow: hidden;
    border-radius: 12px;
}

.main-banner-wrapper .product-banner .title-wrapper.half-width {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
}

.main-banner-wrapper .product-banner .title-wrapper.half-width p.sec-sub-title {
    margin: 0;
}

.main-banner-wrapper .product-banner .title-wrapper.half-width .cta-btn.dark {
    max-width: 230px;
    padding: 8px 25px;
    text-align: center;
    margin-bottom: 25px;
}

.main-banner-wrapper .product-banner .img-wrapper {
    padding: 40px;
    margin-right: -40px;
    margin-bottom: -40px;
}

.main-banner-wrapper .product-banner .img-wrapper img {
    box-shadow: 0 4.05px 93.861px 0 rgba(95, 121, 235, 0.12);
}

.main-banner-wrapper .product-banner {
    border-radius: 20px;
    overflow: hidden;
}

.main-banner-wrapper ul.custom-breadcrumb.blog {
    margin: 0;
    display: flex;
    position: absolute;
    top: 30px;
    gap: 15px;
}

.main-banner-wrapper ul.custom-breadcrumb.blog li {
    color: #404347;
    font-size: 14px;
    line-height: 16px;
}

.main-banner-wrapper ul.custom-breadcrumb.blog li:last-child {
    color: var(--brand-primary-5);
    font-weight: 600;
}

/* --- Banner section ends--- */

/* --- Detail text section starts--- */
section.product-detail-text-area {
    /* background-image: url(https://scryai.com/wp-content/uploads/2026/03/patteren-product-about.png), linear-gradient(90deg, #F6F7FF -38.37%, #FFFFFF 54.57%);
    background-size: cover;
    background-repeat: no-repeat; */
    position: relative;
}

section.product-detail-text-area:after,
section.product-detail-text-area:before {
    content: '';
    position: absolute;
    background-image: url(https://scryai.com/wp-content/uploads/2026/03/left-about-patter.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    z-index: -1;
}

section.product-detail-text-area:after {
    left: 0;
    top: 0;
}

section.product-detail-text-area:before {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.product-detail-text-area h2.title {
    font-weight: 600;
    font-size: 34px;
    color: var(--text-heading);
    line-height: 100%;
    margin-bottom: 20px !important;
}

.product-detail-text-area p.sub-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -1%;
    color: var(--text-heading);
    text-align: justify;
}

/* .product-detail-text-area p.sub-title span {
    color: var(--text-sub-heading-light);
} */
/* --- Detail text section ends--- */

/* --- Features and solution section starts--- */
.features-slider {
    position: relative;
}

.features-slider .slick-prev,
.features-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #EFF2FD;
    border: 1px solid #EFF2FD;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.features-slider .slick-prev.slick-disabled,
.features-slider .slick-next.slick-disabled {
    background: transparent;
    border: 1px solid #EAEAEA;
    opacity: 1 !important;
}

.features-slider .slick-prev::before,
.features-slider .slick-next::before {
    color: var(--brand-primary-5);
    font-size: 18px;
}

.features-slider .slick-prev.slick-disabled::before,
.features-slider .slick-next.slick-disabled::before {
    color: var(--text-sub-heading-light);
    opacity: 1 !important;
}

.features-slider .slick-prev {
    left: -50px;
}

.features-slider .slick-next {
    right: -50px;
}

.features-slider .slick-dots {
    bottom: -50px;
    text-align: center;
}

.features-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    background: var(--brand-primary-1);
    border: none;
}

.features-slider .slick-dots li.slick-active button {
    background: var(--brand-primary-5);
}

.features-slider .slide-item .text {
    max-width: 470px;
    margin: auto;
}

.features-slider .slide-item h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px !important;
}

.features-slider .slide-item p {
    line-height: 1.4;
    color: var(--text-sub-heading-mid);
}

/* --- Features and solution section ends--- */

/* --- How it works section starts--- */
.how-it-works ul#parentTab {
    border-bottom: 0;
}

.how-it-works ul#parentTab li.nav-item a {
    border: none;
    border-bottom: 1px solid #EAEAEA;
    font-weight: 500;
    color: var(--text-sub-heading-light);
    display: flex;
    gap: 7px;
}

.how-it-works ul#parentTab li.nav-item a.active {
    color: var(--brand-primary-5);
    border-bottom: 3px solid var(--brand-primary-5);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.how-it-works ul#parentTab li.nav-item a .piechart-wrapper .piechart-icon-blue,
.how-it-works ul#parentTab li.nav-item a.active .piechart-wrapper .piechart-icon-grey {
    display: none;
}

.how-it-works ul#parentTab li.nav-item a.active .piechart-wrapper .piechart-icon-blue {
    display: initial;
}

.how-it-works .tab-content {
    /* background: #FCFCFF; */
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    overflow: hidden;
}

section.how-it-works .tab-pane .content-wrapper {
    max-width: 500px;
    margin: auto;
}

section.how-it-works .tab-pane .content-wrapper h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 10px !important;
}

.tab-controls {
    display: none;
}

/* --- How it works section ends--- */

/* --- security privacy section ends--- */
.security-privacy-section.product .title-wrapper.half-width {
    max-width: 525px;
}

/* --- security privacy section ends--- */

/* --- Metrix section starts--- */
.metrics-section .metric-card-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.metric-card {
    flex: 1 1 calc(25% - 30px);
    background: linear-gradient(180deg, #EFF5FF 0%, #FFFFFF 100%);
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0px 3.19px 3.19px 0px #0000000D;
    transition: transform 0.3s ease;
    position: relative;
    height: 205px;
}

.metric-card:hover {
    transform: translateY(-5px);
}

.metric-value {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.metric-value span.icon-wrapper {
    width: 32px;
    height: 32px;
    margin-left: auto;
}

.metric-value i {
    color: #000000;
    font-size: 11px;
}

.metric-card p {
    color: var(--text-heading);
    text-align: left;
    margin-top: 50px;
    position: absolute;
    left: 0;
    padding: 0 20px;
    bottom: 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.metrics-section .recent-articles-header {
    max-width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.metrics-section .recent-articles-header h2.sec-title {
    width: calc(100% - 470px);
}

.metrics-section .recent-articles-header p.sec-sub-title {
    max-width: 450px;
}

/* Responsive */
@media (max-width: 992px) {
    .metric-card {
        flex: 1 1 calc(50% - 30px);
    }
}

@media (max-width: 576px) {
    .metric-card {
        flex: 1 1 100%;
    }
}

/* --- Metrix section ends--- */

/* --- Documents section starts--- */

section.documents-section {
    background: #FAFAFF;
}

ul.documents-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: auto;
    max-width: 1000px;
}

ul.documents-list .documents-wrapper {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 10px 11px 10px 51px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--text-sub-heading-mid);
}

ul.documents-list .documents-wrapper span {
    position: relative;
}

ul.documents-list .documents-wrapper span:before {
    content: url('https://scryai.com/wp-content/uploads/2025/10/double-check.svg');
    position: absolute;
    left: -35px;
    top: -4px;
}

/* --- Documents section ends--- */

/* --- Payment apps section starts--- */
section.payment-app-section.section-space {
    background: #F2F7FF;
    margin-bottom: 80px;
}

section.payment-app-section ul.payment-app-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 870px;
    margin: auto;
}

section.payment-app-section ul.payment-app-list .clients-logo-wrapper {
    margin: 0;
    padding: 12px 15px;
    width: 90px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --- Payment apps section ends--- */

/* cts css starts */
section.blog-large-cta.products {
    text-align: center;
}

section.blog-large-cta.products .content-wrapper {
    margin: auto;
    margin-bottom: 8px;
    max-width: 600px;
}

section.blog-large-cta.products a.cta-btn.dark {
    margin: auto;
}

section.blog-large-cta.products .content-wrapper p {
    margin-bottom: 0;
}

/* cts css ends */

/* clicents css starts */
section.clients-section {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    padding-bottom: 0;
}

.clients-list {
    margin: 40px 0;
    /* transform: scaleX(-1); */
    padding: 0;
    position: relative;
    overflow: hidden;
}

/* .clients-list .slick-slide {
    transform: scaleX(-1);
} */

.clients-list::before,
.clients-list::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
    background: linear-gradient(var(--gradient-angle), #ffffff 0%, rgba(249, 249, 249, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.clients-list::before {
    left: 0;
    --gradient-angle: 90deg;
}

.clients-list::after {
    right: 0;
    --gradient-angle: 270deg;
}

.clients-logo-wrapper {
    background: var(--brand-primary-0);
    padding: 10px 5px;
    border-radius: 10px;
    margin: 0 20px 10px 0;
    text-align: center;
    box-shadow: 0px 3.19px 3.19px 0px #0000000D;
}

.clients-logo-wrapper img {
    max-height: 40px;
    margin: auto;
    max-width: 100%;
}

/* --- Recent Articles Section --- */
.recent-articles-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.recent-articles-section .title-wrapper {
    max-width: 100%;
    margin-top: 40px;
}

.recent-articles-section.other-products .title-wrapper {
    margin-top: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.recent-articles-section.other-products .title-wrapper p.sec-sub-title {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.recent-articles-section .slick-controls {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% + 60px);
}

.recent-articles-section .slick-controls button {
    border: 1px solid #EAEAEA;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #5f79eb;
}

.recent-articles-section .slick-controls button.slick-disabled {
    display: none !important;
}

.recent-articles-section .slick-controls button i {
    font-size: 13px;
    color: rgb(255 255 255);
}

.recent-articles-section .slick-controls button.slick-disabled i {
    color: #9C9C9C;
}

.recent-articles-section .slick-controls button::before {
    display: none;
}

.recent-articles-section .slick-controls button.slick-next {
    right: 15px;
}

.recent-articles-section .slick-controls button.slick-prev {
    left: 15px;
}

.recent-articles-slider .slick-slide {
    margin: 0 25px 20px 0;
    /* increase horizontal space between slides */
}

.recent-articles-slider .slick-slide.slick-active:first-child {
    margin-left: 0;
}

.recent-articles-section .sec-title {
    margin-bottom: 0 !important;
}

.recent-articles-slider .slick-list {
    overflow: visible;
}

/* Faq css */
.concentio-faq .custom-acc-block .card-header:has(+ .show) {
    color: initial;
}

.concentio-faq .custom-acc-block .card-header a[aria-expanded="true"],
.concentio-faq .custom-acc-block .card-body {
    background: #EFF2FD;
}

/* Faq css Ends*/

/* Other products Starts*/
.other-products h3.blog-card-title {
    min-height: initial;
    margin-bottom: 8px !important;
}

.other-products h3.blog-card-title+p {
    font-size: 14px;
    line-height: 1.5;
    color: #8B8B8B;
    margin-bottom: 18px;
}

.other-products .cta-wrapper a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.other-products .blog-card-image img {
    width: 100%;
    height: auto;
}

.other-products .blog-card-content {
    padding: 25px 20px;
}

/* blogs */
.blog-card-content .blog-card-detail-wrapper {
    min-height: 125px;
}

/* Other products Ends*/

/* step cards css starts */
.steps-section {
    background-color: #fff;
}

.steps-section .col-md-4 {
    padding: 0;
}

.step-card {
    position: relative;
    background-image: url(https://scryai.com/wp-content/uploads/2025/11/default-pattern.png);
    background-color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 30px 45px 30px;
    border: 1px solid #EAEAEA;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.step-card:hover {
    background-image: url(https://scryai.com/wp-content/uploads/2025/11/hover-pattern.png);
    background-color: #F6F8FF;
}

.steps-section .col-md-4:first-child .step-card {
    border-top-left-radius: 12px;
}

.steps-section .col-md-4:last-child .step-card {
    border-bottom-right-radius: 12px;
}

.steps-section .col-md-4:nth-of-type(3) .step-card {
    border-top-right-radius: 12px;
}

.steps-section .col-md-4:nth-of-type(4) .step-card {
    border-bottom-left-radius: 12px;
}

.step-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 80px;
    font-weight: 700;
    color: var(--brand-primary-1);
    ;
    line-height: 1;
    z-index: 0;
}

.step-card:hover .step-number {
    color: var(--brand-primary-5);
}

.step-label {
    color: var(--brand-primary-5) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 12px !important;
    position: relative !important;
    z-index: 1;
}

.step-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
}

.step-desc {
    color: #404347;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px;
}

/* Optional: subtle pattern background like in screenshot */
.step-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://www.transparenttextures.com/patterns/white-waves.png');
    opacity: 0.08;
    z-index: 0;
}

.steps-section .container .row {
    padding: 0 15px;
}

/* Demo cta starts */
.demo-cta-wrapper {
    background: linear-gradient(90deg, #1e2a78 0%, #0d132f 100%);
    border-radius: 16px;
    padding: 80px 60px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.demo-cta-wrapper .demo-cta-text {
    max-width: 560px;
}

.demo-cta-title {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 16px !important;
}

.demo-cta-desc {
    font-size: 16px;
    line-height: 27px;
    color: var(--brand-primary-1);
    margin-bottom: 60px;
}

.demo-cta-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 510px;
}

.demo-cta-image img {
    border-top-left-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1200.5px) {
    .demo-cta-image {
        max-width: 330px;
    }
}

@media (max-width: 991.5px) {
    .demo-cta-image {
        max-width: 100%;
        position: relative;
        right: auto;
        bottom: -80px;
    }
}

/* step cards css ends */

/* responsive starts */
@media screen and (min-width: 991.5px) and (max-width: 1199.5px) {
    .main-banner-wrapper .product-banner .title-wrapper.half-width {
        max-width: 415px;
    }

    .main-banner-wrapper .product-banner .title-wrapper.half-width h1.sec-title {
        padding-top: 65px !important;
    }

    .main-banner-wrapper .product-banner .title-wrapper.half-width p.sec-sub-title {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 1120px) {
    .features-slider .slick-prev {
        left: -20px;
    }

    .features-slider .slick-next {
        right: -20px;
    }
}

@media (max-width: 1024px) {

    .product-banner .title-wrapper p.sec-sub-title,
    .why-scryai .title-wrapper p.sec-sub-title {
        margin-left: 0;
    }

    section.how-it-works .tab-pane .content-wrapper {
        padding: 25px;
    }
}

@media (max-width: 991.5px) {
    .features-slider .slide-item h4 {
        margin-top: 40px !important;
    }

    .how-it-works #parentTabContent .tab-pane .row {
        flex-direction: column-reverse;
    }

    .cerification-wrapper {
        margin-bottom: 20px;
    }

    /* banner css */
    section.main-banner-wrapper {
        padding: 70px 0 40px 0;
    }

    .main-banner-wrapper .product-banner .title-wrapper.half-width h1.sec-title {
        padding-top: 50px !important;
    }

    .main-banner-wrapper .product-banner .title-wrapper.half-width {
        padding: 25px;
    }

    .main-banner-wrapper ul.custom-breadcrumb.blog {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .main-banner-wrapper ul.custom-breadcrumb.blog li:last-child {
        display: initial;
    }

    .main-banner-wrapper .product-banner .img-wrapper {
        padding: 0;
        margin: 15px;
        border-radius: 20px;
        overflow: hidden;
    }

    /* banner css */
}

@media (max-width: 767.5px) {
    .section-space {
        padding: 40px 0;
    }

    .title-wrapper .sec-title {
        font-size: 26px;
    }

    .title-wrapper h1.sec-title {
        font-size: 30px;
    }

    ul.whyus-list .outer-wrapper .icon-wrapper {
        width: 44px;
        height: 44px;
    }

    .product-detail-text-area h2.title {
        font-size: 14px;
        line-height: 1.4;
    }

    .product-detail-text-area p.sub-title {
        font-size: 22px;
    }


    .features-slider .slick-prev,
    .features-slider .slick-next {
        top: 30%;
        width: 30px;
        height: 30px;
    }

    .features-slider .slick-next {
        right: -10px;
    }

    .features-slider .slick-prev {
        left: -10px;
    }

    .features-slider .slide-item h4 {
        font-size: 22px;
        margin-top: 40px !important;
        line-height: 1.3;
    }

    .features-slider .slide-item p {
        font-size: 14px;
    }

    .features-slider .slide-item .text {
        text-align: center;
    }

    .features-slider .slick-dots li button {
        width: 6px;
        height: 6px;
    }

    .features-slider .slick-dots {
        bottom: -30px;
    }


    .metrics-section .recent-articles-header h2.sec-title {
        width: calc(100%);
    }

    .metrics-section .recent-articles-header {
        gap: 0;
    }

    .metrics-section .metric-card-wrapper {
        flex-wrap: nowrap;
        overflow: scroll;
        gap: 12px;
    }

    .metrics-section .metric-card-wrapper::-webkit-scrollbar {
        display: none;
    }

    .metrics-section .metric-card-wrapper .metric-card {
        min-width: 260px;
        height: 155px;
        padding: 24px 20px;
        margin-bottom: 25px;
    }

    .metric-value {
        font-size: 28px;
    }

    .metric-value span.icon-wrapper {
        width: 24px;
        height: 24px;
    }

    .metric-card p {
        bottom: 20px;
    }

    ul.security-list .outer-wrapper .inner-img-wrapper img {
        object-fit: cover;
    }

    .how-it-works ul#parentTab {
        display: flex;
        justify-content: start !important;
        flex-wrap: nowrap;
        overflow-x: scroll;
        height: 50px;
    }

    .how-it-works ul#parentTab::-webkit-scrollbar {
        display: none;
    }

    .how-it-works ul#parentTab li.nav-item a {
        white-space: nowrap;
        white-space: nowrap;
        padding: 5px 15px;
        /* border-bottom: 0; */
    }

    .how-it-works .tab-content {
        background: initial;
        border: none;
    }

    .how-it-works .tab-content .content-wrapper {
        margin-bottom: 20px !important;
    }

    .how-it-works ul#parentTab li.nav-item a .piechart-wrapper span {
        width: 20px;
    }

    .how-it-works ul#parentTab li.nav-item a.active .piechart-wrapper .piechart-icon-blue,
    .how-it-works ul#parentTab li.nav-item a .piechart-wrapper .piechart-icon-grey {
        display: inline-block;
    }

    .how-it-works ul#parentTab li.nav-item a.active .piechart-wrapper .piechart-icon-grey {
        display: none;
    }

    .tab-controls {
        position: absolute;
        z-index: 9;
        width: calc(100% - 10px);
        left: 5px;
        top: 40%;
        display: flex;
        justify-content: space-between
    }

    .tab-controls button {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #EFF2FD;
        border: none;
        color: var(--brand-primary-5);
        font-size: 12px;
    }

    .how-it-works #parentTabContent .tab-pane .row .text-center img {
        margin-bottom: 15px;
    }

    section.how-it-works .tab-pane .content-wrapper h3 {
        font-size: 24px;
    }

    .clients-list::before,
    .clients-list::after {
        width: 60px;
    }

    .products .blog-large-cta-wrapper {
        padding: 30px 20px;
    }

    .products .blog-large-cta-wrapper h4 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 50px !important;
    }

    section.blog-large-cta.products .content-wrapper p {
        margin-bottom: 30px;
    }

    section.blog-large-cta.products a.cta-btn.dark {
        width: 100%;
    }

    .recent-articles-header .title-wrapper {
        margin-bottom: 0;
    }

    .recent-articles-section .title-wrapper {
        align-items: center !important;
        /* position: relative; */
    }

    .recent-articles-section .slick-controls button {
        width: 30px;
        height: 30px;
        /* margin-top: 20px; */
    }

    .security-privacy-section.product p.sec-sub-title {
        margin-bottom: 15px;
    }

    .clients-list {
        margin-bottom: 0;
    }

    .clients-section.section-space {
        padding-top: 10px;
    }

    section.payment-app-section ul.payment-app-list .clients-logo-wrapper {
        padding: 10px 12px;
        width: 90px;
    }

    .clients-logo-wrapper img {
        max-height: 31px;
    }

    ul.documents-list li {
        flex: 0 0 100%;
    }

    ul.documents-list .documents-wrapper {
        font-size: 14px;
    }

    .custom-acc-block .card-header a {
        font-size: 14px;
        font-weight: 500;
    }
}

/* responsive ends */