/*
Theme Name: Hello Elementor Child
Author: wordpress
Description: Child theme of Hello Elementor 
Version: 1.0
Template: hello-elementor
*/

/* Global */
/* #wpadminbar {
display: none;
} */

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

a,
div,
p,
span,
button {
    outline: none;
}

body {
    background-color: #FBFCFD;
}

html {
    scroll-behavior: auto !important;
}

table a {
    word-break: normal;
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    transform: translateY(0px);
    transition: transform 0.3s ease;
    background-color: #272948;
}

header.fixed,
.home header {
    background-color: transparent;
}

header.fixed #header-inner {
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.70) 0%, #FFF 100%);
    backdrop-filter: blur(21px);
    box-shadow: 0 20.571px 41.143px -10.286px rgba(3, 5, 35, 0.50);
}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu,
header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.90) 0%, #FFF 100%);
    box-shadow: 0 20.571px 41.143px -10.286px rgba(3, 5, 35, 0.00);
    top: 58px;
}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu:before,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #F46700 0%, #CE4356 49.75%, #780F91 100%);
}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    top: 2px;
}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    margin-left: 2px;
}

header.fixed #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    color: #272948;
}

header.fixed #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
    color: #f4422a;
}

header.fixed #header-request-demo-btn a {
    background: #272948;
    color: #fff;
}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-current-menu-item a.mega-menu-link,
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
    color: #f4422a;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
    color: #f4422a;
}

/* Footer */
.elementor-location-footer,
.footer-cta {
    background: linear-gradient(90deg, #F46700 0%, #CE4356 49.75%, #780F91 100%);
    position: relative;
    overflow: hidden;
}

.elementor-location-footer:before {
    border-radius: 4000px;
    background: linear-gradient(90deg, #F46700 0%, #CE4356 49.75%, #780F91 100%);
    filter: blur(167.00001525878906px);
    width: 1828px;
    height: 1828px;
    transform: rotate(60deg);
    position: absolute;
    left: -200px;
    top: -650px;
}

.footer-cta:before {
    content: '';
    border-radius: 4000px;
    background: linear-gradient(90deg, #F46700 0%, #CE4356 49.75%, #780F91 100%);
    filter: blur(167.00001525878906px);
    width: 1828px;
    height: 1828px;
    transform: rotate(60deg);
    position: absolute;
    left: -200px;
    top: -450px;
}

/* Page css */
.bg-spiral:before {
    mix-blend-mode: lighten;
    transform: rotate(-27.23deg);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 350px);
    top: 10px;
}

.bg-spiral {
    overflow: hidden;
}

.hero-video-wrapper {
    overflow: hidden;
    position: absolute;
    height: 100%;
}

.hero-video {
    mix-blend-mode: lighten;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 350px);
    top: 0;
    width: 1700px;
}

/*********** Resource page CSS ***************/
.custom-post-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
}

.post-cards-carousel .post-card {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.post-cards-carousel .post-card-thumb,
.post-cards-carousel .post-card-content {
    flex: 50%;
}

.post-cards-carousel .post-card-content {
    padding: 0 32px;
}

/* .post-cards-carousel .post-card-thumb a,
.post-cards-carousel .post-card-thumb img {
border-radius: 32px;
} */

.post-cards-carousel .post-card-tags {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

.post-cards-carousel .post-card-tags a {
    border-radius: 16.767px;
    background: #D63085;
    padding: 2.096px 8.384px;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}


.post-cards-carousel .post-card-content .post-date {
    color: #F0F4F8;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.post-cards-carousel .post-card-content .post-card-title h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

.post-cards-carousel .post-card-content .post-card-title a {
    color: #F0F4F8;
    font-family: Outfit;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.post-cards-carousel .post-card-content .post-card-excerpt {
    color: #F0F4F8;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.post-cards-carousel .post-card-content .post-card-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.reading-time {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.post-cards-carousel .post-card-content .post-card-footer .reading-time {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.post-cards-carousel .post-card-content .post-card-footer a.post-card-link {
    border-radius: 34.185px;
    padding: 9.239px 14.783px;
    border: 0.924px solid #F0F4F8;
    color: #F0F4F8;
    font-size: 12.935px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.478px;
}

.post-cards-carousel .owl-stage-outer {
    border-radius: 32px 0 0 32px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -75px;
    transform: translate(0, -50%);
}

#testimonials-carousel-no-image .owl-nav button.owl-prev {
    left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -75px;
    transform: translate(0, -50%);
}

#testimonials-carousel-no-image .owl-nav button.owl-next {
    right: -50px;
}

.owl-carousel .owl-dots {
    display: flex;
    gap: 11.25px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.owl-carousel .owl-dots button.owl-dot {
    background: #D8DCDF;
    height: 7.5px;
    width: 7.5px;
}

.owl-carousel .owl-dots button.owl-dot.active {
    background: #FF692E;
}

.blog-main-container .post-filter #sort-toggle,
.education-main-container .post-filter h2#edu-sort {
    margin: 0;
    color: #272948;
    font-family: Outfit;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.72px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    flex: 0 250px;
}

.blog-main-container .post-filter .tag-filters,
.education-main-container .post-filter .tag-filters {
    flex: 1;
}

.blog-main-container .post-filter #sort-toggle svg path,
.education-main-container .post-filter h2#edu-sort svg path {
    fill: none;
}

.blog-main-container .post-filter #sort-toggle svg {
    transition: 0.3s;
}

.blog-main-container .post-filter #sort-toggle[data-order="ASC"] svg,
.education-main-container .post-filter #edu-sort[data-order="ASC"] svg {
    transform: scaleY(-1);
}

.blog-main-container .post-filter ul#tag-list,
.education-main-container .post-filter ul#edu-tag-list {
    display: flex;
    gap: 12px;
    list-style: none;
    flex-wrap: wrap;
}

.blog-main-container .post-filter ul#tag-list li,
.education-main-container .post-filter ul#edu-tag-list li {
    border-radius: 122px;
    border: 1px solid #333760;
    padding: 11px 24px;
    color: #272948;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}

.blog-main-container .post-filter ul#tag-list li.active,
.education-main-container .post-filter ul#edu-tag-list li.active {
    background: #333760;
    color: #fff;
}

