.elementor-kit-18{--e-global-color-primary:#003546;--e-global-color-secondary:#24BFE6;--e-global-color-text:#707070;--e-global-color-accent:#E6EDF0;--e-global-color-5e91289:#707070;--e-global-color-846877f:#9AB3BE;--e-global-typography-primary-font-family:"MierB";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"MierB";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"MierB";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#6D6D6D;font-size:18px;}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.elementor-kit-18 a{color:var( --e-global-color-secondary );}.elementor-kit-18 h1{color:var( --e-global-color-primary );font-size:55px;text-transform:capitalize;line-height:60px;}.elementor-kit-18 h2{color:var( --e-global-color-primary );text-transform:capitalize;}.elementor-kit-18 h3{color:var( --e-global-color-primary );text-transform:capitalize;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1040px;}.e-con{--container-max-width:1040px;}}@media(max-width:767px){.elementor-kit-18 h1{line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===========================
   BASE STYLES & RESETS
=========================== */
/* Default hidden background for all sections */
.accounting,
.ecomm,
.service,
.franchise,
.technology,
.Other,
.account,
.behind,
.tax {
  background: none !important;
  border: none !important;
  /* only transition properties that don't cause layout shifts */
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  will-change: transform, opacity;
}


.account:hover,
.behind:hover,
.tax:hover,
.account.active-section,
.behind.active-section,
.tax.active-section {
  background: none !important; /* no background */
  transform: translateY(-2px); /* subtle lift */
  box-shadow: 0 2px 8px rgba(0,0,0,0.08); /* optional soft shadow */
}


/* ===========================
   TAB CONTAINER LAYOUT & TRANSITION
=========================== */

.finance-tabs-container,
.technology-tabs-container,
.about-tabs-container {
  position: relative;
  overflow: hidden;
  z-index: 50;
  /* Remove min-height */
  transition: height 300ms ease-in-out;
  box-sizing: border-box;
}

/* Each tab content */
.finance-tabs-container > div,
.technology-tabs-container > div,
.about-tabs-container > div {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 90%;
  margin-top: 1rem;
  padding: 1.5rem 1rem 0.2rem;
  background: transparent !important;
  box-shadow: none !important;

  visibility: hidden;
  pointer-events: none;
  z-index: 10;

  display: flex !important;
  opacity: 0;

  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;

  box-sizing: border-box;
}

/* Active tab styles */
.finance-tabs-container > div.active-section,
.technology-tabs-container > div.active-section,
.about-tabs-container > div.active-section {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 70;

  transition: opacity 0.3s ease 0.1s, visibility 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}

.wpr-sub-mega-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.wpr-nav-menu li.menu-item-has-children:hover > .wpr-sub-mega-menu {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  height: auto !important;
  overflow: visible !important;
  transition: none !important;
}

.wpr-sub-mega-menu .menu-item-has-children:hover > .wpr-sub-mega-menu {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  height: auto !important;
  overflow: visible !important;
  transition: none !important;
}

/* Elementor overrides */
.elementor-pagination {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* ===========================
   LAYOUT & CONTAINERS
=========================== */
.main-menu {
  position: relative;
  z-index: 100;
  border-radius: 0 0 48px 48px !important;
  margin-top: -1px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  overflow: visible;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05) !important;
}

.about-tabs-container,
.finance-tabs-container,
.technology-tabs-container {
  position: relative;
  overflow: visible !important;
  z-index: 50;
  /* no height:auto!important here */
}


/* Content containers - ensure proper width */
.wpr-sub-mega-menu .e-con-full,
.wpr-sub-mega-menu .e-con-boxed {
    width: 100% !important;
}

.row.mt-4 {
  display: inline-flex;
}

.row.mb-2 {
  display: flex;
  margin: 0 auto;
}

.result-container {
  margin-top: 25px;
}

/* ===========================
   INTERACTIVE ELEMENTS
=========================== */
/* Hover states */
.ecomm,
.service,
.franchise,
.technology,
.Other,
.account,
.behind,
.tax {
  background: none !important;
  border: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  will-change: transform, opacity;
}

.ecomm:hover,
.service:hover,
.franchise:hover,
.technology:hover,
.Other:hover,
.account:hover,
.behind:hover,
.tax:hover,
.ecomm.active-section,
.service.active-section,
.franchise.active-section,
.Other.active-section,
.account.active-section,
.behind.active-section,
.tax.active-section,
.technology.initial-active {
  background-color: #f0f0f0 !important;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Active states */
.active-section {
  background: #f5f5f5 !important;

  transition: all 0.4s ease, box-shadow 0.3s ease 0.1s;
  z-index: 70;
}


@media (max-width: 768px) {
.active-section {
  background: none !important;
  transition: all 0.4s ease, box-shadow 0.3s ease 0.1s;
  z-index: 70;
  }
}

@media (max-width: 768px) {
.ecomm:hover,
.service:hover,
.franchise:hover,
.technology:hover,
.Other:hover,
.account:hover,
.behind:hover,
.tax:hover,
.ecomm.active-section,
.service.active-section,
.franchise.active-section,
.Other.active-section,
.account.active-section,
.behind.active-section,
.tax.active-section,
.technology.initial-active {
  background-color: transparent !important;

  transform: translateY(-2px);
  box-shadow: none !important;
}
  }






/* Tab system */
..elementor-kit-18 {
  display: flex;
}

.custom-tab-item {
  background: #fbfcfe;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.8s ease, background 0.2s ease 0.1s;
}

.custom-tab-item.active {
  background: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 60;
  transition: all 0.3s ease, box-shadow 0.2s ease 0.1s;
}

.custom-tab-item.active::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid #ffffff;
  transition: all 0.3s ease;
}

.custom-tab-content {
  display: none;
  position: relative;
  background: #ffffff;
  padding: 30px;
  margin-left: 6px;
  border-radius: 8px;
  transition: opacity 0.3s ease 0.1s, visibility 0.3s ease 0.1s;
}

.custom-tab-content.active {
  display: block;
  z-index: 55;
}

.custom-tab-content.active::before {
  content: "";
  position: absolute;
  top: var(--notch-position, 20px);
  left: 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 15px solid #fbfcfe;
}

/* Tab positioning - Finance & Technology */
.accounting-tab,
.catchup-tab,
.tax-tab,
.insights-tab,
.partners-tab,
.q2x-tab,
.zor-tab{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 90%;
  margin-top: 0.5rem;
  padding: 1.2rem 1.2rem;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  padding-bottom: 0.2rem;
  background: transparent !important;
  box-shadow: none !important;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

/* Tab positioning - New Sections */
.aboutus-tab,
.team-tab,
.ourpartners-tab,
.careers-tab,
.calculators-tab,
.blog-tab,
.playbook-tab {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 90%;
  margin-top: 1rem;
  padding: 1.5rem 1rem;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  padding-bottom: 0.2rem;
  background: transparent !important;
  box-shadow: none !important;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

/* Active tab states */
.accounting-tab.active-section,
.catchup-tab.active-section,
.tax-tab.active-section,
.insights-tab.active-section,
.partners-tab.active-section,
.q2x-tab.active-section,
.zor-tab.active-section,
.aboutus-tab.active-section,
.ourpartners-tab.active-section,
.team-tab.active-section,
.careers-tab.active-section,
.calculators-tab.active-section,
.blog-tab.active-section,
.playbook-tab.active-section {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 70;
  transition: opacity 0.3s ease 0.1s, visibility 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}



/*=======================
   NAVIGATION & MENUS
=========================== */
.nav-tabs {
  border-bottom: none !important;
  display: flex;
  margin-bottom: 5px;
}

#calculatorTabs.nav-tabs {
  list-style: none;
  margin-bottom: 20px;
}

.nav-tabs .nav-link {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: 600;
}

/* Mega menu override */
.elementor-793 .elementor-element.elementor-element-a874f92 .wpr-sub-mega-menu {
  border-style: none !important;
}

.elementor-element.elementor-element-01d5375.elementor-hidden-mobile.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
    background: #ffffff;
}

/* ===========================
   TYPOGRAPHY & TEXT
=========================== */
#main .digit {
  background-color: #f1f5f9;
  border-radius: 4px;
  padding: 0.1em 0.25em;
  margin: 0 0.06em;
  display: inline-block;
  font-weight: inherit;
  color: inherit;
}

