/* ==================== Waitlist Css Start ==================== */
/* body {scroll-behavior: smooth;} */
.waitlist-main {
    max-width: 800px;
    width: 100%;
    margin: 50px auto;
    padding: 0 15px;
}
.waitlist-main h2 {
    margin-bottom: 40px;
}
.waitlist-form form .form-group {
    margin-bottom: 20px;
}
.waitlist-form form .form-group p {
    margin-bottom: 0;
}
.waitlist-form form .form-group p > label,
.waitlist-form form .form-group p > span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}
.wpcf7-not-valid-tip {margin-top: 10px;}
.waitlist-form form .form-group p > label > span,
.waitlist-form form .form-group p > span > span {
    color: red;
}
.waitlist-form form .form-group input[type="text"],
.waitlist-form form .form-group input[type="email"] {
    width: 100%;
    border: 1px solid #F3E7D0;
    background: #FFFCF6;
    border-radius: 0;
    padding: 19px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: block;
}
.waitlist-form form .form-group input[type="text"].wpcf7-not-valid,
.waitlist-form form .form-group input[type="email"].wpcf7-not-valid {
    border-color: red;
}
.waitlist-form form .form-group p select {
    width: 100%;
    border: 1px solid #F3E7D0;
    background: #FFFCF6;
    border-radius: 0;
    padding: 19px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: block;
    -webkit-appearance: none;
    cursor: pointer;
    background: url("../images/down-arrow.svg") no-repeat center right 20px #FFFCF6;
}
.waitlist-form form .form-group .wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}
.waitlist-form form .form-group .wpcf7-radio .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #67343D;
    border-radius: 100%;
    background: #fff;
    transform: translateY(-50%);
}
.waitlist-form form .form-group .wpcf7-radio .wpcf7-list-item-label:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 5px;
    border-radius: 100%;
    transition: all 0.2s ease;
    background: #A95765;
    transform: translateY(-50%);
}
.waitlist-form form .form-group .wpcf7-radio input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.waitlist-form form .form-group .wpcf7-radio label input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
}
.waitlist-form form .form-group .wpcf7-checkbox label span {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    padding-left: 25px;
}
.waitlist-form form .form-group .wpcf7-checkbox label span::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #67343D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.waitlist-form form .form-group .wpcf7-checkbox label input:checked + span:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #67343D;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.waitlist-form form .form-group .wpcf7-checkbox label input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-field p .wpcf7-form-control-wrap .iti--allow-dropdown {
    width: 100%;
}
.waitlist-form form .form-group input[type="submit"] {
    box-shadow: 0px 4px 13.8px 4px #00000040;
    background: #67343D;
    color: #fff;
    text-decoration: none;
    padding: 14px 35px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    margin-top: 20px;
}
.waitlist-form form .form-group input[type="submit"]:hover {
    background: #fff;
    color: #67343D;
}
.waitlist-form form .form-group .wpcf7-radio,
.waitlist-form form .form-group .wpcf7-checkbox {
    margin-top: 5px;
    display: block;
}
.waitlist-form form .form-group .wpcf7-checkbox .wpcf7-list-item,
.waitlist-form form .form-group .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin: 0 0 10px;
}
.waitlist-form form .form-group .wpcf7-checkbox .wpcf7-list-item:last-child,
.waitlist-form form .form-group .wpcf7-radio .wpcf7-list-item:last-child {
    margin: 0;
}
.waitlist-form form .form-group span.wpcf7-spinner {
    width: 24px;
    top: 5px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .waitlist-main {
        margin: 30px auto;
    }
}

/* ==================== Waitlist Css End ==================== */


/* ==================== Req Demo Css Start ==================== */

.req-demo-btn a {
    background: #67343D;
    color: #fff;
    padding: 2px 5px;
    text-align: center;
    position: fixed;
    right: -80px;
    top: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 999;
    transition: all 300ms linear;
    width: 80px;
    height: 100px;
    border-radius: 8px 0 0 8px;
    border: 2px solid #fff;
    gap: 0;
}
.req-demo-btn a span {
    display: block;
    font-size: 13px;
    padding: 10px 0 0 0;
    line-height: 1.1;
    text-align: center;
}
.req-demo-btn a:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 30px;
    vertical-align: middle;
    background: url("../images/home-sprite.png");
    background-size: cover;
}
.req-demo-btn.active a {
    right: 0;
    transition: 300ms linear;
}
.req-demo-form {
    display: none;
}
.req-demo-form-inner {
    /* display: none; */
    position: fixed;
    background: #fff;
    padding: 30px;
    overflow-y: auto;
    z-index: 1001;
    right: -460px;
    top: 0;
    bottom: 0;
    width: 460px;
}
.req-demo-form.active {
    display: block;
}

.req-demo-form-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
}
.req-demo-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50%;
    margin: 0 0 0 auto;
    cursor: pointer;
}
.req-demo-close span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
.req-demo-form-content h2,
.req-demo-form-content .form-field {
    margin: 0 0 20px;
}
.req-demo-form-content .form-field p,
.request-btn p {
    margin: 0;
}
.req-demo-form-content .form-field p label {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}
.req-demo-form-content .form-field p label span {
    color: red;
}
.req-demo-form-content .form-field input,
.req-demo-form-content .form-field textarea {
    width: 100%;
    border: 1px solid #F3E7D0;
    background: #FFFCF6;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}
.req-demo-form-content .form-field textarea {
    resize: none;
    height: 120px;
}
.request-btn input[type="submit"] {
    box-shadow: 0px 4px 13.8px 4px #00000040;
    background: #67343D;
    color: #fff;
    text-decoration: none;
    padding: 14px 35px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}
.request-btn input[type="submit"]:hover {
    color: #67343D;
    background: #fff;
}
.request-btn p {
    margin: 0;
}
body.no-scroll {
    overflow: hidden;
}
.req-demo-form-content h2 {
    font-size: 26px;
}
.request-btn {
    position: relative;
}
.req-demo-form-content form.submitting .wpcf7-spinner {
    visibility: visible;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

@media (max-width: 575px) {
    .req-demo-btn a {
        right: -150px;
        top: auto;
        width: 150px;
        height: 40px;
        bottom: 50px;
    }
    .req-demo-btn a span {
        padding: 0;
    }
    .req-demo-btn a:before {
        display: none;
    }
    .req-demo-form-inner {
        width: 100%;
    }
}

/* ==================== Req Demo Css End ==================== */

/* ==================== Stop Doing Css Start ==================== */

/* .stop-doing-main {
    background: linear-gradient(180deg, #A95765 34.39%, #432228 100%);
    padding: 60px;
    border-radius: 40px;
} */
.stop-doing-head {
    text-align: center;
}
.stop-doing-head h2 {
    /* color: #fff; */
    margin: 0 0 30px;
}
.stop-doing-grid {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}
.stop-doing-grid-inner {
    max-width: calc(50% - 15px);
    width: 100%;
    /* background: linear-gradient(180deg, #A95765 34.39%, #432228 100%); */
    border-radius: 14px;
    padding: 30px;
    border: 2px solid #67343D;
}
.stop-doing-grid-inner h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #222222;
    margin: 0 0 10px;
}
.stop-doing-grid-inner p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: var(--lblack);
}
.stop-doing {
    padding: 0 0 50px;
}