.blog-main-container .post-filter,
.education-main-container .post-filter {
    margin-bottom: 56px;
}

.blog-inner-container {
    display: flex;
    gap: 56px;
    justify-content: space-between;
}

.category-filters .filter-bar {
    margin-bottom: 32px;
    position: relative;
}

.category-filters .filter-title {
    color: #272948;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
}

.category-filters ul#category-list,
.education-main-container .category-filters ul#edu-category-list {
    list-style: none;
    padding: 0;
}

.category-filters {
    flex: 0 220px;
}

.post-grid {
    flex: 1;
}

.category-filters ul#category-list li,
.education-main-container .category-filters ul#edu-category-list li {
    padding: 10px 14px;
    color: #3D3E5A;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.category-filters ul#category-list li.active,
.education-main-container .category-filters ul#edu-category-list li.active {
    border-radius: 56px;
    background: #272948;
    color: #fff;
}

.category-filters .filter-bar input {
    border-radius: 56px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding-left: 40px;
    color: #667085;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.category-filters .filter-bar:before {
    content: '';
    background: url(/wp-content/uploads/2025/11/search-lg.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translate(0, -50%);
}

.blog-main-container .post-filter,
.education-main-container .post-filter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.feature-tags .elementor-post-info__terms-list a {
    padding: 2px 8px;
    border-radius: 16.767px;
    background: #D63085;
    line-height: 1.5;
}

.feature-tags .elementor-post-info__terms-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px;
}

.blog-inner-container {
    display: flex;
    justify-content: space-between;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.post-grid .post-thumb,
.post-card-thumb {
    margin-bottom: 24px;
    line-height: 0;
}

.post-grid .post-thumb img {
    height: 252px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.custom-post-cards .post-card-content .post-card-tags {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.post-grid .post-tags {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.post-grid .post-tags a,
.custom-post-cards .post-card-tags a {
    padding: 2px 8px;
    border-radius: 16.767px;
    background: #D63085;
    color: #fff;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
}

.post-grid .post-date,
.custom-post-cards .post-card-date {
    color: #272948;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.post-grid .post-title a,
.custom-post-cards .post-card h3.post-card-title a {
    color: #272948;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.post-grid .post-title,
.custom-post-cards .post-card h3.post-card-title {
    margin: 0 0 10px;
}

.post-grid .post-excerpt,
.custom-post-cards p.post-card-excerpt {
    color: #3D3E5A;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
}

.post-grid .post-footer,
.custom-post-cards .post-card .post-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-grid .post-footer .read-time,
.custom-post-cards .post-card-footer .reading-time {
    color: #272948;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.post-grid .post-footer a.read-more,
.custom-post-cards .post-card-footer a.post-card-link {
    padding: 10px 15px;
    border-radius: 35px;
    border: 1px solid #7D7F91;
    color: #3D3E5A;
    font-family: Outfit;
    font-size: 12.935px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.478px;
}

.pagination {
    margin: 56px 0 0;
    border-top: 1px solid #E3E8EC;
    padding-top: 20px;
}

.pagination .pagination-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pagination .pagination-links .paginate-number {
    display: flex;
}

.pagination .pagination-links .paginate-number .page-num {
    width: 40px;
    height: 40px;
    display: inline-flex;
    color: #7D7F91;
    text-align: center;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .pagination-links .paginate-number .page-num.active {
    border-radius: 8px;
    background: #FFF;
    color: #333760;
    text-align: center;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.pagination .pagination-links .paginate-number {
    display: flex;
}

.pagination .pagination-links .prev,
.pagination .pagination-links .next {
    border-radius: 8px;
    border: 1px solid #E3E8EC;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #3D3E5A;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination .pagination-links .prev svg,
.pagination .pagination-links .next svg {
    width: 11px;
}





.about-testimonial-sec:before {
    background: linear-gradient(90deg, rgba(244, 103, 0, 0.85) 0%, rgba(206, 67, 86, 0.85) 49.75%, rgba(120, 15, 145, 0.85) 100%) !important;
}

.solution-cta {
    background: linear-gradient(90deg, #F46700 0%, #CE4356 49.75%, #780F91 100%) !important;
}

.solution-g-form {
    border-radius: 33px;
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.70) 0%, #FFF 100%);
    box-shadow: 0 20.571px 41.143px -10.286px rgba(3, 5, 35, 0.50);
}

.counter-section span.elementor-counter-number,
.elementor-counter-number-wrapper,
.counter-section h2.elementor-heading-title {
    background: linear-gradient(90deg, #F46700 0%, #CE4356 49.75%, #780F91 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter-section .elementor-counter-title {
    text-align: center;
}

.custom-post-cards .post-card-thumb a img {
    border-radius: 32px;
    min-height: 260px;
    object-fit: cover;
}

.related-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.featured-event-card {
    display: flex;
    align-items: center;
    gap: 32px;
}

.featured-event-card .featured-event-thumb {
    flex: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 25.465px 50.931px -12.733px rgba(3, 5, 35, 0.20);
}

.featured-event-card .featured-event-thumb:before {
    content: '';
    background-image: var(--event-bg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    filter: blur(27px);
}

.featured-event-card .featured-event-content {
    flex: 50%;
    padding: 0 32px;
}

.featured-event-card .featured-event-thumb img {
    margin: 45px 0;
    position: relative;
}

.featured-event-card .featured-event-content .post-tag {
    border-radius: 16.767px;
    background: #D63085;
    padding: 2px 8px;
    color: #fff;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 12px;
    display: block;
    width: max-content;
}

.featured-event-card .featured-event-content .event-title {
    color: #F0F4F8;
    font-family: Outfit;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 10px;
}

.featured-event-card .featured-event-content .event-excerpt, .featured-event-card .featured-event-content p, .featured-event-card .featured-event-content ul li {
    color: #F0F4F8;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 10px;
}

.featured-event-card .featured-event-content .event-date,
.featured-event-card .featured-event-content .event-location {
    color: #F0F4F8;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.featured-event-card .featured-event-content .event-readmore {
    border-radius: 34.185px;
    border: 0.924px solid #F0F4F8;
    display: flex;
    padding: 9.239px 14.783px;
    justify-content: center;
    align-items: center;
    gap: 7.391px;
    width: max-content;
    color: #F0F4F8;
    font-family: Outfit;
    font-size: 12.935px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.478px;
}

.featured-event-card .featured-event-content .date-location {
    padding: 4px 20px;
    border-left: 2px solid #F46700;
    margin-bottom: 16px;
}

div#events-list .events-grid {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 56px;
    column-gap: 32px;
}

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

.filter-wrapper h2 {
    color: #272948;
    font-family: Outfit;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.72px;
    margin: 0;
}

.post-type-archive-events .events-filter,
.tax-events_category .events-filter {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 12px;
}

a.event-filter-link.active {
    background: #333760;
    color: #fff;
}

a.event-filter-link {
    border-radius: 122px;
    border: 1px solid #333760;
    padding: 11px 24px;
    color: #272948;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}

.event-thumb {
    line-height: 0;
    margin-bottom: 24px;
}

.event-thumb img {
    width: 100%;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 20.571px 41.143px -10.286px rgba(3, 5, 35, 0.20);
    object-fit: contain;
    height: 322px;
}

.event-card .event-content a.post-tag {
    border-radius: 16.767px;
    background: #D63085;
    display: flex;
    padding: 2.096px 8.384px;
    justify-content: center;
    align-items: center;
    width: max-content;
    color: #fff;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 150% */
    margin-bottom: 12px;
}

.event-card .event-content h3 {
    color: #272948;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
    margin-bottom: 12px;
}

.event-card .event-content p {
    color: #3D3E5A;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
    margin-bottom: 12px;
}

.event-card .event-content .event-meta {
    border-left: 2px solid #F46700;
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
    align-items: flex-start;
    gap: 0;
    align-self: stretch;
    line-height: 1;
    margin-bottom: 35px;
}

.event-card .event-content a.event-register {
    border-radius: 34.185px;
    border: 0.924px solid #7D7F91;
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 7.391px;
    width: max-content;
    color: #3D3E5A;
    font-family: Outfit;
    font-size: 12.935px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.478px;
    /* 142.857% */
}

.event-card .event-content .event-meta span {
    color: #3D3E5A;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    /* 31.25% */
}

.gradient-bg {
    border-radius: 24px;
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.70) 0%, #FFF 100%);
    box-shadow: 0 20.571px 41.143px -10.286px rgba(3, 5, 35, 0.20);
}


#testimonials-carousel .testimonial {
    display: flex;
    gap: 91px;
}

#testimonials-carousel .owl-nav {
    position: relative;
    height: 40px;
    bottom: 15px;
    width: 50%;
    left: calc(50% - 10px);
}

#testimonials-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
}

#testimonials-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 56px;
    right: auto;
    top: 0;
}

#testimonials-carousel .owl-dots {
    display: flex;
    gap: 11.25px;
    justify-content: flex-start;
    margin-top: 23px;
    max-width: 50%;
    position: absolute;
    left: calc(50% - 10px);
    bottom: 6px;
    transition: 0.3s;
}

#testimonials-carousel .owl-dots button.owl-dot {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.40);
    height: 6px;
    width: 6px;
}

#testimonials-carousel .owl-dots button.owl-dot.active {
    background: rgba(255, 255, 255, 1);
}

.testimonial .testimonial-thumb img {
    width: 100%;
    border-radius: 27.429px;
    box-shadow: 0 20.571px 41.143px -10.286px rgba(3, 5, 35, 0.20);
}

.testimonial .testimonial-content .testimonial-title {
    color: #F0F4F8;
    font-family: Outfit;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 133.333% */
    letter-spacing: -0.72px;
    margin: 0;
    margin-bottom: 24px;
}

.testimonial .testimonial-content .testimonial-designation,
.testimonial-organisation {
    color: #F0F4F8;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.testimonial .testimonial-thumb {
    flex: 45%;
}

.testimonial .testimonial-content {
    flex: 55%;
    padding-bottom: 70px;
}

#testimonials-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #BFBFBF;
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(2.500000238418579px);
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonials-carousel .owl-nav button:hover {
    background: rgba(29, 29, 29, 0.11);
}

.nav-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
}

.nav-buttons button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #444;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.nav-buttons button:hover {
    background: #666;
}

#oc-vertical-solutions {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    position: relative;
}

#oc-vertical-solutions .sidebar {
    flex: 0 280px;
    position: sticky;
    top: 150px;
    align-self: flex-start;
}