#main .non-digit {
  margin: 0 0.15em;
}

.power-of-3-calculator .col-9 {
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  color: #343a40;
  line-height: 1.4;
  letter-spacing: normal;
}

.power-of-3-calculator .result-container .col-3.text-muted.text-right {
  font-weight: bold;
  color: #495057;
}

.custom-ampersand {
  font-family: Arial, Helvetica, sans-serif !important;
}

h4 a:hover {
  color: #24BFE6 !important; /* hover color */
}

/* ===========================
   IMAGES & MEDIA
=========================== */
.img-change .elementor-widget-container {
  position: relative;
}

.img-change .elementor-widget-container img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 40px;
}

.img-change .elementor-widget-container img.loaded {
  opacity: 1;
  position: relative;
}

.img-change img {
  border-radius: 30px;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb>img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transform: none !important;
  display: block;
}


/* ===========================
   ANIMATIONS & TRANSITIONS
=========================== */
.fade-img {
  opacity: 0;
  animation: fadeIn 0.7s forwards ease-in-out;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* ===========================
   BADGES & LABELS
=========================== */
.growth {
  position: relative;
  overflow: hidden;
}

.corner-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #4EC01E;
  color: white;
  padding: 5px 50px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
  transform: translate(41%, 209%) rotate(45deg);
  transform-origin: top right;
  white-space: nowrap;
  z-index: 10;
}

