/*
 * Theme Name: Apptopia Blog
 * Theme URI: https://nextcodebd.com/themes/apptopiablog/
 * Author: StorePlugin
 * Author URI: https://nextcodebd.com/
 * Description: Apptopia Blog theme is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic blog pages with endless layouts using the group and column blocks.
 * Tags: blog, one-column, custom-logo, custom-menu, editor-style, featured-images, footer-widgets
 * Version: 1.3
 * Requires at least: 5.0
 * Tested up to: 5.4
 * Requires PHP: 7.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: apptopiablog
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
*/
/* General */
body {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

.container {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header */
.header-container {
  height: 79px !important;
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #bbb;
}

.logo-wrapper {
  width: 176.66px;
}

.logo {
  width: 150px;
  height: 32px;
}

.nav-list > li {
  padding: 3px 13px 3px 14px;
}

.nav-list > li > a {
  color: #3b4355;
  padding: 12px 2px;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease-in-out, text-shadow .2s ease-in-out;
  line-height: 1;
}

.nav-list > li:hover > a {
  border-color: #3b4355;
  color: #3b4355;
  text-shadow: 0.5px 0px 0px #3b4355;
}

.nav-list > li.menu-item-has-children:hover > a {
  border-color: transparent;
}

.nav-list > li:first-child,
.nav-list > li:first-child a {
  padding-left: 0;
}

.top-right-link li:first-child a {
  display: inline-block;
  color: #3b4355;
  padding: 5px 2px;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease-in-out, text-shadow .2s ease-in-out;
  margin-right: 30px;
  font-size: 14px;
}

.top-right-link li:last-child {
  margin-left: 20px;
}

.top-right-link {
  width: 100%;
  justify-content: flex-end;
}

#menu-top-right-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btn,
.top-right-link li:nth-child(2) a,
.top-right-link li:nth-child(3) a {
  width: 140px;
  height: 32px;
  background: linear-gradient(to right, #3f89ff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  padding: 8px 14px;
  border-width: 1px;
  line-height: 13px;
  border-color: #3f89ff;
  color: #3b4355;
  display: inline-block;
  border-radius: 32px;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 14px;
  text-align: center;
}

.btn-fill,
.top-right-link li:nth-child(3) a {
  background-color: #3f89ff;
  color: #fff;
  padding: 8px 24px;
  width: auto;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn:hover {
  color: #3f89ff
}

.top-right-link li:nth-child(2) a:hover {
  color: #3f89ff;
  outline: none !important;
  box-shadow: none !important;
}

.btn-fill:hover,
.top-right-link li:nth-child(3) a:hover {
  background-color: #5999ff;
  color: #fff;
  border: 1px solid #3f89ff;
}

/* Navigation */
.nav-list .menu-item-has-children {
  position: relative;
}

.nav-list .sub-menu {
  display: none;
  position: absolute;
  top: calc(100%);
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 4px 6px 2px rgba(33, 37, 49, 0.08);
  border: 1px solid #f5f7fa;
  border-radius: 4px;
  padding: 16px 44px 12px;
  z-index: 1;
}

.nav-list li:nth-child(4) .sub-menu,
.nav-list li:nth-child(5) .sub-menu {
  padding: 18px 40px 0 24px;
}

.nav-list li:nth-child(4) .sub-menu {
  padding: 26px 40px 20px 24px;
}

.nav-list li .sub-menu li {
  line-height: 12px;
  margin-bottom: 4px;
  padding: 8px 16px;
}

.nav-list li .sub-menu li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #3b4355;
}

.nav-list li:nth-child(4) .sub-menu li a,
.nav-list li:nth-child(5) .sub-menu li a {
  white-space: nowrap;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu {
  padding: 24px 60px 32px;
}

.nav-list li:nth-child(4) .sub-menu li:hover,
.nav-list li:nth-child(5) .sub-menu li:hover {
  background-color: #f1f6ff;
}

.nav-list li:nth-child(4) .sub-menu li:hover a,
.nav-list li:nth-child(4) .sub-menu li:hover a {
  color: #3f89ff;
  text-shadow: initial;
}

@media screen and (min-width: 960px) {
  .nav-list .menu-item-has-children:hover .sub-menu {
    display: block;
  }

  .nav-list > li.menu-item-has-children:nth-child(1):hover .sub-menu,
  .nav-list > li.menu-item-has-children:nth-child(2):hover .sub-menu {
    display: flex;
  }
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu {
  padding: 24px 60px 32px;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu > li {
  margin: 0;
  padding: 0;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:not(:last-child) {
  margin-right: 28px;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li {
  margin-right: 28px;
}

.nav-list > li:nth-child(1) > .sub-menu,
.nav-list > li:nth-child(2) > .sub-menu {
  flex-direction: column;
}

@media screen and (min-width: 800px) {

  .nav-list > li:nth-child(1) > .sub-menu,
  .nav-list > li:nth-child(2) > .sub-menu {
    flex-direction: row;
  }
}

.dropdown-box h4 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #3b4355;
  border-bottom: 1px solid #e1e5eb;
  padding: 16px 0;
  margin: 0 16px;
  text-transform: uppercase;
}

.dropdown-box span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  color: #3b4355;
  margin-top: 6px;
}

.dropdown-box {
  width: max-content;
  max-width: 215px;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu li .sub-menu,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu li .sub-menu {
  padding: 8px 0 0 0;
  margin-bottom: 20px;
  display: block;
  position: static;
  background-color: transparent;
  min-width: initial;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li {
  line-height: unset !important;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu li .sub-menu li,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu li .sub-menu li {
  line-height: 12px !important;
  margin: 0 0 4px 0;
  padding: 8px 16px;
}

@media screen and (min-width: 960px) {

  .nav-list li:nth-child(4) .sub-menu,
  .nav-list li:nth-child(5) .sub-menu {
    padding: 26px 40px 20px 24px;
    padding-right: 196px;
    background-repeat: no-repeat;
    background-position: right 40px bottom 20px;
    background-size: auto;
  }

  .nav-list li:nth-child(4) .sub-menu {
    background-image: url(img/company_header-icon.svg);
  }

  .nav-list li:nth-child(5) .sub-menu {
    background-image: url(img/resources_header-icon.svg);
  }

  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:last-child {
    background-image: url(img/solutions_men.png);
    background-repeat: no-repeat;
    background-position: right 30px bottom 6px;
    background-size: auto;
  }

  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li .dropdown-box .sub-menu li:last-child,
  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:last-child .dropdown-box li:last-child {
    background-image: none;
  }

  .nav-list > li:nth-child(2) > .sub-menu {
    background-image: url(img/data_menu.png);
    background-repeat: no-repeat;
    background-position: right 44px top 50px;
    background-size: auto;
  }
}

.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu {
  padding-right: 202px;
}

.dropdown-box .sub-menu li:hover {
  background-color: #f1f6ff;
}

.dropdown-box .sub-menu li:hover a {
  color: #3f89ff;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:last-child a,
.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:nth-last-child(2) a,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(1) .dropdown-box .sub-menu li:first-child a {
  position: relative;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:last-child a::after,
.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:nth-last-child(2) a::after,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(1) .dropdown-box .sub-menu li:first-child a::after {
  position: absolute;
  content: "NEW";
  font-size: 11px;
  line-height: 1;
  top: 2px;
  color: #3f89ff;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:last-child a::after {
  right: 0;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:nth-last-child(2) a::after {
  right: 39px;
}

.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(1) .dropdown-box .sub-menu li:first-child a::after {
  right: 40px;
}

.navbar-toggler {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.navbar-toggler-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  -moz-transition: -moz-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-toggler-icon:first-child {
  z-index: 3;
}

.navbar-toggler-icon__line {
  width: 25px;
  height: 1px;
  display: block;
  position: absolute;
  left: .5px;
  background: #3b4355;
  border-radius: 2px;
  z-index: 1;
  -webkit-transition: -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
  -moz-transition: -moz-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
  transition: transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
}

.navbar-toggler-icon:first-child > * {
  top: 12px;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.navbar-toggler-icon:last-child > * {
  bottom: 12px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.is-active .navbar-toggler-icon {
  -webkit-transition: -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
  -moz-transition: -moz-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
  transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
}

.is-active .navbar-toggler-icon:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-active .navbar-toggler-icon__line {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  -moz-transition: -moz-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.is-active .navbar-toggler-icon:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 960px) {

  .logo-wrapper .logo-mobile,
  .navbar-toggler {
    display: none;
  }
}

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

  .logo-wrapper img,
  .header .grow {
    display: none;
  }

  .logo-wrapper .logo-mobile {
    display: block;
    height: 19px;
  }

  .header {
    flex-direction: column;
  }

  .logo-wrapper {
    width: 100%;
  }

  .is-active .logo-wrapper {
    padding-bottom: 15px;
    border-bottom: 1px solid #c2c8d3;
  }

  .is-active .navbar-toggler {
    transform: translateY(-75%);
  }

  .is-active .grow {
    display: block;
    padding-top: 22px;
  }

  .header-container {
    height: 62px !important;
    border-bottom: 1px solid #f5f7fa;
  }

  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: hidden;
    background: transparent;
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -moz-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    z-index: 100;
  }

  .header.is-active {
    height: 100%;
    background: #fff;
    overflow-y: auto;
    animation: 2s forwards hide-scroll;
    -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -moz-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  }

  @keyframes hide-scroll {
    0% {
      overflow-y: hidden;
    }

    100% {
      overflow-y: auto;
    }
  }

  .grow .grid.grid-cols-12 {
    grid-template-columns: 1fr;
  }

  .nav-list {
    flex-direction: column;
  }

  .nav-list > li > a {
    font-size: 20px;
    padding: 20px 32px;
  }

  .nav-list > li:first-child > a {
    padding-left: 32px;
  }

  .nav-list > li {
    padding: 0;
  }

  .menu-item-has-children a {
    position: relative;
  }

  .header .menu-item-has-children > a:after {
    font-family: "Hermicons";
    content: "\e903";
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  .top-right-link {
    flex-direction: column-reverse;
    width: 100%;
    padding-top: 40px;
  }

  #menu-top-right-menu {
    justify-content: center;
    flex-direction: column-reverse;
    width: 100%;
  }

  .top-right-link li:first-child {
    width: 100%;
  }

  .top-right-link .top-link.btn,
  .top-right-link .top-link:last-child,
  .top-right-link li:nth-child(2) a,
  .top-right-link li:nth-child(3) a {
    width: 200px;
    height: 48px;
    line-height: 32px;
    border-radius: 32px;
    text-transform: uppercase;
  }

  .top-right-link .top-link.btn:last-child,
  .top-right-link li:nth-child(3) a {
    color: #fff;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .top-right-link .top-link.btn,
  .top-right-link li:nth-child(2) a {
    border-width: 2px;
    color: #212531;
    padding-top: 7px;
    margin-bottom: 30px;
  }

  .top-right-link .top-link.top-text-link,
  .top-right-link li:first-child a {
    font-size: 20px;
    width: 100%;
    padding: 20px 32px;
    color: #3b4355 !important;
    background-color: #f6f8f9;
    line-height: 1;
    margin: 0;
    border-bottom: 0;
  }

  .top-right-link .top-link.top-text-link:after,
  .top-right-link li:first-child a::after {
    font-family: "Hermicons";
    content: '\e905';
    color: #3f89ff;
    font-size: 24px;
    margin: 0px 0 0 10px;
    vertical-align: middle;
    display: inline-block;
  }

  .top-right-link li:last-child {
    margin-left: 0;
  }

  .nav-list .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    background: #f9f9f9;
    padding: 0 32px;
    border: 10px;
    border-radius: 0;
  }

  .nav-list li:nth-child(1) .sub-menu > li,
  .nav-list li:nth-child(2) .sub-menu > li {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-box {
    width: 100%;
  }

  .dropdown-box ul {
    padding-left: 28px;
    padding-right: 28px;
  }

  .nav-list li .sub-menu li {
    padding: 10px 0;
  }

  .nav-list > li:hover > a {
    border-color: transparent;
  }

  .nav-list li:nth-child(4) .sub-menu,
  .nav-list li:nth-child(5) .sub-menu {
    padding: 26px 40px 20px 55px;
  }

  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu,
  .nav-list > li.menu-item-has-children:nth-child(2) .sub-menu {
    padding: 10px 32px 10px;
  }

  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu li .sub-menu,
  .nav-list > li.menu-item-has-children:nth-child(2) .sub-menu li .sub-menu {
    margin-bottom: 22px;
    padding: 10px 0px 0 12px;
  }

  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu li .sub-menu li,
  .nav-list > li.menu-item-has-children:nth-child(2) .sub-menu li .sub-menu li {
    margin: 0 0 8px 0;
  }
	
  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:nth-last-child(2) a::after {
    right: 30px;
  }
	
  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:last-child a::after {
    right: -12px;
  }
	
  .nav-list > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(1) .dropdown-box .sub-menu li:first-child a::after {
    right: 28px;
  }

}

@media screen and (max-width: 768.98px) {
  .header.is-active {
    height: 100vh;
  }

  .is-active .grow {
    padding-bottom: 40px;
  }
}

/*-- Blog Nav --*/
.blog-header {
  padding: 23px 0;
}

@media screen and (min-width: 768px) {
  .blog-header {
    background-color: #f5f9fe;
  }

  .menu-item-has-children a {
    position: relative;
  }
}

.blog-header .blog-logo {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #848ea1;
  margin-right: 103.1px;
  cursor: pointer;
}

.blog-logo a {
  white-space: nowrap;
}

.blog-nav {
  position: relative;
}

.blog-nav > ul > li {
  margin-right: 30px;
  font-size: 14px;
}

.blog-nav ul li.menu-item-has-children {
  margin-right: 50px;
}

.blog-nav ul li a {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  color: #3b4355;
  text-decoration: none;
  white-space: nowrap;
}

.blog-nav ul li a i {
  font-size: 16px;
  vertical-align: middle;
}

.blog-nav::after {
  content: '';
  border-left: 1px solid #3b4355;
  height: 26px;
  display: block;
  position: absolute;
  right: 0;
  margin-top: -3px;
  top: 0;
}

.blog-nav .menu-item-has-children > a::after {
  content: "\e903";
  font-family: 'Hermicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -18px;
  top: 5px;
}

.blog-nav .sub-menu {
  position: absolute;
  top: 23px;
  left: 0px;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 999;
  border-radius: 5px;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto !important;
  min-width: 200px;
  padding: 0 0 10px;
  max-height: 500px;
}

.blog-nav .sub-menu li a {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  color: #555f77;
  text-decoration: none;
  white-space: nowrap;
}

.blog-nav .sub-menu li:hover {
  background-color: #f1f6ff;
}

.blog-nav .sub-menu li:hover a {
  color: #228bf4;
}

.show .sub-menu {
  display: block;
}

.blog-nav > ul > li.show > a {
  text-shadow: 0.5px 0px 0px #3b4355;
}

.blog-search {
  width: 255.967px;
  margin-left: 3.5% !important;
  margin-top: -2px;
}

.blog-search::before {
  content: '\e1008';
  font-family: 'Hermicons';
  vertical-align: bottom;
  font-size: 18px;
  margin-right: 10px;
  color: #3b4355;
  line-height: 1.3;
  padding-top: 2px;
}

.blog-search input {
  background: #f5f9fe;
  border: 0;
  color: #3b4355;
  margin-right: 8px;
  padding: 6px 8px;
  line-height: 16px;
  display: inline-block;
  font-size: 14px;
  font-family: Arial;
}

.blog-search input::placeholder {
  font-weight: 300 !important;
  font-size: 13px;
  color: #3b4355 !important;
  opacity: 1 !important;
}

.blog-search input:focus-visible {
  outline: 0;
}

.blog-search i {
  /* display: none; */
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .menu-item-has-children:hover > a {
    color: #3b4355;
    text-shadow: 0.5px 0px 0px #3b4355;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .blog-header .blog-logo {
    font-size: 16px;
    margin-right: 15px;
  }

  .blog-nav ul li.menu-item-has-children {
    margin-right: 30px;
  }

  .blog-nav > ul > li {
    margin-right: 10px;
  }

  .blog-search {
    margin-left: 10px !important;
    width: auto;
  }

  .blog-search input {
    max-width: 155px;
    width: 100%;
  }

  .blog-search::before {
    margin-right: 5px;
  }

  .blog-nav-list {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767.98px) {
  .blog-header > .container > .flex {
    flex-direction: column;
  }

  .blog-search {
    font-size: 20px;
    line-height: 20px;
    flex-direction: row-reverse;
    background: #f5f9fe;
    padding: 12px 14px 12px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #3b4355;
    width: 100%;
    margin-top: 22px;
    margin-left: 0 !important;
  }

  .blog-search input {
    font-size: 20px !important;
    padding-left: 0;
  }

  .blog-search input::-webkit-input-placeholder {
    font-size: 20px;
    color: #3b4355;
    opacity: 1;
  }

  .blog-search input::-moz-placeholder {
    font-size: 20px;
    color: #3b4355;
    opacity: 1;
  }

  .blog-search input:-ms-input-placeholder {
    font-size: 20px;
    color: #3b4355;
    opacity: 1;
  }

  .blog-search input::-ms-input-placeholder {
    font-size: 20px;
    color: #3b4355;
    opacity: 1;
  }

  .form-control::placeholder {
    font-size: 20px;
    color: #AAB1AE;
    opacity: 1;
  }

  .hero-blog-section {
    margin-top: 27px;
  }

  .blog-nav-categories {
    font-size: 20px;
    line-height: 20px;
    color: #3b4355;
    background-color: #f5f9fe;
    padding: 20px 24px;
    margin-top: 22px;
  }

  .blog-logo {
    width: 100%;
    text-align: center;
  }

  .blog-header .blog-logo {
    font-size: 22px;
    margin-right: 0;
  }

  .blog-nav-categories i {
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .blog-nav-list {
    flex-direction: column;
    display: none;
    position: absolute;
    top: 80px;
    background: #3b4355;
    z-index: 1060;
    width: 100%;
    overflow: visible !important;
  }

  .blog-nav {
    width: 100%;
  }

  .blog-nav::after {
    border-left: none;
  }

  .blog-nav-list.categories-show {
    display: block;
  }

  .blog-nav ul li.menu-item-has-children {
    margin-right: 0;
  }

  .blog-nav > ul > li > a,
  .blog-nav .sub-menu li a,
  .blog-nav-list .sub-menu .back-btn-icon {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 20px 24px;
    margin: 0;
    display: block;
    text-align: left;
  }

  .blog-nav .menu-item-has-children > a::after {
    font-size: 20px;
    color: #fff;
    right: 15px;
    top: 20px;
    transform: rotate(-90deg);
  }

  .blog-nav .sub-menu {
    background: #3b4355;
    width: 100%;
    top: 0;
    overflow-y: overlay !important;
    overflow-x: auto;
    scrollbar-width: 7px;
    -ms-overflow-style: none;
  }

  .blog-nav-categories.categories-open i {
    transform: translateY(-50%) rotate(180deg);
  }

  .blog-nav .sub-menu.active {
    display: block;
    z-index: 1;
  }

  .blog-nav .sub-menu span.back-btn {
    display: block;
    position: sticky;
    top: -10px;
    background-color: #3b4355;
    z-index: 2;
  }

  .blog-nav-list .sub-menu .back-btn-icon {
    padding-left: 49px;
    position: relative;
  }

  .blog-nav-list .sub-menu .back-btn-icon::before {
    position: absolute;
    content: "\e900";
    left: 24px;
    font-family: 'Hermicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/*-- Hero Section --*/
.hero-blog-section {
  margin-top: 68px;
  margin-bottom: 74px;
}

.hero-blog-thumbnail {
  max-width: 60.7%;
  max-height: 378px;
  overflow: hidden;
}

.hero-blog-content {
  justify-content: center;
  padding-left: 5.35%;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}

.hero-blog-content .blog-category {
  padding: 0;
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.hero-blog-title {
  margin-bottom: 40px;
}

.hero-blog-content h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  text-decoration: none;
  color: #3b4355;
}

.hero-blog-content h2 a {
  color: #3b4355;
}

.hero-blog-content h2 a:hover {
  color: #0c6aff;
}

.author-avatar {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.author-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  /* object-fit: cover; */
}

.hero-blog-section h5.author-name,
.content h5.author-name {
  line-height: 1;
  margin-bottom: 6px;
}

/*-- Banner --*/
.wide-banner {
  color: #fff;
}

.wide-banner-wrap {
  background-color: #212531;
  padding: 32px 24px;
  margin-bottom: 56px;
  position: relative;
}

.wide-banner-wrap:before {
  content: '';
  background: url('https://engage.apptopia.com/hubfs/bubble/grey-bubble.svg');
  display: block;
  top: 12px;
  left: 28px;
  width: 55px;
  height: 55px;
  position: absolute;
  background-size: 100%;
  transform: rotate(175deg)
}

.wide-banner-wrap:after {
  content: '';
  background: url('https://engage.apptopia.com/hubfs/bubble/grey-bubble.svg');Hi Sean, 

Here is the agenda I have for today: 

KBF: 
- Liz redoing blurry images
- Liz refreshing CTV
- Liz sending over YT links/assets
- Liz asked to cancel this months meeting
- Report

Wintrust
- Updates 

Other

Thanks, 
Ellen

Ellen Annis

Sr Account Director
314-226-4364 (M)


  display: block;
  bottom: 12px;
  right: 18px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-size: 100%;
  transform: rotate(0)
}

.wide-banner-img img {
  margin-left: auto;
  margin-right: 10px;
}

.wide-banner-content {
  position: relative;
}

.wide-banner-content:after {
  content: '';
  background: url('https://engage.apptopia.com/hubfs/bubble/grey-bubble.svg');
  display: block;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  background-size: 100%;
  transform: rotate(0)
}

.wide-banner-content h2 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}

.wide-banner-content p {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 24px;
}

.wide-banner-btn {
  min-width: 160px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  background: #3f89ff;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}

/*-- Blog Grid --*/
.blog-grid .grid-items,
.search-results .grid-items {
  row-gap: 80px;
  column-gap: 50px;
  padding-bottom: 20px;
}

.blog-grid .grid-items {
  padding-top: 25px;
}

.blog-grid .single-blog-item {
  background: #f5f7fa;
}

.single-blog-item .blog-thumbnail img {
  height: 210px;
  object-fit: cover;
}

.blog-grid .single-blog-content {
  padding: 32px 24px;
}

div.post-content ul {
  list-style: revert;
  padding: revert;
}

.blog-grid .blog-category {
  margin-bottom: 16px;
}

a.category-btn {
  padding: 8px 17px;
  margin-right: 16px;
  margin-bottom: 8px;
  color: #228bf4;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  border-radius: 100px;
  border: 1px solid #228bf4;
  text-transform: uppercase;
  display: inline-block;
}

a.category-btn:hover {
  color: #5597ff;
  border-color: #5597ff;
}

.blog-title h2 {
  min-height: 78px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  color: #3b4355;
  height: 78px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

h5.author-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 143%;
  color: #555f77;
  margin-bottom: 5px;
}

.date-listing {
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
  color: #555f77;
  text-transform: none;
}

.blog-pagination {
  padding: 20px 0 100px;
  text-align: center;
}

.blog-pagination .pagination-link {
  color: #a1c5ff;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  margin-right: 12px;
}

.blog-pagination .pagination-link:last-child {
  margin-right: 0;
}

.blog-pagination .pagination-link.active-link,
.blog-pagination .prev.pagination-link,
.blog-pagination .next.pagination-link {
  color: #228bf4;
}

.blog-pagination .pagination-link i {
  font-size: 22px;
  vertical-align: bottom;
}

.blog-pagination .prev.pagination-link::before,
.blog-pagination .next.pagination-link::after {
  font-family: 'Hermicons' !important;
  font-size: 22px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  vertical-align: middle;
  margin-top: -5px;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-pagination .prev.pagination-link::before {
  content: "\e900";
  margin-right: 2px;
}

.blog-pagination .next.pagination-link::after {
  content: "\e901";
  margin-left: 2px;
}



/*-- Email Section --*/
.email-section {
  background: linear-gradient(257.82deg, #228bf4 22.2%, #609dff 68.35%);
  color: #fff;
  position: relative;
}

.email-bubble-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.email-bubble-bg .bubbles {
  position: absolute;
  z-index: 1
}

.email-bubble-bg .bubbles.bubbles-one {
  display: block;
  top: 45px;
  left: 36px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 48px;
}

.email-bubble-bg .bubbles.bubbles-two {
  display: block;
  bottom: 0px;
  left: 31.25%;
  width: 162px;
  height: 81px;
  background: #228bf4;
  border-top-left-radius: 81px;
  border-top-right-radius: 81px
}

.email-bubble-bg .bubbles.bubbles-three {
  display: block;
  bottom: 59px;
  left: 43%;
  width: 32px;
  height: 32px;
  background: #228bf4;
  border-radius: 32px
}

.email-bubble-bg .bubbles.bubbles-four {
  display: block;
  top: 0px;
  right: -23px;
  width: 128px;
  height: 60px;
  background: #a1c5ff;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px
}

.email-container {
  width: 1200px;
  padding: 100px 20px;
  position: relative;
  z-index: 2;
}

.email-section h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 90%;
}

.email-section .hs-form {
	display: flex;
	flex-direction: column;
}

.hs-form {
	position: relative;
}

.email-from,
.hs-form {
  max-width: 460px;
  margin-left: auto;
  padding: 18px 0;
}

.email-section .email-field,
.email-section .hs-input {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  background: #228bf4;
  padding: 16px 17px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: calc(100% - 160px);
  line-height: 20px;
}

.email-section .email-field::placeholder,
.email-section .hs-input::placeholder {
  color: #fff !important;
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}

.email-section .email-field:focus-visible,
.email-section .hs-input:focus-visible {
  outline: 0;
}

.email-submit-btn,
.hs-button {
  width: 160px;
  background: #fff;
  color: #228bf4;
  padding: 17px;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 20px;
  border: 0;
  cursor: pointer;
}

.hs_submit {
    position: absolute;
    right: 0;
}

/*--- Footer ---*/
.footer {
  background: #212531;
  color: #fff;
  background-color: #121A33;
  padding: 120px 0 0;
}

.footer * {
  font-family: "Inter", sans-serif;
}

.footer-container {
  width: 1248px;
  max-width: 100%;
  margin: auto;
  padding: 0 24px;
}

.footer-logo {
  flex: 0 0 149px;
  margin-right: 100px;
}

.footer-link h4 {
  font-size: 16px;
  font-weight: 600;    
  line-height: 26px;
  margin-bottom: 16px;
}

.footer .menu {
  max-width: 176px;
  min-width: 176px;
}

.footer .menu li:not(:last-child) {
  margin-bottom: 16px;
}

.footer .menu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #AFB8C9;
}

.footer .menu li a:hover {
  color: #fff;
}

.footer-link-list {
  margin-bottom: 20px;
}

.footer-link-list li {
  font-size: 14px;
  list-style: none;
}

.footer-link-list a {
  line-height: 1.6;
  font-size: 14px;
  white-space: nowrap;
}

.footer-bottom {
  background: rgba(26, 35, 64, 0.4);
  margin-top: 120px;
  padding: 16px 0;
}

.footer-bottom *,
.footer .footer-bottom__menu .menu-item a {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #596985;
}

.footer-bottom__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom__left,
.footer .footer-bottom__menu .menu {
  display: flex;
  align-items: center;
}

.footer-bottom__menu .menu-item a::before,
.footer .social-link a::before {
  content: '·';
  margin: 0 12px;
}

.footer .social-link a:nth-child(1)::before {
  content: '';
  margin: 0;
}

.footer .social-link a:hover {
  color: #fff;
  outline: 0;
}

.footer .footer-bottom__menu  .menu {
  max-width: 100%;
  min-width: 100%;
}

.footer .footer-bottom__menu .menu li:not(:last-child) {
  margin-bottom: 0;
}

.copy-right {
  font-size: 15px;
}

/* Search Result Page */
.search-results__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #3b4355;
  margin: 85px 0 40px;
}

.search-results__pagination {
  margin: 80px 0 100px;
}

.search-results__pagination a {
  display: inline-block;
  font-size: 14px;
  color: #2679ff;
}

.search-results__pagination a:hover {
  color: #0c6aff;
}

.popular-post {
  background-color: #f1f6ff;
  padding: 80px 0;
}

.popular-post__header {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #3b4355;
  padding-bottom: 32px;
}

.popular-post__info {
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 20px;
}

.popular-post__single {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}

.popular-post__thumbnail {
  height: 140px;
}

.popular-post__thumbnail img {
  min-height: 140px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-post__title {
  background-color: #fff;
  min-height: 100px;
  padding: 24px 16px 10px;
}

.popular-post__title a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #555f77;
}

.archive-results__title {
  line-height: 30px;
  padding: 50px 0 30px;
}

.apptopia__blog--img {
  box-shadow: 0px 3px 19px 0px rgba(33, 37, 49, 0.05);
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer-link-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
	gap: 48px;
  }

  .hero-blog-section .container > .flex {
    flex-direction: column;
  }

  .hero-blog-content {
    padding: 32px 24px;
  }

  .hero-blog-thumbnail {
    max-width: 100%;
    max-height: initial;
  }
}

@media screen and (max-width: 991.98px) {
  .footer-bottom__wrapper,
  .footer-bottom__left {
    flex-direction: column;
    justify-content: center;
	gap: 4px;
  }
}

@media screen and (max-width: 767.98px) {
  .hero-blog-section .container > .flex {
    flex-direction: column;
  }

  .hero-blog-section .container {
    padding: 0;
  }

  .hero-blog-thumbnail {
    max-width: 100%;
  }

  .hero-blog-thumbnail img {
    max-width: 100%;
    max-height: 260px;
    min-height: 160px;
    object-fit: cover;
  }

  .hero-blog-content {
    padding: 32px 24px;
  }

  .hero-blog-title {
    margin-bottom: 24px;
  }

  .hero-blog-content h2 {
    font-size: 26px;
    line-height: 130%;
  }

  .hero-blog-section {
    background-color: #f5f7fa;
    margin-bottom: 60px;
  }

  .container {
    padding: 0 28px;
  }

  .wide-banner-wrap {
    padding: 40px 24px;
    margin-bottom: 36px;
    border-radius: 5px;
  }

  .wide-banner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    text-align: center;
  }

  .wide-banner-content p {
    margin-bottom: 33px;
  }

  .wide-banner-content p br {
    display: none;
  }

  .wide-banner-content {
    display: contents;
  }

  .wide-banner-content h2 {
    order: 1;
  }

  .wide-banner-content p {
    order: 2;
  }

  .wide-banner-img {
    order: 3;
  }

  .wide-banner-img img {
    margin-right: 0;
  }

  .wide-banner-btn {
    order: 4;
    margin-top: 30px;
  }

  .wide-banner-wrap:before,
  .wide-banner-wrap:after,
  .wide-banner-content:after {
    background: none;
  }

  .blog-grid .grid-items {
    row-gap: 60px;
  }

  .blog-pagination {
    padding: 55px 0 70px;
  }

  .email-bubble-bg .bubbles.bubbles-one,
  .email-bubble-bg .bubbles.bubbles-three {
    display: none;
  }

  .email-bubble-bg .bubbles.bubbles-two {
    bottom: -27px;
    left: -16%;
    width: 162px;
  }

  .email-bubble-bg .bubbles.bubbles-four {
    right: 20px;
    width: 34px;
    height: 16px;
    background: #fff;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
  }

  .email-container {
    padding: 60px 28px;
  }

  .email-wrapper,
  .email-from,
  .footer-container .flex.justify-around {
    flex-direction: column;
  }

  .email-section h3 {
    font-size: 20px;
    line-height: 1.3;
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .email-from {
    max-width: 100%;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }

  .email-submit-btn {
    margin: 0 auto;
    padding: 15px;
    border-radius: 26px;
  }

  .email-section .email-field {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 40px;
  }

  .email-wrapper .basis-1\/2 {
    flex-basis: 100%;
    width: 100%;
  }

  .footer {
    padding: 64px 0 0;
  }
	
  .footer-logo {
    margin-right: 0;
	margin-bottom: 48px;
  }

  .footer-link-wrap {
    flex-direction: column;
    gap: 48px;
  }
	
  .footer .menu {
    max-width: 100%;
    min-width: 100%;
  }

  .footer-bottom {
    margin-top: 60px;
  }

  .footer-link-list {
    margin-bottom: 0px;
  }

  .search-results__title {
    margin: 60px 0 15px;
    text-align: center;
  }

  .search-results__pagination {
    margin: 40px 0 85px;
  }

  .popular-post {
    padding: 40px 0;
  }

  .popular-post__header {
    font-size: 22px;
    padding-bottom: 40px;
    text-align: center;
  }

  .popular-post__info {
    grid-template-columns: repeat(1, 1fr);
  }

  .popular-post__single {
    display: flex;
    align-items: center;
  }

  .popular-post__thumbnail {
    height: 110px;
  }

  .popular-post__thumbnail img {
    min-height: 110px;
    min-width: 160px;
    width: unset;
  }

  .popular-post__title,
  .popular-post__title a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .popular-post__title {
    padding: 24px 16px;
    flex-grow: 1;
  }

  .popular-post__title a {
    font-size: 20px;
    line-height: 130%;
  }
	
  .footer-bottom *, 
  .footer .footer-bottom__menu .menu-item a {
    font-size: 12px;
  }
	
  .footer-bottom__menu .menu-item a::before, 
  .footer .social-link a::before {
    margin: 0 7px;
  }
	
  .footer-logo {
    flex: 0 0 100%;
  }
}
.custom__nav .hfe-nav-menu li:nth-child(1) .sub-menu li:nth-child(4) a {		
  background-image: url(/en/wp-content/uploads/2025/05/studies.svg);
}

/* Start CTA Single Post Page CSS */
.cta-singlepost {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 540px;
}
.cta-singlepost__content {
  background-color: #348BE3;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-left: 24px;
}
.cta-singlepost__content-wrapper {
  max-width: 600px;
  padding-right: 30px;
}
.cta-singlepost__thumbnail {
  padding: 0 10px;
}
.cta-singlepost__thumbnail img {
  margin-left: -60px;
}
.cta-singlepost__content h2 {
  font-family: "Inter", Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #fff;
  padding-bottom: 16px;
}
.cta-singlepost__content p {
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  padding-bottom: 48px;
  max-width: 480px;
}
.cta-singlepost__content a {
  display: inline-block;
  background-color: #fff;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #121A33;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E1E5EB;
  border-radius: 8px 8px 8px 8px;
  padding: 17.5px 24px 17.5px 24px;
}
.cta-singlepost__content a:hover {
  background-color: #F5F7FA;
  color: #121A33;
  border-color: #E1E5EB;
}

@media screen and (max-width: 1024.98px) {
  .cta-singlepost {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .cta-singlepost__content {
    align-items: flex-start;
    padding: 74px 24px;
  }
  .cta-singlepost__content-wrapper {
    padding-right: 0;
  }
  .cta-singlepost__thumbnail {
    padding: 0 24px;
  }
  .cta-singlepost__thumbnail img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .cta-singlepost__content h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .cta-singlepost__content p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 32px;
  }
}
/* End CTA Single Post Page CSS */

.insight-cats {
	text-align: center;
}
.insight-cats a {
	padding: 16px;
	display: inline-block;
	color: #69727d;
}
.insight-cats a.active {
	color: #000;
}
.page-id-16402.ehf-header #masthead {
  display: none;
}

input.hfe-search-form__input {
  padding-left: 15px !important;
}

.custom-loop-grid .elementor-loop-container.elementor-grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}

.custom-loop-grid .e-loop-item {
  background-color: #192139;
  border: 1px solid #363D54;
  border-radius: 8px;
  min-height: 210px;
  padding: 0;
}

.custom-loop-grid .e-con-inner {
  margin: 0;
  position: relative;
}

.custom-loop-grid .elementor-widget-theme-post-featured-image.elementor-widget-image img.attachment-large {
  border: none !important;
  border-right: 1px solid #363D54 !important;
  padding: 32px !important;
  height: 210px;
  width: 281px;
  object-fit: cover
}

.custom-loop-grid .e-loop-item h2.elementor-heading-title.elementor-size-default {
  font-family: "Inter", Sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #E1E5EB;
  min-height: auto;
  height: auto;
  margin-bottom: 0;
}

.custom-loop-grid .e-loop-item time {
  font-weight: 700;
  line-height: 22px;
  color: #5D6B85 !important;
  margin: 0;
  text-transform: uppercase;
}

.custom-loop-grid .elementor-post-info__terms-list a.elementor-post-info__terms-list-item {
  font-size: 12px !important;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.6px;
  color: #ED5588 !important;
  background-color: rgba(237, 85, 136, 0.15);
  margin-bottom: 0;
  border: 1px solid rgba(237, 85, 136, 0.5);
  border-radius: 4px;
  margin-right: 6px;
  padding: 2px 8px 1px 8px !important;
  transition: 0.3s ease-in-out;
}

.elementor-categories-tags {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    gap: 12px;
}

.elementor-categories-tags a.elementor-post-info__terms-list-item {
  display: inline-block;
  font-family: "Inter", Sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.6px;
  border-radius: 4px;
  padding: 2px 8px 1px 8px !important;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}

.elementor-categories-tags a.elementor-post-info__terms-list-item.item-category {
    color: #348BE3;
    background-color: rgba(52, 139, 227, 0.15);
    border: 1px solid rgba(52, 139, 227, 0.5);
}

.elementor-categories-tags a.elementor-post-info__terms-list-item.item-tag {
  color: #ED5588;
  background-color: rgba(237, 85, 136, 0.15);
  border: 1px solid rgba(237, 85, 136, 0.5);
}

.custom-loop-grid .elementor-post-info__terms-list a.elementor-post-info__terms-list-item:hover {
  background-color: rgba(52, 139, 227, 0.15);
  color: #348BE3 !important;
  border-color: rgba(52, 139, 227, 0.5);
}

.custom-loop-grid .insights__categories .elementor-post-info__terms-list a.elementor-post-info__terms-list-item {
  color: #348BE3 !important;
  background-color: rgba(52, 139, 227, 0.15);
  border-color: rgba(52, 139, 227, 0.5);
}

.custom-loop-grid .insights__categories .elementor-post-info__terms-list a.elementor-post-info__terms-list-item:hover {
  color: #ED5588 !important;
  background-color: rgba(237, 85, 136, 0.15);
  border-color: rgba(237, 85, 136, 0.5);
}

.custom-loop-grid .elementor-post-info__terms-list a.elementor-post-info__terms-list-item::before {
  background-color: #192139 !important;
  left: -12px;
}

.custom-loop-grid .elementor-icon-list-text.elementor-post-info__item {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.7px;
  color: #5D6B85;
  position: relative;
  text-transform: uppercase;
}

.custom-loop-grid .elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-author::after {
  position: absolute;
  content: "";
  right: -14px;
  top: 10px;
  background-color: #5D6B85;
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.custom-loop-grid nav.elementor-pagination {
  margin-top: 32px;
}

.custom-loop-grid .elementor-pagination .page-numbers {
  color: #363D54;
}

.custom-loop-grid .elementor-pagination .page-numbers.current,
.custom-loop-grid .elementor-pagination .page-numbers.current:hover,
.custom-loop-grid .elementor-pagination .page-numbers:hover {
  background-color: #363D54 !important;
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  .custom-loop-grid .elementor-widget-theme-post-featured-image.elementor-widget-image img.attachment-large {
    borde-right: 0 !important;
    padding: 20px !important;
    width: 100%;
  }

  .custom-loop-grid .elementor-element.elementor-element-bfbddf1.elementor-widget.elementor-widget-post-info {
    top: 242px;
    left: 150px;
  }

  .custom-loop-grid .elementor-element.elementor-element-cf16d61.elementor-widget.elementor-widget-post-info {
    padding-left: 20px;
  }

  .custom-loop-grid .elementor-element.elementor-element-a50c0cd.elementor-widget.elementor-widget-post-info {
    margin: 16px 16px 0 20px;
  }

  .custom-loop-grid .e-loop-item h2.elementor-heading-title.elementor-size-default {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.archive .e-search-input-wrapper .e-search-input {
  color: #5D6B85;
  height: 48px;
  min-height: 48px;
}

.archive button.e-search-submit {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.subscribe-alerts {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 100000;
}

.subscribe-alerts:target {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.subscribe-alerts .modal__wrapper {
  display: flex;
  align-items: center;
  height: calc(100vh - 100px) !important;
  overflow: hidden;
}

.subscribe-alerts .modal__wrapper>.elementor-widget-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.modal-content {
  background-color: #192139;
  border: 1px solid #363D54;
  border-radius: 8px;
  max-width: 520px;
  max-width: 690px;
  margin: 0 auto;
  width: 100%;
  min-height: 546px;
  max-height: 773px;
  max-height: 732px;
  height: 100%;
  position: relative;
  padding-bottom: 24px;
  overflow-y: auto;
}

.modal-content__header {
  border-bottom: 1px solid #363D54;
  padding: 16px 32px;
}

.modal-content__header h3 {
  font-family: "Inter", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #E1E5EB !important;
  padding-bottom: 4px;
}

.modal-content__header p {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #E1E5EB !important;
  max-width: 350px;
}

.modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #363D54;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 16px;
  right: 32px;
}

.modal__cancel {
  margin-left: 32px;
  margin-top: -2px;
}

.modal__cancel .modal-content__close {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #E1E5EB;
  border: 1px solid #363D54;
  border-radius: 8px;
  padding: 10px 16px;
  position: relative;
}

.modal-content__form {
  padding: 32px 32px 55px 32px;
}

.modal-content__form .hbspt-form .input>input {
  color: #5D6B85;
  background-color: #192139 !important;
  border: 1px solid #363D54;
  border-radius: 8px !important;
  height: 48px;
  width: 100% !important;
  padding-left: 16px;
}

.modal-content__form .input input::-webkit-input-placeholder {
  color: #5D6B85;
}

.modal-content__form .input input::-moz-placeholder {
  color: #5D6B85;
}

.modal-content__form .input input:-moz-placeholder {
  color: #5D6B85;
}

.modal-content__form .input input:-ms-input-placeholder {
  color: #5D6B85;
}

.modal-content__form .input input::-ms-input-placeholder {
  color: #5D6B85;
}

.modal-content__form .input input::placeholder {
  color: #5D6B85;
}

.modal-content__form .hs_firstname label,
.modal-content__form .hs_lastname label {
  display: none;
}

.modal-content__form fieldset {
  max-width: 100% !important;
}

.modal-content__form fieldset:nth-child(3) {
  border-top: 1px solid #363D54;
  margin-top: 32px;
  padding-top: 32px;
}

.modal-content__form fieldset span {
  display: block;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #E1E5EB;
  padding-bottom: 16px;
}

.modal-content__form fieldset .hs-form-checkbox span {
  padding-bottom: 0;
}

.modal-content__form .hs-form-checkbox label {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
}

.modal-content__form .inputs-list.multi-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 5px;
}

.modal-content__form .hs-form-checkbox label input {
  margin-top: 4px;
}

.modal-content__form input.hs-button {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  background-color: #348BE3;
  border-radius: 8px;
  padding: 10px 16px;
  width: 101px;
}

.modal-content__form .hs_submit.hs-submit {
  border-top: 1px solid #363D54;
  margin-top: 28px;
  padding: 16px 32px;
  width: calc(100% + 64px);
  left: -32px;
  text-align: right;
}

.modal-content__form .hs-error-msgs {
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  color: #E1E5EB;
}

.modal-content__form .hs-form {
  max-width: 100%;
  padding: 0;
}

@media screen and (max-width: 767.98px) {
  .subscribe-alerts {
    padding: 30px 20px;
  }

  .modal-content__form .inputs-list.multi-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .modal__close {
    top: 5px;
    right: 5px;
  }

  .modal-content__form input#firstname-c3b95367-4b72-47bb-a31e-3827431e315d {
    margin-bottom: 16px;
  }
}

#wpadminbar + .site header {
    margin-top: 0;
}
/* Start Header Nav */
body {
	overflow-x: hidden;
}
.custom__nav .hfe-nav-menu .menu-item {
  margin-bottom: 0;
}
.custom__nav .hfe-nav-menu a.hfe-menu-item {
  padding: 25px 0 !important;
}
.custom__nav .hfe-nav-menu .sub-menu {
  box-shadow: 0px 48px 32px -24px rgba(0, 0, 0, 0.24), 0px 0px 24px 0px rgba(0,  0,  0,  0.12);
  padding: 12px;
  top: 98px;
  left: -29px;
}
.custom__nav .hfe-nav-menu .sub-menu li a {
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 32px 32px;
}
.custom__nav .hfe-nav-menu li:nth-child(1) .sub-menu li:nth-child(1) a {
  background-image: url('/en/wp-content/uploads/2025/05/analysts.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(1) .sub-menu li:nth-child(2) a {
  background-image: url('/en/wp-content/uploads/2025/05/invertors.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(1) .sub-menu li:nth-child(3) a {
  background-image: url('/en/wp-content/uploads/2025/05/teams.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(1) .sub-menu li:nth-child(4) a {
  background-image: url('/en/wp-content/uploads/2025/05/advanced.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(1) .sub-menu li:nth-child(4) .sub-menu li:nth-child(1) a {
  background-image: url('/en/wp-content/uploads/2025/05/base.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(1) .sub-menu li:nth-child(4) .sub-menu li:nth-child(2) a {
  background-image: url('/en/wp-content/uploads/2025/05/insights.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(2) .sub-menu li:nth-child(1) a {
  background-image: url('/en/wp-content/uploads/2025/05/base.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(2) .sub-menu li:nth-child(2) a {
  background-image: url('/en/wp-content/uploads/2025/05/advanced.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(2) .sub-menu li:nth-child(3) a {
  background-image: url('/en/wp-content/uploads/2025/05/forecasting.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(2) .sub-menu li:nth-child(4) a {
  background-image: url('/en/wp-content/uploads/2025/05/studies.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(2) .sub-menu .sub-menu li:nth-child(1) a {
  background-image: url('/en/wp-content/uploads/2025/05/knowledge.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(2) .sub-menu .sub-menu li:nth-child(2) a {
  background-image: url('/en/wp-content/uploads/2025/05/blog.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(2) .sub-menu .sub-menu li:nth-child(3) a {
  background-image: url('/en/wp-content/uploads/2025/05/analysts.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(3) .sub-menu  li:nth-child(1) a {
  background-image: url('/en/wp-content/uploads/2025/05/documentation.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(3) .sub-menu .sub-menu li:nth-child(1) a {
  background-image: url('/en/wp-content/uploads/2025/05/advanced.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(3) .sub-menu .sub-menu li:nth-child(2) a {
  background-image: url('/en/wp-content/uploads/2025/05/forecasting.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(3) .sub-menu .sub-menu li:nth-child(3) a {
  background-image: url('/en/wp-content/uploads/2025/05/base.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(3) .sub-menu li:nth-child(2) a {
  background-image: url('/en/wp-content/uploads/2025/05/knowledge.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(3) .sub-menu li:nth-child(3) a {
  background-image: url('/en/wp-content/uploads/2025/05/blog.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(3) .sub-menu li:nth-child(4) a {
  background-image: url('/en/wp-content/uploads/2025/05/integrations.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(3) .sub-menu li:nth-child(5) a {
  background-image: url('/en/wp-content/uploads/2025/05/insights.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(3) .sub-menu li:nth-child(6) a {
  background-image: url('/en/wp-content/uploads/2025/05/studies.svg');
}
.custom__nav .hfe-nav-menu li:nth-child(3) .sub-menu li:nth-child(7) a {
  background-image: url('/en/wp-content/uploads/2025/05/charts.svg');
}

.menu-item.menu-icon-global a {
	background-image: url('/en/wp-content/uploads/2025/07/global.svg')!important;
}
.menu-item.menu-icon-analysts a {
	background-image: url('/en/wp-content/uploads/2025/05/analysts.svg')!important;
}
.menu-item.menu-icon-invertors a {
  background-image: url('/en/wp-content/uploads/2025/05/invertors.svg')!important;
}
.menu-item.menu-icon-teams a {
  background-image: url('/en/wp-content/uploads/2025/05/teams.svg')!important;
}
.menu-item.menu-icon-documentation a {
  background-image: url('/en/wp-content/uploads/2025/05/documentation.svg')!important;
}
.menu-item.menu-icon-advanced a {
  background-image: url('/en/wp-content/uploads/2025/05/advanced.svg')!important;
}
.menu-item.menu-icon-base a {
  background-image: url('/en/wp-content/uploads/2025/05/base.svg')!important;
}
.menu-item.menu-icon-forecasting a {
  background-image: url('/en/wp-content/uploads/2025/05/forecasting.svg')!important;
}
.menu-item.menu-icon-insights a {
  background-image: url('/en/wp-content/uploads/2025/05/insights.svg')!important;
}
.menu-item.menu-icon-blog a {
	background-image: url('/en/wp-content/uploads/2025/05/blog.svg')!important;
}
.menu-item.menu-icon-cart a {
	background-image: url('/en/wp-content/uploads/2025/07/cart.svg')!important;
}
.menu-item.menu-icon-dollar a {
	background-image: url('/en/wp-content/uploads/2025/07/dollar.svg')!important;
}
.menu-item.menu-icon-db a {
  background-image: url('/en/wp-content/uploads/2025/07/db.svg')!important;
}
.menu-item.menu-icon-radio a {
	background-image: url('/en/wp-content/uploads/2025/07/radio.svg')!important;
}
.menu-item.menu-icon-compliance a {
  background-image: url('/en/wp-content/uploads/2025/07/compliance.svg')!important;
}
.menu-item.menu-icon-users a {
	background-image: url('/en/wp-content/uploads/2025/07/users.svg')!important;
}
.menu-item.menu-icon-chart a {
  background-image: url('/en/wp-content/uploads/2025/07/chart.svg')!important;
}
.menu-item.menu-icon-knowledge a {
	background-image: url('/en/wp-content/uploads/2025/05/knowledge.svg')!important;
}
.menu-item.menu-icon-integrations a {
	background-image: url('/en/wp-content/uploads/2025/05/integrations.svg')!important;
}
.custom__nav .hfe-nav-menu .sub-menu li a {
  background-color: #fff;
	border-radius: 8px;
	height: 56px;
  padding: 12px 12px 12px 64px !important;
}
.custom__nav .hfe-nav-menu .sub-menu li a sup {
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.45px;
	background-color: #ED5588;
	border-radius: 999px;
	margin: 9px 0 0 8px;
	padding: 3px 6px;
}
.custom__nav .hfe-nav-menu li .sub-menu .sub-menu::before {
	display: none;
}
/* .custom__nav .hfe-nav-menu li:nth-child(4) .sub-menu li a {
  height: auto;
  padding: 5px 12px 5px 12px !important;
} */
.custom__nav .hfe-nav-menu .sub-menu li a {
	white-space: nowrap;
}
.custom__nav .hfe-nav-menu .sub-menu li a:hover {
  background-color: #F8F9FB;
}
.custom__nav .hfe-nav-menu .sub-menu::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 48px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  transform: rotate(45deg);
}
.hfe-nav-menu .hfe-menu-toggle.sub-arrow i.fa {
    font-size: 0;
    background-image: url('https://apptopia.com/en/wp-content/uploads/2025/09/menu-down-angle.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 4px;
}

@media screen and (max-width: 1024.98px) {
  .custom__nav .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__toggle.elementor-clickable {
    position: absolute;
    right: 24px;
    top: -58px;
  }

  .custom__nav .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal {
    padding: 8px 0 0;
    position: static;
    border-bottom: 1px solid #E1E5EB;
		border-radius: 0;
  }

  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li {
    margin-bottom: 0;
    padding: 0 24px;
  }

  .elementor-element.custom__nav {
    position: absolute;
    left: 0;
    top: 72px;
    width: 100%;
    background-color: #fff;
/*     padding-bottom: 32px; */
  }

  .elementor-element.custom__btns {
    padding: 0 24px;
  }

  .custom__btns .custom__btn .elementor-button {
    background-color: #fff !important;
    border: 1px solid #E1E5EB !important;
    padding: 19px 16px !important;
  }

  .elementor-element.custom__btn.elementor-widget-button {
    border: 1px solid #E1E5EB;
    border-radius: 8px;
    background-color: #fff;
  }

  .custom__nav .hfe-nav-menu .sub-menu {
    box-shadow: none;
    background-color: #F5F7FA !important;
    border-radius: 0 !important;
    padding: 0;
    top: 0px;
    left: -24px !important;
    width: calc(100% + 48px) !important;
  }

  .custom__nav .hfe-nav-menu .sub-menu::before {
    width: 0;
    height: 0;
  }

  .custom__nav .hfe-nav-menu .sub-menu li,
  .custom__nav .hfe-nav-menu .sub-menu li a {
    background-color: #F5F7FA !important;
  }

  .elementor-element.custom__btns {
    display: none;
  }

  .active-menu .elementor-element.custom__btns {
    display: flex;
  }

  .custom__btns .elementor-button {
    display: block;
		font-size: 15px !important;
    font-weight: 700 !important;
		padding: 19px 16px !important;
  }

  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li .sub-menu li {
    margin-bottom: 0;
  }
	.hfe-nav-menu__layout-horizontal .hfe-nav-menu a.hfe-menu-item {
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 16px 0 !important;
    display: inline-flex;
}
	.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 0;
}
	.hfe-nav-menu .sub-menu-active .hfe-menu-toggle.sub-arrow i.fa {
    transform: rotate(180deg);
}
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li .sub-menu li {
    padding: 0px 6px;
}
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li .sub-menu li .sub-menu {
    padding: 0 20px;
}
	.elementor-button-wrapper a.elementor-button.elementor-button-link {
    font-size: 15px !important;
}

}
/* End Header Nav */

.hero-blog-section {
    margin-top: 140px;
}
.content-wrapper.pt-\[60px\] {
    padding-top: 140px;
}
.blog-grid {
    padding-top: 80px;
}
@media screen and (min-width: 1024px) {
	.header-navbar-box {
    display: flex;
}
}
@media screen and (max-width: 1023.98px) {
	.header-navbar-box {
    display: none;
}
}
/* .header-nav {display: none !important;} */
.image-overlay.elementor-widget-image .elementor-widget-container::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c4880;
    border-radius: 8px;
    z-index: 0;
}
.image-overlay.elementor-widget-image .elementor-widget-container::after {
    position: absolute;
    content: "";
    left: 48%;
    bottom: 30px;
    width: calc(100% - 213px);
    height: 85px;
    background-color: #fff;
    transform: translateX(-51%);
    z-index: 0;
}
.image-overlay.elementor-widget-image .elementor-widget-container img {
	position: relative;
	z-index: 1;
}
.page-id-4136 footer#colophon {
    display: none;
}
@media screen and (max-width: 767.98px) {
	.image-overlay.elementor-widget-image .elementor-widget-container::after {
    bottom: 15px;
    width: calc(100% - 140px);
    height: 48px;
  }
}

/* Start New Homepage 2025 */
.email-section {
    display: none;
}
.blog .email-section {
    display: block;
}
.is__image.elementor-widget.elementor-widget-image {
    max-width: calc(50% + 60px) !important;
}
@media screen and (max-width: 767.98px) {
	html {
		overflow-x: hidden;
	}
	.fw-mobile .elementor-button.elementor-button-link {
    display: block;
  }
	.is__image.elementor-widget.elementor-widget-image {
    max-width: 95% !important;
  }
}
/* End New Homepage 2025 */
/* Start Pricing Investor */
.elementor-element.pricing__column {
  background: radial-gradient(circle at right -88px, rgba(0, 191, 255, 0.15) 0, transparent 50%) left top / 100% 100%, rgba(26, 35, 64, 0.5);
}
.elementor-element.pricing__column.purple {
  background: radial-gradient(circle at right -88px, rgba(254, 76, 195, 0.15) 0, transparent 50%) right top / 100% 100%, rgba(26, 35, 64, 0.5);
}
.pi__datapoints ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
	margin-bottom: 16px;
	padding-left: 32px;
	position: relative;
}
.pi__datapoints ul li::before {
	position: absolute;
	content: '\e918';
	left: 0;
	top: 0;
	font-family: 'Hermicons';
	font-size: 20px;
	color: #00BFFF;
	line-height: 20px;
	margin-right: 12px;
	background-color: #060E29;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
}
.pi__coverage ul {
	list-style: disc;
	padding-left: 20px;
}
.pi__coverage ul li:not(:last-child) {
	margin-bottom: 2px;
}
.pi__datapoints.purple ul li::before {
  color: #A172FE;
}
.pi__form .custom__form .hbspt-form .hs-form .hs_submit input {
  box-shadow: none;
	color: #A172FE;
}
/* End Pricing Investor */
/* Start Afterpay vs Paypal */
.elementor-element.speech-bubble {
  opacity: 0;
  visibility: hidden;
  transition: 0.15s ease-in-out;
}
.elementor-element.speech-bubble__box:hover .speech-bubble {
  opacity: 1;
  visibility: visible;
}
.hicon-positive-arrow,
.hicon-negative-arrow {
  font-size: 8px;
	padding-right: 24px;
}
.hicon-positive-arrow {
  color: #3CBD67;
}
.hicon-negative-arrow {
  color: #ef4985;
}
.hicon-positive-arrow::before,
.hicon-negative-arrow::before {
  position: absolute;
  top: 3px;
  right: 0;
  border-radius: 50%;
  padding: 4px;
}
.hicon-positive-arrow::before {
  background-color: rgba(60,189,103,0.12);
}
.hicon-negative-arrow::before {
	background-color: rgba(237, 85, 136, 0.1);
}
.apps__link .hicon-positive-arrow::before,
.apps__link .hicon-negative-arrow::before {
  top: 5px;
}
.hicon-angle-up-alt h5.elementor-heading-title,
.hicon-plus-bold h5.elementor-heading-title {
  display: none;
}
.hicon-plus-bold {
  color: #00A9E6;
  padding-top: 5px;
}
.hicon-angle-up-alt {
  transform: rotate(90deg);
}
.elementor-element.apps__link:hover {
  background-color: #EDF0F5 !important;
}
.custom__form-home.custom__form.vs-form .hbspt-form .hs-form .hs_submit input {
  color: #7140D4;
  box-shadow: none;
}
.scroll-sticky {
  position: sticky;
  left: 0;
  top: 87px;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 300ms linear;
  z-index: -1;
}
.scroll-sticky.visible {
	transform: translateY(0);
	z-index: 10;
}
.form-button .elementor-button {
  width: 100%;
}
.popup__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 61, 84, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
	visibility: hidden;
  z-index: 1000;
}
.popup__wrapper.active {
	visibility: visible;	
}
.popup__content {
  font-family: THICCCBOI, system-ui, sans-serif;
  background-color: #fff;
  border-radius: 16px;
  padding: 64px 40px 24px 40px;
  max-width: 500px;
  max-height: 90%;
  position: relative;
  overflow-y: auto;
	opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  text-align: center;
}
.popup__wrapper.active .popup__content {
	opacity: 1;
  visibility: visible;	
}
.popup__content .hicon-close-2 {
  position: absolute;
  color: #848ea1;
  opacity: .5;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  width: 24px;
  height: 24px;
  top: 32px;
  right: 32px;
}
.popup__content h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
  color: #363D54;
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.popup__content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #363D54;
  padding-bottom: 32px;
}
.popup__content .popup__content-bottom-text {
  font-size: 12px;
  line-height: 150%;
  color: #5D6B85;
  max-width: 270px;
  margin: 0 auto;
  padding-bottom: 0;
  clear: both;
}
.popup__content .hs-form {
  max-width: 100%;
  padding: 0;
}
.popup__content .hs-input {
  background: #F8F9FB;
  border: 1px solid #e1e5eb !important;
  height: 56px !important;
  padding: 16px 20px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  color: #363D54;
}
.popup__content .hs-input::-webkit-input-placeholder {
  color: #363D54;
  opacity: 1;
}
.popup__content .hs-input::-moz-placeholder {
  color: #363D54;
  opacity: 1;
}
.popup__content .hs-input:-ms-input-placeholder {
  color: #363D54;
  opacity: 1;
}
.popup__content .hs-input::-ms-input-placeholder {
  color: #363D54;
  opacity: 1;
}
.popup__content .hs-input::placeholder {
  color: #363D54;
  opacity: 1;
}
.popup__content .hs-form-field {
  margin-bottom: 16px;
}
.popup__content .hs-fieldtype-select .input {
  position: relative;
}
.popup__content .hs-fieldtype-select .input .hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}
.popup__content .popup__content .hs-form {
  max-width: 100%;
  padding: 0;
}
.popup__content .hs-form .hs_submit {
  position: static;
}
.popup__content .hs-form input.hs-button {
  color: white;
  border-radius: 8px;
  background: #00B6F3;
  height: 56px;
  padding: 16px 24px;
  border-color: white;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: 100%;
  border: 0;
  margin-bottom: 24px;
}

@media screen and (max-width: 767.98px) {
	.scroll-sticky {
  	top: 64px;
  }
}
/* End Afterpay vs Paypal */
/* Start Venmo */
.elementor-element.hover-text {
  max-width: 318px !important;
}
.hover-text a:hover {
  text-decoration: underline;
}
.elementor-element.column__link {
  transition: box-shadow 300ms ease, transform 300ms ease;
}
.elementor-element.column__link:hover {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.column__link .elementor-element.e-con-full.e-flex.e-con.e-child {
  height: 100%;
}
/* End Venmo */
/* Start Fintech */
.elementor-element.speech-bubble.max__content {
    max-width: max-content !important;
}
.elementor-element.color__bg {
	height: 16px;
}
.elementor-element.color__bg h5.elementor-heading-title {
	font-size: 0 !important;
}
.app-growth__box::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 42px;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.elementor-element.aside-growth.e-child {
  flex: 0 0 144px;
}
.elementor-element.app-growth__box.e-child {
  flex: 0 0 1046px;
  width: 1046px;
  overflow: hidden;
}
.elementor-element.app-growth__box.e-child .elementor-element.app-growth__box.e-child {
  width: 73px;
}
.elementor-element.e-con-full.app-growth__box-wrapper {
  overflow-x: auto;
}
.elementor-element.column-box-hover:hover {
  box-shadow: 0px 0px 32px 0px #121A331A, 0px 48px 24px -32px #121A3329;
}
.elementor-element.column-box-hover:hover h5.elementor-heading-title {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
.elementor-element.full-widh__img img {
  max-width: max-content;
}
}
.elementor-element.ticker__wrapper {
	display: block !important;
  overflow: hidden;
  white-space: nowrap;
}
.elementor-element.ticker__row {
  display: inline-flex !important;
  animation: marquee 140s linear infinite;
  flex-direction: row !important;
	width: max-content;
}
.elementor-element.ticker__row .elementor-element.ticker__column {
  width: max-content;
}
.elementor-element.ticker__row .elementor-element.ticker__column:first-child {
  position: relative;
  left: 0%;
  animation: swap 140s linear infinite;
}
.ticker__column img.attachment-full {
  max-width: max-content;
}
.ticker__column .elementor-widget.elementor-widget-image {
  padding: 0 32px;
}
@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
.list-style ul {
  list-style: initial;
  padding-left: 26px;
}
.ap__image.is__image.elementor-widget.elementor-widget-image {
  max-width: calc(50% + 89px) !important;
}
.fip__image.is__image.elementor-widget.elementor-widget-image {
  max-width: calc(50% + 79px) !important;
}
@media (max-width: 959px) {
	.team-members .elementor-image-box-wrapper {
    flex-direction: row;
    display: flex;
    text-align: start;
  }
  .team-members .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 15px!important;
  }
}

@media screen and (max-width: 767.98px) {
.elementor-element.e-con-full.growth__wrapper {
    flex-wrap: initial;
}
}

/* End Fintech */
/* Start Integration Passport */
.tool-list ul li {
    padding-left: 15px;
}
.tool-list ul li::before {
    content: "\2022";
    margin-left: -14px;
    margin-right: 6px;
    width: 9.6px;
    color: #a1c5ff;
    font-weight: bold;
}
.elementor-element.integration-gradient {
    background-image: linear-gradient(to top, rgba(33, 37, 49, 0.04) 1%, rgba(33, 37, 49, 0));
    height: 20px;
}
.grid-tools .elementor-element.elementor-widget-image:nth-last-child(2) {
    grid-column-end: 5;
    margin-left: -120%;
}
.grid-tools .elementor-element.elementor-widget-image:nth-last-child(1) {
    grid-column-start: 5;
    margin-left: -108%;
}
.elementor-element.ip-section-form {
    background: linear-gradient(180deg, #121A33 83%, #121A33 83%, #282e3b 100%);
}
.hs-form-field input {
    background-color: #fff !important;
    border: 1px solid #e1e5eb;
    border-radius: 4px !important;
}
/* End Integration Passport */
form.post-password-form {
    background-color: #f7f7f7;
    max-width: 1260px;
    margin: 0 auto;
    padding: 100px 30px;
    text-align: center;
}
form.post-password-form p {
    font-size: 20px;
    margin-bottom: 30px;
}
.opacity-08{
	opacity: 0.8;
}
.coverage-title h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	line-height: 1;
}

.footer .footer-bottom__menu .menu li a:hover::before,
.footer .social-link a:hover::before,
.footer .footer-bottom__menu .menu-item a:hover, .footer .social-link a:hover{
	color: #596985;
}
.hfe-nav-menu .menu-item a {
	cursor: pointer;
}
.column-image-shadow {
	box-shadow: 0px 0px 32px 0px rgba(18, 26, 51, 0.1), 0px 48px 24px -32px rgba(18, 26, 51, 0.16);
}
.border-outline img {
    outline: 4px solid #A1C5FF;
    outline-offset: 4px;
    box-shadow: 0px 4px 16px 0px rgba(161, 197, 255, 0.3);
}

/* Start Insight Page CSS */
.elementor-post-info__terms-list a.elementor-post-info__terms-list-item {
    font-family: "Inter", Sans-serif;
	  font-size: 13px !important;
    font-weight: 700;
    line-height: 21px;
    padding: 4px 12px;
    margin-right: 16px;
    margin-bottom: 8px;
    color: #363D54 !important;
	  background-color: #EDF0F5;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block !important;
	  position: relative;
}
.elementor-post-info__terms-list a.elementor-post-info__terms-list-item::before {
    position: absolute;
    content: "";
    left: -12px;
    top: 5px;
    width: 9px;
    height: 19px;
    background-color: #fff;
    z-index: 1;
}
.e-loop-item {
    background-color: #fff;
    padding: 32px 0 24px;
	  border: 1px solid #E1E5EB;
    border-radius: 16px;
}

.e-loop-item .elementor-element.e-flex.e-con-boxed.e-con.e-parent {
	height: 100%;
    padding: 0;
}
.elementor-element.elementor-element-e720090.e-con-full.e-flex.e-con.e-child {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
@media only screen and (max-width: 767px){
	.elementor-element.elementor-element-e720090.e-con-full.e-flex.e-con.e-child {
		height: auto;
	}
}
.e-loop-item .e-con-inner {
	  padding: 0;
    row-gap: 0;
}
.e-loop-item time {
	  display: block;
	  font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    color: #363D54;
	  margin: 16px 24px 0;
    text-transform: none;
}
.elementor-loop-container.elementor-grid {
    row-gap: 24px;
    column-gap: 24px;
}
nav.elementor-pagination {
    margin-top: 40px;
}
.elementor-widget-loop-grid .elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.elementor-pagination .page-numbers {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #5D6B85;
	  border-radius: 4px;
    text-decoration: none;
    margin: 0 !important;
	  width: 40px;
    height: 40px;
    display: inline-block;
}
.elementor-pagination .page-numbers.current,
.elementor-pagination .page-numbers.current:hover {
	  background-color: #348BE3;
    color: #fff;
}
.elementor-pagination .page-numbers:hover {
	  background-color: #EDF0F5;
}
.elementor-pagination span.page-numbers.prev,
.elementor-pagination span.page-numbers.next {
    color: #363D54;
	  opacity: 0.5;
}
.elementor-pagination .page-numbers:last-child {
    margin-right: 0;
}
.elementor-pagination .page-numbers::before,
.elementor-pagination .page-numbers::after {
    font-family: 'Hermicons' !important;
    font-size: 22px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    vertical-align: middle;
    margin-top: -5px;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.elementor-pagination .page-numbers.prev::before {
    content: "\e900";
    margin-right: 2px;
}
.elementor-pagination .page-numbers.next::after {
    content: "\e901";
    margin-left: 2px;
}
.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
	  font-size: 0;
}

.elementor-shortcode .insight-cats {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.elementor-shortcode .insight-cats a {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
	  color: #E1E5EB;
    background-color: #192139;
    border: 1px solid #363D54;
	  border-radius: 8px;
    padding: 7px 16px;
}
.elementor-shortcode .insight-cats a.active {
    color: #E1E5EB;
	  background-color: #363D54;
	  border-color: #363D54;
}

.taxonomy__filter-wrapper {
    position: relative;
}

.taxonomy__filter-wrapper .more-dots {
    background-color: #192139;
    border: 1px solid #363D54;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	  cursor: pointer;
}

.taxonomy__filter-wrapper-items {
    position: absolute;
    top: 48px;
    background-color: #192139;
    border: 1px solid #363D54;
    border-radius: 8px;
    padding: 12px;
	  text-align: left;
    z-index: 2;
	  display: none;
}

.taxonomy__filter-wrapper .more-dots span {
    display: inline-block;
    font-size: 14px;
    line-height: 3px;
    color: #E1E5EB;
    transform: rotate(90deg);
}

.taxonomy__filter-wrapper-items a:not(:last-child) {
    margin-bottom: 8px;
}

.taxonomy__filter-wrapper-items a {
	  display: block;
    border: none !important;
    white-space: nowrap;
}

.taxonomy__filter-wrapper-items a:hover {
    background-color: #363D54;
}

.insights__meta .elementor-icon-list-item {
    position: relative;
    padding-right: 8px;
}

.insights__meta .elementor-icon-list-item:first-child::after {
    position: absolute !important;
    content: "";
    top: 10px;
    right: -5px !important;
    background-color: #5D6B85;
    border: none !important;
    border-radius: 50%;
    width: 3px !important;
    height: 3px !important;
}

.insights__category .elementor-post-info__terms-list a.elementor-post-info__terms-list-item {
    font-size: 12px !important;
    line-height: 19px;
    color: #ED5588 !important;
    background-color: rgba(237, 85, 136, 0.15);
    border: 1px solid rgba(237, 85, 136, 0.5);
	  margin-right: 5px;
    padding: 3px 8px 2px 8px;
}

.insights__category.no-hover .elementor-post-info__terms-list a.elementor-post-info__terms-list-item {
    color: #348BE3 !important;
    background-color: rgba(52, 139, 227, 0.15);
    border: 1px solid rgba(52, 139, 227, 0.5);
}

.elementor-element.insights__categories,
.elementor-element.insights__tags {
}

.custom-loop-grid .elementor-post-info__terms-list a.elementor-post-info__terms-list-item {
    margin-bottom: 6px !important;
}

.custom-loop-grid .elementor-post-info__terms-list a.elementor-post-info__terms-list-item::after {
	  position: absolute;
    content: "";
    right: -12px;
    top: 5px;
    width: 9px;
    height: 19px;
    background-color: #192139 !important;
    z-index: 1;
}

.insights__category .elementor-post-info__terms-list a.elementor-post-info__terms-list-item::before {
	background-color: #121A33;
}

.insights__content figure.wp-block-image {
    border-bottom: 1px solid #363D54;
    margin-bottom: 48px;
    padding-bottom: 48px;
}

.insights__content figure.wp-block-image br {
    display: none;
}

.single-insight h2,
.single-insight h3,
.single-insight h4,
.single-insight h5,
.single-insight p,
.single-insight ul li,
.insights__content h2,
.insights__content h3,
.insights__content h4,
.insights__content h5,
.insights__content p,
.insights__content ul li {
    font-family: "Inter", Sans-serif;
    color: #E1E5EB;
	  margin-bottom: 24px;
}

.single-insight h2,
.single-insight h3,
.single-insight h4,
.single-insight h5,
.insights__content h2,
.insights__content h3, 
.insights__content h4,
.insights__content h5 {
	  font-weight: 700;
	  line-height: 1.4;
}

.single-insight h2,
.insights__content h2 {
	font-size: 36px;
}

.single-insight h3,
.insights__content h3 {
	font-size: 24px;
}

.single-insight h4,
.insights__content h4 {
	font-size: 20x;
}

.single-insight h5,
.insights__content h5 {
	font-size: 18px;
}

.insights__content p,
.single-insight p,
.single-insight ul li {
	font-size: 20px;
	line-height: 1.6;
}

.insights__content.elementor-widget-theme-post-content {
    border-bottom: 1px solid #363D54;
    padding-bottom: 24px;
}

.insights__similar .elementor-loop-container.elementor-grid {
	  grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
}

.insights__similar .e-loop-item {
    background-color: #192139;
    border: 1px solid #363D54;
    border-radius: 8px;
	  padding: 0;
}

.insights__similar .elementor-loop-container.elementor-grid .e-con-inner {
    position: relative;
	  justify-content: center;
	  min-height: 209px;
	  padding-left: 283px;
}

.insights__similar .elementor-loop-container.elementor-grid .e-con-inner .elementor-widget-image {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 283px;
    height: 100%;
    border-right: 1px solid #363D54;
    padding: 40px 24px;
}

.insights__similar .elementor-loop-container.elementor-grid .e-con-inner .elementor-widget-image img {
	  border: none !important;
    height: 127px;
    object-fit: contain;
    padding: 0 !important;
}

.insights__similar .elementor-post-info__item--type-author {
    display: none !important;
}

.insights__similar .e-loop-item .elementor-widget-theme-post-title.elementor-page-title.elementor-widget-heading {
    order: 1;
}

.insights__similar .elementor-element.elementor-element-bfbddf1.elementor-widget.elementor-widget-post-info {
    order: 2;
}

.insights__similar .e-loop-item .elementor-element.elementor-element-a50c0cd.elementor-widget.elementor-widget-post-info {
    order: 3;
	  margin: 0 32px;
}

.insights__similar .e-loop-item h2.elementor-heading-title.elementor-size-default {
    font-size: 24px;
    color: #E1E5EB;
    min-height: auto;
    height: auto;
    margin: 0 32px 0 32px;
}

.insights__similar .e-loop-item time {
    font-size: 13px;
    font-weight: 700;
    line-height: 160%;
    color: #5D6B85;
    letter-spacing: 0.65px;
    margin: 16px 0 16px 32px;
    text-transform: uppercase;
}

.insights__similar  .elementor-post-info__terms-list a.elementor-post-info__terms-list-item {
    font-size: 12px !important;
    line-height: 19px;
    color: #348BE3 !important;
    background-color: rgba(52, 139, 227, 0.15);
    border: 1px solid rgba(52, 139, 227, 0.5);
    margin-right: 5px;
    padding: 3px 8px 2px 8px;
}

.insights__similar .elementor-post-info__terms-list a.elementor-post-info__terms-list-item::before {
    background-color: #121A33;
}

.insights__similar  .elementor-post-info__terms-list a.elementor-post-info__terms-list-item:hover {
	  color: #A55DC7 !important;
	  background-color: rgba(165, 93, 199, 0.15);
	  border-color: rgba(165, 93, 199, 0.5);
}

.custom-loop-grid .insights__categories.hover .elementor-post-info__terms-list a.elementor-post-info__terms-list-item:hover {
	color: #348BE3 !important;
    background-color: rgba(52, 139, 227, 0.15) !important;
    border-color: rgba(52, 139, 227, 0.5) !important;
}

.custom-loop-grid .insights__tags .elementor-post-info__terms-list a.elementor-post-info__terms-list-item:hover {
    background-color: rgba(237, 85, 136, 0.15);
    color: #ED5588 !important;
    border-color: rgba(237, 85, 136, 0.5);
}

@media screen and (max-width: 767.98px) {
	.insights__categories .elementor-shortcode {
    overflow-y: auto;
}
	.elementor-shortcode .insight-cats {
    flex-direction: column;
		background-color: #fff;
		border: 1px solid #E1E5EB;
		border-radius: 16px;
		height: 40px;
        gap: 0;
}
	.height-active.elementor-shortcode .insight-cats {
		align-items: flex-start;
        height: auto;
		padding: 0 3px;
}
	.taxonomy__filter-wrapper .more-dots {
    margin: 0 0 5px 2px;
}
	.elementor-shortcode .insight-cats a {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid transparent;
    border-radius: 16px;
	margin-bottom: 2px;
		flex: 0 0 100%;
		width: 100%;
		position: absolute;
}
		.elementor-shortcode.height-active .insight-cats a {
		position: static;
}
		.insights__categories .elementor-shortcode.height-active {
    height: 485px;
}
	.elementor-shortcode .insight-cats a.active {
		font-weight: 700;
    color: #363D54;
    background-color: #fff;
		border-color: #E1E5EB;
		background-image: url(https://apptopia.com/en/wp-content/uploads/2025/12/icon-fill.svg);
        background-repeat: no-repeat;
        background-position: center right 28px;
    z-index: 1;
}
		.elementor-shortcode.height-active .insight-cats a.active {
		border-color: transparent;
		background-image: none;
}
	.single-insight h2, .insights__content h2 {
    font-size: 26px;
}
	.single-insight h3, .insights__content h3 {
    font-size: 22px;
}
	.insights__content p, 
	.single-insight p, 
	.single-insight ul li {
    font-size: 18px;
    line-height: 1.6;
}
	.insights__similar .elementor-loop-container.elementor-grid .e-con-inner {
    min-height: auto;
    padding-left: 0;
		padding-bottom: 22px;
}
	.insights__similar .elementor-loop-container.elementor-grid .e-con-inner .elementor-widget-image {
    position: static;
    max-width: 100%;
    border-right: 0;
    padding: 40px 24px;
}
	.custom-loop-grid .e-loop-item h2.elementor-heading-title.elementor-size-default {
		margin: 0 !important;
	}
}

.archive.post-type-archive-insight header,.tax-insight_category header,.tax-insight_tag header{
	display: none;
}
/* End Insight Page CSS */
.custom__form .hbspt-form input[type="tel"] {
    height: 56px;
    line-height: 160%;
    padding: 10px 20px;
    color: #363D54;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid #e1e5eb;
    font-size: 16px;
    max-width: 100%;
    width: 100%;
}