#oc-vertical-solutions .content {
    width: 100%;
    flex: 1;
}

#oc-vertical-solutions .menu {
    position: relative;
    left: -30px;
}

#oc-vertical-solutions .sidebar .vc-menu-item {
    border-radius: 70px;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding: 14px 16px 14px 30px;
    cursor: pointer;
    width: 100%;
    display: block;
    margin-bottom: 2px;
}

#oc-vertical-solutions.light-mode .sidebar .vc-menu-item {
    color: #FFF;
}

#oc-vertical-solutions.dark-mode .sidebar .vc-menu-item {
    color: #272948;
}

#oc-vertical-solutions.light-mode .sidebar .vc-menu-item.active,
#oc-vertical-solutions.light-mode .sidebar .vc-menu-item:hover {
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.70) 0%, #FFF 100%);
    color: #3D3E5A;
}

#oc-vertical-solutions.dark-mode .sidebar .vc-menu-item.active,
#oc-vertical-solutions.dark-mode .sidebar .vc-menu-item:hover {
    background: #272948;
    color: #F0F4F8;
}

#oc-vertical-solutions .vc-item {
    box-shadow: 0px 20.57px 41.14px -10.29px #03052333;
    border-radius: 17.143px;
    padding: 30px;
}

#oc-vertical-solutions.light-mode .vc-item {
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.70) 0%, #FFF 100%);
}

#oc-vertical-solutions #vc-sections {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}

#oc-vertical-solutions .img-container {
    margin-top: 48px;
}

#oc-vertical-solutions .img-container img {
    max-width: 100%;
    height: auto;
}


#oc-vertical-solutions .expand-btn:hover {
    background: #eaeaea;
}

