<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Seoinux Child
Description: Child Theme for seoinux Theme
Author: zozothemes
Version: 1.0
Template: seoinux
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes

*/

/*Custom Style Code Right Here */

a {
    color: #ff7300;
    text-decoration: none;
}

.banner {
    /* background-image: url(../../../seoinux-child/assets/img/page-title-of-seo.webp); */
    background-image: url(../seoinux-child/assets/img/banner-bg.webp);
    padding: 200px 0px 100px;
    background-size: cover;
}

.banner .highlight {
    font: normal normal 800 80px / 26px Montserrat;
    letter-spacing: 0px;
    color: #ff7300 !important;
    opacity: 1;
    position: relative;
    font-style: normal !important;
}

.banner h2.sub-highlight {
    font: normal normal bold 80px/26px Montserrat;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.82;
    position: absolute;
    margin-left: 271px;
    margin-top: 23px;
}

.expert_qa .banner h2.sub-highlight {
    margin-left: 173px;
}

.banner .breadcrumb {
    background-color: unset !important;
    margin-top: 80px;
}

.banner .breadcrumb p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ff7900;
}

.banner .breadcrumb p.sub-crumb {
    color: #ffffff;
    margin-left: 5px;
}

/* Q&amp;A Article page css start */

.article-container,
.q-n-a-container,
.conclusion-container {
    max-width: 1100px;
    margin: auto;
}

section.article {
    padding-top: 40px;
}

.article-container .profile .profile-pic {
    margin: unset;
}

.expert_qa .article-container .profile .profile-pic {
    border: 1px solid #f48b00;
}

.article-container .profile .name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
}

.article-container .profile .designation {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #212121;
}

.article-container h2.title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0px;
}

.article-container .quote-block {
    /* border-left: unset;
    padding-left: unset; */
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    opacity: 1;
    padding: 20px;
    position: relative;
}

.article-container .quote-block .quotes {
    /* position: relative;
    top: 7px; */
    position: absolute;
    bottom: -11px;
    right: 15px;
    transform: rotateZ(180deg);
}

.article-container .quote-block .top-left-icon {
    /* position: relative;
    top: 7px; */
    position: absolute;
    top: -11px;
    left: 15px;
}

.article-container p.quote-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #212121;
}

.article-container .text-body p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #212121;
}

section.strip {
    background-image: url(../seoinux-child/assets/img/QnA-right-top.png);
    /* margin: 100px 0px; */
    background-size: cover;
    height: fit-content;
    border-radius: 10px;
    max-width: 642px;
}

section.strip.support-experience-card {
    background-image: url(../seoinux-child/assets/img/support-expirence.png);
    /* margin: 100px 0px; */
    background-size: cover;
    height: fit-content;
}

section.strip.support-experience-card a {
    background-color: #fff;
    color: #ff7900;
}

.QnA-right-card-wrapper .strip-btn {
    font-weight: 500;
}

section.strip.support-experience-card .strip-btn {
    background-color: #fff;
    color: #ff7900;
    font-weight: 500;
}

.strip-btn {
    border: none !important;
}

.strip-btn:hover {
    background: none !important;
}

.QnA-right-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.expert_qa .faq-section {
    display: flex;
}

@media screen and (max-width: 480px) {
    .expert_qa .faq-section {
        flex-direction: column;
    }
}

.faq-section section.strip .container {
    text-align: center;
    padding: 50px 20px;
}

.strip h4 {
    font-size: 48px;
    line-height: 58px;
    color: #ffffff;
    font-weight: 700;
}

.strip h6 {
    font-size: 26px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
}

.strip p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
}

.strip a {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    align-items: anchor-center;
    background-color: #ff7900;
    border-radius: 25px;
    max-width: unset;
    margin: auto;
    padding: 12px 26px;
}

.strip a span {
    display: inline-block;
    margin-left: 10px;
}

section.q-n-a {
    padding-bottom: 100px;
}

section.q-n-a .faq-item .answer {
    transition: max-height 0.6s ease;
}

section.q-n-a .faq-item .answer {
    display: none;
}

section.q-n-a .faq-item.active .answer {
    display: block;
}

.faq-item h2 {
    color: #000000;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
}

.faq-item .question {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 1px solid #eaeaea;
    padding: 24px 0px;
}

.faq-item .question img.toggle-sign {
    position: relative;
    top: 6px;
    margin: unset;
}

.faq-item .question h2,
.faq-item .question h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

.faq-item .answer p,
.faq-item .answer ol li,
.faq-item .answer ul li {
    color: #212121;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.faq-item .answer p b,
.faq-item .answer ol li b,
.faq-item .answer ul li b,
.faq-item .answer p strong,
.faq-item .answer ol li strong,
.faq-item .answer ul li strong {
    font-weight: 600;
}

.faq-item .answer h3 {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
}

section.q-n-a .faq-item.active .answer {
    border-bottom: 1px solid #eaeaea;
    padding: 24px 0px;
}

section.q-n-a .faq-item.active .question h2 {
    color: #ff7900;
}

section.conclusion {
    padding: 65px 0px 100px;
    background-color: #f7f7f7;
}

section.conclusion .conclusion-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

section.conclusion .content {
    max-width: 52%;
}

section.conclusion h2 {
    font-size: 48px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
}

section.conclusion p {
    font-size: 16px;
    line-height: 28px;
    color: #212121;
    font-weight: 400;
}

section.conclusion p strong {
    font-weight: 700;
}

.card-grid.all-rc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.all-rc .card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s;
    border: 0;
}

.all-rc .card:hover {
    transform: translateY(-5px);
}

.all-rc .card img {
    width: 100%;
    /* height: 160px; */
    object-fit: cover;
    border-radius: 20px;
}

.all-rc .card .content {
    background-color: #fff;
    margin-top: -40px;
    margin-left: 0;
    margin-right: 18px;
    padding: 20px;
    box-shadow: none;
    position: relative;
    z-index: 2;
    min-height: 220px;
}

.all-rc .card h3 {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 24px;
}

.all-rc .card p {
    font-size: 14px;
    color: #494949;
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 22px;
}

.all-rc .card a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    position: absolute;
    bottom: 0px;
}

.all-rc .card.placeholder {
    background-color: #002b7f;
    display: flex;
    align-items: flex-end;
    color: white;
}

.all-rc .card.placeholder .content {
    padding: 16px;
}

.elementor-16 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child,
.elementor-16 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child:hover,
.elementor-91476 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child,
.elementor-91476 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child:hover {
    background: linear-gradient(180deg, #f6f4f1 20%, #ff7300 100%) !important;
}

.begin-sec-boxes .cea-button .cea-align-icon-right i.bi-arrow-up-right::before {
    margin-left: 10px !important;
}

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

    .elementor-element.elementor-element-4f0e538.fb-odd.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox,
    .elementor-element.elementor-element-329fcc0.fb-odd.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox {
        margin-top: 0px !important;
    }

    .recognition-section .card p {
        font-size: 18px !important;
    }

    .elementor-16 .elementor-element.elementor-element-c0fceb3 .section-title-wrapper .section-title {
        padding: 0px 0px 0px 0px;
    }

    .article-container,
    .q-n-a-container,
    .conclusion-container {
        max-width: 1100px;
        margin: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .elementor-element.elementor-element-365147d .e-con-inner {
        flex-direction: column;
        align-items: center;
    }

    .elementor-element.elementor-element-87e7df7.e-con-full.e-flex.text-reveal-no.e-con.e-child {
        width: 100%;
        margin-top: 20px;
        padding: 0px 50px;
        text-align: center;
    }

    .elementor-element.elementor-element-87e7df7 .slider-wrapper {
        margin-left: unset;
    }

    .elementor-element.elementor-element-87e7df7 .slider-wrapper .stats {
        justify-content: center;
        gap: 12px;
    }

    .elementor-element.elementor-element-87e7df7 .slider-wrapper .stat:first-child {
        border-left: unset;
    }
}

@media screen and (max-width: 480px) {
    .q-n-a-template {
        text-align: center;
    }

    .article-container .profile {
        flex-direction: column;
        margin-top: 20px;
    }

    .article-container h2.title {
        line-height: 34px;
    }

    .article-container p.quote-text {
        line-height: 24px;
    }

    .article-container .quote-block .quotes {
        min-width: 40px;
    }

    .article-container .text-body p {
        font-size: 14px;
        line-height: 24px;
    }

    section.strip {
        margin: 60px 0px;
    }

    .strip h4 {
        font-size: 46px;
        line-height: 48px;
    }

    .strip p {
        font-size: 14px;
        line-height: 22px;
    }

    .faq-item .answer p,
    .faq-item .answer ol li {
        font-size: 14px;
        line-height: 24px;
    }

    section.conclusion .conclusion-container {
        flex-direction: column-reverse;
        gap: 10px;
    }

    section.conclusion .content {
        max-width: 100%;
    }

    section.conclusion h2 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 16px;
    }

    section.conclusion p {
        font-size: 14px;
        line-height: 24px;
    }

    section.conclusion {
        padding: 0px 0px 60px;
    }

    .elementor-element.elementor-element-87e7df7.e-con-full.e-flex.text-reveal-no.e-con.e-child {
        margin-top: 10px;
        padding: 0px 10px;
    }

    .elementor-element.elementor-element-87e7df7 .slider-wrapper .stat {
        padding-left: 6px;
        max-width: 25%;
    }

    .cea-vertical-tab .cea-tab-content {
        padding-left: unset;
    }

    .cea-tab-content .cea-tab-pane {
        max-width: 80%;
        margin: auto;
    }
}

.elementor-element.elementor-element-4b65f24.e-con-full.ai-sec.e-flex.text-reveal-no.e-con.e-parent.e-lazyloaded .fbox-content {
    font-size: 16px;
    font-weight: 400;
    font-family: "poppins";
}

.elementor-element.elementor-element-4b65f24.e-con-full.ai-sec.e-flex.text-reveal-no.e-con.e-parent {
    background-image: url(../seoinux-child/assets/img/ai-bg-v1.webp) !important;
}

.elementor-element.elementor-element-5884412.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .elementor-widget-container.feature-box-wrapper.feature-box-modern {
    background: #ff7300;
}

.cus-section-top .feature-box-wrapper .feature-box-title {
    font-weight: 600;
    color: #000;
}

.cus-section-top .fbox-content {
    font-weight: 400;
    color: #383838;
    line-height: 26px;
}

/* Q&amp;A Article page css end */

/****Demo Form start*******/

form#mktoForm_8688 .mktoCheckboxList label {
    font-size: 12px !important;
    font-weight: 600;
}

form#mktoForm_4288 #Country,
form#mktoForm_4288 select#State {
    background-image: url(../../themes/seoinux/assets/images/icon-select.png);
}

form#mktoForm_8688 .mktoFormRow.row_7 {
    margin-bottom: 10px;
}

#mktoForm_8688 {
    width: 100% !important;
}

.header-navbar .nav.pull-right .cea-button-link {
    display: block !important;
}

.header-navbar .wp-menu:not(.mobile-menu) li:hover&gt;ul.sub-menu {
    margin-top: 0px;
}

#searchUnifyChatbot .suva-chatbot-startChat {
    background-image: url("https://www.searchunify.com/static/SUVA-v25.webp");
    background-size: contain !important;
    background-color: transparent;
}

#searchUnifyChatbot .suva-chatbot-startChat-bg {
    box-shadow: none;
}

#searchUnifyChatbot .suva-chatbot-bot-name {
    display: none;
}

#searchUnifyChatbot .suva-chatbot-startChat #suva_main_logo {
    display: none;
}

/******RC start*******/

.banner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.banner-text {
    flex: 1 1 500px;
    max-width: 600px;
    padding: 20px;
}

.banner-title {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
}

.banner-title span {
    display: inline;
    color: #000;
}

.banner-description {
    font-size: 16px;
    color: #383838;
    line-height: 1.6;
    font-family: 'poppins';
}

.banner-image {
    flex: 1 1 400px;
    text-align: center;
    padding: 20px;
}

.banner-image img {
    max-width: 80%;
    height: auto;
}

.curve-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    /* adjust as needed */
    z-index: 0;
}

.banner-container {
    position: relative;
    z-index: 1;
}

.mascot-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    z-index: 0;
}

.mascot-bottom-left {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 100px;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .banner-container {
        flex-direction: column;
        text-align: center;
    }

    .banner-text,
    .banner-image {
        max-width: 100%;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-description {
        font-size: 15px;
    }

    .banner-text,
    .banner-image {
        flex: 1 1 100%;
    }

    .mascot-bottom-left,
    .curve-shape,
    .mascot-line {
        display: none;
    }
}

@media (min-width: 1400px) {
    .banner-image img {
        max-width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .mascot-bottom-left {
        position: absolute;
        bottom: 220px;
        left: 70px;
        width: 100px;
        z-index: 1;
    }

    .mascot-line {
        position: absolute;
        bottom: 190px;
        left: 33px;
        width: 160px;
        z-index: 0;
    }
}

/******RC end******/
@media only screen and (max-width: 991px) {
    .elementor-16 .elementor-element.elementor-element-46c7216 .cea-tabs&gt;a .cea-tab-title {
        font-size: 16px;
    }

    .elementor-element.elementor-element-cfcdacc.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded .cea-button-wrapper {
        text-align: left;
    }
}

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

    .elementor-16 .elementor-element.elementor-element-329fcc0 .feature-box-title,
    .elementor-16 .elementor-element.elementor-element-4f0e538 .feature-box-title {
        margin-top: 0px !important;
    }

    .elementor-16 .begin-sec-boxes .feature-box-inner,
    .begin-sec-boxes .feature-box-inner,
    .elementor-16 .elementor-element.elementor-element-41307f6 .elementor-heading-title,
    .elementor-16 .elementor-element.elementor-element-45ba789f .elementor-heading-title {
        font-size: 22px;
    }

    .rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_4,
    .rd-form-main .demo_form_wrapper mktoFormRow.mktoFormRow_3 {
        width: 100%;
        margin-left: 0;
        margin-right: 0 !important;
    }

    .rd-form-main .demo_form_wrapper .mktoForm .mktoFormCol.mktoFormCol_5,
    .rd-form-main .demo_form_wrapper .mktoForm .mktoFormCol.mktoFormCol_6 {
        padding: 0 10px;
    }

    .rd-form-main .mktoFormRow.mktoFormRow_9 .mktoFieldWrap {
        margin-left: 0;
    }

    .rd-form-main .demo_form_wrapper h3 {
        font-size: 26px;
        line-height: 28px;
    }

    .rd-form-main .demo_form_wrapper a {
        padding: 0;
    }

    .elementor-element .section-title-wrapper h3.section-title,
    .begin-sec .section-title-wrapper h2,
    .enterprise-section h3 {
        font-size: 28px !important;
        line-height: 40px !important;
        letter-spacing: 0;
    }

    .elementor-16 .elementor-element.elementor-element-62b0bd7.e-con {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 570px) {
    section.header-section.sub-heading.searchunify-request-demo h1 {
        font-size: 26px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 768px) {
    sr7-txt#SR7_8_1-22-20 .demo_form_wrapper {
        max-width: 60%;
        margin: auto;
    }
}

section.schedule-demo-section {
    background-image: url(../seoinux-child/assets/img/qna-strip-bg.webp);
    /* margin: 0px 0px 120px; */
    background-position: center;
}

section.schedule-demo-section .QA-artcles-section {
    padding: 0px 20px 20px;
}

form#mktoForm_9496 .mktoFieldDescriptor.mktoFormCol,
form#mktoForm_9496 .mktoFieldWrap.mktoRequiredField {
    width: 100%;
}

form#mktoForm_9496 input#emailOptInBoolean:focus,
form#mktoForm_9496 input#consenttoProcessing:focus {
    outline: none;
}

form#mktoForm_9496 input#emailOptInBoolean,
form#mktoForm_9496 input#consenttoProcessing {
    display: none;
}

form#mktoForm_9496 .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
form#mktoForm_9496 .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background-color: #ffb200 !important;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

form#mktoForm_9496 .mktoCheckboxList input#emailOptInBoolean+label:after,
form#mktoForm_9496 .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #ffb200;
    background-color: #fff !important;
    border-radius: 0;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 5px;
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-repeat: no-repeat;
    background-size: auto;
}

form#mktoForm_9496 #fullNameEditable::-webkit-input-placeholder,
form#mktoForm_9496 #Email::-webkit-input-placeholder,
form#mktoForm_9496 #Country::-webkit-input-placeholder,
form#mktoForm_9496 #fullNameEditable::-moz-placeholder,
form#mktoForm_9496 #Email::-moz-placeholder,
form#mktoForm_9496 #Country::-moz-placeholder,
form#mktoForm_9496 #fullNameEditable:-ms-input-placeholder,
form#mktoForm_9496 #Email:-ms-input-placeholder,
form#mktoForm_9496 #Country:-ms-input-placeholder,
form#mktoForm_9496 #fullNameEditable::-webkit-input-placeholder,
form#mktoForm_9496 #Email::-webkit-input-placeholder,
form#mktoForm_9496 #Country::-webkit-input-placeholder,
form#mktoForm_9496 #fullNameEditable:-ms-input-placeholder,
form#mktoForm_9496 #Email:-ms-input-placeholder,
form#mktoForm_9496 #Country:-ms-input-placeholder,
form#mktoForm_9496 #fullNameEditable::-ms-input-placeholder,
form#mktoForm_9496 #Email::-ms-input-placeholder,
form#mktoForm_9496 #Country::-ms-input-placeholder {
    color: #555;
}

form#mktoForm_9496 #fullNameEditable::-webkit-input-placeholder,
form#mktoForm_9496 #Email::-webkit-input-placeholder,
form#mktoForm_9496 #Country::-webkit-input-placeholder,
form#mktoForm_9496 #fullNameEditable::-moz-placeholder,
form#mktoForm_9496 #Email::-moz-placeholder,
form#mktoForm_9496 #Country::-moz-placeholder,
form#mktoForm_9496 #fullNameEditable:-ms-input-placeholder,
form#mktoForm_9496 #Email:-ms-input-placeholder,
form#mktoForm_9496 #Country:-ms-input-placeholder,
form#mktoForm_9496 #fullNameEditable::placeholder,
form#mktoForm_9496 #Email::placeholder,
form#mktoForm_9496 #Country::placeholder,
form#mktoForm_9496 #fullNameEditable:-ms-input-placeholder,
form#mktoForm_9496 #Email:-ms-input-placeholder,
form#mktoForm_9496 #Country:-ms-input-placeholder,
form#mktoForm_9496 #fullNameEditable::-ms-input-placeholder,
form#mktoForm_9496 #Email::-ms-input-placeholder,
form#mktoForm_9496 #Country::-ms-input-placeholder {
    color: #555;
}

form#mktoForm_9496 #fullNameEditable,
form#mktoForm_9496 #Email,
form#mktoForm_9496 #Country,
form#mktoForm_9496 #State {
    border-radius: unset;
    border: none;
    border-bottom: 1px solid #8e8f8f;
    outline: none !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0 10px;
    height: 35px;
    font-family: "Montserrat", Arial, sans-serif;
}

form#mktoForm_9496 #Country {
    font-family: "Montserrat";
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../assets/img/drop-arrow-orange.png") no-repeat bottom 13px right 15px #fff !important;
    margin-bottom: 0px !important;
}

form#mktoForm_9496 #State {
    margin-bottom: 0px !important;
    color: rgb(90 93 107) !important;
    font-family: "Montserrat";
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../assets/img/drop-arrow-orange.png") no-repeat bottom 13px right 15px #fff !important;
}

form#mktoForm_9496 .mktoCheckboxList {
    width: 60px !important;
    padding-left: 0 !important;
    padding-top: 2px !important;
    float: none !important;
}

form#mktoForm_9496 input#emailOptInBoolean,
form#mktoForm_9496 input#consenttoProcessing {
    margin-left: 0px;
}