@media (max-width: 767px) {
    .stop-doing {
        padding: 0 0 30px;
    }
    .stop-doing-grid-inner {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .stop-doing-grid-inner {
        max-width: 100%;
        padding: 20px;
    }
}

/* ==================== Stop Doing Css End ==================== */

/* ==================== Our Platforms Css Start ==================== */

.our-platforms {
    padding: 50px 0;
}
.our-platforms-head {
    text-align: center;
    max-width: 755px;
    width: 100%;
    margin: 0 auto 30px;
}
.our-platforms-head h2 {
    margin: 0;
}
.our-platforms-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.our-platforms-main-cont {
    /* max-width: calc(60% - 50px); */
    width: 100%;
    counter-reset: platformStep;
    column-count: 2;
    column-gap: 24px;
}
.our-platforms-main-img {
    max-width: 40%;
    width: 100%;
}
.our-platforms-main-cont-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
    position: relative;
    counter-increment: platformStep;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}
.our-platforms-main-cont-inner-left {
    max-width: 70px;
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, #A95765 34.39%, #432228 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-platforms-main-cont-inner-left-num {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    position: relative;
}
.our-platforms-main-cont-inner-left-num::before {
    content: counter(platformStep, lower-alpha);
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.our-platforms-main-cont-inner-right {
    max-width: calc(100% - 100px);
    width: 100%;
}
.our-platforms-main-cont-inner-right h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #222222;
    margin: 0 0 12px;
}
.our-platforms-main-cont-inner-right p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--lblack);
}
.our-platforms-main-cont-inner:last-child {
    margin-bottom: 0;
}
.our-platforms-main-cont-inner:before {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 2px dashed #5029304D;
    bottom: -65px;
    left: 35px;
}
.our-platforms-main-cont-inner:last-child:before {
    display: none;
}

@media (max-width: 991px) {
    .our-platforms-main-cont-inner {
        margin-bottom: 30px;
        gap: 20px;
    }
    .our-platforms-main-cont-inner-left {
        max-width: 50px;
        height: 50px;
    }
    .our-platforms-main-cont-inner:before {
        left: 25px;
        bottom: -50px;
    }
    .our-platforms-main-cont-inner-left-num::before {
        font-size: 20px;
        line-height: 20px;
    }
    .our-platforms-main-cont-inner-right {
        max-width: calc(100% - 70px);
    }
    .our-platforms-main-cont-inner-right h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .our-platforms-main-cont-inner-right p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .our-platforms {
        padding: 30px 0;
    }
    .our-platforms-main-cont,
    .our-platforms-main-img {
        max-width: 100%;
        column-count: 1
    }
    .our-platforms-main {
        flex-direction: column-reverse;
        align-items: center;
    }
    
    
}

/* ==================== Our Platforms Css End ==================== */