#oc-vertical-solutions .expand-btn12px.active {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#oc-vertical-solutions a.expand-btn {
    padding: 9px;
    border-radius: 25.714px;
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.70) 0%, #FFF 100%);
    box-shadow: 0 20.571px 41.143px -10.286px rgba(3, 5, 35, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    cursor: pointer;
    margin-left: 30px;
    margin-top: 20px;
    position: relative;
    left: -30px;
}

.gform_heading {
    display: none;
}

body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder] {
    color: #000;
    opacity: 0.6;
}

.request-demo h3.testimonial-title {
    color: #272948 !important;
    font-family: Outfit;
    font-size: 21.859px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.145px;
    /* 133.333% */
    letter-spacing: -0.437px;
}

.request-demo .testimonial-designation,
.request-demo .testimonial-organisation {
    color: #333760 !important;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.gform_heading {
    display: none !important;
}

.taxonomy-posts-grid.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 96px 32px;
}

.main-banner-section {
    padding: 128px 32px 0 32px;
    max-width: 1280px;
    margin: 0 auto;
}

.main-banner-section .owl-carousel.post-cards-carousel {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

main.category-archive .custom-post-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.post-cards-carousel .post-card-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 25.465px 50.931px -12.733px rgba(3, 5, 35, 0.20);
}

.post-cards-carousel .post-card-thumb:before {
    content: '';
    background-image: var(--post-bg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    filter: blur(27px);
}

.post-cards-carousel .post-card-thumb img {
    margin: 45px 0;
    position: relative;
}

.colored-text h3 {
    background: linear-gradient(90deg, #F46700 0%, #CE4356 49.75%, #780F91 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.oc-pricing-table {
    overflow-x: scroll;
}

#testimonials-carousel-no-image .testimonial-content h3.testimonial-title {
    color: #272948;
    font-family: Outfit;
    font-size: 21.859px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.145px;
    /* 133.333% */
    letter-spacing: -0.437px;
}

#testimonials-carousel-no-image .testimonial-content .testimonial-designation {
    color: #333760 !important;
    font-family: Outfit;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px !important;
}

#testimonials-carousel-no-image .testimonial-content {
    padding-bottom: 16.39px !important;
}

#testimonials-carousel-no-image .owl-dots {
    justify-content: start !important;
    margin-top: 0px !important;
}

ul.all-blog-categories {
    padding: 0;
    list-style: none;
}

ul.all-blog-categories li {
    margin-bottom: 4px;
}

ul.all-blog-categories li a {
    color: #3D3E5A;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    padding: 10px 14px;
    width: 100%;
    display: block;
    border-radius: 56px;
}

ul.all-blog-categories li a.active {
    background: #272948;
    color: #fff;
}


#oc-vertical-solutions .repeater-owl-carousel .item .top-section {
    box-shadow: 0px 20.57px 41.14px -10.29px #03052333;
    border-radius: 16px;
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.7) 0%, #FFFFFF 100%);
    padding: 24px 15px;
}

#oc-vertical-solutions .repeater-owl-carousel .item .top-section h2 {
    font-family: Outfit;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.72px;
    vertical-align: middle;
    color: #3D3E5A;
}

#oc-vertical-solutions .repeater-owl-carousel .item .contentSec {
    margin-top: 30px;
}

#oc-vertical-solutions .repeater-owl-carousel .item .contentSec h3 {
    font-family: Outfit;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.72px;
}

#oc-vertical-solutions.light-mode .repeater-owl-carousel .item .contentSec h3 {
    color: #fff;
}

#oc-vertical-solutions.dark-mode .repeater-owl-carousel .item .contentSec h3 {
    color: #272948;
}

#oc-vertical-solutions .repeater-owl-carousel .item .contentSec p {
    font-size: 18px;
    line-height: 1.5;
}

#oc-vertical-solutions .repeater-owl-carousel.owl-carousel .owl-dots {
    justify-content: flex-start;
}

#oc-vertical-solutions .repeater-owl-carousel.owl-carousel .owl-nav {
    position: relative;
    margin-top: 40px;
    height: 50px;
}

#oc-vertical-solutions .repeater-owl-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: auto;
}

#oc-vertical-solutions .repeater-owl-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 65px;
    top: auto;
}

#oc-vertical-solutions .repeater-owl-carousel.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border: 1px solid #BFBFBF;
    border-radius: 50px;
    background: #FFFFFF1C;
}

#oc-vertical-solutions.dark-mode .repeater-owl-carousel.owl-carousel .owl-nav button {
    border: 1px solid #272948;
}

#oc-vertical-solutions.dark-mode .repeater-owl-carousel.owl-carousel .owl-nav button svg path {
    fill: #272948;
}

#oc-vertical-solutions .repeater-owl-carousel.owl-carousel .owl-dots {
    margin-top: 0;
}

#oc-vertical-solutions .repeater-owl-carousel.owl-carousel .owl-dots button {
    background: #FFFFFF66;
}

#oc-vertical-solutions.dark-mode .repeater-owl-carousel.owl-carousel .owl-dots button {
    background: #27294866;
}

#oc-vertical-solutions .repeater-owl-carousel.owl-carousel .owl-dots button.active {
    background: #FFFFFF;
}

#oc-vertical-solutions.dark-mode .repeater-owl-carousel.owl-carousel .owl-dots button.active {
    background: #FFFFFF;
    background: #272948;
}

.vc-item .vc-item-wrapper .item-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-top: 30px;
    flex: 1;
}