form#mktoForm_9496 label[for="emailOptInBoolean"],
form#mktoForm_9496 label[for="consenttoProcessing"] {
    float: right;
    width: 94% !important;
    padding: 0;
    font-size: 10px;
    color: #8e8f8f;
    font-weight: 400 !important;
    line-height: 12px;
    margin-top: 3px;
    margin-bottom: 3px !important;
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
}

form#mktoForm_9496 .mktoRequiredField .mktoAsterix {
    display: none !important;
}

form#mktoForm_9496 .mktoFormRow:nth-child(2) {
    margin-top: 18px;
}

form#mktoForm_9496 .mktoFormRow:nth-child(6) {
    margin-top: 10px;
    margin-right: 15px;
}

form#mktoForm_9496 .mktoFormRow:nth-child(7) {
    margin-bottom: 6px;
}

form#mktoForm_9496 .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: #ffb200;
}

form#mktoForm_9496 .mktoGutter,
form#mktoForm_9496 .mktoOffset {
    height: 0px;
}

form#mktoForm_9496 button {
    background-color: #f9b000 !important;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px !important;
    border-radius: 6px !important;
    width: 100%;
    letter-spacing: 1px;
    border: 0;
    text-align: center;
    margin: 0 auto;
    padding: 15px 18px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #ffb200 !important;
    background-image: linear-gradient(270deg, #f9b000, #ff6c0a);
    line-height: 26px;
}

form#mktoForm_9496 button {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

form#mktoForm_9496 span.mktoButtonWrap.mktoSimple {
    margin: 0 auto !important;
    display: block;
}

form#mktoForm_9496 .mktoFormRow:nth-child(1) .mktoFormCol .mktoError,
form#mktoForm_9496 .mktoFormRow:nth-child(2) .mktoFormCol .mktoError,
form#mktoForm_9496 .mktoFormRow:nth-child(3) .mktoFormCol .mktoError,
form#mktoForm_9496 .mktoFormRow:nth-child(4) .mktoFormCol .mktoError {
    right: auto !important;
}

form#mktoForm_9496 .mktoFormRow:nth-child(5) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: -30px !important;
    left: 0px;
}

form#mktoForm_9496 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: 55px !important;
    left: 0px;
}

form#mktoForm_9496 .mktoButtonRow {
    display: block;
    height: 10px;
}

form#mktoForm_9496 label[for="emailOptInBoolean"] a {
    padding: 0 !important;
}

form#mktoForm_9496 .mktoFormRow:nth-child(8) .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: #ffb200;
}

form#mktoForm_9496 .mktoFormRow:nth-child(7) .mktoFormCol {
    margin-bottom: 0px !important;
}

form#mktoForm_9496 .mktoFormRow:nth-child(8) #Lblnew_interestedin {
    display: none;
}

form#mktoForm_9496 .mktoFormRow:nth-child(8) .mktoFieldDescriptor.mktoFormCol {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

form#mktoForm_9496 .mktoCheckboxList input#emailOptInBoolean+label:after,
form#mktoForm_9496 .mktoCheckboxList input#consenttoProcessing+label:after {
    left: -6px;
    top: -45px;
}

form#mktoForm_9496 .mktoCheckboxList label[for="emailOptInBoolean"]:before,
form#mktoForm_9496 .mktoCheckboxList label[for="consenttoProcessing"]:before {
    display: none;
}

form#mktoForm_9496 .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: none;
}

form#mktoForm_9496 label.mktoLabel[for="consenttoProcessing"] {
    /* margin-top: -17px !important; */
    font-size: 12px;
    color: #000;
}

form#mktoForm_9496 .mktoLabel {
    padding-top: 0px !important;
}

form#mktoForm_9496 #State {
    border: 1px solid #000 !important;
    padding: 0 10px;
    height: 48px !important;
    margin-bottom: 10px !important;
    border-radius: 6px !important;
    /* margin-top: 20px !important; */
}

form#mktoForm_9496 input#Company,
form#mktoForm_9496 input#Title {
    border: 1px solid #5b6690;
    padding: 0 10px;
    height: 48px;
    margin-bottom: 10px;
    border-radius: 6px;
    width: 100% !important;
}

form#mktoForm_9496 #fullNameEditable,
form#mktoForm_9496 #Country,
form#mktoForm_9496 #Email {
    border: 1px solid #5b6690;
    padding: 0 10px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 6px;
}

form#mktoForm_9496 #Country,
form#mktoForm_9496 #State {
    background: url("https://d1eipm3vz40hy0.cloudfront.net/images/brand-kit/form-select-chevron.svg") no-repeat bottom 19px right 13px #fff !important;
}

form#mktoForm_9496 .mktoFormRow.row_6 .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 0px !important;
}

form#mktoForm_9496 .mktoFormRow.row_6 {
    margin-bottom: 0px !important;
    margin-top: 16px !important;
}

form#mktoForm_9496 .mktoFormRow.row_5 {
    margin-bottom: 6px !important;
}

form#mktoForm_9496 {
    width: 100% !important;
}

#mktoForm_9496 .mktoFormRow:nth-child(9) .mktoError {
    right: 186px !important;
    bottom: 12px !important;
}

#mktoForm_9496 .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 0 !important;
}

form#mktoForm_9496 .mktoCheckboxList input+label:before {
    width: 18px;
    height: 18px;
    line-height: 10px;
}

form#mktoForm_9496 .mktoCheckboxList label {
    font-size: 12px !important;
}

#mktoForm_9496 button {
    padding: 10px 18px;
}

form#mktoForm_9496 .mktoCheckboxList label {
    margin-bottom: 5px;
}

#mktoForm_9496 .mktoCheckboxList input#emailOptInBoolean+label:after {
    left: -9px;
    top: -50px !important;
    width: 18px;
    height: 18px;
}

form#mktoForm_9496 .row_8 .mktoRequiredField .mktoAsterix {
    display: block;
    float: left;
    margin-right: 4px;
    margin-left: -4px;
}

form#mktoForm_9496 .mktoRequiredField label.mktoLabel[for="emailOptInBoolean"] {
    padding-left: 26px;
    line-height: 12px !important;
}

form#mktoForm_9496 label.mktoLabel[for="consenttoProcessing"] {
    padding-left: 0;
}

form#mktoForm_9496 .mktoCheckboxList input#consenttoProcessing+label:after {
    left: -8px;
    top: -44px !important;
    width: 20px;
    height: 20px;
}

form#mktoForm_9496 .row_8 .mktoRequiredField label.mktoLabel {
    margin-bottom: -10px;
}

.request-demo .mktoFormRow.row_7 .mktoError {
    right: 186px !important;
    bottom: -24px !important;
}

form#mktoForm_9496 #fullNameEditable,
form#mktoForm_9496 #Email,
form#mktoForm_9496 input#Company,
form#mktoForm_9496 input#Title {
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 11px 10px 11px !important;
    font-family: Montserrat, Arial, sans-serif;
    /* color: rgb(90 93 107) !important; */
    color: #000 !important;
}

.mktoFormRow:nth-child(9) .mktoError {
    right: 187.344px !important;
    bottom: 34.0312px !important;
}

#mktoForm_9496 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
    bottom: -34px !important;
    left: 0;
}

form#mktoForm_9496 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
    bottom: 20px !important;
}

form#mktoForm_9496 .mktoCheckboxList input {
    opacity: 0;
    position: absolute;
}

form#mktoForm_9496 .mktoCheckboxList {
    width: 100% !important;
    margin-top: 10px;
    margin-left: 8px;
}

form#mktoForm_9496 .mktoCheckboxList input+label:before {
    width: 18px;
    height: 18px;
    line-height: 10px;
}

form#mktoForm_9496 .mktoCheckboxList label[for="emailOptInBoolean"]:before,
form#mktoForm_9496 .mktoCheckboxList label[for="consenttoProcessing"]:before,
form#mktoForm_9496 .mktoCheckboxList input+label:before {
    content: "\f111";
    background: #fff;
    border: 2px solid #c1c1c1;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    top: -3px;
    left: -28px;
    position: absolute;
}

form#mktoForm_9496 .mktoCheckboxList input#emailOptInBoolean:checked+label:before,
form#mktoForm_9496 .mktoCheckboxList input#consenttoProcessing:checked+label:before,
form#mktoForm_9496 .mktoCheckboxList input:checked+label:before {
    content: "\f00c";
    color: #ffb200;
    border: 2px solid #ffb200;
}

form#mktoForm_9496 .row_9 label.mktoLabel,
form#mktoForm_9496 .apps-interested-in,
form#mktoForm_9496 .mktoRequiredField label.mktoLabel {
    width: 90% !important;
    margin-bottom: 10px;
    color: #818ba4 !important;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    margin-left: 24px;
}

form#mktoForm_9496 .mktoCheckboxList label[for="emailOptInBoolean"],
form#mktoForm_9496 .mktoCheckboxList label[for="consenttoProcessing"],
form#mktoForm_9496 .mktoCheckboxList label {
    position: relative;
}

form#mktoForm_9496 .mktoCheckboxList label {
    margin-bottom: 10px;
    color: rgb(90 93 107) !important;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px !important;
    font-weight: 500;
    width: 44% !important;
    float: left;
}

form#mktoForm_9496 .row_9 label.mktoLabel,
form#mktoForm_9496 .apps-interested-in,
form#mktoForm_9496 .mktoRequiredField label.mktoLabel {
    width: 99% !important;
    margin-bottom: 10px;
    color: #000 !important;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    margin-left: 24px;
}

form#mktoForm_9496 .apps-interested-in {
    font-weight: 600;
    line-height: 26px;
    color: #12182e !important;
    margin-left: 0px;
}

form#mktoForm_9496 .mktoCheckboxList label[for="emailOptInBoolean"],
form#mktoForm_9496 .mktoCheckboxList label[for="consenttoProcessing"] {
    top: 3px !important;
    left: -18px !important;
}

form#mktoForm_9496 .mktoCheckboxList input#emailOptInBoolean+label:after,
form#mktoForm_9496 .mktoCheckboxList input#consenttoProcessing+label:after {
    left: -8px;
    top: -32px !important;
}

form#mktoForm_9496 .mktoCheckboxList input#emailOptInBoolean:checked+label:before,
form#mktoForm_9496 .mktoCheckboxList input#consenttoProcessing:checked+label:before,
form#mktoForm_9496 .mktoCheckboxList input:checked+label:before {
    content: "\f00c";
    color: #ffb200;
    border: 2px solid #ffb200;
}

form#mktoForm_9496 .mktoCheckboxList input+label:before {
    width: 18px;
    height: 18px;
    line-height: 10px;
}

form#mktoForm_9496 label#LblemailOptInBoolean .mktoAsterix {
    display: block;
    float: left;
    margin-right: 4px;
    margin-left: -4px;
}

.header-navbar .nav.pull-right .cea-button-link {
    display: block !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    padding: 2px 3px;
    width: 100% !important;
}

.req-demo-enterprise-card-sec.testimonial-slide-model .testimonial-inner {
    margin: unset;
}

.elementor-element.elementor-element-b6e694f.cus-section-top.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded:before {
    display: none;
}

.elementor-element.cus-section-top:before,
.ti-facebook:before,
.ti-linkedin:before,
.ti-instagram:before {
    display: none;
}

.elementor-16 .elementor-element.elementor-element-4b65f24&gt;.elementor-motion-effects-container&gt;.elementor-motion-effects-layer {
    background:
        linear-gradient(180deg,
            rgba(70, 31, 0, 1) 60%,
            rgba(206, 93, 0, 0.85) 100%,
            rgba(255, 242, 230, 0.85) 100%),
        url("./wp-content/uploads/2025/05/sec-bg.png") !important;
}

.elementor-element.elementor-element-8f05d01.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .elementor-widget-container.feature-box-wrapper.feature-box-default {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.elementor-16 .elementor-element.elementor-element-34c942cb figure.cea-feature-box-img {
    box-shadow: 0px 0px 40px 0px #0000001f;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    left: unset !important;
}

.elementor-16 .elementor-element.elementor-element-cfcdacc&gt;.elementor-motion-effects-container&gt;.elementor-motion-effects-layer {
    background: linear-gradient(180deg,
            rgba(254, 242, 232, 0.8) 0%,
            #ffceb2 50%,
            rgba(255, 242, 230, 0.8) 100%) !important;
}

.feature-box-wrapper .cea-feature-box-img&gt;img {
    border-radius: 0px !important;
}

.elementor-16 .elementor-element.elementor-element-4b65f24&gt;.elementor-shape-bottom .elementor-shape-fill {
    fill: #ffeade;
}

.elementor-16 .elementor-element.elementor-element-4b65f24::before {
    background: linear-gradient(180deg,
            #461f00 17.31%,
            #ce5d00 100%,
            #fff2e6 100%) !important;
}

.elementor-16 .elementor-element.elementor-element-46c7216 .tab-content .card-p a:hover .cta-arrow img {
    filter: brightness(0) saturate(100%) invert(100%) !important;
}

.banner-section-rc {
    background: url(../seoinux-child/assets/img/rc-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 130px 20px;
    color: #000;
    /* Ensure contrast */
    position: relative;
}

@media only screen and (min-width: 1600px) {
    .elementor-16 .elementor-element.elementor-element-c0fceb3 .section-title-wrapper .section-title {
        padding: 0px 270px 0px 270px !important;
    }

    .elementor-element.elementor-element-34c942cb.e-con-full.e-flex.text-reveal-no.e-con.e-child .elementor-element.elementor-element-33a108ee,
    .elementor-element.elementor-element-34c942cb.e-con-full.e-flex.text-reveal-no.e-con.e-child .elementor-element.elementor-element-6bdfeeaf {
        left: 60px !important;
    }

    .elementor-16 .elementor-element.elementor-element-c0fceb3 .section-title-wrapper .section-title {
        max-width: 78%;
        margin-left: auto;
        margin-right: auto;
    }
}

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

    form#mktoForm_9496 .mktoCheckboxList input#emailOptInBoolean+label:after,
    form#mktoForm_9496 .mktoCheckboxList input#consenttoProcessing+label:after {
        top: -56px !important;
    }
}

@media only screen and (max-width: 992px) {
    form#mktoForm_9496 .mktoCheckboxList label[for="emailOptInBoolean"] {
        top: -13px !important;
        left: -18px !important;
    }
}

@media only screen and (max-width: 991px) {
    form#mktoForm_9496 .mktoCheckboxList input#emailOptInBoolean+label:after {
        top: -39px !important;
    }
}

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

    form#mktoForm_9496 label[for="emailOptInBoolean"],
    form#mktoForm_9496 label[for="consenttoProcessing"] {
        padding-top: 2px;
    }

    form#mktoForm_9496 .mktoRequiredField label.mktoLabel[for="emailOptInBoolean"],
    form#mktoForm_9496 label.mktoLabel[for="consenttoProcessing"] {
        padding-left: 36px !important;
    }

    #mktoForm_9496 .mktoCheckboxList input#emailOptInBoolean+label:after {
        top: -28px !important;
    }

    form#mktoForm_9496 .mktoCheckboxList input#emailOptInBoolean+label:after {
        top: -63px !important;
    }

    .section-header-illustration form#mktoForm_9496 button {
        width: 60%;
    }

    .schedule-demo-section .left-section h4 {
        font-size: 35px;
        line-height: 44px;
    }

    .schedule-demo-section .left-section p {
        font-size: 14px;
        line-height: 20px;
    }
}

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

    form#mktoForm_9496 #fullNameEditable,
    form#mktoForm_9496 #Email,
    form#mktoForm_9496 #State,
    form#mktoForm_9496 #Country {
        font-size: 16px;
    }

    form#mktoForm_9496 label[for="emailOptInBoolean"],
    form#mktoForm_9496 label[for="consenttoProcessing"] {
        width: 86% !important;
    }

    form#mktoForm_9496 .mktoButtonRow {
        height: 0px;
    }

    form#mktoForm_9496 input#emailOptInBoolean,
    form#mktoForm_9496 input#consenttoProcessing {
        padding: 7px;
    }

    section.header-section.sub-heading.searchunify-request-demo h1 {
        font-size: 26px;
        line-height: 33px;
    }

    form#mktoForm_9496 input#emailOptInBoolean:checked:after,
    form#mktoForm_9496 input#consenttoProcessing:checked:after {
        top: 0px;
        left: 0px;
    }
}

@media only screen and (max-width: 480px) {
    form#mktoForm_9496 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
        bottom: 74px !important;
    }

    form#mktoForm_9496 .mktoFormRow:nth-child(2) {
        margin-top: 0;
    }

    section.schedule-demo-section {
        margin: 30px 0px 480px;
        background-size: cover;
        padding-left: 0px;
        padding-right: 0px;
    }

    .schedule-demo-section .QA-artcles-section {
        padding: 30px 0px 80px;
    }

    .schedule-demo-section .container .left-section,
    .schedule-demo-section .container .right-section {
        max-width: unset !important;
    }

    .schedule-demo-section .right-section {
        bottom: -430px !important;
    }

    .schedule-demo-section .container .left-section h4 {
        font-size: 38px;
        line-height: 50px;
        color: #ffffff;
    }

    .topics-section .topics-list {
        flex-wrap: wrap;
    }

    .topics-section .card {
        max-width: 42vw;
    }

    .topics-section h4 {
        font-size: 38px;
        line-height: 48px;
    }

    .elementor-element.elementor-element-69ad9377 {
        padding-bottom: 20px !important;
    }
}

@media only screen and (max-width: 452px) {
    #mktoForm_9496 .mktoCheckboxList input#emailOptInBoolean+label:after {
        top: -40px !important;
    }

    form#mktoForm_9496 #fullNameEditable,
    form#mktoForm_9496 #Country,
    form#mktoForm_9496 #Email,
    form#mktoForm_9496 input#Company,
    form#mktoForm_9496 input#Title {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .elementor-element.elementor-element-ce3685b .elementor-widget-container.feature-box-wrapper.feature-box-modern {
        padding: 24px 0px 24px 8px !important;
    }

    .recognition-section .card {
        box-shadow: rgba(99, 99, 99, 0.2) 1px 0px 12px 4px !important;
    }

    sr7-txt#SR7_8_1-22-20 .demo_form_wrapper {
        position: relative;
        left: -80px;
    }

    body:not(.rtl) .elementor-16 .elementor-element.elementor-element-6fcf50c4,
    body:not(.rtl) .elementor-16 .elementor-element.elementor-element-3d3fbe4 {
        left: 34px;
        bottom: -10px;
    }

    .elementor-element.elementor-element-b6e694f .e-con-inner {
        max-width: 1200px;
    }
}

/****Demo Form end*******/

/* podcast-vodcast page css start */
.single-expert_podcast .banner .row {
    min-height: 480px;
}

.single-expert_podcast .author-image img {
    width: 180px;
}

.single-expert_podcast .author-info h5 {
    color: #ffffff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin: unset;
}

.single-expert_podcast .author-info p {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    max-width: 300px;
}

.podcast-section .left-section button a {
    color: #fff;
}

.single-expert_podcast h3.vodcast-title {
    color: #ff7300;
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
}

.single-expert_podcast section.vodcast {
    padding-top: 60px;
}

.single-expert_podcast .vodcast h2 {
    color: #000000;
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
}

.single-expert_podcast .vodcast p,
.single-expert_podcast .vodcast li {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}

.single-expert_podcast .faq-item .question img.toggle-sign {
    position: relative;
    top: -3px;
    margin: unset;
}

.single-expert_podcast .close {
    right: 0px;
    border-radius: 4px;
    top: 0;
}

.single-expert_podcast .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -20px);
}

.single-expert_podcast .close:before,
.close:after {
    display: none;
}

.single-expert_podcast .vodcast .content {
    padding-right: 30px;
}

.single-expert_podcast .vodcast .illustration {
    cursor: pointer;
}

.box-inner.su-tabsSection,
.su__contentTabs-section {
    background-image: url(../seoinux-child/assets/img/exporthub-banner-strip.png);
    background-position: center;
}

.podcast-section {
    position: relative;
}

