.elementor-invisible {
    visibility: visible !important;
}

.animated,
[class*="fadeIn"],
[class*="slideIn"],
[class*="zoomIn"],
[class*="bounce"],
[class*="flip"] {
    animation: none !important;
    transition: none !important;
}

.page-id-25208 .book-demo,
.page-id-28444 .book-demo,
.page-id-20726 .book-demo {
    display: none;
}

/* Enquiry form (#enquiry_form and .enquiryform .elementor-form) — submit
   spinner, inline notices, and field error/success messages. Was injected
   via jQuery('head').append() in Elementor custom code; moved here so it's
   not re-parsed by the browser on every DOMContentLoaded. */
.frm-spinner {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: frm-spin 0.7s linear infinite;
    flex-shrink: 0;
}
@keyframes frm-spin {
    to {
        transform: rotate(360deg);
    }
}
.frm-notice {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid;
}
.frm-notice.error {
    color: red;
    border-color: red;
}
.frm-notice.success {
    color: green;
    border-color: green;
}
.field-error {
    color: red;
    font-size: 10px;
    margin-top: 4px;
    display: block;
    position: absolute;
}
.field-success {
    color: green;
    font-size: 10px;
    margin-top: 4px;
    display: block;
}

.report-form__error-msg {
    position: absolute;
    bottom: -22px;
    width: 100%;
    color: #fc6b6b;
    left: 7px;
    font-size: 11px;
}

/* Visual state for the report-form submit button while disabled — without
   this, .prop('disabled', true) blocks clicks but looks identical to the
   active button, so users can't tell why nothing happens when they click. */
.report-form__btn-disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
}

.report-form .elementor-field-group input.report-form__field-error,
.report-form .elementor-field-group textarea.report-form__field-error {
    border-color: #fc6b6b !important;
}

/* Same fix as .report-form__btn-disabled above, for the #enquiry_form
   submit button (enquiry-form-validation.js). */
.frm-btn-disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
}

.report-form .elementor-field-group input.report-form__field-success,
.report-form .elementor-field-group textarea.report-form__field-success {
    border-color: #4caf50 !important;
}

.elementor-field-type-acceptance label {
    font-size: 14px;
}

.type-case-studies h5 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
}

.diclaimer a {
    cursor: pointer;
}

.diclaimer {
    display: none !important;
}

.home .diclaimer {
    display: block !important;
}

.banner-labour {
    background-size: auto 100% !important;
}

.webinar-title h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2;
    max-height: 40px;
    word-break: break-word;
}

#enquirenow .field-error {
    bottom: -20px !important;
}

.enquiryform .field-error {
    bottom: -18px !important;
}

.email-error {
    color: red;
    font-size: 10px;
    position: absolute;
    bottom: -15px;
}

.testi-content-outer .elementor-widget-image a {
    display: unset;
}

.book-demo a {
    cursor: pointer;
}

.cky-consent-bar {
    display: none;
}

.remove-animation.elementor-invisible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.elementor-invisible {
    visibility: visible !important;
    animation: none !important;
    transition: none !important;
}

.report-form .elementor-message.elementor-message-danger {
    background-color: #ffd4d4;
    padding: 5px 10px;
    line-height: 1.4;
    position: initial;
    font-size: 12px;
    margin: 0;
    width: 100% !important;
    display: block;
    margin-top: 0px;
}

.report-form .elementor-field-group {
    display: unset;
}

.report-form .elementor-field-type-recaptcha .elementor-field {
    background-color: transparent !important;
}

.report-form .elementor-col-50 .elementor-message {
    left: 3%;
    width: calc(100% - 15px);
}

.report-form .elementor-message::before {
    content: '' !important;
    margin-inline-end: 0px;
    width: 0px;
}

.report-form .elementor-message {
    line-height: 1.5;
}

.report-form__success-alert,
.report-form__error-alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.report-form__success-alert {
    background-color: #f0faf1;
    border: 1px solid #a3d9a5;
    color: #1e6f24;
}

.report-form__error-alert {
    background-color: #fff5f5;
    border: 1px solid #f5a6a6;
    color: #b91c1c;
}