.vc-item .item-content a.item-button {
    padding: 10px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    text-align: center;
    flex-wrap: nowrap;
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.vc-item .item-content .item-info {
    flex: 1;
}

.vc-item .item-content .item-info h2 {
    font-family: Outfit;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 10px 0;
    word-wrap: break-word;
}

.dark-mode .vc-item .item-content .item-info h2 {
    color: #272948;
}

.vc-item .vc-item-wrapper {
    border-radius: 20px;
    padding: 0 35px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.vc-item .item-content .item-info p {
    font-family: Outfit;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    word-wrap: break-word;
}

.dark-mode .vc-item .item-content .item-info p {
    color: #333760;
}

.vc-item .vc-item-wrapper .item-image {
    flex: 1;
    margin-bottom: 30px;
    text-align: center;
    line-height: 0;
    max-width: 100%;
    width: 100%;
}

.vc-item .vc-item-wrapper .item-image img {
    max-height: 50vh;
}

.vc-item .vc-item-wrapper.layout-vertical {
    flex-direction: row;
}

.vc-item .vc-item-wrapper.layout-vertical .item-image {
    flex: 1;
    margin-bottom: 0;
	max-width: fit-content;
}

.vc-item .vc-item-wrapper.layout-vertical .item-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: fit-content;
    gap: 30px;
    margin-bottom: 30px;
}

.vc-item .vc-item-wrapper.fix-img-bottom .item-image {
    margin-bottom: 0;
    line-height: 0;
}

.vc-mob-carousel .vc-item .nav-item {
    position: absolute;
    bottom: -80px;
    left: 0;
    margin: 0;
    color: #FFF;
    font-family: Outfit;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.vc-mob-carousel .vc-item {
    position: relative;
    margin-bottom: 100px;
}

.vc-mob-carousel .vc-item .vc-item-wrapper .item-image img {
    max-height: 300px;
    object-fit: contain;
    max-width: 100%;
}

.vc-mob-carousel .owl-nav button.owl-prev {
    position: relative;
    top: auto;
    left: 0;
    transform: none;
}

.vc-mob-carousel .owl-nav button.owl-next {
    position: relative;
    top: auto;
    left: 16px;
    transform: none;
}

.vc-mob-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border: 1px solid #BFBFBF !important;
    border-radius: 50px;
    background: #FFFFFF1C !important;
}

#oc-vertical-solutions #vc-sections.vc-mob-carousel {
    row-gap: 20px;
}

.vc-mob-carousel .owl-dots {
    margin: 0;
    align-items: center;
    justify-content: flex-start;
}

.vc-mob-carousel .owl-dots button {
    background: #FFFFFF66;
}

.vc-mob-carousel .owl-dots button {
    background: #27294866;
}

.vc-mob-carousel .owl-dots button.active {
    background: #FFFFFF;
}





.gform-theme--framework .gform-field-label {
    color: #272948;
    font-family: Outfit;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

body .gform-theme--framework .ginput_container input,
.gform-theme--framework .ginput_container textarea {
    border-radius: 8px;
    border: 1px solid #D8DCDF;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #3D3E5A;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	outline: none;
}

body .gform-theme--framework .ginput_container select, 
body .gform-theme--framework .ginput_container_multiselect .chosen-container-multi {
    border-radius: 8px;
    border: 1px solid #D8DCDF;
	outline: none;
}

body .gform-theme--foundation .gform_fields {
    row-gap: 24px;
}

body .gform-theme.gform-theme--framework.gform_wrapper .button {
    border-radius: 12px !important;
    background: #272948 !important;
    color: #FBFCFD !important;
    text-align: center !important;
    font-family: Outfit !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    padding: 18px 24px !important;
    width: 100% !important;
}

body .gform-theme.gform-theme--framework.gform_wrapper input#gform_submit_button_37 {
    border-radius: 12px !important;
    border: 1px solid #E3E8EC !important;
    background: #FFF !important;
    padding: 12px 24px !important;
    color: #1D1D1D !important;
    text-align: center !important;
    font-family: Outfit !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    /* 150% */
    width: max-content !important;
}

.elementor-author-box .elementor-author-box__text h4.elementor-author-box__name {
    margin: 0;
}


.single-post .reading-time,
.single-education .reading-time {
    color: #E3E8EC;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

main.category-archive .archive-title {
    color: #272948;
    font-family: Outfit;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.96px;
    text-align: center;
}

.pricing-table thead tr th,
.pricing-table tbody tr td {
    background: #fff !important;
}

.pricing-table thead tr th,
.pricing-table tbody tr td {
    border: none;
    border-bottom: 1px solid #E4E2E1;
    border-right: 1px solid #E4E2E1;
}

.pricing-table thead tr th:last-child,
.pricing-table tbody tr td:last-child {
    border-right: none;
}

.pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.pricing-table thead tr th {
    border-top: none !important;
    vertical-align: top;
}

.pricing-table thead tr th:first-child {
    border-radius: 12px 0 0 0;
}

.pricing-table thead tr th:last-child {
    border-radius: 0 12px 0 0;
}

.pricing-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 12px;
}

.pricing-table tbody tr:last-child td:last-child {
    border-radius: 0 0 12px 0;
}

.pricing-table button.bundle-btn {
    background: #D63085;
    padding-top: 2.1px;
    padding-right: 8.38px;
    padding-bottom: 2.1px;
    padding-left: 8.38px;
    border-radius: 16.77px;
    color: #fff;
    font-family: Outfit;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    /*     white-space: break-spaces; */
}

table.pricing-table {
    width: 100%;
    overflow: auto !important;
}

table.pricing-table th:first-child {
    width: 25%;
}

table.pricing-table td:not(:first-child) {
    text-align: center;
}

.pricing-table thead tr th small {
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    text-align: center;
    vertical-align: middle;
    color: #7D7F91;
    display: inline-block;
}

.pricing-table thead tr th span {
    font-family: Outfit;
    font-weight: 500;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: -0.22px;
    text-align: center;
    vertical-align: middle;
}

.pricing-table thead tr th strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 24.8px;
    letter-spacing: -0.1px;
    vertical-align: middle;
}

.oc-pricing-table {
    overflow: auto;
}

.acf-post-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.acf-post-list .acf-post-item {
    flex: 1;
    background: #272948;
    width: 100%;
    border-radius: 10px;
    padding: 48px 47px 35px 47px;
    display: flex;
    flex-direction: column;
}

.acf-post-list .acf-post-item a.rp-link {
    margin-top: auto;
}

.acf-post-list .acf-post-item .rp-description {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    font-family: "outfit", sans-serif;
    font-weight: 400;
    padding: 0 0 23px;
    letter-spacing: normal;
    cursor: auto;
    text-align: left;
}

.acf-post-list .acf-post-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.acf-post-list .acf-post-item .rp-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    padding: 0 0 7px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.acf-post-list .acf-post-item .rp-cat-name {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    padding: 0 0 14px 0;
    text-align: left;
    text-transform: uppercase;
}