.podcast-section .container {
    /* height: 100vh; */
    display: flex;
}

.QA-artcles-section .left-section {
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    padding-right: 10px;
}

.podcast-section .right-section::-webkit-scrollbar {
    width: 8px;
}

.podcast-section .right-section::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.podcast-section .right-section::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

/* podcast-vodcast page css end */

/* request demo page css start */

sr7-slide#SR7_8_1-22-20 sr7-mask:nth-of-type(3) {
    margin-top: 96px;
}

.page-id-page-id-91476 ul.nav.wp-menu&gt;li&gt;a {
    color: #fff !important;
}

.page-id-5615 .header-navbar.navbar.elements-3 {
    background: #000;
}

.page-id-5615 .sticky-head.header-sticky ul.nav.wp-menu&gt;li&gt;a {
    color: #fff !important;
}

sr7-txt#SR7_8_1-22-20&gt;p,
sr7-txt#SR7_8_1-22-20&gt;br {
    display: none;
}

sr7-txt#SR7_8_1-22-20 .demo_form_wrapper {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
    max-width: 100%;
}

sr7-txt#SR7_8_1-22-20 .demo_form_wrapper h3 {
    color: #1a1b25;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 126%;
    margin-bottom: 0px;
}

/* request demo page css end */

/* recognition section css */
.recognition-section h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 48px;
    line-height: 126%;
    text-align: center;
    margin-bottom: 20px;
    color: #1a1b25;
    margin-top: 55px;
}

.recognition-section .card {
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    padding: 24px;
    margin: 0px 18px;
    min-height: 414px;
}

.elementor-element.elementor-element-cfcdacc.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded h4.feature-box-title {
    margin-top: -20px !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.elementor-element.elementor-element-395b976.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .cea-button-wrapper {
    margin-top: -30px;
}

.elementor-element.elementor-element-bc0f935.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .cea-button-wrapper {
    margin-top: 0px;
}

.elementor-element.elementor-element-7288ed7.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .cea-button-wrapper {
    margin-top: -24px;
}

.recognition-section .card h5 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000000;
}

.recognition-section .card p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000000;
}

.recognition-section p#slick-slide08,
.recognition-section p.slick-slide.slick-cloned {
    display: none;
}

.recognition-section a {
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid #ff7300;
    background: #ff7300;
    border-radius: 24px;
    min-width: 180px;
    padding: 8px 0px;
    position: absolute;
    bottom: 140px;
    color: #fff;
}

.recognition-section img.logo-recognition {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.recognition-section .slick-dots {
    bottom: -58px;
}

.recognition-section .slick-dots li button:before {
    opacity: 0.75;
    border: 1px solid #0045c2;
    border-radius: 50%;
    color: unset;
    font-size: 10px !important;
    line-height: 17px;
    top: 0px;
    left: 0;
    width: 16px;
    height: 16px;
    padding-right: 2px;
}

.recognition-section .slick-dots li.slick-active button:before {
    background: radial-gradient(circle,
            #0045c2 0%,
            #0045c2 50%,
            transparent 70%);
    transform: scale(1.2);
    animation: burst 0.8s ease-out;
    border: 0;
}

@keyframes burst {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

.recognition-section a br {
    display: none;
}

sr7-shp#SR7_6_1-11-1 {
    background: linear-gradient(180deg,
            rgb(245 212 181) 20%,
            rgba(255, 249, 244, 0.14) 100%) !important;
    /*opacity: 0.5 !important;*/
}

sr7-img#SR7_6_1-11-18,
sr7-img#SR7_15_1-54-18 {
    display: none !important;
}

.elementor-element.elementor-element-cfcdacc.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded .cea-button-wrapper {
    width: 100%;
}

sr7-slide#SR7_8_1-22 {
    background: linear-gradient(180deg,
            rgba(47, 22, 1, 0.9) 14.9%,
            rgba(150, 68, 1, 0.76) 68.27%,
            #fff2e6 100%) !important;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    left: unset !important;
}

.elementor-element.elementor-element-329ad46d .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    left: 0px !important;
    border-radius: 50%;
    padding: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px #0000001f;
}

.elementor-16 .elementor-element.elementor-element-e503fc6:not(.elementor-motion-effects-element-type-background),
.elementor-16 .elementor-element.elementor-element-e503fc6&gt;.elementor-motion-effects-container&gt;.elementor-motion-effects-layer {
    background-color: #ffffff;
}

.elementor-element.elementor-element-b6e694f.cus-section-top.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded {
    background: linear-gradient(180deg, #ffeade 0%, #ffffff 100%) !important;
}

.elementor-element.elementor-element-b6e694f .elementor-widget-container.feature-box-wrapper.feature-box-default {
    border-width: 1px 4px 4px 1px;
    border-color: #fff3ec;
}

.elementor-16 .elementor-element.elementor-element-fef61f7 .feature-box-wrapper .cea-feature-box-img&gt;img,
.elementor-16 .elementor-element.elementor-element-567d4d01 .feature-box-wrapper .cea-feature-box-img&gt;img,
.elementor-16 .elementor-element.elementor-element-6be98893 .feature-box-wrapper .cea-feature-box-img&gt;img,
.elementor-16 .elementor-element.elementor-element-612095f4 .feature-box-wrapper .cea-feature-box-img&gt;img,
.elementor-16 .elementor-element.elementor-element-1d015c53 .feature-box-wrapper .cea-feature-box-img&gt;img,
.elementor-16 .elementor-element.elementor-element-15e4d46 .feature-box-wrapper .cea-feature-box-img&gt;img {
    background-color: unset;
    border-radius: unset;
}

.seoinux-slider-wrapper sr7-module-bg {
    background-color: unset !important;
}

@media (min-width: 768px) {

    .elementor-16 .elementor-element.elementor-element-a3f1103 .elementor-element.elementor-element-f79d41a,
    .elementor-16 .elementor-element.elementor-element-6cf59ea4 .elementor-element.elementor-element-4e5e22da {
        --width: 23% !important;
    }

    .elementor-16 .elementor-element.elementor-element-153b848.elementor-element,
    .elementor-16 .elementor-element.elementor-element-4b9e0afd.elementor-element {
        --align-self: unset !important;
    }
}

ul.nav.wp-menu&gt;li {
    padding: 30px 14px !important;
}

.header-navbar a {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.header-navbar.navbar.elements-3 {
    background: #fff;
}

.footer {
    background-color: #1a1b25;
    color: white;
    padding: 0px 20px 0px 0px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.footer-col h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat";
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-col ul li {
    font-size: 14px;
    color: #cdcdcd;
    margin-bottom: 0px;
    padding: 4px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Poppins";
}

.footer-col p {
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 10px;
}

.footer-col.contact form {
    display: flex;
    margin-top: 10px;
}

footer#site-footer .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    margin-bottom: 0px;
}

.footer-col.contact input[type="email"] {
    padding: 8px;
    border: none;
    border-radius: 4px 0 0 4px;
    flex: 1;
    min-width: 0;
}

.footer-col.contact button {
    padding: 8px 14px;
    border: none;
    background-color: #3b82f6;
    color: white;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.footer-col.contact button:hover {
    background-color: #2563eb;
}

.footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #aaaaaa;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #2c2c3d;
}

.footer-bottom a {
    color: #dddddd;
    text-decoration: none;
}

.footer-col ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-bar {
    background-color: #1a1b25;
    padding: 20px 0px;
    border-top: 1px solid #2c2c3d;
}

.footer-widgets-wrap {
    background-image: none !important;
}

footer.footer .footer-col ul li {
    padding-left: 0px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-content p {
    margin-bottom: 0px;
}

.footer-logo img {
    height: 24px;
    width: auto;
}

.footer-text-links {
    display: ruby;
    flex-direction: column;
    align-items: flex-end;
    color: #b4b9c9;
    font-size: 14px;
    font-weight: 400;
}

.widget-content .footer-bar ul li {
    padding: 0px 0;
}

.widget .footer-bar ul li:last-child {
    margin-left: -15px;
    z-index: 9999999;
}

.widget .footer-bar ul li:last-child {
    margin-left: -15px;
}

.footer-text-links p {
    margin: 0;
    white-space: nowrap;
}

.footer-links {
    list-style: none;
    display: flex;
    gap: 0px;
    padding: 5px 0 0;
    margin: 0;
}

.footer-links li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-widgets-wrap {
    background-color: #1a1b25 !important;
}

.footer-bottom-wrap {
    display: none;
}

.footer-widgets-wrap li a {
    line-height: 24px;
    font-weight: 500;
}

.site-footer .footer-widgets-wrap {
    position: relative;
    padding-top: 70px;
    padding-bottom: 0px;
}

.footer-col.contact p {
    display: inline-flex;
}

.footer-col.contact img {
    margin-right: 12px;
}

.footer-bar .footer-links li a {
    color: #b4b9c9;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-text-links {
        align-items: center;
    }

    .slider-wrapper.custom-slider-container.case-studies-carousel .slick-prev {
        right: 66px !important;
    }
}

sr7-mask {
    width: unset !important;
}

.elementor-16 .elementor-element.elementor-element-5884412 .feature-box-wrapper {
    background-color: #0000002e;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.02);
    position: relative;
    padding-bottom: 20px;
    overflow: visible;
}

.elementor-16 .elementor-element.elementor-element-5884412 .feature-box-wrapper::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d36206;
    z-index: 1000;
}

sr7-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    contain: strict;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    pointer-events: none;
    background-image: url("../../../wp-content/uploads/2025/05/hp-patter-shaded-3.png");
    background-repeat: no-repeat;
}

.site-header .header-navbar .cea-button-link.cea-button .cea-button-text {
    text-transform: initial;
}

.elementor-16 .elementor-element.elementor-element-46c7216 .cea-tab-elementor-widget .cea-tabs&gt;a {
    height: 62px;
    padding: 16px 20px;
}

.elementor-16 .elementor-element.elementor-element-46c7216 .cea-tab-content .cea-tab-pane p:first-child {
    display: none;
}

.suva-chatbot-startChat svg {
    height: auto !important;
    width: auto !important;
}

a.full-search-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #000;
    border-radius: 50%;
    text-decoration: none;
}

.su_autocomplete-block .su__search_section .su__container .su__form-block input#search-box-autocomplete {
    padding-left: 20px;
    background: #ffffff0f;
    height: 55px;
    margin-right: -6px;
    border-right: none;
    border: 1px solid rgba(234, 234, 234, 0.5);
    border-radius: 10px 10px 10px 10px;
    color: var(--light-color);
    border-color: rgb(255 255 255 / 34%);
}

.su_autocomplete-block .su__search_section .su__container .su__form-block input#search-box-autocomplete:focus {
    border-color: rgb(221, 113, 9);
}

.full-search-wrapper .su__app {
    background: rgba(0, 0, 0, 0.95);
}

.su_autocomplete-block .su__bg-blue-grd {
    background-color: transparent !important;
}

#auto .su__search_btn {
    color: #ffffff;
    background-color: #ff7300;
    border-color: #ff7300;
    left: calc(97% - 54px);
    justify-content: center;
    font-weight: 500;
    border-radius: 0px 10px 10px 0px;
}

#auto .su__search_btn svg {
    display: none;
}

#auto .su__search_btn::after {
    content: "Search";
}

.full-search-wrapper #auto {
    position: relative;
    top: 35%;
}

a.full-search-toggle.close {
    top: 25px;
}

.su__input-close {
    right: 7%;
    top: 18px;
}

#fullNameEditable:focus::placeholder {
    opacity: 1 !important;
}

sr7-txt#SR7_6_1-11-25 {
    z-index: 10 !important;
}

.elementor-element.elementor-element-ce3685b .elementor-widget-container.feature-box-wrapper.feature-box-modern {
    background: rgba(0, 0, 0, 0.18);
    border: 2px dashed rgba(255, 255, 255, 0.3);
    box-shadow: none;
    color: #fff;
    opacity: 80%;
}

.elementor-16 .elementor-element.elementor-element-ce3685b .fbox-content {
    font-family: "Poppins";
    font-weight: 400;
}

.ai-sec .elementor-widget-container.feature-box-wrapper.feature-box-modern:before {
    display: none;
}

.elementor-element.elementor-element-5884412.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox {
    border-width: 0px 8px 8px 0px;
    border-style: solid;
    border-color: #d36206;
    border-radius: 22px;
}

.header-topbar.topbar.elements-1 .pull-center {
    margin-left: unset;
    margin-right: unset;
    transform: none;
}

.webinar-banner.su-top-bar {
    color: #2e2e2e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Poppins";
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
}

.webinar-banner.su-top-bar {
    width: auto !important;
}

.webinar-banner.su-top-bar .webinar-label {
    color: #f37021;
    margin-right: 20px;
}

.webinar-banner.su-top-bar .webinar-title {
    flex-grow: 1;
    margin-left: 0px;
    margin-right: 20px;
}

.webinar-banner.su-top-bar .webinar-button {
    border: 1px solid #ff7300;
    background-color: #ff7300;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
    line-height: 20px;
    font-weight: 600;
}

.webinar-banner.su-top-bar .webinar-button::after {
    content: "&gt;";
    /* or use Ã¢â€&nbsp;â€™ or any arrow symbol */
    margin-left: 6px;
    color: #fff;
    /* match the button text color */
    font-weight: bold;
    font-size: 16px;
}

.elementor-element.elementor-element-70ae6e6.e-con-full.cus-top-bottom-shadow.e-flex.text-reveal-no.e-con.e-child .fbox-number {
    font-size: 15px !important;
    font-weight: 400 !important;
}

.elementor-16 .elementor-element.elementor-element-6be98893 .feature-box-wrapper .feature-box-title,
.elementor-16 .elementor-element.elementor-element-567d4d01 .feature-box-wrapper .feature-box-title,
.elementor-16 .elementor-element.elementor-element-612095f4 .feature-box-wrapper .feature-box-title,
.elementor-16 .elementor-element.elementor-element-15e4d46 .feature-box-wrapper .feature-box-title {
    width: 250px;
}

.slider-wrapper .stat span {
    color: #141449;
}

.elementor-16 .elementor-element.elementor-element-572a2bc .cea-button .bi-arrow-up-right::before {
    color: #fff;
}

.elementor-16 .elementor-element.elementor-element-572a2bc .cea-button {
    color: #fff;
}

.cus-section-top.e-con .elementor-widget.elementor-widget:hover .elementor-widget-container.feature-box-wrapper.feature-box-default {
    border-style: solid;
    border-width: 1px 4px 4px 1px;
    border-color: #dd7109;
}

.custom-slider-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 450px;
}

