/* 
Theme Name: Ready Education
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*
//Buttons
*/

.btn-blue {
    background-color: #0049db;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: .875rem;
    padding-bottom: .875rem;
    font-size: .875rem;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 5px;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .9375rem;
}

.btn-blue:hover {
    background-color: #2086ff;
}

.btn-white {
    background-color: #ffffff;
    color: #000000 ;
        text-decoration: none !important;
    border-radius: 5px;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .9375rem;
        padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: .875rem;
    padding-bottom: .875rem;
    font-size: .875rem;
    font-weight: 600 !important;
    border: 1px solid #e5e7eb;
}

.btn-white:hover {
background-color: #ececec;
}

.btn-blue svg,
.btn-icon-blue svg,
.resources-back-btn svg{
stroke: #ffffff;
}

.resources-back-btn svg{
transform: rotate(180deg);
}

.btn-full-width a {
    width: 100% !important;
}

.btn-full-width a .elementor-button-content-wrapper {
    display: flex;
    justify-content: space-between;
}

.btn-icon-blue .elementor-button-content-wrapper,
.btn-icon .elementor-button-content-wrapper{
        flex-direction: row-reverse;
}

.elementor-button-icon svg {
    width: 20px !important;
    height: 20px !important;
}

/*
// Fonts
*/

.eyebrow {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .75rem;
    padding-bottom: .625rem;
}

.body-lg {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
}

.elementor-widget-text-editor h3 {
    font-weight: 600;
}

.elementor-widget-text-editor p a,
.elementor-widget-text-editor ul li a {
    text-decoration: underline;
    font-weight: 500;
}

.elementor-widget-text-editor ul {
    margin-top: 1.25em;
    padding-inline-start: 1.625em;
}

.elementor-widget-text-editor ul li {
        margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: .375em;
}

.elementor-widget-text-editor ul li::marker {
color: #d1d5db;
}

/*
//Main Menu
*/

.elementor-element.custom-nav-block,
.desktop-nav-container {
    position:unset !important;
}