.acf-post-list .acf-post-item .rp-link {
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.acf-post-list .acf-post-item .rp-link:before {
    content: "";
    background: #f46700;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    width: calc(100% - 28px);
}

.acf-post-list .acf-post-item a:hover .rp-title {
    color: #f46700;
}

.acf-post-list .acf-post-item a:hover .rp-link {
    color: #f46700;
}

.acf-post-list .acf-post-item .rp-link svg {
    width: 18px;
    transition: 1s;
}

.acf-post-list .acf-post-item a:hover .rp-link svg {
    transform: translateX(5px);
}

#oc-vertical-solutions.dark-mode .owl-nav button svg path {
    fill: #272948;
}

#oc-vertical-solutions.dark-mode .owl-nav button {
    border-color: #272948 !important;
}

#oc-vertical-solutions.dark-mode .vc-item .nav-item {
    color: #272948;
}

/*ROI Calculator*/
.results-section {
    display: flex;
    flex-direction: row;
    gap: 24px;
    font-size: 0.875rem;
    flex-wrap: wrap;
    align-items: flex-start;
}

.results-panel {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid;
    width: 48%;
    float: left;
}

.predictions-panel {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.roi-panel {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.risk-panel-high {
    background: #fef2f2;
    border-color: #fecaca;
    color: #dc2626;
}

.risk-panel-medium {
    background: #fffbeb;
    border-color: #fed7aa;
    color: #d97706;
}

.risk-panel-low {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #16a34a;
}

.benchmarks-panel {
    background: #f9fafb;
    border-color: #e5e7eb;
}

.panel-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.panel-icon {
    margin-right: 8px;
}

.panel-title-results {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

#resultsSection .predictions-title {
    color: #1e3a8a;
    margin: 0;
}

.roi-title {
    color: #166534;
}

.metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.metric-item {
    text-align: center;
}

.metric-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563eb;
}

.metric-label {
    font-size: 0.875rem;
    color: #6b7280;
}

.roi-value {
    color: #16a34a;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 5px;
}

.roi-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    font-size: 0.875rem;
    margin-bottom: 16px;
}

.roi-detail-label {
    font-weight: 500;
    color: #374151;
}

.roi-detail-value {
    color: #6b7280;
}

.email-confirmation {
    background: #dcfce7;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #bbf7d0;
}

.email-confirmation-text {
    font-size: 0.875rem;
    color: #166534;
}

.email-confirmation-title {
    font-weight: 500;
}

.email-confirmation-subtitle {
    font-size: 0.75rem;
    margin-top: 0;
}

.risk-content {
    font-size: 0.875rem;
}

.risk-title {
    font-weight: 500;
    margin-bottom: 8px;
}

.risk-list {
    list-style: disc;
    padding-left: 20px;
    margin-top: 4px;
}

.risk-list li {
    margin-bottom: 4px;
    padding-bottom: 0;
}

.benchmarks-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 10px;
}

.benchmark-item {
    display: flex;
    justify-content: space-between;
}

.benchmark-value {
    font-weight: 500;
}

.hidden {
    display: none;
}

.count-main h2.predictions-title,
.count-main h2.panel-title-results {
    padding: 0;
    margin: 0;
}

.count .gform_wrapper .gfield--type-select .gfield_label {
    top: 0;
    transform: none;
    position: relative;
    height: auto;
    color: #FFF;
    padding-left: 0;
    line-height: normal;
}

.count.text-light .gform_wrapper .gfield--type-select .gfield_label {
    color: #FFF;
}

.roi-calculator .the-content ul>li::before {
    display: none;
}

.roi-calculator .the-content ul>li {
    padding: 0;
    margin: 0;
}

.roi-calculator .the-content ul {
    margin: 0;
}

.roi-calculator .gsection_title {
    color: inherit;
}

.roi-calculator .gfield_description.instruction {
    display: none;
}

.roi-calculator .gform_wrapper .p-holder-out .gfield_label,
.roi-calculator.count .gform_wrapper .gfield--type-select .gfield_label {
    color: inherit;
    margin: 10px 0 0;
}

.roi-calculator .gsection_title {
    margin-top: 1rem;
    padding: 0;
    margin-bottom: 0;
}

.roi-calculator form input,
.roi-calculator form textarea,
.roi-calculator form select,
.roi-calculator form .nice-select {
    padding: 8px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.875rem;
    margin: 0;
    box-sizing: border-box;
    height: auto;
}

.roi-calculator .gfield_visibility_hidden {
    display: none;
}

.roi-calculator .gform_wrapper.gravity-theme .gform_fields {
    display: grid;
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%);
    grid-row-gap: 16px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    width: 100%;
}

.roi-calculator .the-content .nice-select ul li.option {
    padding: 0 10px;
}

.roi-calculator .nice-select span.current {
    line-height: 1.5885;
}

.roi-calculator .button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #75139b;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    border-color: #75139b;
    font-size: 18px;
    line-height: 22px;
    box-shadow: none;
    border-style: solid;
}

.roi-calculator .modal-dialog {
    max-width: 1100px;
    width: 90%;
}

.roi-calculator .modal-header {
    border-bottom: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 25px;
}

.roi-calculator button.close {
    text-align: right;
    padding: 12px;
    position: absolute;
    right: 10px;
}

.roi-calculator .modal-header p {
    margin: 0;
    text-align: center;
}

.roi-calculator .gform_heading {
    display: none;
}

.roi-calculator form {
    padding-top: 0;
    max-width: 85%;
    padding-bottom: 0px;
}

.roi-calculator .nice-select .option {
    min-height: 10px;
    line-height: 1.5;
}

.roi-calculator .gform_wrapper.gravity-theme .description,
.roi-calculator .gform_wrapper.gravity-theme .gfield_description,
.roi-calculator .gform_wrapper.gravity-theme .gsection_description,
.roi-calculator .gform_wrapper.gravity-theme .instruction {
    padding-top: 0;
}

.roi-calculator .gform_wrapper.gravity-theme .top_label .gsection_description {
    margin-bottom: 0;
}

.roi-calculator form .submit {
    margin: 0 auto;
}

.roi-calculator .submit button:hover {
    border-color: #f68533;
}

#after_submit_results {
    margin-bottom: 30px;
}

.roi-calculator small {
    font-size: 60%;
    line-height: 1;
}

.roi-calculator .modal-body {
    padding-top: 0;
}