.custom-slide {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.custom-slide.active {
    opacity: 1;
    z-index: 2;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.slider-wrapper .logo-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-wrapper img.logo {
    margin: unset;
}

.slider-wrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #ff7300;
    padding: 8px 18px;
    border-radius: 60px;
}

.slider-wrapper p.desc,
.slider-wrapper p.result {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top: 34px;
}

.slider-wrapper p.desc.btm {
    margin-top: 0px;
}

.slider-wrapper p.result {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}

.slider-wrapper .stats {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.slider-wrapper .stat {
    border-left: 1px solid var(--primary-color-shades-raisinblack-20, #d1d1d3);
    padding-left: 16px;
}

.slider-wrapper .stat span {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 30px;
    line-height: 126%;
}

.slider-wrapper .stat p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #484950;
}

.slider-wrapper {
    margin-left: 0px;
}

.header-navbar {
    line-height: unset !important;
}

ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:first-child {
    margin-top: 24px !important;
    margin-bottom: 20px !important;
}

ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:last-child {
    margin-top: 21px !important;
}

.recognition-section .card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 20px 0px !important;
}

.recognition-section .slick-track {
    padding: 20px 0px;
}

.elementor-16 .elementor-element.begin-sec-boxes&gt;.elementor-widget-container {
    background-color: initial;
    background-image: none;
    background-position: initial;
    background-repeat: initial;
    border-style: initial;
    border-width: initial;
    border-radius: initial;
    margin: 0;
    padding: 0;
}

.elementor-16 .elementor-element.begin-sec-boxes .feature-box-wrapper {
    display: block;
    margin: 0;
    padding: 0;
}

.elementor-16 .elementor-element.begin-sec-boxes .cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .cea-button-wrapper {
    margin-top: 0;
}

.elementor-16 .elementor-element.begin-sec-boxes.e-con {
    --align-self: flex-start;
    min-height: 91px;
}

.elementor-16 .elementor-element.begin-sec-boxes .feature-box-classic {
    border: 0;
}

.elementor-16 .elementor-element.begin-sec-boxes .elementor-widget-container.feature-box-wrapper.feature-box-classic:before {
    display: none;
}

.elementor-16 .elementor-element.begin-sec-boxes.e-con {
    min-height: 0;
}

.elementor-16 .elementor-element .elementor-widget-container.feature-box-wrapper.feature-box-classic {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    background: none;
    margin: 0;
    padding: 0;
}

.elementor-16 .elementor-element.begin-sec-boxes img {
    border-radius: 0;
}

.elementor-16 .elementor-element.begin-sec-boxes {
    padding: 0;
    margin: 0;
}

.elementor-element.elementor-element-cfcdacc.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded h4.feature-box-title {
    margin-top: -20px !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.elementor-element.elementor-element-cfcdacc.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded img {
    border-radius: 0px 0px 0px 0px;
    width: auto !important;
    height: 40px;
}

.elementor-16 .elementor-element.begin-sec-boxes .elementor-element.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded {
    min-height: 0 !important;
}

.elementor-16 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child {
    min-height: 10px !important;
    padding-left: 16px;
    padding-right: 16px;
}

.elementor-16 .elementor-element.begin-sec-boxes .elementor-button span {
    font-size: 14px;
    line-height: 18px;
}

.elementor-16 .elementor-element.ai-sec&gt;.elementor-shape-bottom .elementor-shape-fill {
    fill: #ffeade !important;
}

.elementor-element.elementor-element-89c20e3.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded {
    background: #ffeade;
}

.elementor-element.elementor-element-ce3685b .fbox-content {
    margin-top: -22px;
}

header ul.nav.wp-menu li&gt;ul.sub-menu li.menu-item-connector a {
    color: #ff7300 !important;
    background: transparent;
}

a#back-to-top {
    display: none !important;
}

.elementor-element.elementor-element-ce3685b h4.feature-box-title {
    margin-top: -14px !important;
}

.elementor-16 .elementor-element.elementor-element-44a3ef95 {
    top: -18.003px !important;
}

.elementor-16 .elementor-element.elementor-element-358e1f99 {
    top: -18.003px !important;
}

.slider-wrapper .logo-row img.logo {
    width: 186px;
}

.elementor-element.elementor-element-34c942cb.e-con-full.e-flex.text-reveal-no.e-con.e-child figure {
    margin-bottom: 26px !important;
}

.elementor-16 .elementor-element.elementor-element-e503fc6:not(.elementor-motion-effects-element-type-background),
.elementor-16 .elementor-element.elementor-element-e503fc6&gt;.elementor-motion-effects-container&gt;.elementor-motion-effects-layer {
    background-color: #ffffff;
}

.elementor-element.elementor-element-b6e694f.cus-section-top.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded {
    background: linear-gradient(180deg, #ffeade 0%, #ffffff 100%) !important;
}

/* .elementor-element.elementor-element-5c6a5e46.e-con-full.e-flex.text-reveal-no.e-con.e-child {
background: linear-gradient(180deg,
#ffddc9 0%,
rgba(247, 240, 234, 0) 100%);
} */

.elementor-16 .elementor-element.elementor-element-572a2bc .cea-button:hover {
    background: #000 !important;
}

.recognition-section a:hover {
    background: #000;
    border: 1px solid #000;
}

.elementor-16 .elementor-element.elementor-element-46c7216 .tab-content .card-p a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.all-rc .card a:hover span {
    color: #ff7300;
}

.all-rc .card a:hover .bi-arrow-up-right::before {
    color: #ff7300;
}

.site-header .header-navbar .cea-button-link.cea-button:hover {
    border: 1px solid #000;
}

ul.nav.wp-menu.primary-menu li a {
    font-weight: 500 !important;
}

.elementor-91476 .elementor-element.elementor-element-5860b2bc .testimonial-inner {
    padding: 0px 10px 40px 10px !important;
    border: 1px solid #f2f2f2 !important;
    box-shadow: 0px 0px 25px 0px #0000001f !important;
    border-radius: 12px !important;
}

.elementor-91476 .elementor-element.elementor-element-5860b2bc .post-excerpt {
    text-align: center !important;
    margin-bottom: -22px !important;
}

.elementor-91476 .elementor-element.elementor-element-5860b2bc .post-thumb {
    margin-bottom: 0px;
    max-width: 26% !important;
    position: relative !important;
    top: 58px !important;
}

.elementor-91476 .elementor-element.elementor-element-5860b2bc .post-title-head {
    font-size: 26px !important;
}

.elementor-element.elementor-element-7ed28142.begin-sec-boxes.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded h4.feature-box-title {
    margin-top: -20px !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.elementor-91476 .elementor-element.elementor-element-5860b2bc .testimonial-designation {
    max-width: 70%;
    margin-left: 30%;
    margin-top: -30px;
}

.elementor-element.elementor-element-7ed28142.begin-sec-boxes&gt;.elementor-widget-container {
    background-color: initial;
    background-image: none;
    background-position: initial;
    background-repeat: initial;
    border-style: initial;
    border-width: initial;
    border-radius: initial;
    margin: 0;
    padding: 0;
}

.elementor-element.elementor-element-7ed28142.begin-sec-boxes .feature-box-wrapper {
    display: block;
    margin: 0;
    padding: 0;
}

.elementor-element.elementor-element-7ed28142.begin-sec-boxes .cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .cea-button-wrapper {
    margin-top: 0;
}

.elementor-element.elementor-element-7ed28142.begin-sec-boxes.e-con {
    --align-self: flex-start;
    min-height: 91px;
}

.elementor-element.elementor-element-7ed28142.begin-sec-boxes .feature-box-classic {
    border: 0;
}

.elementor-element.elementor-element-7ed28142.begin-sec-boxes .elementor-widget-container.feature-box-wrapper.feature-box-classic:before {
    display: none;
}

.elementor-element.elementor-element-7ed28142.begin-sec-boxes.e-con {
    min-height: 0;
}

.elementor-element.elementor-element-7ed28142 .elementor-widget-container.feature-box-wrapper.feature-box-classic {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    background: none;
    margin: 0;
    padding: 0;
}

.elementor-element.elementor-element-7ed28142.begin-sec-boxes img {
    border-radius: 0;
}

.elementor-element.begin-sec-boxes {
    padding: 0;
    margin: 0;
}

.elementor-element.elementor-element-7ed28142.elementor-element-cfcdacc.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded h4.feature-box-title {
    margin-top: -20px !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.elementor-element.elementor-element-7ed28142.elementor-element-cfcdacc.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded img {
    border-radius: 0px 0px 0px 0px !important;
    width: auto !important;
    height: 40px !important;
}

.elementor-element.begin-sec-boxes .elementor-element.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded {
    min-height: 0 !important;
}

.elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child {
    min-height: 10px !important;
    padding-left: 15px;
    padding-right: 15px;
}
.elementor-16 .elementor-element.elementor-element-46c7216 .cea-tabs &gt; a:hover .cea-tab-title {
    color: #000 !important;
}
.elementor-element.begin-sec-boxes .elementor-button span {
    font-size: 14px;
    line-height: 18px;
}

.elementor-91476 .elementor-element.elementor-element-5860b2bc .post-title-head {
    font-size: 23px !important;
    text-align: left;
    margin-left: 90px;
    margin-top: -42px;
}

.elementor-91476 .elementor-element.elementor-element-5860b2bc .testimonial-designation .post-designation-head {
    text-transform: none;
    color: var(--e-global-color-text);
    text-align: left;
    line-height: 22px;
}

.elementor-91476 .elementor-element.elementor-element-5860b2bc .testimonial-inner {
    padding: 0px 20px 40px 20px !important;
}

.elementor-91476 .elementor-element.elementor-element-5860b2bc .post-excerpt {
    font-size: 16px !important;
    line-height: 28px !important;
}

.elementor-element.elementor-element-7ed28142.elementor-element-cfcdacc.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded img {
    border-radius: 0px 0px 0px 0px;
    width: auto !important;
    height: 40px;
}

.elementor-element.elementor-element-7ed28142.begin-sec-boxes img {
    border-radius: 0;
    height: 40px;
}

.elementor-91476 .elementor-element.elementor-element-5860b2bc .testimonial-wrapper .testimonial-inner {
    min-height: 620px !important;
}

/* demo page - form update - css start */

sr7-txt#SR7_11_1-34-25,
sr7-txt#SR7_17_1-64-25 {
    background-color: #ffffff !important;
    max-width: 38%;
    text-align: center !important;
    box-shadow: 0px 0px 40px 0px #0000001f;
    border-radius: 10px;
}

sr7-txt#SR7_11_1-34-25 form#mktoForm_4288 {
    margin: auto;
    width: unset !important;
}

sr7-txt#SR7_11_1-34-25 form#mktoForm_4288 .mktoForm .mktoFieldWrap {
    float: unset !important;
    margin: 0px 6px 0px 15px !important;
    font-family: "Montserrat", Arial, sans-serif;
}

.rd-form-main .demo_form_wrapper .mktoForm ::placeholder {
    color: transparent;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFieldWrap {
    width: 100%;
    margin-top: 0px;
}

.rd-form-main .demo_form_wrapper .mktoFormRow_1,
.rd-form-main .demo_form_wrapper .mktoFormRow_2,
.rd-form-main .demo_form_wrapper .mktoFormRow_3,
.rd-form-main .demo_form_wrapper .mktoFormRow_4 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 1% !important;
}

/* Optional: make sure inputs stretch to fit */
.rd-form-main .demo_form_wrapper .mktoFormRow_1 input,
.rd-form-main .demo_form_wrapper .mktoFormRow_2 input,
.rd-form-main .demo_form_wrapper .mktoFormRow_3 input,
.rd-form-main .demo_form_wrapper .mktoFormRow_4 input {
    width: 100% !important;
}

.rd-form-main .demo_form_wrapper .mktoFormRow_1,
.rd-form-main .demo_form_wrapper .mktoFormRow_3 {
    margin-right: 2% !important;
}

/* Make the Topic Ideas field span the full width of the form */
.rd-form-main .demo_form_wrapper .mktoFieldWrap_5 {
    display: block;
    width: 98%;
    margin-top: 10px;
}

/* Make textarea stretch full width with padding */
.rd-form-main .demo_form_wrapper .mktoFieldWrap_5 textarea {
    width: 96% !important;
    /* allow for padding/margin */
    margin-left: 2%;
    margin-right: 2%;
    box-sizing: border-box;
}

form#mktoForm_4288 .rd-form-main .demo_form_wrapper .mktoButtonRow {
    height: auto !important;
}

.rd-form-main .demo_form_wrapper h3 {
    text-align: center;
    margin-left: -10px;
}

form#mktoForm_4288 #fullNameEditable,
form#mktoForm_4288 input#Company,
.rd-form-main #Email,
.rd-form-main .demo_form_wrapper .mktoForm textarea.mktoField,
.rd-form-main .demo_form_wrapper .mktoFormRow_1 input,
.rd-form-main .demo_form_wrapper .mktoFormRow_2 input,
.rd-form-main .demo_form_wrapper .mktoFormRow_3 input,
.rd-form-main .demo_form_wrapper .mktoFormRow_4 input {
    border-radius: 5px !important;
    color: #000 !important;
    border: 1px solid #42506633;
    box-shadow: 0px 2px 4px 0px #4250661a;
    padding: 4px 8px;
}

form#mktoForm_4288 #Country,
form#mktoForm_4288 select#State {
    border-radius: 5px !important;
    color: #000 !important;
    border: 1px solid #42506633;
    box-shadow: 0px 2px 4px 0px #4250661a;
    height: 40px;
    padding: 4px 8px;
}

.rd-form-main .demo_form_wrapper .modal-content {
    border-radius: 16px !important;
    border: none;
}

.rd-form-main .demo_form_wrapper .close:before {
    display: none !important;
}

.rd-form-main .demo_form_wrapper .close:hover {
    content: unset !important;
    color: #fff !important;
}

.rd-form-main .demo_form_wrapper button.close {
    background: #000000 0% 0% no-repeat padding-box !important;
    border-radius: 50% !important;
    font-weight: 300 !important;
}

form#mktoForm_4288 .rd-form-main .demo_form_wrapper .mktoFormRow:nth-child(7) {
    margin-top: 10px !important;
}

form#mktoForm_4288 .rd-form-main .demo_form_wrapper .mktoButtonRow {
    margin-right: 10px !important;
}

.rd-form-main .demo_form_wrapper #commentCapture {
    align-content: center !important;
    padding-left: 10px !important;
}

.rd-form-main .demo_form_wrapper .modal-body {
    padding: 2rem 2rem 3rem 2rem !important;
}

textarea#commentCapture::placeholder {
    font-family: Montserrat, Arial, sans-serif;
}

form#mktoForm_4288 .rd-form-main .demo_form_wrapper .mktoFormRow:nth-child(7) .mktoFormCol {
    margin-left: 8px !important;
}

form#mktoForm_4288 .rd-form-main .demo_form_wrapper .mktoFormRow:nth-child(8) .mktoFieldDescriptor.mktoFormCol {
    margin-left: 7px !important;
}

form#mktoForm_4288 .rd-form-main .demo_form_wrapper .mktoFormRow:nth-child(9) .mktoFieldDescriptor.mktoFormCol {
    margin-left: 7px !important;
}

.rd-form-main .demo_form_wrapper .mktoForm {
    text-align: center !important;
}

.rd-form-main .demo_form_wrapper .mktoFieldWrap.mktoRequiredField.mktoFieldWrap_6 .mktoError {
    bottom: -32px !important;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoFieldWrap_7 .mktoError {
    position: absolute;
    z-index: 99;
    color: #bf0000;
    left: 0;
    max-width: unset !important;
    width: 140px !important;
    bottom: -8px !important;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoError {
    position: absolute;
    z-index: 99;
    color: #bf0000;
    left: 0;
    max-width: fit-content;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoAsterix {
    display: none;
}

.rd-form-main .mktoFieldWrap.mktoRequiredField.mktoFieldWrap_8 .mktoError {
    top: 26px;
}

.rd-form-main .demo_form_wrapper button.mktoButton::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,&lt;svg fill="%23FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"&gt;&lt;path d="M6 2h8v8h-2V5.41L4.7 12.7l-1.4-1.4L10.59 4H6V2z"/&gt;&lt;/svg&gt;');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    vertical-align: middle;
}

.rd-form-main .demo_form_wrapper .mktoForm {
    text-align: center !important;
    width: auto !important;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormCol {
    width: 46%;
    margin: 0px 6px 0px 8px;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    min-height: 1em !important;
}

.rd-form-main .demo_form_wrapper .mktoForm.mktoLayoutAbove .mktoLabel {
    text-align: left;
    font-family: Poppins;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    width: unset !important;
}

.rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_5 {
    margin-top: 10px;
    margin-left: 4px !important;
}

.rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_5 .mktoHtmlText.mktoHasWidth {
    font-family: Poppins;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
}

.rd-form-main .demo_form_wrapper {
    padding: 40px 10px 40px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px #0000001f;
    border-radius: 10px;
}

.rd-form-main .mktoFieldWrap.mktoRequiredField.mktoFieldWrap_8 a {
    color: #ff7300 !important;
}

.rd-form-main .demo_form_wrapper .mktoFormRow_6 .mktoFieldDescriptor.mktoFormCol.mktoFormCol_8 {
    width: 48% !important;
}

.rd-form-main .demo_form_wrapper .mktoFormRow_6 .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
    width: 100% !important;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 200%;
    justify-content: start;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_7 .mktoCheckboxList input[type="checkbox"]:checked+label::before {
    display: none !important;
    content: unset !important;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoRadioList&gt;input,
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoCheckboxList&gt;input {
    padding: 0;
    margin-left: 10px;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoRadioList&gt;label,
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoCheckboxList&gt;label {
    margin-left: 5px;
    margin-top: 6px;
    margin-bottom: 0.3em;
    line-height: 1.2em;
    display: block;
    min-height: 12px;
}

.rd-form-main .demo_form_wrapper .mktoFormRow_7 .mktoFieldDescriptor.mktoFormCol.mktoFormCol_9 {
    width: 100% !important;
}

.rd-form-main .demo_form_wrapper .mktoFieldWrap.mktoRequiredField.mktoFieldWrap_9 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.rd-form-main .demo_form_wrapper .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
    position: relative;
    top: -12px;
    width: 20px;
}

.rd-form-main .demo_form_wrapper .mktoForm input#emailOptInBoolean:focus,
.rd-form-main .demo_form_wrapper .mktoForm input#consenttoProcessing:focus {
    outline: none;
}

.rd-form-main .demo_form_wrapper .mktoForm input#emailOptInBoolean,
.rd-form-main .demo_form_wrapper .mktoForm input#consenttoProcessing {
    display: none;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
.rd-form-main .demo_form_wrapper .mktoForm .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background-color: #ff7300 !important;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.leading-testimonial ul.slick-dots {
    display: none;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoCheckboxList input#emailOptInBoolean+label:after,
.rd-form-main .demo_form_wrapper .mktoForm .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #c1c1c1;
    background-color: #fff !important;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 18px;
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.rd-form-main .demo_form_wrapper label#LblemailOptInBoolean {
    font-family: Poppins;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 16px;
    color: var(--primary-color-shades-raisinblack-60, #76767d);
}

form#mktoForm_4288 button {
    width: auto !important;
    border-radius: 60px !important;
    background-color: #ff7900 !important;
    background-image: unset !important;
    min-width: 100%;
    padding: unset !important;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    padding: 14px 24px !important;
    border-color: #ff3700;
    border: 0;
}

.rd-form-main .demo_form_wrapper .mktoForm span.mktoButtonWrap {
    text-align: center !important;
    margin: unset !important;
}

.rd-form-main .mktoForm .mktoOffset {
    display: none;
}

sr7-shp#SR7_11_1-34-1,
sr7-shp#SR7_17_1-64-1 {
    background: linear-gradient(180deg,
            rgb(245 212 181) 20%,
            rgba(255, 249, 244, 0.14) 100%) !important;
    /* opacity: 0.5 !important; */
}

.rd-form-main .mktoFormRow.mktoFormRow_9 .mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: -10px;
    margin-left: -10px;
}

.rd-form-main form#mktoForm_4288 button:hover {
    background-color: #000000 !important;
}

.rd-form-main .thank-you-text {
    display: block;
    color: #000;
    margin-top: 10%;
    padding: 0 20px;
}

.rd-form-main .thank-you-text p {
    font-size: 14px;
    line-height: 18px;
    height: 100%;
}

.rd-form-main .mktoFormRow.mktoFormRow_9 .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    position: relative;
    top: -10px;
}

.rd-form-main label#LblconsenttoProcessing {
    font-family: Poppins;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 16px;
    color: var(--primary-color-shades-raisinblack-60, #76767d);
}

/* Wrapper for all checkbox buttons */
.rd-form-main .demo_form_wrapper .mktoFormRow_3 {
    width: 46% !important;
    margin-left: -26px;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormCol.mktoFormCol_5,
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormCol.mktoFormCol_6 {
    width: 100% !important;
}

.rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_4 {
    width: 46% !important;
    margin-left: 4px;
}

.rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_5 .mktoFormCol {
    width: 96% !important;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormCol.mktoFormCol_6,
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormCol.mktoFormCol_5 {
    width: 100%;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFieldDescriptor.mktoFormCol.mktoFormCol_9,
.rd-form-main .demo_form_wrapper .mktoForm .mktoFieldDescriptor.mktoFormCol.mktoFormCol_8 {
    width: 100% !important;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_7 .mktoCheckboxList {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 500px;
    width: 100% !important;
    margin-left: -3px;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFieldDescriptor.mktoFormCol.mktoFormCol_9 {
    margin-left: -2px;
}

.elementor-91476 .elementor-element.elementor-element-1ff4555a::before {
    display: none;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow.mktoFormRow_9 .mktoFormCol {
    width: unset !important;
}

/* Hide default checkboxes */
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_7 .mktoCheckboxList input[type="checkbox"] {
    display: none;
}

/* Style labels like buttons */
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_7 .mktoCheckboxList label {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    transition: all 0.3s ease;
    user-select: none;
    margin: unset !important;
    font-weight: 500;
    font-family: "Poppins", Arial, sans-serif;
}

/* Checked state */
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_7 .mktoCheckboxList input[type="checkbox"]:checked+label {
    background-color: #ffe6d2;
    border-color: #ffe6d2;
    color: #141449;
    position: relative;
}

/* Optional checkmark prefix */
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_7 .mktoCheckboxList input[type="checkbox"]:checked+label::before {
    content: "Ã¢Å“â€œ ";
    font-weight: bold;
    margin-right: 4px;
}

sr7-img#SR7_11_1-34-18 {
    display: none !important;
}

.rd-form-main .mktoButtonRow {
    margin-top: 20px !important;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoFieldWrap_7,
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoHtmlText.mktoHasWidth {
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 34px;
}

.rd-form-main .demo_form_wrapper .mktoForm span.apps-interested-in {
    font-weight: 600;
    color: rgb(51, 51, 51);
}

.begin-sec-boxes.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded h4.feature-box-title {
    margin-top: -20px !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.begin-sec-boxes img {
    border-radius: 0;
    height: 40px;
}

.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child {
    min-height: 10px !important;
    border: 0;
}

.elementor-91476 .elementor-element.elementor-element-2cee1658:not(.elementor-motion-effects-element-type-background),
.elementor-91476 .elementor-element.elementor-element-2cee1658&gt;.elementor-motion-effects-container&gt;.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg,
            #fee5d6 0%,
            #fffefe 100%) !important;
}

.elementor-91476 .elementor-element.elementor-element-2cee1658::before {
    display: none;
}

.elementor-91476 .elementor-element.elementor-element-5f48e9e5:not(.elementor-motion-effects-element-type-background) {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ff7503 0%, #fef2e9 100%);
}

.elementor-element.elementor-element-329ad46d.six-blocks.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.enhance-self-service-experience.e-lazyloaded .fbox-content {
    font-family: 'poppins';
}

.recognition-section a {
    font-family: 'poppins';
}

@media only screen and (min-width: 1030px) and (max-width: 1300px) {

    sr7-module#SR7_11_1,
    sr7-slide#SR7_11_1-34,
    sr7-shp#SR7_11_1-34-1,
    sr7-slide#SR7_17_1-64,
    sr7-module#SR7_17_1,
    sr7-shp#SR7_17_1-64-1 {
        height: 1000px !important;
    }
}

@media (max-width: 1024px) {

    sr7-module#SR7_11_1,
    sr7-slide#SR7_11_1-34,
    sr7-shp#SR7_11_1-34-1,
    sr7-slide#SR7_17_1-64,
    sr7-module#SR7_17_1,
    sr7-shp#SR7_17_1-64-1 {
        height: 1000px !important;
    }

    .info-strip {
        font-size: 14px;
        gap: 14px;
        line-height: 16px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    sr7-txt#SR7_11_1-34-25,
    sr7-txt#SR7_17_1-64-25 {
        max-width: 42% !important;
        top: 60px !important;
        left: 570px !important;
    }

    h1#SR7_11_1-34-2,
    h1#SR7_17_1-64-2 {
        margin-left: 12px;
    }

    .rd-form-main .mktoButtonRow {
        margin-top: 20px !important;
    }

    sr7-img#SR7_11_1-34-26 {
        display: none !important;
    }
}

@media (max-width: 992px) {

    sr7-module#SR7_11_1,
    sr7-slide#SR7_11_1-34,
    sr7-shp#SR7_11_1-34-1,
    sr7-slide#SR7_17_1-64,
    sr7-module#SR7_17_1,
    sr7-shp#SR7_17_1-64-1 {
        height: 960px !important;
    }
}

@media (max-width: 768px) {

    sr7-txt#SR7_11_1-34-25,
    sr7-txt#SR7_17_1-64-25 {
        max-width: 50% !important;
        top: 30px !important;
        left: 46% !important;
    }

    .elementor-element.elementor-element-2b16ebc9.e-con-full.e-flex.text-reveal-no.e-con.e-child .feature-box-title {
        margin: 0px 0px 0px 14px;
        margin-bottom: 0px;
        text-align: left;
    }
}