.site-navigation,
.menu-main-menu-container {
    width: 100%; 
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.main-menu > li {
        display: flex;
}

.main-menu > li a {
    padding: 40px 15px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

}

.menu-main-menu-container .main-menu > li a {
    white-space: nowrap;
}

.main-menu > li:hover a{
    color: #0049db;
}

.main-menu .menu-item-has-children > a svg {
    stroke-width: 4px;
    fill: transparent;
    width: 13px;
    height: 13px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.main-menu .menu-item-has-children:hover > a svg {
transform: rotate(180deg);
}

.main-menu .menu-item-has-children > a svg path {
    stroke: #0049db;
}


.mega-menu {
    position: absolute;  
    /* top: 100%;           */
    /* left: 0;             */
    /* width: 100vw;         */
    top: 84%;
    border-radius: 8px;
    width: auto;
    max-width: 450px;
    background: #ebebeb;
    /* display: none; */
    /* padding: 40px 0; */
    padding: 20px;
    opacity: 0;
    z-index: 999;        
    box-shadow: 0 0 5px 0 #00000015 !important;
    transform: translateY(10px);
    visibility: hidden;
    transition: opacity .3s ease,transform .3s ease,visibility .3s;
    margin-right: 20px;
}

.main-menu > li:hover > .mega-menu {
    /* display: block; */
    opacity: 1;
    visibility: visible;

}

.main-menu > li.current-menu-item a{
    color: #0049db;
}

.mega-menu-inner {
    max-width: 1200px;
    /* margin: 0 auto; */
    /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
    grid-template-columns: repeat(1,1fr)!important;
    display: grid;
    /* gap: 1.25rem; */
        gap: .5rem;
    list-style: none;
    padding-inline-start: 0px;
}

.four-column .mega-menu-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mega-menu li.menu-item{
    flex: 1;
    /* background-color: #2a2b2a; */
    border-radius: 12px;
    /* padding: 20px; */
    padding: 8px 12px;
    display:flex;
    flex-direction: row;
    gap: .625rem;
    position:relative;
}

.menu-icon-image {
align-items: center;
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    background-color: #dcdcdc;
    justify-content: center;
}

.mega-menu-label {
font-size: .75rem;
    font-weight: 700;
    color: #878787;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.menu-icon-image img{
height: 26px;
    width: 26px;
    display:block;
}

.mega-menu li.menu-item:hover {
/* background-color: #212121; */
background-color: #5E5D5D;
}

.mega-menu-inner > li .menu-header{
/* color: #4effca; */
color: #000000;
font-weight: 600;
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.mega-menu-inner > li:hover .menu-header{
color: #4effca;
}

.mega-menu .mega-menu-inner .menu-item-description {
    color: #374151;
}

.mega-menu .mega-menu-inner li:hover .menu-item-description {
    color: #ffffff;
}

.mega-menu-inner > li a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mega-menu-inner > li svg{
/* height: 1.25rem;
stroke-width: 2.5; */
display:none;
}

.mega-menu-inner > li svg path {
stroke: #4effca;
}

.menu-item-description {
    font-size: 14px;
    color: #ffffff;
}

.aioseo-breadcrumb a,
.aioseo-breadcrumb {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 21px;
}

.aioseo-breadcrumb-separator {
    margin-left: .625rem;
    margin-right: .625rem;
    color: #4effca;
}

/*
// Mobile Menu
*/

/* Hamburger */
.hamburger {
    /* width: 40px;
    height: 40px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    z-index: 10001;
    position: relative;
}

.hamburger span {
    display: block;
    height: 2px;
    background: #000;
    width: 24px;
    transition: all 0.3s ease;
     transform-origin: center;
}

/* ACTIVE STATE (turn into X) */
.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Mobile menu container */
.mobile-menu {
    position: fixed;
    top: 125px;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 10000;
    background-color: #ffffff;
}

.mobile-menu.open {
    transform: translateX(0);
}

/* Menu levels (THIS enables sliding) */
.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    position: relative;
    top: 0px;
    /* left: 100%; */
    width: 100%;
    height: auto;
    background: #2a2b2a;
    transition: transform 0.35s ease;
    overflow: visible;
}

.mobile-submenu-container {
    position: absolute;
    top: 0;
    left: 100%;

    width: 100%;
    height: 100vh;

    background: #ebebeb; /* full screen background */

    z-index: 10001;
transform: translateX(0);

    transition: transform 0.35s ease;
}

.mobile-menu .mobile-submenu {
    /* position: absolute;
    top: 0;
    left: 100%;

    width: 100%; */
    /* height: 100%; */
    position: relative;
    z-index: 2;
    background: #111;
    /* z-index: 10001; */

    /* overflow-y: auto; */
    /* transition: transform 0.35s ease; */
}

.mobile-submenu .menu-link {
display: flex;
    align-items: flex-start;
    color: #4effca !important;
    flex-direction: column;
}

.mobile-submenu .back-button svg{
stroke: #0049db;
transform: rotate(180deg);
}

.mobile-menu ul li{
margin-bottom: 0px;
}

/* Root level */
.mobile-menu-root {
    left: 0 !important;
    transform: translateX(0);
        flex: 1;
    overflow-y: visible;
    padding: 20px;
    position:relative;
    height: auto;
}

.mobile-menu-extra {
    padding: 20px;
        display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 40px;
}

.mobile-menu-extra .mobile-menu-button {
    font-weight: 600;
    justify-content: center;
}


.mobile-menu-extra .mobile-menu-text {
    font-size: 14px;
    color: black;
}

/* Active submenu */
.mobile-submenu-container.active {
    transform: translateX(-100%);
}

/* Menu items */
.mobile-menu li {
    margin-bottom: 16px;
}

.mobile-menu li svg {
    stroke: #4effca;
}

/* Links & buttons */
.menu-link {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    display: flex;
    font-weight: 600 !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none !important;
    border: none;
    cursor: pointer;
    padding: 15px 20px !important;
}

.mobile-menu-root .menu-item:not(:first-child) .menu-link {
border-top: 1px solid white;
}

.mobile-menu-root .current_page_item .menu-link {
    color: #4effca !important;
}

/* Arrow */
.arrow {
    font-size: 18px;
}

/* Back button */
.back-button {
    font-size: 16px;
cursor: pointer;
    font-weight: 600;
    color: #2a2b2a;
    background-color: #d7edff;
    padding: 15px 20px;
        display: flex;
    flex-direction: row;
    align-items: center;
    gap: .9375rem;
}

/* Parent link (View page) */
.parent-link .menu-link {
    font-weight: 600;
    background-color: #0049db !important;
    color: #ffffff !important;
    padding: 12px 0;
    display: block;
}

.mobile-menu-root .current_page_item .parent-link .menu-link {
    color: #ffffff !important;
}

.menu-description {
    display: block;
    font-size: 14px;
color: #ffffff;
    margin-top: 10px;
    line-height: 1.4;
    font-weight: 400;
}

/*
//Single Posts 
*/

@media (min-width: 768px){
    .single .post-default-content h2 {
    font-size: 2.75rem;
    }
}


.table_component {
    overflow: auto;
    width: 100%;
}

.table_component table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
        font-size: .875em;
    line-height: 1.7142857;
}

.table_component caption {
    caption-side: top;
    text-align: left;
}

.table_component th {
    border: 1px solid #dededf;
    background-color: #0049DB;
    color: #ffffff;
    padding: 5px;
}

.table_component td {
    border: 1px solid #dededf;
    background-color: #ffffff !important;
    color: #000000;
    padding: 5px;
}


.single .alignleft {
    margin-right: 2rem;
}

.single  .alignright {
margin-left: 2rem;
}


.single .post-default-content h2 {
    color: #111827;
    margin-top: 1em;
    font-weight: 700;
        margin-bottom: 1em;
    line-height: 1.3333333;
}

.single .post-default-content h2 strong{
    font-weight: 800;
}

.single .post-default-content ul:not(.testimonial-slider ul) {
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.single .post-default-content ul li,
.single .post-default-content ol li  {
        padding-inline-start: .375em;
            margin-top: .5em;
    margin-bottom: .5em;
}
.single .post-default-content ul li::marker {
color: #d1d5db;
}

.single .post-default-content ol li::marker {
    font-weight: 400;
color: #6b7280;
}

.single .post-default-content a {
    text-decoration: underline;
    font-weight: 500;
}

.single .post-default-content blockquote {
    font-style: italic;
    color: #111827;
    border-inline-start: .25rem solid;
    border-inline-start-color: #e5e7eb;
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.single:not(.single-success-story) .post-default-content img {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
}

.post-solution-types .elementor-post-info__terms-list {
display:flex !important;
flex-wrap: wrap;
gap: .625rem;
}

.post-solution-types .elementor-post-info__terms-list-item {
    background-color: #757575;
    padding-left: .625rem;
    padding-right: .625rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    font-size: .875rem;
    border-radius: 9999px;
        white-space: nowrap;
}

/*
// Home Page
*/

.flex {
    display:flex;
}

.inline-flex {
    display:inline-flex;
}

.wipe-icon {
    position: absolute;
    left: 102%;
    top: 0;
    pointer-events: none;
    transition: left 0.3s ease-in-out;
  width: auto;
  height: 100% !important;
  display:block;
}

.mask-container {
    overflow: hidden;
    display: inline-block;
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 50%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 200% 100%;
    -webkit-mask-position: left;

    mask-image: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 50%);
    mask-repeat: no-repeat;
    mask-size: 200% 100%;
    mask-position: left;

    transition: mask-position 0.3s ease-in-out, -webkit-mask-position 0.3s ease-in-out;
}

.mask-container.hidden-mask {
    -webkit-mask-position: right;
    mask-position: right;
}

.mask-container h1 {
font-size: 3.75rem;
color: #ffffff !important;
padding-top: .625rem;
padding-bottom: .625rem;
max-width: 50vw;
font-weight: 800!important;
line-height: 1;
margin: 0px !important;
}

@media (max-width:767px) {
.mask-container h1 {
max-width: 65vw;
}
}

.wipe-icon.animate {
  left: 0;
}

.relative {
    position:relative;
}

    .md\:w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }


.message-bar-button .elementor-button-content-wrapper{
justify-content: space-between !important;
}


/*
// Resources Page 
*/

.resources-card .post-solution-types .elementor-post-info__terms-list-item:not(:first-child) {
max-width: 16ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elementor-field-group .elementor-select-wrapper select {
    padding-inline-end: 30px !important;
        border-color: #e5e7eb !important;
        background-color: #f4f4f4 !important;
        border-radius: 5px !important;
}

.search-filter-component-combobox--mode-single .search-filter-component-combobox__actions .search-filter-component-combobox__selection {
    line-height: 1.7em !important;
}

.resources-card .read-more {
    font-size: .875rem;
    font-weight: 600;
}

.resources-card .category-label {
font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    color: #0049db;
}

.resources-card svg {
stroke: #0049db;
width: 20px;
height: 20px;
}

/*
// Content Builder
*/

@media (max-width: 767px){
    .single-section.content-side-by-side .row,
     .single-section.content-side-by-side .row.reverse-layout { 
            flex-direction: column-reverse !important;
            gap: 10px;
    }

.page-builder-shortcode .single-section {
    padding: 40px 5%;
}
.testimonial-slide .heading {
    font-size: 1.75rem !important;
}
.testimonial-slide .quote-content {
        font-size: 1.125rem !important;
}

.content-team .card-link,
.team-card {
    max-width: unset !important;
}

.team-card {
    flex-direction: row !important;
}

.team-card .card-content {
    margin-left: 1.25rem;
    margin-right: 5px;
    flex: unset !important;
}
.team-card .card-image {
    margin-bottom: 0px !important;
    min-width: 94px;
}
.team-card .position {
    margin-bottom: 0px !important;
    font-size: .875rem !important;
}

.single-section.content-side-by-side .side-by-side-content,
.single-section.content-side-by-side .side-by-side-img {
    width: 100%;
}

.team-card .heading {
        font-size: 1.125rem !important;
}


}



@media (min-width: 768px){
.page-builder-shortcode .single-section {
    padding: 40px 2.2rem;
}

.single-section.content-side-by-side .side-by-side-content {
    width: 42%;
}

.single-section.content-side-by-side .side-by-side-img {
    width: 50%;
}
}

.single-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.single-section .container.reverse-order{
   display:flex;
   flex-direction: column-reverse;
}


.page-builder-shortcode h3,
.btn-blue a{
    font-weight: 600;
}

.single-section .button-container{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    flex-wrap: wrap;
}



/* .single-section.content-testimonial-slider {
    padding-top: 60px;
    padding-bottom: 60px;
} */

.single-section.content-side-by-side .row{
display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-section.content-side-by-side .row.reverse-layout {
    flex-direction: row-reverse;
}


.single-section.content-side-by-side .side-by-side-content .content{
    max-width: 500px;
}

.single-section.content-side-by-side .side-by-side-content ul {
list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.single-section.content-side-by-side .side-by-side-content ul li{
margin-top: .5em;
    margin-bottom: .5em;
}

.single-section.content-side-by-side .side-by-side-content ul li::marker{
color: #d1d5db;
}

.single-section.content-side-by-side.dark-mode,
.single-section.content-testimonial-slider.dark-mode,
.single-section.content-embed-code.dark-mode,
.single-section.content-simple.dark-mode  {
    background-color: #2a2b2a;
     padding: 60px 2.2rem;
}

.single-section.content-side-by-side.dark-mode.dark-mode .eyebrow,
.single-section.content-simple .eyebrow,
.single-section.content-testimonial-slider.dark-mode .heading{
    color: #4effca;
}

.single-section.content-side-by-side.dark-mode h3,
.single-section.content-side-by-side.dark-mode p,
.single-section.content-testimonial-slider.dark-mode .quote-content,
.single-section.content-testimonial-slider.dark-mode .attribution,
.single-section.content-testimonial-slider.dark-mode .attirbution-location,
.single-section.content-testimonial-slider.dark-mode .testimonial-arrows .fa,
.single-section.content-embed-code.dark-mode,
.single-section.content-embed-code.dark-mode h3,
.single-section.content-simple.dark-mode h3,
.single-section.content-simple.dark-mode  {
color: #ffffff;
}

.single-section.content-testimonial-slider.dark-mode .slick-dots li.slick-active button:before, 
.single-section.content-testimonial-slider.dark-mode .slick-dots li.slick-active button:hover:before,
.single-section.content-testimonial-slider.dark-mode .slick-dots li button:before {
    color: #ffffff !important;
}


.single-section.content-simple .cta-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 1.25rem;
    padding-top: 30px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.single-section.content-simple .row.center-align {
    text-align: center;
    max-width: 780px;
}

.single-section.content-simple .row,
.single-section .heading-row{
    margin: 0 auto;
}

.single-section.content-simple .eyebrow,
.side-by-side-content .eyebrow,
.single-section.content-cards-section .eyebrow,
.single-section.content-faqs .eyebrow  {
    color: #0049db;
    font-weight: 700;
}

.single-section.content-testimonial-slider .slide-content {
    max-width: 780px;
    margin: 0 auto;
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}

.testimonial-slide {
    text-align: center;
}

.testimonial-slide .heading {
    font-size: 2.25rem;
    color: #0049db;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 30px;
}

.testimonial-slide .quote-content {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
    line-height: 30px;
    color: #000000;
}

.testimonial-slide .attribution,
.testimonial-slide .attirbution-location {
font-size: .75rem;
font-weight: 700;
margin-bottom: .625rem;
    color: #000000;
}

.testimonial-arrows {
display: flex;
    height: 100%;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 auto;
}

.testimonial-slider .slick-list {
    margin-bottom: 30px;
}
.slick-dots li:only-child {
display:none;
}

.slick-dots {
    max-width: 220px;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -60px !important;
}

.slick-dots li button:hover, 
.slick-dots li button:focus {
background-color: transparent !important;
}

.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:hover:before {
    color: #0049db !important;
    opacity: 1 !important;
}

.slick-dots li button:hover:before {
    color: #0049db !important;
    opacity: .7 !important;
}

.prev.slick-arrow:hover,
.next.slick-arrow:hover {
cursor: pointer
}

/*Embed Section */

.single-section.content-embed-code .container.reverse-order .content-row {
padding-top: 20px;
padding-bottom: 0px;
}

.single-section.content-embed-code .content-row {
    text-align: center !important;
    max-width: 780px;
    margin: 0 auto;
    padding-bottom:10px;
}


.content-embed-code .row.video {
max-width: 780px;
    margin: 0 auto;
    width:100%;
}

    .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.single-section.single-section.content-cards-section .heading-row,
.single-section.single-section.content-team .heading-row,
.single-section.single-section.content-faqs .heading-row {
    text-align:center;
    max-width: 780px;
}

.single-section.content-cards-section .content-cards-grid {
    padding-top: 2.5rem;
    gap: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.single-section.content-cards-section .content-card {
    max-width: 380px;
    border-radius: 10px;
    padding: 1.25rem;
    text-align: left;

}

.single-section.content-cards-section .content-card.has-image {
    min-height: 230px;
}

.single-section.content-cards-section .simple-cards .content-card {
    background-image: url(/wp-content/uploads/2026/03/solution-bg.svg);
    background-repeat: no-repeat;
    background-position: right;
        background-color: rgb(0 73 219);
            color: #ffffff;
}

.single-section.content-cards-section .full-cards .content-card {
--tw-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    height: 100%;
        display: flex;
    flex-direction: column;
}

.single-section.content-cards-section .full-cards .card-link:hover .heading{
    color: #0049db;
}

.full-cards .card-link {
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.full-cards .card-link:hover {
    border-color: #0049db;
}

.full-cards .content-card .card-image {
       margin-bottom: 1.25rem;
       max-height: 240px;
    overflow: hidden;
}

.full-cards .content-card .heading {
    padding-bottom: 1.25rem;
    font-weight: 600;
}

.full-cards .content-card .arrow-hover__wrap {
    padding-top: 1.25rem;
        font-size: .875rem;
        font-weight: 600;
        margin-top: auto;
}

.full-cards .content-card .arrow-hover__wrap svg{
 stroke: #0049db;
}

.single-section.content-cards-section .content-card .card-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

/* Team Cards */


.content-team .card-grid,
.content-partners .card-grid {
gap: 1.25rem;
display:flex;
justify-content: center;
align-items: stretch;
flex-wrap: wrap;
padding-top: 40px;
}

.content-team .card-link {
    display:flex;
    max-width: 280px;
    width: 100%;
}

.team-card {
    max-width: 280px;
    padding: 2.5rem;
    --tw-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 5px;
    text-align: left;
    display: flex;
    flex-direction: column;
        width: 100%;
}

.team-card .card-image {
            margin-bottom: 1.25rem;
}

.team-card .heading {
    color: #0049db;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 10px;
    line-height: 24px;
}

.team-card .position {
    font-weight: 600;
    color: #000000;
    margin-bottom: 3.75rem;
}

.team-card.custom-card .position {
    margin-bottom: 10px !important;
}

.team-card .card-content {
        flex: 1 1 0%;
}

.arrow-hover__wrap {
        display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    max-width: fit-content;
        position: relative;
}

.arrow-hover__text {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    font-weight: 600;
    font-size: .875rem;
}

.arrow-hover__arrow {
transition: left .3s ease-in-out;
    position: absolute;
    left: 0;
}

.arrow-hover__arrow svg{
stroke: #0049db !important;
}



@media (min-width: 768px){
.card-link:hover .arrow-hover__text {
opacity: 1;
}

.card-link:hover .arrow-hover__arrow {
left: calc(100% + 20px);
}
}

/* Partners Card section */

.content-partners .card-link {
        min-width: 260px;
        max-width: 380px;
        transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    --tw-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 1.25rem;
    border-radius: 5px;
    border: 1px solid;
    border-color: white;
}

.content-partners .card-link:hover {
    border-color: #0049db;
}

.partner-card .heading {
    font-weight: 600;
    padding-bottom: 1.25rem;
}

.content-partners .card-link:hover .partner-card .heading {
 color: #0049db;
}

.partner-card .read-more {
        display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 1.25rem;
    gap: .9375rem;
    justify-content: flex-start;
    font-size: .875rem;
    font-weight: 600;
}

.partner-card .read-more svg {
    stroke: #0049db;
}

/*FAQs Section */

.single-section.content-faqs .faqs-container {
        max-width: 1050px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
        padding-top: 2.5rem;
}

.accordion-group {
    margin-bottom: 15px;
}

 .accordion__header{
      cursor: pointer;
      width: 100%;
      text-align: left;
      outline: none;
      transition: 0.0s;
      display: flex;
      gap: 8px;
      justify-content: space-between;
background-color: #fff !important;
    color: #000 ;
    border: 1px solid #000;
    padding: 14px 16px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 5px 5px 5px 5px;
    white-space: unset;
    }

    .accordion__header h4{
        font-size: 20px;
        font-style: normal;
    font-weight: 600;
    line-height: 26px;
        margin: 0px !important;
    }

  .accordion__body .button-container {
    margin-top: 20px;
    display:flex;
  }

  .accordion__body .button-container .main-btn{
    display: flex;
        align-items: center;
        gap: 8px;
        width: auto;
  }

  .accordion__body .button-container .main-btn svg{
    width: 20px;
    height: 20px;
  }

  .accordion__body .button-container .main-btn svg path{
    fill: #ffffff;
  }

  .accordion__body .button-container .main-btn:hover svg path  {
    fill: #212530;
  }

    .accordion__header .opener,
    .tab-menu .opener {
display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    }

    .accordion__header.open .opener {
            content: "-" !important;
        }


        .opener {
  font-size: 0; /* hides the + */
}

.opener::after {
  content: "+";
font-size: 24px !important;
    font-weight: bold; 
        color: #000 !important;/* restore size */
}

.accordion__header.open .opener::after {
  content: "−"; /* minus sign */
}
  
.opener span {
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: auto;
}
    
    .accordion__body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-out;
          background-color: #f9f9f9;
    }

    .accordion__body .container {
    padding: 10px 26px 10px;
    }

  .accordion__body p,
  .accordion__body ol li,
  .accordion__body ul li {
    padding-right: 10px;
font-size: 18px;
font-style: normal;
line-height: 150%; /* 27px */
    margin:0px;
  }
  
  .accordion__header.open + .accordion__body {
background-color: #f9f9f9;
    border-radius: 0 0 6px 6px;

  }

/* End Content Builder*/

/*
// Metrics Counter
*/

.elementor-counter-number:empty {
    display: none;
}

.elementor-counter .elementor-counter-title {
    color: #ffffff !important;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 24px;
}



/*
// Success Stories
*/

@media (max-width: 640px){
    .single-section.info-bar-section .row {
        background-size: 50% 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2026/03/success-info-arrow-BP340Gaq.png);
    }
}

@media (max-width: 767px){
    .single-section.info-bar-section .row {
        flex-direction: column !important;
        padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    }
    .info-bar-item {
            background-image: none !important;
    padding: .624rem 1.25rem !important;
    }
}

.single-section.info-bar-section .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #0049db;
    border-radius: 10px;
    color: #ffffff;
}

.info-bar-item {
    padding: 20px 22px 20px 0;
    background-image: url(/wp-content/uploads/2026/03/success-info-arrow-BP340Gaq.png);
    background-position: right;
    flex: 1 1 0%;
    background-repeat: no-repeat;
    background-size: contain;
}

.info-bar-item:first-child {
    padding-left: 20px;
}

.info-bar-item:last-child {
    background-image: none !important;
}

.page-hero h1 span,
.marker-underline {
    display: inline;
    position: relative;
    z-index: 2;
    font-weight: 700;
}

.page-hero h1 span:after,
.marker-underline:after {
    content: "";
    display: block;
    width: 100%;
    height: 17px;
    background-image: url(/wp-content/uploads/2026/03/marker-underline-DEUvyBlT.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    animation: marker-reveal .6s linear forwards;
    position: absolute;
    left: 0;
    bottom: -8px;
    z-index: -1;
}

@keyframes marker-reveal {
    0% {
        clip-path: polygon(0 0,0 0,0 100%,0% 100%)
    }

    to {
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
    }
}

/*
// Contact/Request a Demo page 
*/

.e-n-tab-title[aria-selected='true'] {
background-image: url(/wp-content/uploads/2026/03/tab-bg.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

/*
// Legal Pages
*/

.page-template-page-legal .single-section {
    padding: 40px 2.2rem;
}

.page-template-page-legal p a {
    font-weight: 500;
    text-decoration: underline;
}