#after_submit_results ul.risk-list li:before {
    display: none;
}

h3.elementor-icon-box-title {
    margin: 0;
}

.work-list ol li {
    background-color: #fff;
    counter-increment: work-counter;
    position: relative;
    padding: 24px 20px 24px 72px;
    border-radius: 24px;
}

.work-list ol {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    list-style: none;
    counter-reset: work-counter;
}

.work-list ol li:before {
    content: counter(work-counter);
    position: absolute;
    left: 20px;
    top: 30px;
    width: 32px;
    height: 32px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.work-list ol li span {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #272948;
}

.work-list ol li p {
    color: #3D3E5A;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "Mulish", sans-serif;
}

.quote-testimonial {
    padding: 0 32px;
}

.quote-testimonial .testimonial .testimonial-content .testimonial-title {
    color: #272948;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.437px;
}

.quote-testimonial #testimonials-carousel .owl-nav {
    position: unset;
    height: 0;
}

.quote-testimonial #testimonials-carousel .owl-nav button.owl-prev {
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}

.quote-testimonial #testimonials-carousel .owl-nav button.owl-next {
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
    left: auto;
}

.quote-testimonial #testimonials-carousel .owl-dots {
    bottom: 0;
    left: 0;
    margin: 0;
}

.quote-testimonial #testimonials-carousel .owl-dots button.owl-dot {
    background: #333760;
}

.quote-testimonial #testimonials-carousel .owl-dots button.owl-dot.active {
    border-radius: 9.098px;
    background: #D63085;
}

.quote-testimonial #testimonials-carousel .owl-nav button svg path {
    fill: #323660;
}

.quote-testimonial #testimonials-carousel .owl-nav button {
    border: 1px solid #323660;
}

.quote-testimonial .testimonial .testimonial-content {
    padding-bottom: 30px;
}

#raq-radio li.elementor-icon-list-item .elementor-icon-list-icon {
    display: none;
}

#raq-radio li.elementor-icon-list-item a:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #D0D5DD;
    border-radius: 50%;
    margin-right: 10px;
}

#raq-radio li.elementor-icon-list-item {
    margin-top: 18px;
}

#raq-radio li.elementor-icon-list-item a {
    color: #344054;
	padding: 24px;
    border: 1px solid #EAECF0;
    border-radius: 8px;
}

#raq-radio li.elementor-icon-list-item.active a:before {
    background: url(/wp-content/uploads/2025/12/checkbox.svg);
    border: none;
}

#raq-radio li.elementor-icon-list-item.active a {
    color: #53389E;
	background: #F0F4F8;
    border-color: #D63085;
}