/* ===========================
   FORMS & INPUTS
=========================== */
input[type="text"][name="ofsearch"] {
  font-size: 18px;
  font-weight: 600;
  font-family: sans-serif;
  border: none;
}

select#ofcategory {
  font-size: 18px;
  font-weight: 600;
  font-family: sans-serif;
  border: none;
  color: #003546;
}

input[type="submit"] {
  background-color: var(--e-global-color-secondary);
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border: none !important;
  border-radius: 35px 35px 35px 35px;
  padding: 7px 25px 7px 25px;
}

input[type="submit"]:hover {
  background-color: #003546;
}

/* Calculator buttons */
input#run-retail-calc,
input#run-service-calc {
  background-color: #003546;
  font-family: "MierB", Sans-serif;
  font-size: 18px;
  border-color: #24BFE6 !important;
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
  margin-right: 108px;
  line-height: 16px;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  padding: 11px 32px 16px 25px;
}

input#run-retail-calc:hover,
input#run-service-calc:hover {
  background-color: #24BFE6;
}

input#reset-retail-calc,
input#reset-service-calc {
  background-color: #E6EDF000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  margin-top: 20px;
  margin-left: 40px;
  font-weight: 500;
  fill: var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  border-style: solid;
  text-decoration: none;
  border-width: 2px 2px 2px 2px;
  border-color: var(--e-global-color-secondary);
  border-radius: 35px 35px 35px 35px;
  padding: 6px 27px 9px 25px;
}

/* ===========================
   NEWS & POSTS
=========================== */
.news-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}

.news-arrow {
    all: unset;
    width: 59px;
    height: 53px;
    border-radius: 50%;
    font-size: 39px;
    display: flex;
    transition: all 0.3s ease;
    align-content: center;
    justify-content: center;
}


.news-posts-wrapper .elementor-post__text {
  min-height: 1px;
  overflow: visible;
}


.news-arrow.left-arrow {
  background-color: #fff;
  color: #6e8894;
  border: 1px solid #d3dfe5;
}

.news-arrow.right-arrow {
  background-color: #a0b8c5;
  color: #fff;
  border: none;
}

.news-arrow.left-arrow:hover {
  background-color: #f1f1f1;
}

.news-arrow.right-arrow:hover {
  background-color: #8da8b8;
}

.news-posts-wrapper .elementor-posts > .elementor-post {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 20px;
}

@media (max-width: 768px) {
  .news-posts-wrapper .elementor-posts > .elementor-post {
    flex-direction: column !important;
  }

  .news-posts-wrapper .elementor-post__thumbnail,
  .news-posts-wrapper .elementor-post__text {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  .news-posts-wrapper .elementor-post__thumbnail img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
}


.news-posts-wrapper .elementor-post__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.news-posts-wrapper .elementor-post__read-more {
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 0;
}

/* Fix image inside the 1:1 box */
.elementor-post__thumbnail.elementor-fit-height img {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  max-width: 100% !important;
  max-height: 100% !important;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    height: auto;
    left: calc(50% + 1px);
    border-radius: 20px;
    position: absolute;
    top: calc(50% + 1px);
    transform: scale(1.1) translate(-46%, -44%);
}

/* ===========================
   PAGE LIST ITEMS
=========================== */
span.ekit_page_list_title_title {
  position: relative;
  transition: font-weight 0.3s ease;
}

span.ekit_page_list_title_title:hover {
  font-weight: bold;
}

span.ekit_page_list_title_title:hover::after {
  content: " >";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: inherit;
  transition: opacity 0.3s ease;
}

/* ===========================
   SEARCH & FILTER
=========================== */
.searchandfilter li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  margin: 5px;
}

/* ===========================
   SPACING OVERRIDES
=========================== */
.elementor-53593 .elementor-element.elementor-element-36e87f8a {
  padding-bottom: 60px !important;
}

.elementor-12 .elementor-element.elementor-element-40e9abf {
  margin-top: 0rem !important;
}

#growth-heading {
  margin-top: -20px;
}


@media (max-width: 768px) {
#main .digit {
font-size: 29px;
}
}