.report-form__success-alert::before {
    content: '✓';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #22c55e;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.report-form__error-alert::before {
    content: '✕';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.elementskit-megamenu-panel {
    max-width: unset !important;
}

.elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has:hover>.elementskit-megamenu-panel {
    box-shadow: 0px 45vh 100px 35vh #00000059;
}

.thank-email {
    text-align: center;
    font-size: 16px;
}

.logo-carousel .swiper-container {
    padding: 0px 10px;
}

.cky-revisit-hide {
    display: flex !important;
}

.elementor-field-type-acceptance .elementor-field-option a {
    text-decoration: underline;
}

.services-boxes ul {
    padding: 20px 15px;
}

.services-accordian a.elementor-accordion-title {
    padding: 20px 0;
}

.esz_slide_box .latest-tcn {
    text-align: right;
    float: right;
    margin-left: 60px;
    margin-bottom: 5px;
}

.esz_slide_box .elementor-post__meta-data {
    float: left;
}

.news-desc .elementor-widget-container div,
.news-desc div {
    height: 70px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    margin-top: -5px;
}

.news-desc .elementor-widget-container p a,
.news-desc p a {
    font-weight: 600 !important;
    font-size: 14px;
    color: #000;
}

.main {
    display: block !important;
}

@media (max-width: 747px) {

    .hidecategoryheading,
    .hide-press-release-category {
        display: none;
    }
}

@media (max-width: 747px) {
    .products-navigation-tab .elementor-tabs-wrapper {

        display: flex;
        overflow: scroll;

    }

    .products-navigation-tab .elementor-tab-title.elementor-tab-mobile-title.elementor-active,
    .products-navigation-tab .elementor-tab-title.elementor-tab-mobile-title {
        display: none;
    }

}

/* ── Back to top button with scroll progress ring ── */
#back-to-top {
    border: none;
    padding: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #6b2fa0;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
    pointer-events: none;
}

#back-to-top.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#back-to-top:hover {
    background-color: #4f2270;
    transition: background-color 0.2s ease;
}

.btt-ring {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 56px;
    height: 56px;
    transform: rotate(-90deg);
}

.btt-ring__track {
    fill: none;
    stroke: rgba(255, 255, 255, 0.25);
    stroke-width: 2.5;
}

.btt-ring__fill {
    fill: none;
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-dasharray: 132;
    stroke-dashoffset: 132;
    transition: stroke-dashoffset 0.1s linear;
}

.btt-arrow {
    width: 22px;
    height: 22px;
    fill: none;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    #back-to-top {
        bottom: 20px;
        right: 16px;
        width: 42px;
        height: 42px;
    }

    .btt-ring {
        width: 50px;
        height: 50px;
    }

    .btt-arrow {
        width: 16px;
        height: 16px;
    }
}

/* ── Business enquiry popup — theme replacement for the Elementor popup ── */
body.aparajitha-popup-open {
    overflow: hidden;
}

.aparajitha-enquiry-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.aparajitha-enquiry-popup.is-visible {
    display: flex;
}

.aparajitha-enquiry-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.aparajitha-enquiry-box {
    position: relative;
    background: #fff;
    color: #1c1c1c;
    border-radius: 20px;
    max-width: 980px;
    width: 100%;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.12);
    font-family: Poppins, sans-serif;
}

.aparajitha-enquiry-scroll {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 32px 44px 34px;
    scrollbar-width: thin;
    scrollbar-color: #d9d9d9 transparent;
}

.aparajitha-enquiry-scroll::-webkit-scrollbar {
    width: 6px;
}

.aparajitha-enquiry-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.aparajitha-enquiry-scroll::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 10px;
}

.aparajitha-enquiry-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #c2c2c2;
}

.aparajitha-enquiry-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: #1c1c1c;
    cursor: pointer;
    padding: 0;
    z-index: 1;
}

.aparajitha-enquiry-close::before,
.aparajitha-enquiry-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
}

.aparajitha-enquiry-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.aparajitha-enquiry-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.aparajitha-enquiry-close:hover {
    background: #f2f2f2;
}

.aparajitha-enquiry-title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 24px !important;
    font-weight: 500;
    color: #1c1c1c;
}

.aparajitha-enquiry-subtitle {
    margin: 0 0 30px;
    text-align: center;
    font-size: 13px;
    color: #000;
}

.aparajitha-enquiry-box .elementor-form-fields-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px 10px;
}

.aparajitha-enquiry-box .aparajitha-enquiry-col-full {
    grid-column: 1 / -1;
}

.aparajitha-enquiry-box .elementor-field-label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    color: #1c1c1c;
}

.aparajitha-enquiry-box .elementor-field-label .req {
    color: #e14040;
    margin-left: 2px;
}

.aparajitha-enquiry-box .aparajitha-enquiry-field {
    position: relative;
}