.rloader {
    width: 20px;
    height: 20px;
    border: 2px solid #D63085;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    right: 24px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 


.tablepress thead th {
    background: #272948;
    color: #fff;
    border: none !important;
}

.tablepress thead th .dt-column-title {
    font-weight: 400;
}

.tablepress thead th.dt-ordering-asc, .tablepress thead th.dt-ordering-desc, .tablepress thead th:hover, .tablepress thead th.dt-ordering-asc:hover, .tablepress thead th.dt-ordering-desc:hover {
    background-color: #D63085 !important;
    color: #fff !important;
}

.tablepress thead th .dt-column-order:before, .tablepress thead th .dt-column-order:after {
    color: #fff;
}

.tablepress tbody td {
    padding: 12px 24px;
}

.tablepress tbody td ul {
	list-style-image: url(/wp-content/uploads/2025/12/checkbox.svg);
}

.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>* {
    background: #E3E8EC;
    color: #3D3E5A;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>* {
    background: #fff;
    color: #3D3E5A;
}

.tablepress>.row-hover>tr:has(+.child:hover)>*, .tablepress>.row-hover>tr:hover+:where(.child)>*, .tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>* {
    background: #E3E8EC;
    color: #3D3E5A;
}
.single-resource .elementor-widget-theme-post-content p a, .single-resource .elementor-widget-theme-post-content ul li a, .single-resource .elementor-widget-theme-post-content h3 a {
    color: #f4422a;
}

/*******************  RESPONSIVE CSS  **************************/
@media screen and (max-width: 1280px) {
    .bg-spiral:before {
        left: calc(50% - 200px);
    }
}

@media screen and (max-width: 1216px) {
    header.fixed #header-inner {
        background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.90) 0%, #FFF 100%);
    }

    header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #344054;
        width: 27px;
        height: 3px;
    }

    header #mega-menu-wrap-menu-1 .mega-menu-toggle {
        border: 1px solid #D8DCDF;
    }

    header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin: 0 !important;
        padding: 6px;
    }

    header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
        width: 28px;
        height: 20px;
    }

    header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
        left: 1px;
    }

    header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        top: 8px;
    }

    header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        top: 16px;
    }

    header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        transform: translate3d(0, -16px, 0) rotate(-90deg);
    }

    header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider[aria-expanded="true"] .mega-toggle-animated-inner::before {
        top: 10px;
    }

    header #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        border-radius: 0 0 14px 14px;
        background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.90) 0%, #FFF 100%);
        box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
        margin-top: 12px;
        max-height: 92.8vh;
        overflow-y: auto;
    }

    header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        border-bottom: 1px solid #7D7F91;
    }

    header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 16px 22px;
        height: auto;
        font-size: 19px;
        font-weight: 500;
        line-height: 30px;
    }

    header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:last-child>a.mega-menu-link {
        border: none;
    }

    header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        color: #F0F4F8;
    }

    header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu:before,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu:before {
        display: none;
    }

    header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu,
    header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
        padding: 24px 24px 24px 36px;
    }

    header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard>a.mega-menu-link,
    header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        padding: 7px 0;
    }

    header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title,
    header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
        margin-top: 44px;
    }

    header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column:first-child {
        margin: 0;
    }

    #header-inner.menu-open {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media screen and (max-width: 1024px) {
    #header-inner {
        transition: border-radius 0.3s;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
        background: transparent;
    }

    .elementor-location-footer:before {
        left: 0px;
    }

    .bg-spiral:before {
        top: -50px;
    }

    #testimonials-carousel .testimonial {
        flex-direction: column;
        gap: 48px;
    }

    .testimonial .testimonial-thumb {
        max-width: 500px;
    }

    #testimonials-carousel .owl-nav {
        position: relative;
        left: 0;
    }

    #testimonials-carousel .owl-dots {
        position: relative;
        left: 0;
        margin-top: 0;
    }

    .hero-video {
        left: calc(50% - 200px);
        top: 15%;
    }

    .post-cards-carousel .post-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-cards-carousel .post-card-thumb {
        max-width: 400px;
    }

    .post-cards-carousel .post-card-content {
        padding: 0;
    }

    .blog-inner-container {
        flex-direction: column;
    }

    .category-filters ul#category-list,
    .education-main-container .category-filters ul#edu-category-list {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    .acf-post-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    #header-request-demo-btn {
        padding: 24px 24px 36px 24px;
        text-align: center;
    }

    #header-request-demo-btn a {
        width: 100%;
        padding: 12px 24px;
        background: #D63085;
        color: #FFF;
    }

    .elementor-location-footer:before {
        left: -250px;
    }

    .bg-spiral:before {
        top: -150px;
        left: auto;
    }

    #testimonials-carousel .testimonial {
        flex-direction: column;
        padding: 0;
        gap: 30px;
    }

    #testimonials-carousel .owl-stage-outer {
        padding-bottom: 30px;
    }

    #testimonials-carousel .owl-nav {
        left: 0;
    }

    #testimonials-carousel .owl-dots {
        left: 0;
    }

    #oc-vertical-solutions {
        flex-direction: column;
    }

    .testimonial .testimonial-content .testimonial-title {
        font-size: 24px;
        line-height: 32px;
    }

    .testimonial .testimonial-content {
        padding-bottom: 30px;
    }

    .testimonial .testimonial-content .testimonial-designation,
    .testimonial-organisation {
        font-size: 18px;
    }

    .post-cards-carousel .post-card {
        flex-direction: column;
    }

    .post-cards-carousel .post-card-content {
        padding: 0;
    }

    .owl-carousel .owl-nav {
        position: relative;
        height: 50px;
        margin-top: 32px;
    }

    .owl-carousel .owl-nav button.owl-prev,
    #testimonials-carousel-no-image .owl-nav button.owl-prev {
        top: 28px;
        left: 0;
    }

    .owl-carousel .owl-nav button.owl-next,
    #testimonials-carousel-no-image .owl-nav button.owl-next {
        top: 28px;
        left: 64px;
        right: auto;
    }

    .owl-carousel .owl-dots {
        justify-content: flex-start;
    }

    .blog-main-container .post-filter,
    .education-main-container .post-filter {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .blog-main-container .post-filter ul#tag-list,
    .education-main-container .post-filter ul#edu-tag-list {
        padding: 0;
        flex-wrap: wrap;
    }

    .blog-inner-container {
        flex-direction: column;
    }

    .post-grid {
        grid-template-columns: 1fr;
    }

    .post-cards-carousel .owl-stage-outer {
        border-radius: 32px 32px 0 0;
    }

    .featured-event-card {
        flex-direction: column;
    }

    .featured-event-card .featured-event-content {
        padding: 0;
    }

    .filter-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    div#events-list .events-grid {
        grid-template-columns: 1fr;
        row-gap: 48px;
    }

    .post-type-archive-events .events-filter,
    .tax-events_category .events-filter {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .event-thumb img {
        height: 180px;
    }

    .post-cards-carousel .post-card-content .post-card-title a {
        font-size: 26px;
        line-height: 34px;
    }

    .post-cards-carousel .post-card-content .post-card-excerpt {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-main-container .post-filter #sort-toggle,
    .education-main-container .post-filter h2#edu-sort {
        font-size: 28px;
        line-height: 40px;
        flex: 1;
    }

    .main-banner-section .owl-carousel.post-cards-carousel {
        padding: 0 25px;
    }

    main.category-archive .custom-post-cards {
        grid-template-columns: 1fr;
    }

    .container {
        padding: 36px 25px 72px;
    }

    main.category-archive .archive-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 32px;
    }

    .hero-video {
        left: 50%;
        transform: translateX(-50%);
        top: 50px;
        max-width: 150% !important;
    }

    .main-banner-section {
        padding: 96px 0 64px 0;
    }

    table.pricing-table {
        table-layout: auto;
    }

    .acf-post-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .vc-mob-carousel .vc-item .nav-item {
        font-size: 24px;
        line-height: 32px;
    }

    .vc-mob-carousel .vc-item .vc-item-wrapper .item-content {
        flex-direction: column;
        gap: 30px;
        margin-top: 20px;
    }

    #oc-vertical-solutions .vc-item {
        padding: 0px;
    }

    .vc-item .vc-item-wrapper {
        padding: 0 10px;
    }

    .vc-item .vc-item-wrapper .item-image {
        margin-bottom: 20px;
    }

    .vc-mob-carousel .owl-nav button.owl-prev {
        top: 0;
    }

    .vc-mob-carousel .owl-nav button.owl-next {
        top: 0;
        left: 16px;
    }

    .vc-mob-carousel .owl-nav {
        margin: 0;
    }

    .vc-item .vc-item-wrapper.layout-vertical {
        flex-direction: column;
    }

    .vc-mob-carousel .vc-item .vc-item-wrapper .item-image img {
        max-height: 200px;
    }

    .acf-post-list .acf-post-item {
        padding: 35px;
    }
	
	.quote-testimonial {
		padding: 0;
	}

	.quote-testimonial #testimonials-carousel .owl-nav {
		position: relative;
		height: 40px;
	}

	.quote-testimonial #testimonials-carousel .owl-nav button.owl-prev {
		left: 0;
	}

	.quote-testimonial #testimonials-carousel .owl-nav button.owl-next {
		right: auto;
		left: 60px;
	}
	
	.results-panel {
    	width: 100%;
	}
	
	.pagination .pagination-links .prev, .pagination .pagination-links .next {
		display: none;
	}

	.pagination .pagination-links {
		justify-content: center;
	}
	header.fixed #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
		color:#FFF;
	}
	.post-grid .post-thumb img{
		height: auto;
		object-fit:contain;
	}
	.event-card .event-content .event-meta{
		margin-bottom: 18px;
	}
}