.img-change,
.ecomm,
.service,
.franchise,
.technology,
.Other {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}
.ecomm,
.service,
.franchise,
.technology,
.Other {
  cursor: pointer;
}



#main-header {
  position: relative; /* default */
  width: 100%;
  z-index: 9999;
  transition: box-shadow 0.3s ease, position 0.3s ease;
}
#main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}



@media (max-width: 767px) {
  .elementor-element-77d80b7 {
    padding-bottom: 40px; /* adjust padding here */
  }
}

/* Reset WPR Mega Menu */
.wpr-sub-mega-menu {
    display: none !important;
    left: 44% !important;
    transform: translateX(-44%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    border-bottom-left-radius: 45px;
        border-bottom-right-radius: 45px;
    margin-bottom: -1px;
    pointer-events: auto !important;
    box-sizing: border-box !important;
    z-index: 99999 !important;
}

/* Show menu ONLY on direct hover */
.wpr-nav-menu > li:hover > .wpr-sub-mega-menu {
    display: block !important;
    animation: fadeIn 0.8s ease !important;
}

/* Fix parent menu items */
.wpr-nav-menu > li {
    position: static !important; /* Crucial for full-width menus */
}

/* Lock Elementor content width */
.wpr-sub-mega-menu .elementor {
    width: 100% !important;
    max-width: 100%!important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.wpr-sub-mega-menu .no-transition {
    transition: none !important;
    animation: none !important;
}

/* Kill transitions causing reflows */
/*.wpr-sub-mega-menu,
.wpr-sub-mega-menu * {
    transition: none !important;
    animation: none !important;
} /*



/* Keyframes for fade-in */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}



@media (max-width: 768px) {
  /* ❌ Don't hide the whole app or launcher */
  /* ✅ Just hide the auto message popup */
  iframe[name="intercom-notification-stack-frame"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 768px) {
  .elementor-nav-menu--dropdown a,
  .elementor-nav-menu--main a {
    white-space: nowrap;       /* prevent line break */
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Elementskit';
  src: url('/fonts/elementskit.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'MierB';
  src: url('/fonts/MierB-Book.ttf') format('truetype');
  font-display: swap;
}



/* Force consistent style for all mobile menu states */
#ekit-megamenu-mobile-menu a {
  background-color: transparent !important;
  color: inherit !important;
  -webkit-tap-highlight-color: transparent !important;
  transition: none !important;
}

/* Remove Elementor's inherited hover/focus/active color */
#ekit-megamenu-mobile-menu a:hover,
#ekit-megamenu-mobile-menu a:focus,
#ekit-megamenu-mobile-menu a:active,
#ekit-megamenu-mobile-menu .current-menu-item > a,
#ekit-megamenu-mobile-menu .current-menu-parent > a,
#ekit-megamenu-mobile-menu .current-menu-ancestor > a {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}


/* Container for button + text */
.btn-text-container {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top:15px;
  padding: 8px 8px;
  flex-wrap: wrap; /* allow wrapping if screen is too narrow */
}

/* Button styles */
.custom-menu-btn {
background-color: #003546 !important;
    font-family: "MierB", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    fill: var(--e-global-color-accent);
    color: #e6edf0;
    border-radius: 50px 50px 50px 50px;
   padding: 15px 22px 15px 22px;
  display: inline-block;
}

#ekit-megamenu-mobile-menu .custom-menu-btn a {
  color: #e6edf0 !important;
}

.custom-menu-btn:hover {
  background: #2c5282;
  transform: translateY(-1px);
}

/* Text styles */
.custom-menu-text {
  color: #707070;
  font-size: 18px;
  white-space: nowrap;
  font-family: "MierB";
  font-weight: 600;
}

#ekit-megamenu-mobile-menu .custom-menu-text a {
  color: #707070 !important;
  font-size: 18px;
}


/* Optional: keep text small on tight mobile widths */
@media (max-width: 480px) {
  .custom-menu-text {
    font-size: 0.85em;
  }
}


#learn-more a::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-top: -3px;
  margin-left: -11px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg style='margin-top: 1px;' width='48' height='48' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11 9L14 12L11 15' stroke='%23707070' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}


li.login-mobile > a {
  display: none !important;
}


div#learn-more-button:hover {
    color: #24bfe6 ;
}


.wpr-sticky-section-yes {
    z-index: 999999 !important;
}


.elementor-element.elementor-element-77d80b7.elementor-hidden-desktop.elementor-hidden-tablet.wpr-sticky-section-yes.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.e-con.e-parent.e-lazyloaded {
    z-index: 9999999 !important;
}/* End custom CSS */