@media (max-width: 760px) and (orientation: landscape) {

    sr7-module#SR7_11_1,
    sr7-slide#SR7_11_1-34,
    sr7-shp#SR7_11_1-34-1,
    sr7-slide#SR7_17_1-64,
    sr7-module#SR7_17_1,
    sr7-shp#SR7_17_1-64-1 {
        height: 1100px !important;
    }

    .rd-form-main .demo_form_wrapper .mktoForm .mktoFormCol {
        width: 95%;
    }
}

@media (max-width: 480px) {
    .elementor-16 .elementor-element.elementor-element-15706df img {
        margin-top: 20px;
    }

    .elementor-element.elementor-element-329ad46d.six-blocks.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.enhance-self-service-experience.e-lazyloaded {
        margin-top: -80px !important;
    }

    .elementor-element.elementor-element-c17bd19.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded {
        margin-top: -51px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    h1#SR7_11_1-34-2,
    h1#SR7_17_1-64-2 {
        max-width: 96%;
        margin: 0 auto;
    }

    sr7-txt#SR7_11_1-34-25,
    sr7-txt#SR7_17_1-64-25 {
        max-width: 100% !important;
        top: 214px !important;
        max-height: 50%;
        left: 6% !important;
    }

    .rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_3 {
        width: 100% !important;
        margin-left: -8px;
    }

    .rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_4 {
        width: 100% !important;
        margin-left: -8px;
    }

    .rd-form-main .demo_form_wrapper .mktoForm .mktoFormCol {
        width: 95%;
    }

    sr7-module#SR7_11_1,
    sr7-slide#SR7_11_1-34,
    sr7-shp#SR7_11_1-34-1,
    sr7-slide#SR7_17_1-64,
    sr7-module#SR7_17_1,
    sr7-shp#SR7_17_1-64-1 {
        height: 1200px !important;
    }

    .rd-form-main .mktoForm .mktoCheckboxList {
        width: 15%;
    }

    .rd-form-main .mktoFormRow.mktoFormRow_9 .mktoFieldWrap {
        gap: 0px;
    }
}

/* demo page - form update - css end */

/* demo page - enterprise section css start */
.leading-testimonial .e-con-inner {
    max-width: 1400px !important;
}

.enterprise-section h3 {
    color: #1a1b25;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 48px;
    line-height: 126%;
    letter-spacing: -3%;
    text-align: center;
    margin-bottom: 30px;
}

.enterprise-section .slick-track {
    display: flex;
    gap: 30px;
    padding: 60px 0px;
}

.enterprise-section .card {
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    box-shadow: 0px 0px 14px 0px #0000001f;
    min-height: 430px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.enterprise-section .slick-center .card {
    transform: scale(1.05);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.enterprise-section .card p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #494949;
}

.enterprise-section .card .profile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.enterprise-section .card img.profile-img {
    height: 80px;
    margin: unset;
}

.enterprise-section .card p.name {
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0%;
    margin-bottom: 6px;
    color: #000000;
}

.enterprise-section .card p.designation {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 0px;
    color: #494949;
}

.enterprise-section .slick-dots li button {
    display: none;
}

.enterprise-section .slick-slide {
    /* transform: scale(0.95);
    transition: transform 0.4s ease; */
    opacity: 0.8;
}

.rc-cta-container {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.rc-cta-container .rc-cta-container-wr {
    display: inline-block;
    text-align: center;
}

.rc-cta-container .cea-button {
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid #ff7300;
    background: #ffffff;
    border-radius: 24px;
    min-width: 180px;
    padding: 8px 0px;
}

.rc-cta-container .cea-button:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.enterprise-section .slick-center {
    transform: scale(1.05);
    opacity: 1;
    z-index: 2;
}

.elementor-element.elementor-element-99534d0.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .media .media-icon-part.align-self-center,
.elementor-element.elementor-element-566736b.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .media .media-icon-part.align-self-center,
.elementor-element.elementor-element-566736b.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .media .media-icon-part.align-self-center,
.elementor-element.elementor-element-a8a7f09.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .media .media-icon-part.align-self-center,
.elementor-element.elementor-element-a3e8e36.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .media .media-icon-part.align-self-center,
.elementor-element.elementor-element-7361a55.cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .media .media-icon-part.align-self-center {
    margin-right: 0px;
}

@media (max-width: 1024px) {
    .enterprise-section {
        margin-top: -50px;
    }

    .elementor-16 .elementor-element.elementor-element-d6d2e1f {
        padding-right: 20px;
    }

    .all-rc .card .content {
        min-height: auto;
    }

    .all-rc .card a.dark-bg-button.cea-button-link.cea-button {
        font-weight: 600;
        color: #000;
        text-decoration: none;
        position: absolute;
        bottom: 0px;
        background: none;
        padding: 0px;
        margin-left: 0px;
    }

    .all-rc .card a.dark-bg-button.cea-button-link.cea-button span.cea-button-text {
        color: #000 !important;
    }

    .all-rc .card a.dark-bg-button.cea-button-link.cea-button span.cea-button-text {
        color: #000 !important;
    }

    .all-rc .card a.dark-bg-button.cea-button-link.cea-button .bi-arrow-up-right::before {
        color: #000 !important;
    }
}

@media only screen and (min-width: 998px) and (max-width: 1030px) {
    .enterprise-section .card {
        min-height: 560px;
    }
}

/* demo page - enterprise section css end */

/* homepage - responsive css */
.elementor-element.elementor-element-5884412 .elementor-widget-container.feature-box-wrapper.feature-box-modern {
    border: unset !important;
    border-radius: 12px;
    opacity: 1;
}

.elementor-element.elementor-element-7660a32c .elementor-widget-container&gt;p:nth-child(1) {
    display: none;
}

ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:first-child {
    padding-right: 30px !important;
}

a.full-search-toggle {
    width: 50px;
    height: 50px;
}

a.full-search-toggle i.bi.bi-search {
    font-size: 20px;
}

ul:last-child {
    align-items: baseline;
}

.header-navbar.navbar.elements-3 ul:last-child {
    align-items: baseline;
    margin-top: -7px;
}

.footer-col {
    margin-left: 20px;
}

.footer-col.contact {
    margin-left: 0px;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {

    .elementor-16 .elementor-element.elementor-element-a3f1103:not(.elementor-motion-effects-element-type-background),
    .elementor-16 .elementor-element.elementor-element-a3f1103&gt;.elementor-motion-effects-container&gt;.elementor-motion-effects-layer {
        background-color: #f6f4f1;
        margin-bottom: 30px;
        padding-bottom: 60px;
    }

    .info-strip {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    sr7-img#SR7_6_1-11-26 {
        display: none !important;
    }

    .recognition-section a {
        bottom: 98px;
    }

    .mobile-menu-wrapper ul.mobile-menu li&gt;a {
        text-transform: capitalize;
        padding: 8px 0;
    }

    ul.mobile-menu li.menu-item-has-children&gt;span {
        right: 0px;
    }

    .mobile-menu-floating a.mobile-menu-toggle {
        right: 22px;
        top: 30px;
    }

    body.mobile-menu-active .mobile-menu-floating&gt;* {
        margin-top: 0px;
    }

    a.full-search-toggle {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 28px;
        height: 28px;
        border: 1px solid #000;
        border-radius: 50%;
        text-decoration: none;
    }

    .header-mobilebar ul.nav.mobilebar a i {
        font-size: 12px;
    }

    a.dark-bg-button.cea-button-link.cea-button {
        background-color: #ff7300;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 12px 20px;
        margin-left: 8px;
    }

    a.dark-bg-button.cea-button-link.cea-button span.cea-button-text {
        color: #ffffff !important;
    }

    a.dark-bg-button.cea-button-link.cea-button .bi-arrow-up-right::before {
        margin-left: 3px;
        color: #ffffff;
        font-weight: 600 !important;
    }
}

@media (max-width: 992px) {
    .elementor-element.elementor-element-4a519cf2 .cea-accordions .card.cea-accordion .card-body {
        padding: 0px 0px 15px !important;
    }

    .elementor-element.elementor-element-2ee4474d.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded .fbox-content {
        margin-bottom: 24px;
    }

    .recognition-section a {
        bottom: 90px;
    }
}

@media (max-width: 768px) {
    .recognition-section a {
        bottom: 98px;
    }

    .footer-col {
        margin-left: 0px;
    }

    .footer-col.contact {
        max-width: 50%;
    }
}

@media (max-width: 760px) and (orientation: landscape) {

    body:not(.rtl) .elementor-16 .elementor-element.elementor-element-6fcf50c4,
    body:not(.rtl) .elementor-16 .elementor-element.elementor-element-3d3fbe4 {
        left: 34%;
    }

    .elementor-16 .elementor-element.elementor-element-0b72a0c .section-title-wrapper .section-title,
    .elementor-16 .elementor-element.elementor-element-0b72a0c .section-description .section-content {
        text-align: center !important;
    }

    .elementor-element.elementor-element-5c6a5e46.e-con-full.e-flex.text-reveal-no.e-con.e-child {
        margin-top: 30px;
    }

    .recognition-section a {
        min-width: 160px;
        left: 16px;
    }

    .elementor-16 .elementor-element.elementor-element-46c7216 .cea-tab-elementor-widget .cea-tabs&gt;a {
        padding: 16px 1px;
    }

    .footer-container {
        display: flex !important;
        flex-direction: column !important;
    }

    .elementor-element.elementor-element-e5d7483 .elementor-element .owl-item {
        min-height: 120px !important;
    }

    .feature-box-inner {
        gap: 0px;
    }

    .elementor-element.elementor-element-2ee4474d {
        padding-bottom: 40px;
    }

    .elementor-element.elementor-element-d508182 {
        margin-bottom: 0px;
    }

    .recognition-section a {
        right: 14px;
    }

    .elementor-16 .elementor-element.begin-sec-boxes .cea-view-default.elementor-widget.elementor-widget-ceafeaturebox .cea-button-wrapper {
        margin-top: 0;
        position: absolute;
        top: 126px;
    }

    .cea-vertical-tab .cea-tab-content {
        width: 70%;
    }

    .cea-vertical-tab .cea-tabs {
        width: 30%;
    }
}

@media (max-width: 480px) {
    .slider-wrapper .stats {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        gap: 40px;
        flex-direction: column;
    }

    .elementor-16 .elementor-element.elementor-element-82d2830 .slider-wrapper {
        margin-left: 0px;
    }

    .elementor-16 .elementor-element.elementor-element-fb0e87a .custom-slider-container {
        height: 590px;
    }

    .elementor-element.elementor-element-7660a32c .elementor-widget-container p:nth-child(1) {
        display: none;
    }

    .recognition-section h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .elementor-element.elementor-element-009cc91 .e-con-inner {
        padding-top: 50px !important;
    }

    .elementor-element.elementor-element-cfcdacc.begin-sec-boxes.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded .e-con-inner {
        padding-bottom: 20px;
    }

    .elementor-16 .elementor-element.elementor-element-46c7216 .tab-content {
        margin-top: 30px !important;
    }

    .footer-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 0px !important;
    }

    body:not(.rtl) .elementor-16 .elementor-element.elementor-element-6fcf50c4,
    body:not(.rtl) .elementor-16 .elementor-element.elementor-element-3d3fbe4 {
        left: 34%;
    }

    .elementor-16 .elementor-element.elementor-element-0b72a0c .section-title-wrapper .section-title,
    .elementor-16 .elementor-element.elementor-element-0b72a0c .section-description .section-content {
        text-align: center !important;
    }

    .elementor-element.elementor-element-5c6a5e46.e-con-full.e-flex.text-reveal-no.e-con.e-child {
        margin-top: 30px;
    }

    .elementor-16 .elementor-element.elementor-element-e5d7483.elementor-element .owl-carousel .owl-stage-outer {
        min-height: 130px;
    }

    .elementor-16 .elementor-element.elementor-element-5728f323 .section-title-wrapper .section-title {
        margin-top: 0px;
    }

    .elementor-16 .elementor-element.elementor-element-5728f323 .section-title-wrapper .section-title {
        font-size: 28px;
        line-height: 34px;
    }

    .elementor-element.elementor-element-2ee4474d.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded .fbox-content {
        text-align: center !important;
        margin-left: 20px;
    }

    .recognition-section a {
        bottom: 110px;
    }

    .elementor-element.elementor-element-329ad46d .feature-box-inner {
        max-width: 100%;
    }

    .info-strip {
        font-size: 20px;
        gap: 6px;
        flex-direction: column;
    }

    .info-strip .divider {
        border-left: unset;
        height: 0px;
        border-bottom: 1px solid #999;
        width: 50%;
        margin: 20px auto;
    }

    .recognition-section .card {
        min-height: 320px;
    }

    .elementor-16 .elementor-element.elementor-element-6cf59ea4:not(.elementor-motion-effects-element-type-background) {
        background-color: #f6f4f1;
        margin: 0px;
    }

    .elementor-element.elementor-element-26083e1a .owl-carousel .owl-stage-outer {
        min-height: 170px;
    }

    .footer-col.contact {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        max-width: unset !important;
        margin-bottom: 20px;
    }

    .footer-col.contact p {
        align-items: flex-start;
    }

    .footer-col.contact img {
        margin-right: 12px;
        margin-top: 4px !important;
    }

    .elementor-16 .elementor-element.elementor-element-51b10e7 .elementor-heading-title {
        line-height: 40px;
    }

    .body .seoinux-content-wrap {
        padding-top: 0;
    }

    .elementor-element.e-con.e-parent {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .elementor-element.e-con.e-parent div,
    .elementor-element.e-con.e-parent section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .elementor-element.e-con.e-parent .e-con-inner {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .elementor-16 .elementor-element.elementor-element-c0fceb3 .section-title-wrapper .section-title {
        padding: 20px 0px 0px 0px;
    }

    .elementor-element.elementor-element-b48e37f.five-blocks.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.leverage-unified-data.e-lazyloaded {
        margin-top: -80px !important;
    }

    .elementor-element.e-con.e-parent .elementor-heading-title,
    .elementor-element.e-con.e-parent .section-title,
    .elementor-element.e-con.e-parent .recognition-section h3,
    .elementor-element.e-con.e-parent .elementor-heading-title,
    .elementor-element.e-con.e-parent h2 {
        font-size: 28px !important;
        line-height: 34px !important;
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .elementor-element.img-logos .owl-item .item .image-grid-inner img {
        height: auto;
        position: unset;
        min-height: 30px !important;
        max-height: 40px;
        margin-top: 6px;
    }

    body #site-content .seoinux-content-wrap {
        padding-top: 0 !important;
    }

    .elementor-element.elementor-element-ce3685b .elementor-widget-container.feature-box-wrapper.feature-box-modern {
        padding: 24px 0px 24px 20px !important;
    }

    .elementor-element.e-con.e-parent div#customer-gif {
        margin: 40px 0 !important;
    }

    .elementor-16 .elementor-element.clients-sec.e-parent&gt;.e-con-inner {
        padding-top: 0px !important;
    }

    .elementor-16 .ai-sec .section-title {
        margin-bottom: 20px !important;
    }

    .five-blocks .fbox-content {
        font-size: 14px !important;
        line-height: 22px;
        padding: 0 0;
    }

    .elementor-element.e-con.e-parent.ai-agents-for-customer-support div.fbox-content {
        padding: 0 20px;
    }

    .searchunify-agentic-ai-architecture&gt;.e-con-inner {
        padding-top: 16px !important;
    }

    .elementor-element.e-con.e-parent div.feature-box-inner h4 {
        font-size: 16px !important;
        line-height: 1.5 !important;
        margin-top: 0 !important;
        margin-bottom: -10px !important;
    }

    .cus-section-top .elementor-element.elementor-element-70ae6e6.e-con-full.cus-top-bottom-shadow.e-flex.text-reveal-no.e-con.e-child .fbox-number {
        font-size: 130px !important;
        margin-top: 20px !important;
    }

    .elementor-element.e-con.e-parent div.e-con-inner {
        padding-top: 0;
    }

    .recognition-section h3,
    .elementor-16 .elementor-element.elementor-element-2087579&gt;.e-con-inner {
        margin-top: 0;
    }

    .ai-agents-for-customer-support h4.feature-box-title {
        font-size: 22px;
        line-height: 24px;
    }

    .featured-resources div.e-con-inner,
    .searchunify-agentic-ai-architecture div.e-con-inner {
        padding-top: 0px;
    }

    .elementor-element .elementor-widget figure.wp-caption {
        margin: 20px 0;
    }

    .enhance-self-service-experience h3.feature-box-title {
        font-size: 22px;
        line-height: 24px;
    }

    .enhance-self-service-experience .elementor-widget-ceafeaturebox {
        margin-bottom: 20px !important;
    }

    .elementor-element.e-parent.industry-recognitions {
        margin-top: -20px !important;
    }

    .elementor-element.e-parent.industry-recognitions .recognition-section .card h5 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .elementor-element.e-parent .all-rc .card .content {
        margin: 20px 0 !important;
    }

    .elementor-element.e-parent .all-rc .card p {
        margin-bottom: 50px;
    }

    .elementor-element.e-con.e-parent div.rc-cta-container {
        margin-top: 20px !important;
    }

    .elementor-element.our-partners {
        margin-top: -50px !important;
    }

    .elementor-element.frequently-asked-questions .section-title-wrapper .section-title {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    .elementor-element.frequently-asked-questions .elementor-heading-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .elementor-element.elementor-widget-ceafeaturebox .feature-box-wrapper.feature-box-default {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        padding: 20px 0 !important;
    }

    .elementor-element.elementor-widget-ceafeaturebox .feature-box-wrapper.feature-box-default .cea-featured-icon {
        padding: 15px !important;
    }

    .elementor-16 .elementor-element.elementor-element-4b5aba52 .feature-box-wrapper {
        margin-bottom: 20px !important;
    }

    .elementor-element.e-con.e-parent.searchunify-agentic-ai-architecture div.e-con-inner {
        padding-top: 10 !important;
    }

    .elementor-element.transform-customer-support-outcomes-to-drive-higher-csat h2 {
        margin-bottom: -60px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    a.full-search-toggle {
        position: relative;
        top: -24px;
    }

    .site-header .header-navbar .cea-button-link.cea-button {
        line-height: 20px;
        padding: 7px 20px 9px;
        font-size: 11px !important;
        top: 10px;
        margin-right: 10px;
    }

    ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:first-child {
        padding-right: 50px !important;
        margin-top: 20px !important;
        margin-bottom: -32px !important;
    }
}

.elementor-element.img-logos .owl-item,
.elementor-element.img-logos .owl-item .item,
.elementor-element.img-logos .owl-item .item .image-grid-inner {
    height: auto;
    min-height: 50px !important;
    overflow: hidden;
}

.elementor-element.img-logos .owl-item .item .image-grid-inner img {
    height: auto;
    position: unset;
    min-height: 40px !important;
}

.elementor-element.img-logos .owl-carousel .owl-stage-outer {
    min-height: 45px;
    padding: 10px 4px;
}

.header-topbar {
    background-color: #000000 !important;
}

.header-topbar strong {
    color: #ff7300;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    vertical-align: middle;
}

.header-topbar .webinar-banner.su-top-bar .webinar-title {
    color: #ffffff;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    vertical-align: middle;
}

.header-topbar .sutopbar.topbar-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26vw;
}

.header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
    max-width: 46vw;
    position: relative;
}

.header-topbar button.webinar-banner-close-button {
    margin-bottom: 5px;
    color: #ffffff !important;
    width: 10px !important;
}

.header-topbar .sutopbar.topbar-slider button.slick-prev.slick-arrow:before {
    color: transparent;
    border: none;
    transform: rotate(269deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.searchunify.com/wp-content/uploads/2025/05/white-arrow-top.svg);
}

.header-topbar .sutopbar.topbar-slider button.slick-next.slick-arrow:before {
    color: transparent;
    border: none;
    transform: rotate(90deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.searchunify.com/wp-content/uploads/2025/05/white-arrow-top.svg);
}

.header-topbar .sutopbar.topbar-slider button.slick-prev.slick-arrow:hover:before {
    color: transparent;
    border: none;
    transform: rotate(90deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.searchunify.com/wp-content/uploads/2025/05/orange-arrow.svg);
}

.header-topbar .sutopbar.topbar-slider button.slick-next.slick-arrow:hover:before {
    color: transparent;
    border: none;
    transform: rotate(269deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.searchunify.com/wp-content/uploads/2025/05/orange-arrow.svg);
}

.header-topbar .slick-next:before,
.header-topbar .slick-prev:before {
    position: absolute;
    color: #ffffff;
    rotate: 90deg;
    border: 1px solid #ff7300;
    border-radius: 50%;
    top: -2px;
    padding: 4px;
    font-size: 18px;
}

.header-topbar .slick-next:before {
    right: -25vw;
}

.header-topbar .slick-prev:before {
    left: 70.4vw;
}

.custom-slider-container .custom-slide.active {
    opacity: 1;
    z-index: 2;
    gap: 30px;
}

.custom-slider-container .custom-slide {
    display: flex;
    align-items: flex-start;
}

.custom-slider-container.case-studies-carousel .custom-slide {
    position: relative;
    opacity: 1;
}

.custom-slider-container .slider-right-area {
    max-width: 60%;
}

.custom-slider-container a.prev,
.custom-slider-container a.next {
    z-index: 9;
    top: unset;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    margin-top: -22px;
    color: white;
    user-select: none;
}

.custom-slider-container a.prev {
    left: 44%;
}

.custom-slider-container a.next {
    right: 44%;
}

.custom-slider-container .slide .slider-left-area img {
    max-width: 460px;
}

.custom-slider-container a.prev:hover,
.custom-slider-container a.next:hover {
    color: #ff7300;
    background-color: #ffffff !important;
    border: 2px solid #ff7300;
}

.elementor-element.elementor-element-69ad9377 {
    padding-bottom: 40px;
}

.footer-bar .footer-content p {
    font-size: 14px;
    font-weight: 400;
    color: #b4b9c9;
}

@media only screen and (max-width: 1300px) {
    .image-grid-wrapper.image-grid-2 .cea-carousel .image-grid-inner img.test {
        content: unset !important;
    }
}

@media only screen and (min-width: 768px) {
    .elementor-16 .elementor-element.elementor-element-425ea56b {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .custom-slider-container .custom-slide.active {
        align-items: flex-start;
        gap: 20px;
    }

    .custom-slider-container a.prev,
    .custom-slider-container a.next {
        bottom: -210px;
    }

    .elementor-element.elementor-element-69ad9377 {
        padding-bottom: 250px;
    }

    .custom-slider-container a.next {
        right: 42%;
    }

    .custom-slider-container a.prev {
        left: 42%;
    }

    .footer-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 0px !important;
    }
}

@media only screen and (max-width: 480px) {
    .custom-slider-container .custom-slide.active {
        flex-direction: column;
    }

    .slider-wrapper img.logo {
        margin: auto;
        max-width: 50%;
    }

    .custom-slider-container .slider-right-area {
        max-width: 100%;
    }

    .custom-slider-container a.prev,
    .custom-slider-container a.next {
        z-index: 9;
        top: unset;
        bottom: -420px;
    }

    .custom-slider-container a.next {
        right: 36%;
    }

    .custom-slider-container a.prev {
        left: 36%;
    }

    .elementor-element.elementor-element-69ad9377 {
        padding-bottom: 470px;
    }
}

@media only screen and (max-width: 1400px) {
    .header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
        max-width: 60vw;
    }

    .header-topbar .slick-prev:before {
        left: 83vw;
    }

    .header-topbar .slick-next:before {
        right: -24vw;
    }
}

@media only screen and (max-width: 1024px) {
    .header-topbar .sutopbar.topbar-slider {
        gap: 10vw;
    }

    .header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
        max-width: 70vw;
    }

    .header-topbar .slick-prev:before {
        left: 76vw;
    }

    .header-topbar .slick-next:before {
        right: -8vw;
    }

    .header-topbar {
        display: none;
    }
}

@media only screen and (max-width: 1536px) {
    .header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
        max-width: 48vw;
    }

    .header-topbar .slick-prev:before {
        left: 73vw;
    }
}