.aparajitha-enquiry-box .elementor-field-textual {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
    padding: 10px 38px 10px 14px;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    color: #545454;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
}

.aparajitha-enquiry-box .elementor-field-textual::placeholder {
    color: #767676;
}

.aparajitha-enquiry-box .elementor-field-textual:focus {
    outline: none;
    border-color: #a480c8;
}

.aparajitha-enquiry-box select.elementor-field-textual {
    cursor: pointer;
}

.aparajitha-enquiry-box .aparajitha-enquiry-textarea .elementor-field-textual {
    resize: none;
    min-height: 96px;
    padding-right: 38px;
}

.aparajitha-enquiry-box .aparajitha-enquiry-icon {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #8a8a8a;
    pointer-events: none;
    display: inline-flex;
}

.aparajitha-enquiry-box .aparajitha-enquiry-textarea .aparajitha-enquiry-icon {
    top: 14px;
    transform: none;
}

.aparajitha-enquiry-box .aparajitha-enquiry-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: rgb(57 57 57);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.aparajitha-enquiry-box .aparajitha-enquiry-icon--outline-tie svg {
    fill: none;
    stroke: rgb(57 57 57);
    stroke-width: 0.7;
}

.aparajitha-enquiry-box .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.aparajitha-enquiry-box .elementor-acceptance-field {
    margin-top: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.aparajitha-enquiry-box .elementor-field-type-acceptance label {
    font-size: 13px;
    color: #1c1c1c;
    line-height: 1.5;
}

.aparajitha-enquiry-box .elementor-field-type-acceptance a {
    color: #662d91;
    text-decoration: underline;
}

.aparajitha-enquiry-box .e-form__buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 4px;
}

.aparajitha-enquiry-box .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #a480c8;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.aparajitha-enquiry-box .elementor-button:not(:disabled) {
    background: #662d91;
}

.aparajitha-enquiry-box .elementor-button:hover:not(:disabled) {
    background: #551f77;
}

.aparajitha-enquiry-box .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.aparajitha-enquiry-box .elementor-button-icon svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 900px) {
    .aparajitha-enquiry-box .elementor-form-fields-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .aparajitha-enquiry-scroll {
        padding: 28px 20px 26px;
    }
    .aparajitha-enquiry-box {
        border-radius: 14px;
    }
    .aparajitha-enquiry-box .elementor-form-fields-wrapper {
        grid-template-columns: 1fr;
    }
    .aparajitha-enquiry-title {
        font-size: 21px;
    }
}

/* ── Homepage disclaimer popup — theme replacement for the Elementor popup ── */
.aparajitha-disclaimer-popup {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: calc(10px);
}

.aparajitha-disclaimer-popup.is-visible {
    display: flex;
}

.aparajitha-disclaimer-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.aparajitha-disclaimer-box {
    position: relative;
    background: #fff;
    color: #292929;
    border-radius: 10px;
    max-width: 980px;
    width: calc(100% - 40px);
    max-height: calc(100vh - 60px);
    padding: 20px 20px 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.aparajitha-disclaimer-body {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
}

.aparajitha-disclaimer-close {
    position: absolute;
    top: 8px;
    right: 14px;
    width: 32px;
    height: 32px;
    background: #f2f2f2;
    border: none;
    border-radius: 50%;
    color: #545454;
    cursor: pointer;
    padding: 0;
}

.aparajitha-disclaimer-close::before,
.aparajitha-disclaimer-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
}

.aparajitha-disclaimer-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.aparajitha-disclaimer-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.aparajitha-disclaimer-close:hover {
    background: #662d91;
    color: #fff;
}

.aparajitha-disclaimer-title {
    margin: 0 0 15px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #2c6ea1;
}

.aparajitha-disclaimer-text {
    margin: 0 0 10px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #292929;
}

@media (max-width: 768px) {
    .aparajitha-disclaimer-box {
        margin-bottom: 10px;
    }
    .aparajitha-disclaimer-body {
        max-height: 220px;
    }
    .aparajitha-disclaimer-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .aparajitha-disclaimer-box {
        padding: 15px 10px 0;
    }
    .aparajitha-disclaimer-close {
        top: 2px;
        right: 4px;
    }
    .aparajitha-disclaimer-title {
        font-size: 18px !important;
        margin: 0 0 5px;
    }
    .aparajitha-disclaimer-text {
        font-size: 11px;
        line-height: 1.8em;
    }
}