/* ==================== Key Features Css Start ==================== */
.key-features-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.key-features-main-img {
    max-width: 40%;
    width: 100%;
}
.key-features-main-cont {
    /* max-width: calc(60% - 50px); */
    width: 100%;
}
.key-features {
    padding: 60px 0;
    margin: 50px 0;
    position: relative;
}
.key-features:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    background: #FFFBF3;
    z-index: -1;
    top: 0;
    border-radius: 0 40px 40px 0;
}
.key-features-main-cont-head h2 {
    margin: 0 0 40px;
}
.key-features-main-cont-head h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #222222;
    margin: 0 0 12px;
    position: relative;
    padding-left: 35px;
}
.key-features-main-cont-head h3:before {
    content: "";
    position: absolute;
    background: url("../images/list-ant-icon.svg");
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.key-features-main-cont-head p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--lblack);
    width: 85%;
    margin: 0 0 24px;
    padding-left: 35px;
}
.key-features-main-cont-head p:last-child {
    margin: 0;
}
.key-features-title{
    text-align: center;
}
.key-features-main-cont-head {
    column-count: 2;
    column-gap: 24px;
    margin-top: 40px;
}
.key-features-detail {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 24px;
}
@media (max-width: 1199px) {
    .key-features:before{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .key-features {
        margin: 25px 0;
        padding: 30px 0;
    }
    .key-features-main-img {
        max-width: 100%;
    }
    .key-features-main-cont {
        max-width: 100%;
    }
    .key-features-main-cont-head h2 {
        margin: 0 0 30px;
    }
    .key-features-main-cont-head h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .key-features-main-cont-head p {
        width: 90%;
        font-size: 14px;
    }
    .key-features:before {
        width: 100%;
        border-radius: 0;
    }
    .key-features-main-cont-head{
        column-count: 1;
    }
}


/* ==================== Key Features Css End ==================== */


/* ==================== Process Timeline Css Start ==================== */
.process-timeline {
    padding: 50px 0;
    /* background: linear-gradient(180deg, #A95765 34.39%, #432228 100%); */
    margin: 50px 0;
}
.process-timeline-main-head {
    margin: 0 0 40px;
    text-align: center;
}
.process-timeline-main-head h2 {
    margin: 0;
    font-size: 2rem;
}
.process-timeline .timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.process-timeline .timeline-item {
    position: relative;
    padding-left: 70px;
    opacity: 0;
    transform: translateY(30px);
    width: 100%;
}
.process-timeline .timeline-item.animate {
    animation: fadeInUp 0.9s linear forwards;
}
.process-timeline .timeline-item .line {
    content: '';
    position: absolute;
    left: 27px;
    top: 56px;
    width: 2px;
    height: 0;
    background: #67343d54;
    transition: height 0.9s linear;
}
.process-timeline .timeline-item.show-line .line {
    height: calc(100% + 30px);
}
.process-timeline .icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 56px;
    height: 56px;
    background: linear-gradient(180deg, #A95765 34.39%, #432228 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1;
    transform: translateY(-50%);
}
.process-timeline .icon img {
    width: 28px;
    height: 28px;
}
.process-timeline .content {
    background: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid #67343D;
}
.process-timeline .time-label {
    display: inline-block;
    background: linear-gradient(180deg, #A95765 34.39%, #432228 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 12px;
}
.process-timeline .description {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}
.process-timeline .timeline-item:last-child .line {
    display: none;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .process-timeline .process-timeline-main-head h2 {
        font-size: 1.5rem;
    }

    .process-timeline .timeline-item {
        padding-left: 60px;
    }

    .process-timeline .icon {
        width: 48px;
        height: 48px;
    }

    .process-timeline .timeline-item .line {
        left: 23px;
        top: 48px;
    }
    .process-timeline {
        padding: 30px 0;
        margin: 30px 0;
    }
}

/* ==================== Process Timeline Css End ==================== */

/* ==================== Lead Management Css Start ==================== */

.lead-management {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lead-management.active {
    opacity: 1;
    visibility: visible;
}
.lead-management-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.lead-management-inner {
    position: relative;
    z-index: 10000;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}
.lead-management-first-step p {
    margin-bottom: 40px;
}
.lm-back-btn.btn-back {
    box-shadow: 0px 4px 13.8px 4px #00000040;
    background: #67343D;
    color: #fff;
    text-decoration: none;
    padding: 14px 35px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 20px;
}
.lm-back-btn.btn-back:hover {
    color: #67343D;
    background: #fff;
}
.lead-management-first-step img {
    display: block;
    height: 100%;
    border-radius: 0;
    margin: 0 auto 20px;
    max-width: 60px;
    width: 100%;
}
.lead-management-first-step {
    text-align: center;
}
.lead-management.active .lead-management-inner {
    transform: scale(1);
}
.lead-management-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
    transition: background 0.3s ease;
    z-index: 10001;
}
.lead-management-close:hover {
    background: #e0e0e0;
}
.lead-management-close span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lead-management-close svg {
    width: 16px;
    height: 16px;
}
.lead-management-content h2 {
    margin: 0 0 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
}
.form-field {
    margin-bottom: 20px;
}
.form-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}
.form-field label span {
    color: #e74c3c;
}
.form-field input {
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #F3E7D0;
    background: #FFFCF6;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}
.request-btn {
    margin-top: 20px;
}
.hidden-fields-container {
    display: none;
}
.screen-reader-response {
    position: absolute;
    left: -9999px;
}
/* .wpcf7-spinner {
    display: none;
} */
.wpcf7-response-output {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    /* display: none; */
}
.wpcf7-response-output.wpcf7-validation-errors {
    display: block;
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ef5350;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    display: block;
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #66bb6a;
}

/* ==================== Lead Management Css End ==================== */

/* ==================== Call to Action Css Start ==================== */


.call-to-action-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.call-to-action-head {
    max-width: 70%;
    width: 100%;
}
.call-to-action-btn {
    max-width: 22%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.call-to-action {
    /* background: linear-gradient(180deg, #A95765 34.39%, #432228 100%); */
    background: linear-gradient(180deg, #B58A78 0%, #7B4038 100%);
    padding: 50px 0;
    margin: 50px 0;
}
.call-to-action-head h2 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 0 0 20px;
}
.call-to-action-head p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #fff;
}
.call-to-action-btn .btn {
    background: #fff;
    border-color: #fff;
    color: #67343D;
}
.call-to-action-btn .btn:hover {
    background: #67343D;
    color: #fff;
}
@media (max-width: 1199px) {
    .call-to-action-head {
        max-width: 69%;
    }
    .call-to-action-btn {
        max-width: 27%;
    }
}

@media (max-width: 991px) {
    .call-to-action-main {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .call-to-action-head {
        max-width: 100%;
    }
    .call-to-action-btn {
        max-width: 100%;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    
    .call-to-action-head h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .call-to-action {
        padding: 30px 0;
        margin: 30px 0;
    }
}

/* ==================== Call to Action Css End ==================== */


/* ==================== Find The Revenue Css Start ==================== */


.find-the-revenue {
    padding: 50px 0;
    margin: 50px 0;
    background: linear-gradient(180deg, #A95765 34.39%, #432228 100%);
}
.find-the-revenue-main h2 {
    margin: 0 0 40px;
    color: #fff;
    text-align: center;
}
.find-the-revenue-main .form-main span input {
    width: 100%;
    border: 1px solid #F3E7D0;
    background: #FFFCF6;
    border-radius: 0;
    padding: 19px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: block;
}
.find-the-revenue-main .form-main .half {
    max-width: calc(36% - 10px);
    width: 100%;
}
.find-the-revenue-main .form-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.find-the-revenue-main .form-main p input[type="submit"] {
    box-shadow: 0px 4px 13.8px 4px #67343D40;
    background: #67343D;
    border: 1px solid #67343D;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 17px 32px;
    border-radius: 0;
    cursor: pointer;
}
.find-the-revenue-main .form-main p input[type="submit"]:hover {
    background: #fff;
    color: #67343D;
}
.live-product-view-form.find-the-revenue-main .form-main p input[type="submit"] {
    background: #67343D;
    color: #fff;
}
.live-product-view-form.find-the-revenue-main .form-main p input[type="submit"]:hover {
    background: #fff;
    color: #67343D;
}
.find-the-revenue-main .form-main .half p {
    margin: 0;
}
.find-the-revenue-main .form-main p {
    margin: 0;
    display: flex;
    align-items: center;
}
.find-the-revenue-main .form-main .half span {
    width: 100%;
}
.find-the-revenue-main .form-main p input[type="submit"] {
    background: #fff;
    border-color: #fff;
    color: #67343D;
}
.find-the-revenue-main .form-main p input[type="submit"]:hover {
    background: #67343D;
    color: #fff;
}
.find-the-revenue-main .form-main p .wpcf7-spinner {
    margin: 0 5px;
}
.find-the-revenue-main .wpcf7 form.invalid .wpcf7-response-output,
.find-the-revenue-main .wpcf7 form.unaccepted .wpcf7-response-output,
.find-the-revenue-main .wpcf7 form.payment-required .wpcf7-response-output,
.find-the-revenue-main .wpcf7 form .wpcf7-response-output {
    color: #fff;
    text-align: center;
}
.live-product-view-form.find-the-revenue-main .wpcf7 form.invalid .wpcf7-response-output,
.live-product-view-form.find-the-revenue-main .wpcf7 form.unaccepted .wpcf7-response-output,
.live-product-view-form.find-the-revenue-main .wpcf7 form.payment-required .wpcf7-response-output
.live-product-view-form .wpcf7 form .wpcf7-response-output,
.live-product-view-form .wpcf7 form.sent .wpcf7-response-output {
    color: #222;
    text-align: center;
}

@media (max-width: 767px) {
    .find-the-revenue {
        padding: 30px 0;
        margin: 30px 0;
    }
    .find-the-revenue-main .form-main .half {
        max-width: 100%;
    }
}


/* ==================== Find The Revenue Css End ==================== */

/* ==================== Live Product View Css Start ==================== */

.dashboard-preview {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* padding: 3rem; */
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); */
    transform: rotateX(2deg);
    transition: transform 0.3s;
}
.glass-card + .glass-card {
    margin-top: 50px;
}
.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
}
.comparison-grid.col-3 {
    grid-template-columns: repeat(2, 1fr);
}
.comparison-grid.col-3 .comparison-card:last-child {
    grid-column: span 2;
}
.comparison-card {
    /* background: rgba(255, 255, 255, 0.05); */
    background: linear-gradient(180deg, #A95765 34.39%, #432228 100%);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.comparison-card.positive {
    border-color: #ffffff;
}
.live-product-view .glass-card.dashboard-preview {
    background: rgba(255, 255, 255, 0.1);
    color: #222222;
    margin-bottom: 40px;
}
.comparison-card.negative {
    border-color: rgba(248, 113, 113, 0.3);
}
.comparison-card ul {
    list-style: none;
    padding: 0;
}
.comparison-card ul li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
}
.comparison-card ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}
.badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0.25rem;
}
.badge-success {
    background: #8c4e58;
    color: #ffffff;
    border: 1px solid #ffffff;
}
/* .glass-card:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
} */
.compliance-badges {
    margin-top: 30px;
    text-align: center;
}
.compliance-badges-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
}
.glass-card-cta {
    background: linear-gradient(180deg, #A95765 34.39%, #432228 100%);
    text-align: center;
    color: #ffffff;
}
.glass-card-cta.white-bg {
    background: #fff;
    color: #222;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-20px, 20px) rotate(5deg); }
}

 @media (max-width: 767px) {
    h1 { font-size: 2.5rem; }
    .comparison-grid { grid-template-columns: 1fr; }
    .comparison-grid.col-3 { grid-template-columns: 1fr; }
    .comparison-grid.col-3 .comparison-card:last-child { grid-column: span 1; }
    .metrics-row { flex-direction: column; }
}

/* ==================== Live Product View Css End ==================== */

/* ==================== How Different Css Start ==================== */

.how-different {
    padding: 50px 0;
}
.differences-grid {
    gap: 30px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.difference-card {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #67343D;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease;
    max-width: calc(50% - 15px);
    width: 100%;
}
.difference-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A95765 34.39%, #432228 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}
.difference-card:hover {
    transform: translateY(-8px);
    /* background: rgba(103,52,61,0.08); */
    border-color: rgba(103,52,61,0.3);
    box-shadow: 0 20px 60px rgba(103,52,61,0.2);
}
.difference-card:hover::before {
    transform: scaleX(1);
}
.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, #A95765 34.39%, #432228 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 28px;
    box-shadow: 0 10px 30px rgba(103,52,61,0.3);
}
.difference-card h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px;
    /* min-height: 60px; */
    color: #222222;
}
.difference-card p {
    margin: 0;
    color: var(--lblack);
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
}
.cta-section {
    background: linear-gradient(180deg, #A95765 34.39%, #432228 100%);
    border-radius: 25px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease 0.3s backwards;
    color: #fff;
}
.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}
.cta-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.cta-section h2 {
    color: #fff;
}
.cta-section p {
    margin-bottom: 15px;
}
.cta-highlight {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 30px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    display: inline-block;
}
.how-different .cta-section {
    margin-top: 50px;
}
.how-different-head {
    text-align: center;
    margin-bottom: 30px;
}
.how-different-head h2 {
    margin: 0;
}
.how-different-head p {
    margin-top: 20px;
}
.card-icon img {
    width: 35px;
    height: 35px;
    display: block;
}
.difference-card.col-3 {
    max-width: calc(33.333% - 20px);
}
.how-different-head {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    text-align: left;
}
.how-different.text-center .how-different-head {
    align-items: center;
}
.how-different-head-cont, .how-different-head-img {
    max-width: calc(50% - 15px);
    width: 100%;
}
.how-different-head.no-img .how-different-head-cont {
    max-width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    .difference-card {
        max-width: calc(50% - 15px);
    }
    .difference-card.col-3 {
        max-width: calc(50% - 15px);
    }
    .how-different {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .how-different-head-cont, .how-different-head-img {
        max-width: 100%;
    }
    .difference-card.col-3 {
        max-width: 100%;
    }
    .difference-card h3 {
        font-size: 20px;
        line-height: 28px;
        min-height: unset;
    }
    .difference-card p {
        font-size: 16px;
    }
    .difference-card {
        padding: 20px 15px;
    }
    
    .how-different .cta-section {
        margin-top: 30px;
    }
    .how-different-head {
        text-align: center;
        margin-bottom: 30px;
    }
    .how-different-head h2 {
        margin: 0;
    }
}

@media (max-width: 575px) {
    .difference-card {
        max-width: 100%;
    }
    .cta-section {
        padding: 40px 20px;
    }
    .cta-highlight {
        font-size: 18px;
        line-height: 24px;
    }
}

/* ==================== How Different Css End ==================== */

/* ==================== Promise Section Css Start ==================== */

.our-promise {
    padding: 50px 0;
    position: relative;
}

.our-promise .section-title {
    font-size: 42px;
    line-height: 50px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    /* background: linear-gradient(135deg, #fff 0%, #a8b3ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1px; */
}
.promise-grid {
    display: grid;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}
.promise-card {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid #67343D;
    border-radius: 24px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}
.promise-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #A95765 34.39%, #432228 100%);
    opacity: 0;
    transition: opacity 0.4s;
}
.promise-card:hover {
    transform: translateY(-8px);
    border-color: rgba(103, 52, 61, 0.3);
    box-shadow: 0 20px 60px rgba(103, 52, 61, 0.2);
}
.promise-card:hover::before {
    opacity: 1;
}
.promise-card p {
    font-size: 18px;
    line-height: 26px;
    color: var(--lblack);
    position: relative;
    z-index: 1;
    margin: 0;
    padding-right: 90px;
}
.promise-number {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 100px;
    font-weight: 900;
    background: linear-gradient(180deg, #A95765 34.39%, #432228 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    opacity: 0.5;
    transform: translateY(-50%);
}
.promise-card:hover .promise-number {
    background: linear-gradient(0deg, #A95765 34.39%, #432228 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.promise-card:hover p {
    color: #fff;
}
@media (max-width: 575px) {
    .promise-card{
        padding: 20px;
    }
    .promise-number {
        top: 15px;
        left: 20px;
        transform: translateY(0);
        right: unset;
        font-size: 50px;
    }
    .promise-card p{
        padding-right: 0;
        padding-top: 50px;
        font-size: 16px;
    }
}

/* ==================== Promise Section Css End ==================== */

/* ==================== What This Replaces Start ====================*/

.what-replaces-table thead{
    border-bottom: 0;
    border: 1px solid #67343D;
}
.what-replaces-table thead th {
    /* background: #67343D; */
    border-color: #67343D;
    padding: 15px;
    color: #67343D;
}
.what-replaces-table td {
    border-color: #67343D;
        padding: 16px;
}
.what-replaces-table{
    margin-bottom: 0;
}
.what-replaces-table table{
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .what-replaces-table table{
            min-width: 450px;
    }
}
/* ==================== What This Replaces End ====================*/

/* ==================== Why Develent start ==================== */

.footer-top-wrap .email h6 span{
    display: block;
    margin-bottom: 10px;
}
.footer-top-wrap .email h6 p{
    margin-bottom: 10px;
    font-size: 16px;
}
.half-grid-section .half-grid-list .half-grid-main h2 {
    color: #67343D;
} 
.call-to-action.white-bg {
    background: white;
    margin-top: 0;
}
.call-to-action.white-bg .call-to-action-head h2{
    color: #67343D;
}
.call-to-action.white-bg .call-to-action-head p{
    margin: 0;
    color: var(--lblack);
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
}
.call-to-action.white-bg .call-to-action-btn .btn {
    background: #67343D;
    color: #fff;
    border: 2px solid #67343D;
}
.call-to-action.white-bg .call-to-action-btn .btn:hover{
    background: #ffffff;
    color: #67343D;
    border: 2px solid #ffffff;
    box-shadow: 0px 4px 13.8px 4px #00000040;
}
/* ==================== Why Develent End ==================== */




/* ==================== Banner Section Box Css Start ==================== */


.stats {
    gap: 30px;
    margin-top: 3rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.stat-card {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #67343D;
    transition: all 0.3s ease;
    max-width: calc(25% - 23px);
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease;
}
.stat-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A95765 34.39%, #432228 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}
.stat-card:hover:before {
    transform: scaleX(1);
}
.stat-card:hover {
    transform: translateY(-5px);
}
.stats.col-3 .stat-card {
    max-width: calc(33.333% - 20px);
}
.stat-number {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 50px;
    color: #222222;
}
.banner-section-with-box .stat-label p {
    color: #404040;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    margin: 0 0 15px;
    text-align: left;
}
.banner-section-with-box .stat-label p a {
    color: #67343D;
}
.banner-section-with-box .stat-label p:last-child {
    margin: 0;
}
.banner-section-with-box-btn {
    margin-top: 40px;
    text-align: center;
}
.banner-section-with-box h2 {
    text-align: center;
}
.banner-section-with-box p {
    color: var(--lblack);
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    margin: 0 0 20px;
    text-align: center;
}
.banner-section-with-box p:last-child {
    margin: 0;
}
.banner-section.text-left .banner-section-with-box p {
    text-align: left;
}
.banner-section-main {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}
.banner-section-main-head, .banner-section-main-img {
    max-width: calc(50% - 15px);
    width: 100%;
}
.banner-section-main-head h2, .banner-section-main-head p {
    text-align: left;
}

.banner-section-main.no-img .banner-section-main-head {
    max-width: 100%;
}
.banner-section-main.no-img .banner-section-main-head h2, .banner-section-main.no-img .banner-section-main-head p {
    text-align: center;
}

@media (max-width: 991px) {
    .stat-card {
        max-width: calc(50% - 15px);
    }
    .stats {
        margin-bottom: 40px;
    }
    .stat-number {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .banner-section-main-head, .banner-section-main-img {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .stat-card {
        max-width: 100%;
    }
    .stat-number {
        font-size: 30px;
        line-height: 40px;
    }
    .stat-label {
        font-size: 16px;
    }
    .banner-section-with-box p {
        font-size: 16px;   
    }
    
}

/* ==================== Banner Section Box Css End ==================== */


/* ==================== Who Delveant Css Start ==================== */


.who-delveant {
    padding: 60px 0;
}
.who-delveant-cont.with-img {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.who-delveant-cont.with-img .who-delveant-cont-head {
    max-width: calc(50% - 15px);
    width: 100%;
}
.who-delveant-cont.with-img .who-delveant-cont-img {
    max-width: calc(50% - 15px);
    width: 100%;
}
.bottom-img .who-delveant-cont.with-img {
    gap: 0;
}
.bottom-img .who-delveant-cont.with-img .who-delveant-cont-head, .bottom-img .who-delveant-cont.with-img .who-delveant-cont-img {
    max-width: 100%;
}
.bottom-img .who-delveant-cont.with-img .who-delveant-cont-head {
    text-align: center;
    margin-bottom: 40px;
}
.who-delveant-cont p,
.who-delveant-cont p a,
.who-delveant-cont ul li {
    color: var(--lblack);
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    margin: 0 0 20px;
}
.who-delveant-cont ul li {
    line-height: 24px;
    margin: 0 0 10px;
}
.who-delveant-cont p:last-child,
.who-delveant-cont ul li:last-child {
    margin-bottom: 0;
}
.who-delveant-cont ul {
    margin: 0 0 20px;
    padding-left: 25px;
}
.who-delveant-cont blockquote {
    margin-bottom: 20px;
}
.who-delveant-cont {
    margin-bottom: 40px;
}
.who-delveant-grid {
    margin-top: 40px;
}
.who-delveant-grid-head h3 {
    margin: 0;
    font-size: 26px;
    line-height: 34px;
    color: #222222;
}
.who-delveant-grid-box {
    gap: 30px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 40px;
}
.who-delveant-grid-link {
    text-align: center;
    margin: 40px 0 0;
}
.who-delveant-grid-box-inner {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #67343D;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease;
    max-width: calc(33.333% - 20px);
    width: 100%;
}
.who-delveant-grid-box-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A95765 34.39%, #432228 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}
.who-delveant-grid-box-inner:hover {
    transform: translateY(-8px);
    border-color: rgba(103, 52, 61, 0.3);
    box-shadow: 0 20px 60px rgba(103, 52, 61, 0.2);
}
.who-delveant-grid-box-inner:hover:before {
    transform: scaleX(1);
}
.who-delveant-grid-box-inner img {
    width: 100px;
    height: 100px;
    display: block;
    object-fit: contain;
    margin-bottom: 20px;
}
.who-delveant-grid-box-inner h4 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 28px;
    color: #222222;
}
.who-delveant-grid-box-inner h4 span {
    font-size: 30px;
    line-height: 38px;
}
.who-delveant-grid-box-inner p {
    color: var(--lblack);
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    margin: 0 0 15px;
}
.who-delveant-grid-box-inner p:last-child {
    margin: 0;
}
.who-delveant-grid-box-inner ul {
    margin: 20px 0;
    padding: 0 0 0 20px;
}
.who-delveant-grid-box-inner ul li {
    color: var(--lblack);
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    margin: 0 0 10px;
}
.who-delveant-grid-box-inner ul li:last-child {
    margin: 0;
}
.who-delveant-highlight {
    max-width: 90%;
    width: 100%;
    margin: 40px auto 0;
    border: 1px solid #67343D;
    border-left: 5px solid #67343D;
    border-radius: 10px;
    padding: 30px 20px;
}
.who-delveant-highlight h4 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 28px;
    color: #222222;
}
.who-delveant-highlight h4:last-child {
    margin: 0;
}
.who-delveant-highlight p {
    color: var(--lblack);
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    margin: 0;
}
.who-delveant-grid-box.col-2 .who-delveant-grid-box-inner {
    max-width: calc(50% - 15px);
}
.who-delveant-grid-box.col-1 .who-delveant-grid-box-inner {
    max-width: 100%;
}
.who-delveant.text-center .who-delveant-cont {
    align-items: center;
}
.big-number .who-delveant-grid-box-inner h4 {
    min-height: 50px;
    font-size: 18px;
    line-height: 26px;
}
.big-number .who-delveant-grid-box-inner h4 span {
    float: left;
    font-size: 40px;
    line-height: 50px;
    margin-right: 10px;
}
.who-delveant-grid-box.col-1 + .who-delveant-highlight {
    max-width: 100%;
    margin: 40px 0 0;
}

@media (max-width: 991px) {
    .who-delveant-grid-box-inner {
        max-width: calc(50% - 15px);
    }
    .who-delveant-cont.with-img .who-delveant-cont-img {
        max-width: 100%;
    }
    .who-delveant-cont.with-img .who-delveant-cont-head {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .who-delveant {
        padding: 40px 0;
    }
    .who-delveant-grid-box-inner {
        max-width: calc(50% - 15px);
    }
    .who-delveant-cont {
        margin-bottom: 0;
    }
    .who-delveant-grid {
        margin-top: 40px;
    }
    
    
}

@media (max-width: 575px) {
    .who-delveant-grid-box-inner,
    .who-delveant-highlight {
        max-width: 100%;
    }
    .who-delveant-grid-box.col-2 .who-delveant-grid-box-inner {
        max-width: 100%;
    }
}

/* ==================== Who Delveant Css End ==================== */


/* ==================== Quote Section Css Start ==================== */

.quote-section {
    padding: 50px 0;
}
.quote-section-inner {
    padding: 60px 30px;
    background: #FFFBF3;
    border-radius: 30px;
    text-align: center;
}
.quote-section blockquote {
    margin: 0 20px 20px;
}
.quote-section .quote-section-inner blockquote p {
    margin: 0;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    font-style: italic;
    color: #67343D;
}
.quote-section .quote-section-inner p {
    font-size: 20px;
    line-height: 38px;
    margin: 0;
    color: #222222;
    font-weight: 700;
}
.quote-section .quote-section-inner p a {
    color: inherit;
}

@media (max-width: 991px) {
    .quote-section .quote-section-inner blockquote p {
        font-size: 24px;
        line-height: 34px;
    }
    .quote-section-inner {
        padding: 45px 20px;
    }
    .quote-section {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .quote-section {
        padding: 30px 0;
    }
    .quote-section-inner {
        padding: 30px 20px;
    }
    .quote-section .quote-section-inner blockquote p {
        font-size: 22px;
        line-height: 32px;
    }
    .quote-section .quote-section-inner p {
        font-size: 16px;
        line-height: 34px;
    }
}


/* ==================== Quote Section Css End ==================== */


/* ==================== Table Css Start ==================== */

.table-margin {
    margin: 50px auto 100px;
}
.table-margin.last-table-margin {
    margin: 50px auto;
}
.table-margin p {
    color: var(--lblack);
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    margin: 0 0 15px;
}
.table-margin p:last-child {
    margin: 0;
}
.table-margin .what-replaces-table {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .table-margin {
        margin: 30px auto 50px;
    }
    .table-margin.last-table-margin {
        margin: 30px auto;
    }
    .table-margin p {
        font-size: 16px;
    }
}

/* ==================== Table Css End ==================== */


/* ==================== Migrate CRM Css Start ==================== */

.migrate-crm {
    padding: 50px 0;
}
.migrate-crm-head {
    text-align: center;
    margin: 0 0 40px;
}
.migrate-crm-head p {
    margin: 0 0 15px;
    color: var(--lblack);
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
}
.migrate-crm-head p:last-child {
    margin: 0;
}
.migrate-crm-main-inner {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}
.migrate-crm-grid {
    max-width: calc(33.3333% - 20px);
    width: 100%;
    border: 1px solid #67343D;
    border-radius: 24px;
    padding: 30px 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease;
}
.migrate-crm-grid-num {
    width: 56px;
    height: 56px;
    background: linear-gradient(180deg, #A95765 34.39%, #432228 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.migrate-crm-grid h3 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 28px;
}
.migrate-crm-grid p {
    color: var(--lblack);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.migrate-crm-grid:hover {
    transform: translateY(-8px);
    border-color: rgba(103, 52, 61, 0.3);
    box-shadow: 0 20px 60px rgba(103, 52, 61, 0.2);
}
.migrate-crm-grid:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #A95765 34.39%, #432228 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}
.migrate-crm-grid:hover:before {
    transform: scaleX(1);
}
.migrate-num-color .migrate-crm-grid:nth-child(6n+1) .migrate-crm-grid-num,
.migrate-num-color .migrate-crm-grid:nth-child(6n+1)::before {
    background: #A95765;
}
.migrate-num-color .migrate-crm-grid:nth-child(6n+2) .migrate-crm-grid-num,
.migrate-num-color .migrate-crm-grid:nth-child(6n+2)::before {
    background: #565EA9;
}
.migrate-num-color .migrate-crm-grid:nth-child(6n+3) .migrate-crm-grid-num,
.migrate-num-color .migrate-crm-grid:nth-child(6n+3)::before {
    background: #C5695E;
}
.migrate-num-color .migrate-crm-grid:nth-child(6n+4) .migrate-crm-grid-num,
.migrate-num-color .migrate-crm-grid:nth-child(6n+4)::before {
    background: #87897B;
}
.migrate-num-color .migrate-crm-grid:nth-child(6n+5) .migrate-crm-grid-num,
.migrate-num-color .migrate-crm-grid:nth-child(6n+5)::before {
    background: #865256;
}
.migrate-num-color .migrate-crm-grid:nth-child(6n) .migrate-crm-grid-num,
.migrate-num-color .migrate-crm-grid:nth-child(6n)::before {
    background: #7F92A0;
}
.num-title-side .migrate-crm-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.num-title-side .migrate-crm-grid h3 {
    max-width: calc(100% - 70px);
    width: 100%;
}

@media (max-width: 991px) {
    .migrate-crm-grid {
        max-width: calc(50% - 15px);
    }
    .migrate-crm {
        padding: 45px 0;
    }
}

@media (max-width: 767px) {
    .num-title-side .migrate-crm-grid h3 {
        max-width: 100%;
    }
    .migrate-crm {
        padding: 30px 0;
    }
    .migrate-crm-head p {
        font-size: 16px;
    }
    .migrate-crm-grid {
        max-width: 100%;
    }
}

/* ==================== Migrate CRM Css End ==================== */


/* ==================== Choose Delveant Css Start ==================== */


.choose-delveant {
    padding: 50px 0;
}
.choose-delveant-head {
    text-align: center;
    margin: 0 0 40px;
}
.choose-delveant-head p {
    margin: 0 0 20px;
    color: var(--lblack);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.choose-delveant-head p:last-child {
    margin: 0;
}
.choose-delveant-btn {
    text-align: center;
    margin: 40px 0 0;
}
.choose-delveant-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.choose-delveant-feature-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.choose-delveant-feature-inner p {
    margin: 0;
    color: var(--lblack);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.choose-delveant-feature-inner img {
    width: 30px;
    height: 30px;
    display: block;
}
.choose-delveant-time {
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}
.choose-delveant-time p {
    margin: 0;
    font-size: 14px;
}

@media (max-width: 991px) {
    .choose-delveant {
        padding: 30px 0 45px;
    }
}

@media (max-width: 767px) {
    
    .choose-delveant-head p {
        font-size: 16px;
        line-height: 22px;
    }
}

/* ==================== Choose Delveant Css End ==================== */

/* ==================== Benefits Css Start ==================== */
 .our-benefits-section {
    background: #faf8f5;
    padding: 60px 0;
}

.title-block {
    text-align: center;
}

.title-block {
    margin-bottom: 30px;
}

.title-block p {
    color: var(--lblack);
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
}

.benefits-grid {
    display: grid;
    gap: 32px;
}

.benefit-card {
    background-color: white;
    overflow: hidden;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #E5E0DB;
    transition: box-shadow 0.3s ease;
    position: relative;
}

.benefit-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.card-top-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #7A3E3E;
    border-radius: 16px 16px 0 0;
}

.letter-badge {
    width: 48px;
    height: 48px;
    background-color: #7A3E3E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: white;
    font-size: 1.125rem;
    font-weight: 600;
}

.benefit-heading {
    margin-bottom: 16px;
}

.benefit-title {
    margin-top: 8px;
    color: #3D3D3D;
    font-weight: 700;
    font-size: 22px;
}

.benefit-description {
    /* color: #6B6B6B; */
    margin-bottom: 24px;
    line-height: 1.6;
}

.benefit-highlight {
    background-color: #FAF8F5;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #E5E0DB;
}

.highlight-text {
    font-size: 0.875rem;
    color: #3D3D3D;
}

.highlight-label {
    display: block;
    margin-bottom: 4px;
}

.highlight-value {
    font-size: 1.25rem;
    color: #7A3E3E;
    font-weight: 600;
}

.highlight-large {
    font-size: 1.875rem;
    color: #7A3E3E;
    font-weight: 700;
}

.highlight-subtext {
    color: #6B6B6B;
}

.our-benefits-cont {
    max-width: 90%;
    width: 100%;
    margin: 40px auto 0;
}
.our-benefits-cont p {
    color: var(--lblack);
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    margin: 0;
}
.wp-block-buttons .faq-btn .wp-block-button__link {
    box-shadow: 0px 4px 13.8px 4px #00000040;
    background: #67343D;
    color: #fff;
    text-decoration: none;
    padding: 14px 35px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    border-radius: 0;
}
.wp-block-buttons .faq-btn .wp-block-button__link:hover {
    background: #fff;
    color: #67343D;
}
.table-btns {
    margin-top: 40px;
}


@media (min-width: 768px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .our-benefits-section {
        background: #faf8f5;
        padding: 40px 0;
    }
    
}

/* ==================== Benefits Css End ==================== */

/* ==================== Table Of Content Css Start ==================== */
.table-of-content {

    padding: 60px 0;
}
.table-of-content .wp-block-rank-math-toc-block {
    border-radius: 20px;
    background: #fff;
    border-color: #67343D;
    margin: 0;
}
.table-of-content .wp-block-rank-math-toc-block ul {
    margin: 0;
    padding-left: 25px;
    list-style: auto;
}
.table-of-content .wp-block-rank-math-toc-block ul li {
    margin: 0 0 10px;
    color: #67343D;
}
.table-of-content .wp-block-rank-math-toc-block ul li:last-child {
    margin: 0;
}
.table-of-content .wp-block-rank-math-toc-block ul li a {
    color: #67343D;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
}
.table-of-content .wp-block-rank-math-toc-block h3 {
    margin: 0 0 20px;
    color: #222222;
    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 767px) {
    .table-of-content {
        padding: 40px 0;
    }
}
html {
  scroll-behavior: smooth;
}

/* ==================== Table Of Content Css End ==================== */

.general-quote-inner {
    margin-bottom: 40px;
}
.general-quote-inner:last-child {
    margin: 0;
}
.general-quote {
    padding: 60px 15px;
}
.general-quote-inner p {
    font-size: 16px;
    line-height: 24px;
    color: var(--lblack);
    font-weight: 500;
}
.general-quote-inner p a {
    color: inherit;
}
.general-quote-inner blockquote p {
    color: #222222;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.mini-table {
    max-width: 900px;
    width: 100%;
    margin: 40px auto 0;
}
.mini-table table tbody tr td a {
    color: #67343D;
    font-weight: 700;
}
.general-group-content h2 {
    margin: 0 0 20px;
}
.general-group-content p {
    color: var(--lblack);
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    margin: 0 0 15px;
}
.general-group-content p:last-child {
    margin: 0;
}
.general-group-content blockquote {
    margin: 0 1.5em 15px;
}
.general-group-content h3 {
    font-size: 26px;
    margin: 0 0 20px;
    color: #222222;
}
.general-group-content h4 {
    font-size: 20px;
    margin: 0 0 20px;
    color: #222222;
}
.general-group-content p a {
    color: #67343D;
    font-weight: 700;
}
.general-group-content ol,
.general-group-content ul {
    color: var(--lblack);
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    padding-left: 29px;
}
.general-group-content {
    padding-bottom: 60px;
}



/* ============ Table Css Start ============ */

.table-margin .what-replaces-table table {
    border-collapse: unset;
    border-spacing: 0;
    border: 1px solid #67343D;
    border-radius: 18px;
    overflow: hidden;
}
.table-margin .what-replaces-table table tr td,.table-margin .what-replaces-table table tr th {
    border: 0;
    border-right: 1px solid #67343D;
    border-bottom: 1px solid #67343D;
}
.table-margin .what-replaces-table table tr th:last-child,.table-margin .what-replaces-table table tr td:last-child {
    border-right: 0;
}
.table-margin .what-replaces-table table tr:last-child td {
    border-bottom: 0;
}
.table-margin .what-replaces-table table tr th {
    background: #67343D;
    border-color: #fff;
    color: #fff;
}
.table-margin .what-replaces-table table tr:nth-child(2n) td {
    background: #FFFBF3;
}
.table-margin .what-replaces-table.highlit-first-td table tbody tr td:first-child {
    background: rgba(229,206,154,0.5);
    color: #67343D;
    font-weight: 700;
}

/* ============ Table Css End ============ */

/* ============ Banner With Image Css Start ============ */

.banner-with-image {
    padding: 60px 0;
}
.banner-with-image-main {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}
.banner-with-image-main-cont {
    max-width: calc(60% - 20px);
    width: 100%;
}
.banner-with-image-main-img {
    max-width: calc(40% - 20px);
    width: 100%;
}
.banner-with-image-main-cont h1 {
    text-align: left;
    font-weight: 400;
}
.banner-with-image-main-cont .two-btn {
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .banner-with-image-main-cont {
        max-width: 100%;
    }
    .banner-with-image-main-img {
        max-width: 100%;
    }
    .banner-with-image-main {
        gap: 30px;
    }
    .banner-with-image {
        padding: 40px 0;
    }
}

/* ============ Banner With Image Css End ============ */


/* ============ Gradiant Color Class Css Start ============ */


.who-delveant-grid-box .who-delveant-grid-box-inner.bg-dusty-rose::before,
.bg-dusty-rose.difference-card::before,
.stat-card.bg-dusty-rose::before {
    background: linear-gradient(90deg, #E39690 0%, #7D534F 100%);
}
.who-delveant-grid-box .who-delveant-grid-box-inner.bg-soft-indigo::before,
.bg-soft-indigo.difference-card::before,
.stat-card.bg-soft-indigo::before {
   background: linear-gradient(90deg, #8981D7 0%, #484471 100%);
}
.who-delveant-grid-box .who-delveant-grid-box-inner.bg-muted-purple::before,
.bg-muted-purple.difference-card::before,
.stat-card.bg-muted-purple::before {
   background: linear-gradient(90deg, #7770B4 0%, #34314E 100%);
}
.who-delveant-grid-box .who-delveant-grid-box-inner.bg-brick-red::before,
.bg-brick-red.difference-card::before,
.stat-card.bg-brick-red::before {
   background: linear-gradient(90deg, #B5463B 0%, #4F1F1A 100%);
}
.who-delveant-grid-box .who-delveant-grid-box-inner.bg-slate-blue::before,
.bg-slate-blue.difference-card::before,
.stat-card.bg-slate-blue::before {
   background: linear-gradient(90deg, #565EA9 0%, #222543 100%);
}
.who-delveant-grid-box .who-delveant-grid-box-inner.bg-mauve-purple::before,
.bg-mauve-purple.difference-card::before,
.stat-card.bg-mauve-purple::before {
   background: linear-gradient(90deg, #A178B4 0%, #46344E 100%);
}
.who-delveant-grid-box .who-delveant-grid-box-inner.bg-terracotta::before,
.bg-terracotta.difference-card::before,
.stat-card.bg-terracotta::before {
   background: linear-gradient(90deg, #C5695E 0%, #5F332D 100%);
}




.bg-dusty-rose.difference-card .card-icon {
    background: linear-gradient(180deg, #E39690 0%, #7D534F 100%);
}
.bg-soft-indigo.difference-card .card-icon {
   background: linear-gradient(180deg, #8981D7 0%, #484471 100%);
}
.bg-muted-purple.difference-card .card-icon {
   background: linear-gradient(180deg, #7770B4 0%, #34314E 100%);
}
.bg-brick-red.difference-card .card-icon {
   background: linear-gradient(180deg, #B5463B 0%, #4F1F1A 100%);
}
.bg-slate-blue.difference-card .card-icon {
   background: linear-gradient(180deg, #565EA9 0%, #222543 100%);
}
.bg-mauve-purple.difference-card .card-icon {
   background: linear-gradient(180deg, #A178B4 0%, #46344E 100%);
}
.bg-terracotta.difference-card .card-icon {
   background: linear-gradient(180deg, #C5695E 0%, #5F332D 100%);
}



/* ============ Gradiant Color Class Css End ============ */



.banner-with-image + .banner-section {
    padding-top: 0;
}
.banner-with-image + .banner-section .stats {
    margin-top: 0;
}
.zizg-section-head {
    margin-bottom: 30px;
    text-align: center;
}
.zizg-section-head p {
    color: var(--lblack);
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
}
.zizg-section.grey-background {
    padding: 60px 0;
}
.zizg-section.grey-background .zizg-wrap {
    margin-bottom: 80px;
}
.zizg-section-highlight {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}
.zizg-section-highlight p {
    color: var(--lblack);
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    margin: 0;
}
.who-delveant.sticky-img .who-delveant-cont .who-delveant-cont-img,
.how-different.sticky-text .how-different-head-cont {
    position: sticky;
    top: 0;
}
.zizg-content blockquote,
.general-group-content .who-delveant-cont blockquote {
    border: 1px solid #67343D;
    padding: 15px;
    margin: 20px auto;
    width: 90%;
}
.zizg-content blockquote p,
.general-group-content .who-delveant-cont blockquote p {
    margin: 0;
}
.zizg-content blockquote a {
    color: #67343D;
}
.zizg-wrap .zizg-content p a {
    color: #67343D;
    font-weight: 700;
}
.general-group-content .choose-delveant {
    border: 1px solid #67343D;
    padding: 30px;
    width: 80%;
    margin: 20px auto;
}
.general-group-content .who-delveant {
    padding: 0;
}
.general-group-content .who-delveant .container {
    padding: 0;
}
.choose-delveant.ai-outbound-choose .container {
    border: 1px solid #000;
    background: #fff;
    border-color: rgba(103, 52, 61, 0.3);
    box-shadow: 0 20px 60px rgba(103, 52, 61, 0.2);
    padding: 30px 15px;
    border-radius: 20px;
    width: 90%;
}

.wp-block-group.seo-pillar-section {
    max-width: 1440px;
    margin: 0 auto;
}

.seo-pillar-section .table-of-content {
    position: sticky;
    top: 0;
}

.image-full .banner-section-main-head, .image-full .banner-section-main-img, .image-full .who-delveant-cont.with-img .who-delveant-cont-head, .image-full .who-delveant-cont.with-img .who-delveant-cont-img {
    max-width: 100%;
    width: 100%;
}

.image-full .banner-section-main-img img, .image-full .who-delveant-cont.with-img .who-delveant-cont-img img { max-height: 500px; margin: 0 auto; display: table; }
 

.col-2 .stat-card { max-width: calc(50% - 15px); }

.table-margin .what-replaces-table.highlight-column-2 table tr:nth-child(2n) td,
.table-margin .what-replaces-table.highlight-column-4 table tr:nth-child(2n) td, .table-margin .what-replaces-table.highlight-column-3 table tr:nth-child(2n) td {
    background: transparent;
} 

.table-margin .what-replaces-table.highlight-column-2 table tr td:nth-child(2), .table-margin .what-replaces-table.highlight-column-4 table tr td:nth-child(4), .table-margin .what-replaces-table.highlight-column-3 table tr td:nth-child(3) {
    background: #FFFBF3;
}

.banner-with-image.big-container .container {
    max-width: 1440px;
} 

#rank-math-toc a.active {
  color: #222222;
  font-weight: bold;
}

.page-right-content {
    padding-right: 30px;
}

@media (max-width: 767px) {
    .general-group-content .choose-delveant {
        width: 100%;
    }
}