@media only screen and (max-width: 1472px) {
    .header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
        max-width: 61vw !important;
    }

    .header-topbar .slick-prev:before {
        left: 86vw;
    }
}

@media only screen and (max-width: 1414px) {
    .header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
        max-width: 52vw;
    }
}

@media only screen and (max-width: 1200px) {
    .header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
        max-width: 62vw;
    }

    .header-topbar .slick-prev:before {
        left: 85vw;
    }
}

@media only screen and (max-width: 1400px) {
    .header-topbar .slick-prev:before {
        left: 85vw;
    }
}

@media only screen and (max-width: 1161px) {
    .header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
        max-width: 68vw !important;
    }

    .header-topbar .slick-prev:before {
        left: 90vw;
    }
}

@media only screen and (max-width: 1140px) {
    .header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
        max-width: 66vw;
    }
}

@media only screen and (max-width: 1080px) {
    .header-topbar {
        display: none;
    }
}

@media only screen and (max-width: 1070px) {
    .header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
        max-width: 70vw;
    }

    .header-topbar .slick-prev:before {
        left: 90vw;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1040px) {
    .header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
        max-width: 67vw !important;
    }

    .header-topbar {
        display: none !important;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1040px) and (-webkit-touch-callout: none) {
    .header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
        max-width: 67vw !important;
    }

    .header-topbar {
        display: none !important;
    }
}

.footer-container .social-logo {
    display: flex;
    gap: 10px;
}

.footer-container .social-logo svg {
    margin: 0px;
    align-self: center;
    width: 30px;
    height: 30px;
}

.footer-container .social-logo svg path,
.footer-container .social-logo svg g path {
    transition: fill 0.3s ease;
}

.footer-container .social-logo a:hover svg&gt;path:first-child {
    fill: #ff7300;
}

.footer-container .social-logo a:hover svg path:not(:first-child) {
    fill: white;
}

.footer-container .social-logo a:hover svg g path {
    fill: white;
}

.elementor-16 .elementor-element.elementor-element-7288ed7 .feature-box-title,
.elementor-16 .elementor-element.elementor-element-395b976 .feature-box-title {
    margin-bottom: 0 !important;
}

.elementor-element.cus-section-top.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent {
    background-image: linear-gradient(180deg,
            #ffeade 20%,
            #ffffff 100%) !important;
}

/* AI transformation section responsive css update - Home and Demo page */

.feature-box-inner {
    justify-content: space-between !important;
    min-height: 214px;
}

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

    .elementor-16 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child,
    .elementor-16 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child:hover,
    .elementor-91476 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child,
    .elementor-91476 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child:hover {
        background: linear-gradient(180deg,
                #f6f4f1 20%,
                #ff7300 100%) !important;
        padding: 30px 12px !important;
        text-align: center;
    }

    .feature-box-inner {
        min-height: 160px;
    }
}

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

    .elementor-16 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child,
    .elementor-16 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child:hover,
    .elementor-91476 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child,
    .elementor-91476 .elementor-element.begin-sec-boxes .elementor-element.e-con-full.cus-hover-eft2.e-flex.text-reveal-no.e-con.e-child:hover {
        padding: 30px 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .feature-box-inner {
        min-height: 160px;
    }
}

.custom-slider-container.case-studies-carousel .custom-slide {
    position: relative !important;
    opacity: 1 !important;
}

.custom-slider-container.case-studies-carousel .custom-slide {
    gap: 30px !important;
    justify-content: space-between;
}

.custom-slider-container.case-studies-carousel .slick-next,
.custom-slider-container.case-studies-carousel .slick-prev {
    display: flex;
    align-items: center;
    font-family: Poppins;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    background-color: #ff7300;
    padding: 20px 20px;
    border-radius: 7px;
    right: 0;
}

.custom-slider-container.case-studies-carousel .slick-next::before {
    font-family: "slick";
    font-size: 20px;
    bottom: 9px;
    line-height: 1;
    position: absolute;
    left: 8px;
    opacity: 1;
    text-align: center;
    transform: rotate(310deg) !important;
    color: white;
    -webkit-font-smoothing: antialiased;
}

.custom-slider-container.case-studies-carousel .slick-prev {
    right: 50px !important;
    left: unset !important;
}

.custom-slider-container.case-studies-carousel .slick-prev::before {
    position: absolute;
    transform: rotate(51deg);
    left: 7px;
    font-size: 20px;
    bottom: 5px;
    opacity: 1;
    top: 8px;
}

.custom-slider-container.case-studies-carousel .slick-prev,
.custom-slider-container.case-studies-carousel .slick-next {
    top: unset;
    bottom: 12% !important;
    z-index: 9;
}

.slider-wrapper .stats {
    max-width: 520px;
}

.footer-col.contact h4:nth-child(2) {
    margin-top: 16px;
}

.elementor-16 .begin-sec-boxes .feature-box-inner,
.begin-sec-boxes .feature-box-inner {
    justify-content: space-between !important;
    min-height: 160px;
    align-items: baseline;
    gap: 30px;
}

li.footer-link-bar {
    display: contents;
}

li.footer-link-bar a {
    padding: 0px 10px !important;
}

li.footer-link-bar:not(:last-child) a {
    border-right: 1px solid #b4b9c9 !important;
    padding: 0px 10px !important;
}

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

    .elementor-16 .begin-sec-boxes .feature-box-inner,
    .begin-sec-boxes .feature-box-inner {
        min-height: 216px;
    }
}

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

    .elementor-16 .begin-sec-boxes .feature-box-inner,
    .begin-sec-boxes .feature-box-inner {
        min-height: 300px;
    }

    .elementor-16 .begin-sec-boxes .feature-box-inner h4.feature-box-title,
    .begin-sec-boxes .feature-box-inner h4.feature-box-title {
        font-size: 20px;
        line-height: 30px;
    }

    .begin-sec-boxes .feature-box-inner .elementor-button span {
        font-size: 12px;
        line-height: 18px;
    }
}

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

    .elementor-16 .begin-sec-boxes .feature-box-inner,
    .begin-sec-boxes .feature-box-inner {
        min-height: 140px;
    }
}

@media only screen and (max-width: 1042px) {
    .begin-sec-boxes .feature-box-inner {
        min-height: 216px;
    }
}

@media only screen and (max-width: 992px) {
    .begin-sec-boxes .feature-box-inner {
        min-height: 250px;
    }

    .begin-sec-boxes .feature-box-inner h4.feature-box-title {
        font-size: 20px;
        line-height: 30px;
    }

    .begin-sec-boxes .feature-box-inner .elementor-button span {
        font-size: 12px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .begin-sec-boxes .feature-box-inner {
        min-height: 140px;
    }
    .begin-sec-boxes img {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .slider-wrapper.custom-slider-container.case-studies-carousel .stats {
        max-width: 500px;
    }

    .elementor-element.elementor-element-69ad9377 {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    .custom-slider-container.case-studies-carousel {
        height: auto;
    }

    .custom-slider-container.case-studies-carousel .custom-slide {
        flex-direction: column;
    }

    .custom-slider-container.case-studies-carousel .slider-right-area {
        max-width: 100%;
    }

    .slider-wrapper.custom-slider-container.case-studies-carousel .slick-next {
        right: 20px;
        bottom: 12px !important;
    }

    .slider-wrapper.custom-slider-container.case-studies-carousel .slick-prev {
        bottom: 12px !important;
    }

    .slider-wrapper.custom-slider-container.case-studies-carousel .slider-left-area {
        width: 100%;
    }

    .custom-slider-container .slide .slider-left-area img {
        margin: auto;
    }

    .five-blocks .feature-box-title {
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: -0.2px;
    }

    .five-blocks .fbox-content {
        font-size: 12px !important;
        font-weight: 500;
        font-family: "Montserrat";
        line-height: 19px !important;
    }

    .elementor-16 .elementor-element.elementor-element-46c7216 .cea-tab-elementor-widget .cea-tabs&gt;a {
        padding: 16px 14px !important;
    }
}

@media (max-width: 480px) {
    .slider-wrapper .logo-row {
        flex-direction: column;
        gap: 15px;
    }

    .slider-wrapper img.logo {
        max-width: 92% !important;
    }

    .slider-wrapper.custom-slider-container.case-studies-carousel {
        margin-left: 10px;
    }
}

.rd-form-main .demo_form_wrapper .mktoForm.mktoLayoutAbove .mktoLabel {
    margin-bottom: 10px;
}

/* Hide default checkboxes */
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoCheckboxList input[type="checkbox"] {
    display: none;
}

/* Style labels like buttons */
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoCheckboxList label {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #2c3e50;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    background-color: #fff;
    color: #494949;
    transition: all 0.3s ease;
    user-select: none;
    margin: unset !important;
    font-weight: 500;
    font-family: "Poppins", Arial, sans-serif;
}

/* Checked state */
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoCheckboxList input[type="checkbox"]:checked+label {
    background-color: #ffe6d2;
    border-color: #141449;
    color: #141449;
    position: relative;
}

/* Optional checkmark prefix */
.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoCheckboxList input[type="checkbox"]:checked+label::before {
    content: "âœ“";
    font-weight: bold;
    margin-right: 4px;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoCheckboxList {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 500px;
    width: 100% !important;
    margin-left: -3px;
}

.rd-form-main .demo_form_wrapper .mktoFormRow_6 .mktoFieldDescriptor.mktoFormCol.mktoFormCol_9 {
    width: 100% !important;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_6 .mktoFieldWrap_7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rd-form-main .mktoFieldWrap.mktoRequiredField.mktoFieldWrap_8 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 10px;
}

.rd-form-main .demo_form_wrapper .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
    width: 20px !important;
}

.rd-form-main .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired.mktoValid {
    max-width: 40px;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_7 .mktoCheckboxList input[type="checkbox"]:checked+label {
    background-color: transparent !important;
    border-color: transparent !important;
    color: transparent !important;
    position: relative;
    top: -6px;
    left: -5px;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoCheckboxList input#consenttoProcessing+label:after {
    top: 4px !important;
}

.rd-form-main .demo_form_wrapper .mktoForm .mktoFormRow_7 .mktoCheckboxList label {
    border: 1px solid transparent;
    background-color: transparent;
    color: transparent;
}

.rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_8 .mktoFormCol {
    width: 100%;
}

.rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_8 .mktoFormCol {
    width: 96%;
}

.rd-form-main #LblconsenttoProcessing {
    display: flex;
    gap: 5px;
    margin-left: 36px;
}

.rd-form-main #LblconsenttoProcessing:after {
    margin-left: 6px;
}

.rd-form-main .mktoButtonRow {
    margin-top: 0px !important;
}

.rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_6 .mktoFormCol {
    width: 50%;
}

.five-blocks .fbox-content {
    font-family: "poppins" !important;
}

@media only screen and (max-width: 1440px) {
    .rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_6 .mktoFormCol {
        width: 48%;
    }
}

@media only screen and (max-width: 992px) {
    .rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_5 {
        margin-left: 0px !important;
    }

    .rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_5 .mktoFormCol {
        width: 94% !important;
    }
}

@media only screen and (max-width: 768px) {
    .rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_6 .mktoFormCol {
        width: 52% !important;
    }

    .rd-form-main .demo_form_wrapper .mktoFormRow_6 .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
        min-width: 180% !important;
    }
}

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

    sr7-module#SR7_11_1,
    sr7-slide#SR7_11_1-34,
    sr7-shp#SR7_11_1-34-1,
    sr7-slide#SR7_17_1-64,
    sr7-module#SR7_17_1,
    sr7-shp#SR7_17_1-64-1 {
        height: 1370px !important;
    }

    .seoinux-slider-wrapper sr7-module#SR7_15_1 {
        min-height: 800px !important;
    }

    .rd-form-main .demo_form_wrapper .mktoFormRow.mktoFormRow_6 .mktoFormCol {
        width: 60% !important;
    }
}

@media only screen and (max-width: 1472px) {
    .header-topbar .sutopbar.topbar-wrapper.slick-initialized.slick-slider.slick-vertical {
        max-width: 54vw;
    }
}

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

    .begin-sec-boxes .feature-box-inner,
    .begin-sec-boxes .feature-box-inner {
        min-height: 206px;
    }

    .begin-sec-boxes.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent .feature-box-wrapper .feature-box-title {
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }
}

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

    .begin-sec-boxes .feature-box-inner,
    .begin-sec-boxes .feature-box-inner {
        min-height: 250px !important;
    }

    .begin-sec-boxes .feature-box-inner h4.feature-box-title,
    .begin-sec-boxes .feature-box-inner h4.feature-box-title {
        font-size: 20px;
        line-height: 30px;
    }

    .begin-sec-boxes .feature-box-inner .elementor-button span,
    .begin-sec-boxes .feature-box-inner .elementor-button span {
        font-size: 12px;
        line-height: 18px;
    }
}

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

    .begin-sec-boxes .feature-box-inner,
    .begin-sec-boxes .feature-box-inner {
        min-height: 140px !important;
    }

    .elementor-element.elementor-element-cfcdacc.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded h4.feature-box-title {
        margin-top: 0px !important;
    }

    .elementor-element.elementor-element-cfcdacc.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded .cea-button-wrapper {
        text-align: left;
    }

    .elementor-element.elementor-element-cfcdacc.begin-sec-boxes.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.experience-ai-in-action-to-discover-how-our-ai-agents-streamline-complex-workflows-effortlessly.e-lazyloaded {
        margin-top: -50px !important;
        padding-top: 0px !important;
    }

    .elementor-element.elementor-element-d6d2e1f.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.\37 -game-changing-customer-experience-trends-to-watch.e-lazyloaded {
        margin-top: -22px !important;
        padding-top: 0px !important;
    }

    .elementor-16 .elementor-element.elementor-element-78445443 .section-title-wrapper .section-title {
        padding: 0px !important;
    }

    .elementor-element.elementor-element-85b4b8c.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent.e-lazyloaded {
        margin-top: -50px !important;
        padding-top: 0px !important;
    }
}

.elementor-widget-container.feature-box-wrapper.feature-box-classic {
    padding-bottom: 0px !important;
}

.begin-sec-boxes .feature-box-inner {
    justify-content: space-between !important;
    min-height: 160px;
    align-items: baseline;
    gap: 0px;
    display: flex;
    flex-direction: column;
    max-width: 94%;
    position: relative;
}

.begin-sec-boxes .feature-box-inner .feature-box-title {
    margin-bottom: 0px !important;
    letter-spacing: 0px !important;
}

.elementor-element.begin-sec-boxes .cea-button-wrapper {
    margin-top: 0;
}

sr7-shp#SR7_15_1-54-1 {
    background: linear-gradient(180deg,
            rgb(245 212 181) 20%,
            rgba(255, 249, 244, 0.14) 100%) !important;
}

.cus-section-top .fbox-number:after {
    content: ".";
    position: absolute;
    top: -39px;
    left: 11px;
}

.cus-section-top .elementor-element.elementor-element-70ae6e6.e-con-full.cus-top-bottom-shadow.e-flex.text-reveal-no.e-con.e-child .fbox-number {
    font-size: 130px !important;
}

.five-blocks h4.feature-box-title,
.six-blocks h3.feature-box-title {
    margin-bottom: 0;
    max-width: 94%;
}

@media only screen and (min-width: 912px) {
    .elements-3&gt;div&gt;ul.pull-center.justify-content-center {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 992px) and (orientation: landscape) {
    .recognition-section .card {
        min-height: 450px;
        margin: 0px 10px;
    }
    .recognition-section a {
        left: 12px;
    }

    .recognition-section a {
        font-size: 14px !important;
        min-width: unset !important;
        padding: 8px 12px !important;
    }

    .slider-wrapper.custom-slider-container.case-studies-carousel .slick-prev {
        right: 66px !important;
    }

    .seoinux-slider-wrapper sr7-txt#SR7_15_1-54-25.sr7-layer {
        top: 53% !important;
    }

    .footer-col {
        margin-left: 0px !important;
    }

    .mktoForm div,
    .mktoForm span,
    .mktoForm label,
    .mktoForm p {
        padding-right: 5px;
    }

    .rd-form-main .demo_form_wrapper .mktoForm .mktoFormCol {
        width: 94%;
    }

    sr7-txt#SR7_11_1-34-25,
    sr7-txt#SR7_17_1-64-25 {
        left: 425px !important;
    }
}

@media only screen and (max-width: 1300px) {
    sr7-txt#SR7_15_1-54-25.sr7-layer {
        top: 63% !important;
    }
}

@media only screen and (max-width: 992px) {
    sr7-slide#SR7_15_1-54 .calendly-container h2 {
        font-size: 36px;
        line-height: 44px;
    }

    sr7-slide#SR7_15_1-54 .calandly-thank-you h3 {
        font-size: 22px;
        line-height: 22px;
    }

    sr7-txt#SR7_15_1-54-25.sr7-layer {
        top: 51% !important;
    }
}

@media only screen and (max-width: 768px) {
    sr7-txt#SR7_15_1-54-25.sr7-layer {
        top: 55% !important;
        min-width: 100vw !important;
    }
}

@media only screen and (max-width: 480px) {
    sr7-txt#SR7_15_1-54-25.sr7-layer {
        top: 58% !important;
        min-width: unset !important;
        max-width: 100%;
    }

    sr7-slide#SR7_15_1-54 .calendly-container h2 {
        font-size: 24px;
    }

    sr7-slide#SR7_15_1-54 .calandly-thank-you h3 {
        font-size: 18px;
        line-height: 26px;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .header-mobilebar ul.nav.mobilebar a i.bi-list {
        font-size: 25px !important;
    }

    .elementor-91476 .elementor-element.elementor-element-41ea8652 {
        margin-bottom: unset !important;
    }

    .elementor-95447 .elementor-element.elementor-element-41ea8652&gt;.elementor-widget-container {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .site-footer .footer-widgets-wrap .container {
        max-width: 1320px;
    }
}

@media only screen and (min-width: 1024px) {
    .elementor-element.security-sec {
        margin-left: -30px;
    }

    .elementor-16 .elementor-element.elementor-element-f07ca32 .feature-box-title {
        margin: 7px 0px 0px 0px !important;
    }

    .elementor-16 .elementor-element.elementor-element-329fcc0 .feature-box-title {
        margin: 14px 0px 0px 0px !important;
    }

    .elementor-16 .elementor-element.elementor-element-f07ca32 .fbox-content,
    .elementor-16 .elementor-element.elementor-element-329fcc0 .fbox-content,
    .elementor-16 .elementor-element.elementor-element-4f0e538 .fbox-content {
        margin-top: 3px;
    }
}

.site-footer .footer-widgets-wrap:after {
    content: unset !important;
}

@media only screen and (min-width: 1020px) and (max-width: 1300px) {
    .custom-slider-container {
        height: 540px !important;
    }

    .custom-slider-container.case-studies-carousel .slick-prev,
    .custom-slider-container.case-studies-carousel .slick-next {
        bottom: 10% !important;
    }

    .custom-slider-container {
        height: 540px !important;
    }

    .header-mobilebar.navbar&gt;.container ul:last-child {
        margin-bottom: -40px;
    }

    .header-mobilebar ul.nav.mobilebar a i.bi-list {
        font-size: 40px;
    }

    .slider-wrapper.custom-slider-container.case-studies-carousel .stats {
        max-width: 75%;
    }

    .elementor-91476 .elementor-element.elementor-element-4d7c444e {
        padding-right: 20px;
    }
}

sr7-img#SR7_16_1-59-18 {
    z-index: 12 !important;
    display: none !important;
}

sr7-module {
    cursor: unset !important;
}

.rd-form-main .mktoFormRow.mktoFormRow_6 label#Lblnew_interestedin {
    font-size: 13px !important;
    font-weight: 700 !important;
}

@media only screen and (max-width: 1440px) {
    .sc-modal-overlay {
        bottom: 120px !important;
    }

    .modal-header {
        padding: 12px 12px !important;
    }

    .modal-actions {
        padding: 12px 12px !important;
    }
}

@media only screen and (max-width: 992px) {
    .close-button {
        top: -30px !important;
        right: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .modal-header {
        padding: 10px 8px !important;
        text-align: center !important;
    }

    .modal-actions {
        padding: 8px 10px !important;
        gap: 8px !important;
    }

    .modal-actions a {
        padding: 8px 10px !important;
    }
}

@media (max-width: 600px) {
    #cookieConsentBannerContainer.visible {
        max-width: 54% !important;
    }
}

@media only screen and (max-width: 480px) {
    .sc-modal-overlay {
        max-width: 44% !important;
        right: 10px !important;
        bottom: 92px !important;
    }

    #cookieConsentBannerContainer.visible {
        max-width: 48% !important;
    }
}

/* suva ui correction */
#searchUnifyChatbot .suva-left-img {
    position: relative !important;
    margin: unset !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {

    .site-footer .container,
    .e-con-inner,
    .leading-testimonial .e-con-inner {
        max-width: 80vw !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .elementor-element.elementor-element-4d7c444e.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent .e-con-inner {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .site-footer .footer,
    .site-footer .container {
        padding-left: 0;
        padding-right: 0;
    }

    .site-footer .footer {
        padding: 0;
    }

    .five-blocks.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent .elementor-element.elementor-absolute.elementor-hidden-tablet.elementor-hidden-mobile.elementor-widget.elementor-widget-image {
        left: 8px;
        width: 93%;
    }

    .elementor-16 .elementor-element.elementor-element-78445443 .section-title-wrapper .section-title,
    .elementor-91476 .elementor-element.elementor-element-4265c5de .section-title-wrapper .section-title {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .elementor-16 .elementor-element.elementor-element-4bd181ef .elementor-heading-title,
    .elementor-91476 .elementor-element.elementor-element-d9b0672 .elementor-heading-title {
        line-height: 28px !important;
        font-size: 26px !important;
    }

    .elementor-16 .elementor-element.elementor-element-23c6ad95 .feature-box-wrapper .feature-box-title,
    .elementor-16 .elementor-element.elementor-element-4b5aba52 .feature-box-wrapper .feature-box-title,
    .elementor-91476 .elementor-element.elementor-element-79dcb13a .feature-box-wrapper .feature-box-title,
    .elementor-91476 .elementor-element.elementor-element-51a99636 .feature-box-wrapper .feature-box-title {
        font-size: 22px !important;
    }

    .elementor-16 .elementor-element.elementor-element-76879d2 .section-title-wrapper .section-title,
    .elementor-16 .elementor-element.elementor-element-aa07078 .section-title-wrapper .section-title,
    .recognition-section h3,
    .elementor-16 .elementor-element.elementor-element-31837e72 .section-title-wrapper .section-title,
    .elementor-16 .elementor-element.elementor-element-7f2937ef .section-title-wrapper .section-title,
    .elementor-16 .elementor-element.elementor-element-51b10e7 .elementor-heading-title,
    .elementor-16 .elementor-element.elementor-element-0b72a0c .section-title-wrapper .section-title,
    .elementor-16 .elementor-element.elementor-element-c0fceb3 .section-title-wrapper .section-title,
    .elementor-16 .elementor-element.elementor-element-5728f323 .section-title-wrapper .section-title {
        font-size: 38px !important;
        line-height: 48px !important;
    }

    .elementor-16 .elementor-element.elementor-element-c0fceb3 .section-title-wrapper .section-title {
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
    }

    .elementor-16 .elementor-element.elementor-element-7f2937ef .section-title-wrapper .section-title {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .begin-sec-boxes .feature-box-inner .feature-box-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .elementor-16 .begin-sec-boxes .feature-box-inner,
    .begin-sec-boxes .feature-box-inner {
        gap: 18px !important;
    }

    .recognition-section .card {
        margin: 0px 10px !important;
        min-height: 330px !important;
    }

    .recognition-section .card p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .recognition-section img.logo-recognition {
        left: 21%;
        max-width: 150px;
    }

    .recognition-section a {
        bottom: 100px;
    }

    .custom-slider-container.case-studies-carousel .slick-prev,
    .custom-slider-container.case-studies-carousel .slick-next {
        bottom: 5% !important;
    }

    .custom-slider-container.case-studies-carousel .custom-slide {
        gap: 20px !important;
    }

    .custom-slider-container .slide .slider-left-area img {
        max-width: 95% !important;
    }

    .slider-wrapper p.desc,
    .slider-wrapper p.result {
        margin-top: 10px !important;
        font-size: 14px !important;
    }

    .feature-box-inner {
        gap: 10px !important;
    }

    .fbox-content {
        line-height: 22px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .feature-box-wrapper {
        margin-bottom: 0px !important;
    }

    .cus-section-top .feature-box-wrapper .feature-box-title {
        font-size: 24px !important;
    }

    .elementor-16 .elementor-element.elementor-element-0b72a0c .section-description .section-content {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .elementor-element.elementor-element-70ae6e6.e-con-full.cus-top-bottom-shadow.e-flex.text-reveal-no.e-con.e-child .elementor-widget-container.feature-box-wrapper.feature-box-default {
        min-height: unset;
        padding: 20px 20px 21px 20px !important;
    }

    .five-blocks h4.feature-box-title {
        max-width: 86% !important;
        font-size: 16px !important;
    }

    .five-blocks .fbox-content {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .elementor-element.elementor-element-4b5aba52.elementor-widget-ceafeaturebox,
    .elementor-element.elementor-element-51a99636.elementor-widget-ceafeaturebox {
        margin-top: 20px;
    }

    .elementor-16 .elementor-element.elementor-element-d6d2e1f {
        padding-left: 0px !important;
    }

    .five-blocks figure.cea-feature-box-img {
        padding: 26px !important;
    }

    .five-blocks .cea-feature-box-img&gt;img {
        padding: 0px !important;
    }

    .header-navbar.navbar.elements-3 a.full-search-toggle {
        width: 40px;
        height: 40px;
    }

    .site-header .header-navbar .cea-button-link.cea-button {
        padding: 10px 30px 10px;
    }

    .header-navbar.navbar.elements-3 ul.nav.wp-menu&gt;li {
        padding: 16px 14px !important;
    }

    .header-topbar .webinar-banner.su-top-bar .webinar-title {
        font-size: 14px;
        line-height: 14px;
    }

    .webinar-banner.su-top-bar .webinar-button {
        padding: 4px 14px;
        font-size: 12px;
        line-height: 18px;
    }

    .elementor-16 .elementor-element.elementor-element-6efefad1.e-con,
    .elementor-16 .elementor-element.elementor-element-5728f323&gt;.elementor-widget-container {
        margin-bottom: 0px !important;
    }

    /* .elementor-16 .elementor-element.elementor-element-a89bf94,
    .elementor-16 .elementor-element.elementor-element-60ff86c2 {
        margin-top: 30px !important;
    } */

    /* .elementor-16 .elementor-element.elementor-element-2ee4474d.e-con&gt;.e-con-inner,
    .elementor-16 .elementor-element.elementor-element-54023115&gt;.e-con-inner,
    .elementor-element.elementor-element-cfcdacc.begin-sec-boxes&gt;.e-con-inner,
    .elementor-16 .elementor-element.elementor-element-d6d2e1f&gt;.e-con-inner,
    .elementor-16 .elementor-element.elementor-element-2ee4474d.e-con&gt;.e-con-inner,
    .elementor-91476 .elementor-element.elementor-element-77ef417c&gt;.e-con-inner {
        padding-top: 0px !important;
    } */

    /* .elementor-16 .elementor-element.elementor-element-5a841953,
    .elementor-16 .elementor-element.elementor-element-009cc91,
    .elementor-16 .elementor-element.elementor-element-2087579 {
        margin-top: 0px !important;
    } */

    /* .elementor-16 .elementor-element.elementor-element-5a841953&gt;.e-con-inner,
    .elementor-16 .elementor-element.elementor-element-a89bf94&gt;.e-con-inner,
    .elementor-16 .elementor-element.elementor-element-009cc91&gt;.e-con-inner,
    .elementor-16 .elementor-element.elementor-element-5b21944a.e-con&gt;.e-con-inner,
    .elementor-91476 .elementor-element.elementor-element-4016fb46&gt;.e-con-inner {
        padding-bottom: 0px !important;
    } */

    .elementor-16 .elementor-element.elementor-element-329ad46d&gt;.e-con-inner,
    .elementor-16 .elementor-element.elementor-element-b48e37f&gt;.e-con-inner {
        padding-top: 30px !important;
    }

    /* .elementor-16 .elementor-element.elementor-element-c17bd19&gt;.e-con-inner {
        padding: 0px !important;
    } */

    /* .elementor-element.elementor-element-69ad9377 {
        padding-bottom: 20px;
        margin-bottom: 0px !important;
    } */

    .elementor-16 .elementor-element.elementor-element-1c05f669 {
        margin-bottom: 30px !important;
    }

    .elementor-16 .elementor-element.elementor-element-62b0bd7.e-con&gt;.e-con-inner,
    .elementor-91476 .elementor-element.elementor-element-351dc49b.e-con&gt;.e-con-inner {
        padding: 10px 0px 10px 20px !important;
    }

    /* .site-footer .container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    } */

    .footer-container {
        gap: 14px !important;
    }

    .footer-container .footer-col {
        margin-left: 0px !important;
    }

    ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:first-child,
    ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:last-child {
        margin-top: 16px !important;
        margin-bottom: 8px !important;
    }

    #customer-gif svg {
        margin-left: -22px;
    }

    .recognition-section a {
        font-size: 14px;
        line-height: 20px;
    }

    /* .elementor-element.elementor-element-1c05f669.clients-sec&gt;.e-con-inner,
    .elementor-element.elementor-element-13aefd2b.clients-sec&gt;.e-con-inner {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    } */

    /* .elementor-16 .elementor-element.elementor-element-492bc75c,
    .elementor-16 .elementor-element.elementor-element-38cbfe3a {
        padding-bottom: 60px !important;
    } */

    body:not(.rtl) .elementor-16 .elementor-element-492bc75c .elementor-element.elementor-element-251a86f4,
    body:not(.rtl) .elementor-16 .elementor-element-38cbfe3a .elementor-element.elementor-element-53dfd614 {
        left: 0px !important;
        bottom: -20px !important;
    }

    .elementor-16 .elementor-element.elementor-element-251a86f4 img,
    .elementor-16 .elementor-element.elementor-element-53dfd614 img {
        max-width: 120px !important;
    }

    .header-topbar .slick-prev {
        left: -34px;
    }

    .elementor-16 .elementor-element.elementor-element-ce3685b {
        column-gap: 16px !important;
    }

    .elementor-element.elementor-element-ce3685b h4.feature-box-title {
        margin-top: -14px !important;
        font-size: 16px !important;
    }

    .elementor-16 .elementor-element.elementor-element-ce3685b .fbox-content {
        line-height: 22px !important;
        font-size: 12px !important;
    }

    .elementor-16 .elementor-element.elementor-element-2c54c8f .cea-accordion-content {
        font-size: 12px !important;
        line-height: 22px !important;
    }

    .six-blocks h3.feature-box-title {
        font-size: 20px !important;
        max-width: 82%;
    }

    .info-strip {
        font-size: 16px !important;
        margin-top: -12px !important;
    }

    .elementor-16 .elementor-element.elementor-element-69ad9377&gt;.e-con-inner {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }

    .elementor-element.elementor-element-b6e694f .e-con-inner {
        padding-top: 0px !important;
    }

    a.full-search-toggle i.bi.bi-search {
        font-size: 16px;
    }

    .elementor-16 .elementor-element.elementor-element-f07ca32 .feature-box-title {
        margin: 7px 0px 0px 0px !important;
    }

    .elementor-16 .elementor-element.elementor-element-329fcc0 .feature-box-title {
        margin: 14px 0px 0px 0px !important;
    }

    .elementor-16 .elementor-element.elementor-element-f07ca32 .fbox-content,
    .elementor-16 .elementor-element.elementor-element-329fcc0 .fbox-content,
    .elementor-16 .elementor-element.elementor-element-4f0e538 .fbox-content {
        margin-top: 3px;
    }

    .all-rc .card .content {
        min-height: 230px;
    }

    /* Request-Demo page */
    .enterprise-section h3,
    .elementor-91476 .elementor-element.elementor-element-2d5feda1 .section-title-wrapper .section-title {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 0px;
    }

    .enterprise-section .card p {
        font-size: 14px;
        line-height: 20px;
    }

    .enterprise-section .card p.name {
        font-size: 18px;
        line-height: 18px;
    }

    .enterprise-section .card p.designation {
        font-size: 13px;
        line-height: 16px;
    }

    .enterprise-section .card img.profile-img {
        height: 68px;
    }

    .leading-testimonial .e-con-inner {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .elementor-91476 .leading-testimonial .elementor-element.elementor-element-41ea8652 {
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .elementor-91476 .elementor-element.elementor-element-4d7c444e {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1150px) {
    .five-blocks h4.feature-box-title {
        font-size: 16px !important;
    }

    .begin-sec-boxes .feature-box-inner .feature-box-title {
        font-size: 14px !important;
    }

    .elementor-16 .elementor-element.elementor-element-78445443 .section-title-wrapper .section-title,
    .elementor-91476 .elementor-element.elementor-element-4265c5de .section-title-wrapper .section-title {
        font-size: 24px !important;
    }

    .elementor-16 .elementor-element.elementor-element-4bd181ef .elementor-heading-title,
    .elementor-91476 .elementor-element.elementor-element-d9b0672 .elementor-heading-title {
        font-size: 22px !important;
    }

    .elementor-16 .elementor-element.elementor-element-23c6ad95 .feature-box-wrapper .feature-box-title,
    .elementor-16 .elementor-element.elementor-element-4b5aba52 .feature-box-wrapper .feature-box-title,
    .elementor-91476 .elementor-element.elementor-element-79dcb13a .feature-box-wrapper .feature-box-title,
    .elementor-91476 .elementor-element.elementor-element-51a99636 .feature-box-wrapper .feature-box-title {
        font-size: 20px !important;
    }

    .elementor-16 .elementor-element.elementor-element-671468a {
        width: 25% !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1190px) {

    .elementor-16 .elementor-element.elementor-element-78445443 .section-title-wrapper .section-title,
    .elementor-91476 .elementor-element.elementor-element-4265c5de .section-title-wrapper .section-title {
        font-size: 26px !important;
        line-height: 34px !important;
    }

    .elementor-16 .elementor-element.elementor-element-4bd181ef .elementor-heading-title,
    .elementor-91476 .elementor-element.elementor-element-d9b0672 .elementor-heading-title {
        line-height: 22px !important;
        font-size: 22px !important;
    }

    .elementor-16 .elementor-element.elementor-element-23c6ad95 .feature-box-wrapper .feature-box-title,
    .elementor-16 .elementor-element.elementor-element-4b5aba52 .feature-box-wrapper .feature-box-title,
    .elementor-91476 .elementor-element.elementor-element-79dcb13a .feature-box-wrapper .feature-box-title,
    .elementor-91476 .elementor-element.elementor-element-51a99636 .feature-box-wrapper .feature-box-title {
        font-size: 20px !important;
    }

    .elementor-16 .elementor-element.elementor-element-73446f08 .cea-accordion-content,
    .elementor-91476 .elementor-element.elementor-element-5c3e8c53 .cea-accordion-content {
        line-height: 24px !important;
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
    .pull-right {
        max-height: 78px !important;
    }

    .header-navbar.navbar.elements-3 ul:last-child {
        align-items: baseline;
        margin-top: -10px;
    }

    ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:first-child {
        margin-top: 14px !important;
    }

    ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:last-child {
        margin-top: -14px !important;
    }

    .header-topbar .slick-prev {
        left: -38px;
    }

    .footer-container {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }

    .all-rc .card .content {
        min-height: 280px;
        padding: 10px;
    }

    .elementor-16 .elementor-element.elementor-element-45ba789f .elementor-heading-title,
    .elementor-16 .elementor-element.elementor-element-41307f6 .elementor-heading-title {
        font-size: 19px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1121px) {
    .site-header .header-navbar .cea-button-link.cea-button {
        padding: 10px 20px 10px;
    }
}

@media only screen and (min-width: 1476px) and (max-width: 1500px) {
    .five-blocks h4.feature-box-title {
        max-width: 84% !important;
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1069px) and (max-width: 1221px) {
    .five-blocks h4.feature-box-title {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 1310px) and (max-width: 1500px) {
    .elementor-16 .elementor-element.elementor-element-c0fceb3 .section-title-wrapper .section-title {
        max-width: 86%;
    }
}

@media only screen and (min-width: 1146px) and (max-width: 1309px) {
    .elementor-16 .elementor-element.elementor-element-c0fceb3 .section-title-wrapper .section-title {
        max-width: 98%;
    }
}

@media only screen and (min-width: 1122px) and (max-width: 1145px) {
    .elementor-16 .elementor-element.elementor-element-c0fceb3 .section-title-wrapper .section-title {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1121px) {
    .elementor-16 .elementor-element.elementor-element-c0fceb3 .section-title-wrapper .section-title {
        padding: 0px 220px 0px 220px !important;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1290px) and (max-width: 1500px) {
    .elementor-16 .elementor-element.elementor-element-725e2bb {
        padding-right: 60px !important;
    }
}

@media only screen and (min-width: 1259px) and (max-width: 1289px) {
    .elementor-16 .elementor-element.elementor-element-725e2bb {
        padding-right: 48px !important;
    }
}

@media only screen and (min-width: 1215px) and (max-width: 1258px) {
    .elementor-16 .elementor-element.elementor-element-725e2bb {
        padding-right: 30px !important;
    }
}

@media only screen and (min-width: 1164px) and (max-width: 1214px) {
    .elementor-16 .elementor-element.elementor-element-725e2bb {
        padding-right: 10px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1163px) {
    .elementor-16 .elementor-element.elementor-element-725e2bb {
        padding-right: 0px !important;
    }
}

@media only screen and (min-width: 1445px) and (max-width: 1500px) {
    .elementor-16 .elementor-element.elementor-element-7f2937ef .section-title-wrapper .section-title {
        max-width: 66%;
    }
}

@media only screen and (min-width: 1363px) and (max-width: 1444px) {
    .elementor-16 .elementor-element.elementor-element-7f2937ef .section-title-wrapper .section-title {
        max-width: 70%;
    }
}

@media only screen and (min-width: 1289px) and (max-width: 1362px) {
    .elementor-16 .elementor-element.elementor-element-7f2937ef .section-title-wrapper .section-title {
        max-width: 74%;
    }
}

@media only screen and (min-width: 1223px) and (max-width: 1288px) {
    .elementor-16 .elementor-element.elementor-element-7f2937ef .section-title-wrapper .section-title {
        max-width: 78%;
    }
}

@media only screen and (min-width: 1164px) and (max-width: 1222px) {
    .elementor-16 .elementor-element.elementor-element-7f2937ef .section-title-wrapper .section-title {
        max-width: 82%;
    }
}

@media only screen and (min-width: 1097px) and (max-width: 1163px) {
    .elementor-16 .elementor-element.elementor-element-7f2937ef .section-title-wrapper .section-title {
        max-width: 87%;
    }
}

@media only screen and (min-width: 1036px) and (max-width: 1096px) {
    .elementor-16 .elementor-element.elementor-element-7f2937ef .section-title-wrapper .section-title {
        max-width: 92%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1035px) {
    .elementor-16 .elementor-element.elementor-element-7f2937ef .section-title-wrapper .section-title {
        max-width: 98%;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    .custom-slider-container.case-studies-carousel .slick-prev,
    .custom-slider-container.case-studies-carousel .slick-next {
        bottom: 12% !important;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {

    .custom-slider-container.case-studies-carousel .slick-prev,
    .custom-slider-container.case-studies-carousel .slick-next {
        bottom: 8% !important;
    }
}

@media only screen and (min-width: 1202px) and (max-width: 1300px) {

    .custom-slider-container.case-studies-carousel .slick-prev,
    .custom-slider-container.case-studies-carousel .slick-next {
        bottom: 24% !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1201px) {

    .custom-slider-container.case-studies-carousel .slick-prev,
    .custom-slider-container.case-studies-carousel .slick-next {
        bottom: 16% !important;
    }
}

@media only screen and (min-width: 1210px) and (max-width: 1320px) {
    .recognition-section .card p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .recognition-section .card h5 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1086px) and (max-width: 1209px) {
    .recognition-section .card p {
        font-size: 12px !important;
        line-height: 22px !important;
    }

    .recognition-section .card h5 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1086px) and (max-width: 1180px) {
    .recognition-section .card h5 {
        font-size: 16px;
    }

    .recognition-section a {
        bottom: 100px;
        left: 12px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
    .footer-container {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }

    .enterprise-section .card p.designation {
        font-size: 12px;
        line-height: 15px;
    }
}

@media only screen and (min-width: 1220px) and (max-width: 1360px) {
    .enterprise-section .card {
        min-height: 470px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1219px) {
    .enterprise-section .card {
        min-height: 540px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .enterprise-section .card {
        padding: 8px;
    }

    .enterprise-section .card p.name {
        font-size: 16px;
        line-height: 16px;
    }
}

@media only screen and (min-width: 1132px) and (max-width: 1140px) {
    .all-rc .card .content {
        min-height: 296px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1131px) {
    .all-rc .card .content {
        min-height: 200px;
    }
}

.custom-slider-container.case-studies-carousel .slick-prev::before {
    position: absolute;
    transform: rotate(350deg);
    left: 11px;
    font-size: 17px;
    bottom: 5px;
    opacity: 1;
    top: 12px;
    content: "\f13f";
    font-family: "bootstrap-icons";
}

.custom-slider-container.case-studies-carousel .slick-next::before {
    bottom: 10px;
    position: absolute;
    left: 10px;
    opacity: 1;
    text-align: center;
    transform: rotate(96deg) !important;
    color: white;
    -webkit-font-smoothing: antialiased;
    content: "\f13f";
    font-family: "bootstrap-icons";
    font-size: 17px;
}

@media only screen and (min-width: 1025px) and (max-width: 1264px) {

    .elementor-16 .elementor-element.elementor-element-671468a,
    .elementor-91476 .elementor-element.elementor-element-69174e4b {
        width: 22%;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .elementor-16 .elementor-element.elementor-element-41307f6 .elementor-heading-title {
        font-size: 19px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1169px) {

    .site-footer .container,
    .e-con-inner,
    .leading-testimonial .e-con-inner {
        max-width: 85vw !important;
    }
}

@media (max-width: 1268px) {
    .site-header .header-navbar .cea-button-link.cea-button .cea-button-text {
        font-size: 11px !important;
    }

    .pull-right {
        max-height: 72px !important;
    }

    .header-navbar.navbar.elements-3 ul:last-child {
        align-items: baseline;
        margin-top: -15px;
    }

    ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:first-child {
        margin-top: 12px !important;
    }

    .header-navbar.navbar.elements-3 ul.nav.wp-menu&gt;li {
        padding: 0px 14px !important;
        margin-top: 10px;
    }
}

@media (min-width: 1450px) {

    .wrapper-head,
    .wrapper-para,
    .wrapper-cta {
        left: 300px !important;
    }

    sr7-mask.wrapper-bot {
        left: 182px !important;
    }

    sr7-mask.wrapper-line {
        top: 436px !important;
        left: -20px !important;
    }

    h1#head-main {
        font-size: 54px !important;
        line-height: 52px !important;
    }

    sr7-txt#SR7_16_1-59-13.main-para {
        margin-top: 16px !important;
    }

    body:not(.rtl) .elementor-16 .elementor-element.elementor-element-53dfd614 {
        left: 50px !important;
        bottom: -12px !important;
    }

    body:not(.rtl) .elementor-16 .elementor-element.elementor-element-251a86f4 {
        left: 50px !important;
        bottom: -28px !important;
    }

    .elementor-16 .elementor-element.elementor-element-53dfd614 img,
    .elementor-16 .elementor-element.elementor-element-251a86f4 img {
        max-width: 130px !important;
    }
}

@media (min-width: 1025px) {

    .elementor-16 .elementor-element.elementor-element-13aefd2b&gt;.e-con-inner,
    .elementor-16 .elementor-element.elementor-element-1c05f669&gt;.e-con-inner {
        padding-top: 0px !important;
    }

    .elementor-16 .elementor-element.elementor-element-2ee4474d.e-con&gt;.e-con-inner,
    .elementor-16 .elementor-element.elementor-element-b6e694f&gt;.e-con-inner {
        padding-top: 70px !important;
    }

    .elementor-16 .elementor-element.elementor-element-b48e37f&gt;.e-con-inner {
        padding-bottom: 70px !important;
    }

    .elementor-16 .elementor-element.elementor-element-a89bf94 {
        margin-top: 80px !important;
    }

    .elementor-16 .elementor-element.elementor-element-a89bf94&gt;.e-con-inner {
        padding-top: 75px !important;
    }

    .elementor-16 .elementor-element.elementor-element-5a841953 {
        margin-top: 0px !important;
        padding-top: 18px !important;
    }

    .elementor-16 .elementor-element.elementor-element-60ff86c2 {
        margin-top: 30px !important;
    }

    .elementor-16 .elementor-element.elementor-element-69ad9377 {
        margin-bottom: 0px !important;
        padding-bottom: 30px !important;
    }

    .elementor-element.elementor-element-009cc91.begin-sec.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent {
        margin-top: 74px !important;
    }

    .elementor-16 .elementor-element.elementor-element-2087579,
    .elementor-16 .elementor-element.elementor-element-1c05f669 {
        margin-top: 0px !important;
    }

    .elementor-16 .elementor-element.elementor-element-2087579&gt;.e-con-inner {
        padding-top: 64px !important;
    }

    .elementor-16 .elementor-element.elementor-element-d6d2e1f&gt;.e-con-inner,
    .elementor-16 .elementor-element.elementor-element-85b4b8c&gt;.e-con-inner {
        padding-top: 20px !important;
    }

    .elementor-16 .elementor-element.elementor-element-1c05f669 {
        margin-bottom: 40px !important;
    }

    .elementor-16 .elementor-element.elementor-element-3847b20a&gt;.e-con-inner {
        padding-bottom: 60px !important;
    }

    .elementor-element.elementor-element-b6e694f.cus-section-top.e-flex.e-con-boxed.text-reveal-no.e-con.e-parent {
        padding-left: 0px;
    }

    .e-con-inner {
        padding-left: 0px;
    }

    .page-id-91476 .enterprise-section .slick-track,
    .page-id-95447 .enterprise-section .slick-track {
        padding-top: 30px;
    }

    .page-id-91476 .elementor-91476 .elementor-element.elementor-element-41ea8652,
    .page-id-95447 .elementor-element.elementor-element-41ea8652 {
        margin-bottom: 32px !important;
    }

    .page-id-91476 .elementor-91476 .elementor-element.elementor-element-77ef417c&gt;.e-con-inner,
    .page-id-95447 .elementor-95447 .elementor-element.elementor-element-77ef417c&gt;.e-con-inner {
        padding-top: 0px !important;
    }

    .page-id-91476 .elementor-91476 .elementor-element.elementor-element-4d7c444e&gt;.e-con-inner,
    .page-id-95447 .elementor-95447 .elementor-element.elementor-element-4d7c444e&gt;.e-con-inner {
        padding-top: 100px !important;
        padding-bottom: 60px !important;
    }
}

/* Responsive spacing and layout adjustments */
@media only screen and (max-width: 1024px) {
    sr7-txt#SR7_15_1-54-25.sr7-layer {
        top: 46% !important;
    }

    sr7-img.big-arrow,
    sr7-img.robot-bot,
    sr7-img.img-white.sr7-layer,
    .elementor-16 .elementor-element.elementor-element-38cbfe3a,
    .elementor-16 .elementor-element.elementor-element-492bc75c,
    .elementor-element.elementor-element-89c20e3 {
        display: none !important;
    }

    .elementor-16 .elementor-element.elementor-element-b48e37f&gt;.e-con-inner {
        padding-bottom: 40px !important;
    }

    .elementor-16 .elementor-element.elementor-element-d508182.e-con,
    .elementor-16 .elementor-element.elementor-element-69ad9377 {
        margin-bottom: 0px !important;
    }

    .elementor-element.elementor-element-4b65f24.e-con-full.ai-sec.e-flex.text-reveal-no.e-con.e-parent {
        padding-bottom: 60px !important;
    }

    .elementor-element.elementor-element-b6e694f&gt;.e-con-inner {
        padding-top: 25px;
        text-align: center;
        margin: 0 auto;
    }

    .elementor-16 .elementor-element.elementor-element-725e2bb.e-con {
        padding-right: 0px;
    }

    .elementor-16 .elementor-element.elementor-element-a89bf94 {
        margin-top: 30px !important;
    }

    .elementor-16 .elementor-element.elementor-element-a89bf94&gt;.e-con-inner {
        padding-top: 60px !important;
    }

    .elementor-16 .elementor-element.elementor-element-85b4b8c&gt;.e-con-inner {
        padding-bottom: 30px !important;
    }

    .elementor-16 .elementor-element.elementor-element-5a841953 {
        margin-top: 0px !important;
    }

    .elementor-element.elementor-element-60ff86c2 {
        margin-top: 10px !important;
    }

    .elementor-element.elementor-element-60ff86c2&gt;.e-con-inner {
        padding-top: 46px !important;
    }

    .elementor-16 .elementor-element.elementor-element-425ea56b {
        padding-bottom: 20px !important;
    }

    .recognition-section h3,
    .elementor-16 .elementor-element.elementor-element-2087579&gt;.e-con-inner {
        margin-top: 36px !important;
    }

    .elementor-16 .elementor-element.elementor-element-009cc91 {
        margin-top: 56px !important;
        padding-top: 46px !important;
    }

    .elementor-16 .elementor-element.elementor-element-009cc91&gt;.e-con-inner {
        padding-top: 0px !important;
    }

    .elementor-16 .elementor-element.begin-sec-boxes.e-con&gt;.e-con-inner {
        padding-bottom: 24px !important;
    }

    .elementor-16 .elementor-element.elementor-element-d6d2e1f&gt;.e-con-inner {
        padding-top: 10px !important;
        padding-bottom: 70px !important;
    }

    .elementor-16 .elementor-element.elementor-element-13aefd2b&gt;.e-con-inner,
    .elementor-16 .elementor-element.elementor-element-1c05f669&gt;.e-con-inner {
        padding-top: 50px !important;
    }

    .elementor-16 .elementor-element.elementor-element-3847b20a&gt;.e-con-inner {
        padding-bottom: 46px !important;
    }

    body .seoinux-content-wrap {
        padding: 50px 15px 0px !important;
    }

    .elementor-16 .elementor-element.elementor-element-2087579&gt;.e-con-inner {
        padding-top: 0px !important;
    }

    .page-id-91476 .enterprise-section h3,
    .page-id-95447 .enterprise-section h3 {
        margin-bottom: 0;
    }

    .page-id-91476 .enterprise-section .slick-track,
    .page-id-95447 .enterprise-section .slick-track {
        padding: 20px 0px;
        padding-top: 40px;
    }

    .page-id-91476 .elementor-91476 .elementor-element.elementor-element-41ea8652 {
        margin-bottom: 50px;
    }

    .page-id-91476 .elementor-91476 .elementor-element.elementor-element-4016fb46&gt;.e-con-inner {
        padding-top: 50px;
    }

    .page-id-91476 .elementor-91476 .elementor-element.elementor-element-77ef417c&gt;.e-con-inner {
        padding-top: 0px !important;
    }

    .page-id-91476 .elementor-91476 .elementor-element.elementor-element-77ef417c&gt;.e-con-inner {
        padding-bottom: 26px;
    }

    .page-id-91476 .elementor-91476 .elementor-element.elementor-element-4d7c444e {
        padding-top: 40px;
        padding-bottom: 26px;
    }

    .page-id-91476 .elementor-91476 .elementor-element.elementor-element-69174e4b {
        width: 22%;
    }

    sr7-mask.demo-mascot-wrapper {
        display: none !important;
    }
}

@media only screen and (min-width: 1230px) and (max-width: 1380px) {
    .page-id-91476 sr7-mask.demo-mascot-wrapper {
        left: 25% !important;
        position: relative;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1220px) {
    .page-id-91476 sr7-mask.demo-mascot-wrapper {
        left: 45% !important;
        position: relative;
    }
}

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

    .page-id-91476 .enterprise-section .card,
    .page-id-95447 .enterprise-section .card {
        min-height: 480px;
    }

    .page-id-91476 .enterprise-slider.slick-initialized {
        margin-top: 20px !important;
    }

    .page-id-91476 .elementor-element.e-con.e-parent .e-con-inner,
    .page-id-95447 .elementor-element.e-con.e-parent .e-con-inner {
        padding-bottom: 10px !important;
    }

    .page-id-91476 .elementor-element.e-con.e-parent,
    .page-id-95447 .elementor-element.e-con.e-parent {
        padding-top: 0px !important;
    }

    .page-id-91476 .elementor-element.elementor-element-4016fb46.begin-sec,
    .page-id-95447 .elementor-element.elementor-element-4016fb46.begin-sec {
        padding-bottom: 0px !important;
    }

    .page-id-91476 .elementor-91476 .elementor-element.elementor-element-d9b0672 .elementor-heading-title,
    .page-id-95447 .elementor-95447 .elementor-element.elementor-element-d9b0672 .elementor-heading-title {
        font-size: 22px !important;
        margin: 10px 0px 0px !important;
    }

    .page-id-91476 .feature-box-wrapper .media,
    .page-id-95447 .feature-box-wrapper .media {
        display: flex;
        padding: 0px 30px;
    }

    .page-id-91476 .elementor-element.elementor-widget-ceafeaturebox .feature-box-wrapper.feature-box-default,
    .page-id-95447 .elementor-element.elementor-widget-ceafeaturebox .feature-box-wrapper.feature-box-default {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding: 20px 0 !important;
    }

    .page-id-91476 .elementor-element.elementor-element-351dc49b.security-privacy {
        padding-left: 0px !important;
    }

    .page-id-91476 .elementor-91476 .elementor-element.elementor-element-69174e4b {
        width: 100% !important;
    }

    .page-id-91476 .enterprise-section h3,
    .page-id-95447 .enterprise-section h3 {
        margin-bottom: 20px;
    }

    .page-id-95447 .elementor-95447 .elementor-element.elementor-element-333663f7 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .page-id-95447 .elementor-95447 .elementor-element.elementor-element-351dc49b.e-con {
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 992px) and (orientation: landscape) {
    .page-id-91476 .elementor-91476 .elementor-element.elementor-element-69174e4b {
        width: 30%;
    }
}</pre></body></html>