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

/* Add your custom styles here */
body, body *:not(i), *:not(.ab-icon::before) {
    font-family: "Montserrat" !important;
}
*{box-sizing:border-box;padding:0; margin:0;}
img{    vertical-align: middle;}
p:last-child{margin-bottom:0px;}
a{color: #A0C02E; text-decoration: underline;}
.header-main {
    position: absolute;
    top: 0;
    z-index: 9;
    backdrop-filter: blur(10px);
}
.header-main.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.35s ease-out;
  background-color: #0e11309e !important;
}
.header-main.is-sticky >div {
  padding: 8px 0 !important;
}
.get-clarity.elementor-widget {
    max-width: 394px !important;
    margin-left: auto !important;
    margin-right: auto !important;
	width:100%;
}
.heading-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.heading-wrapper h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    line-height: 30px;
}
/* .heading-wrapper span:first-child {
    background: linear-gradient( 270deg, #A0C02E 0%, #0B101A 100%);
} */
.heading-wrapper .line {
    width: 100%;
    height: 2px;
    background: #A0C02E;
  /* background: linear-gradient(90deg, #A0C02E 0%, #0B101A 100%); */
  border-radius: 2px;
}
.block-btn >a {
    display: block;
}
.vim-video iframe {
    border-radius: 9px;
    vertical-align: middle;
}
form.wpcf7-form > p {
    position: relative;
}
span.wpcf7-not-valid-tip {
    display: none;
}
form.wpcf7-form p span.wpcf7-spinner {
    position: absolute;
    left: 43%;
    top: 57%;
    transform: translateY(-50%) translateX(-50%);
}
form.wpcf7-form p input.wpcf7-form-control,
.forminator-field input.forminator-input{
    margin: 0;
    border: solid 1px #EEF5D6;
    height: 52px !important;
    outline: none !important;
    display: block;
    border-radius: 8px !important;
    color: #94A3B8 !important;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox:not(.forminator-checkbox-inline) {
    margin: 10px 0 !important;
}
.forminator-button-submit.submit-form-btn {
    font-size: 16px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 24px !important;
    background-image: linear-gradient(270deg, #A0C02E 0%, #677B1E 100%) !important;
    border-radius: 8px 8px 8px 8px !important;
    padding: 14px 16px 14px 16px !important;
    outline: none !important;
    width: 100% !important;
    color: #fff !important;
    box-shadow: none !important;
}
.forminator-field.forminator-has_error .forminator-input{
    border: solid 1px #f00;
}
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child){
    margin-bottom: 15px !important;
}
body:not(.home) .forminator-field.forminator-has_error .forminator-error-message{
    display: none !important;
}
form.wpcf7-form p input.wpcf7-form-control:focus,
.forminator-field input.forminator-input:focus{
	border:solid 1px #A0C02E;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    display: block;
    width: 100%;
    color: #fff;
    border: none;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    line-height: normal;
}
form.wpcf7-form.invalid p input.wpcf7-form-control.wpcf7-validates-as-required{
	border:solid 1px #f00;
}
.subscribers-sec > div> div:first-child {
    width: 419px;
}
.subscribers-sec > div> div:nth-child{2} {
    width: calc(100% - 419px);
}
.card-1 figure.elementor-image-box-img {
    display: block;
}
.gradient-border figure.elementor-image-box-img{
    height: 298px;
    margin-bottom: 0px !important;
}
.gradient-border figure.elementor-image-box-img img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.card-1:hover p.elementor-image-box-description {
    color: #fff;
}
.cardmain-outer{
	position:relative;
}
.cardmain-outer:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, #F8FAFC 0%, #A0C02E 49.52%, #F8FAFC 100%);
    left: 4.5%;
}
.card-outer {
    max-width: 780px;
    margin-left: auto;
    gap: 30px;
}
.advisor-head h2 {
    position: relative;
    display: inline-block;
}
.advisor-head h2 span {
    position: absolute;
    top: -26px;
    font-size: 18px;
    line-height: normal;
    background: #a0c02e;
    color: #ffffff;
    width: 95px;
    border-radius: 8px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -54px;
    font-weight: 400;
    transform: rotate(10deg);
}

.gradient-border {
    border-radius: 20px;
    padding: 1px;                 /* border thickness */
    background: #dcdcdc;          /* normal border color */
    transition: background 0.3s ease;
}
.gradient-border:hover{
  background: linear-gradient(
    270deg,
    #A0C02E 0%,
    #677B1E 100%
  );
	
	box-shadow:
  0px 8px 32px 0px #A0C02E33,
  0px 4px 8px 0px #A0C02E1A;
}
.gradient-border> div {
	
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    height: 100%;
}
.gradient-border h3.elementor-image-box-title {
    margin: 0;
}
/* ================= BASE BUTTON ================= */
.gradient-border a.elementor-button {
  position: relative;
  overflow: hidden;
  background: rgb(160 192 46 / 10%);
  transition: background 0.45s ease;
}

/* ICON */
.gradient-border a.elementor-button .elementor-button-icon {
  transition: margin 0.35s ease;
}

.gradient-border a.elementor-button .elementor-button-icon svg {
  width: 24px;
  height: 24px;
  transition: transform 0.35s ease;
  fill: #a0c02e;
}
.gradient-border:hover a.elementor-button .elementor-button-icon svg path{
  fill: #fff;
}
/* ================= TEXT (HIDDEN SMOOTHLY) ================= */
.gradient-border a.elementor-button>span>{gap:0;}
.gradient-border a.elementor-button .elementor-button-text {
  opacity: 0;
  transform: translateX(-8px);
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    max-width 0.35s ease;
}

/* ================= HOVER ================= */
.gradient-border:hover a.elementor-button {
  background: linear-gradient(
    270deg,
    #A0C02E 0%,
    #677B1E 100%
  );

}

/* TEXT APPEARS */
.gradient-border:hover a.elementor-button .elementor-button-text {
  opacity: 1;
  transform: translateX(0);
  max-width: 120px; /* adjust to text width */
}

/* ICON MOVE + COLOR */
.gradient-border:hover  a.elementor-button.elementor-button-icon {
  margin-right: 8px;
  filter: brightness(0) invert(1);
}

.gradient-border:hover  a.elementor-button .elementor-button-icon svg {
  transform: scale(1.05);
}

.white-gradientborder {
    background: linear-gradient(0deg, #ffffff 0%, #A0C02E 100%);
    padding: 4px;
	border-radius:20px;
}
.white-gradientborder .elementor-element.elementor-widget.elementor-widget-html {
    border-radius: 16px;
    overflow: hidden;
}
.footer-nav ul{
    border-bottom: solid 1px #F7FAEA33;
    padding-bottom: 30px;
}
.footer-nav ul .sub-menu {padding-bottom: 0px; top: unset !important; bottom: 40px;}
/**/
.insights-crad {
    min-height: 200px;
    background: #0E1130;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    overflow: inherit !important;
}
.insights-crad .elementor-custom-embed-play {
    top: 100%;
    background: #fff;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    opacity: 1 !important;
    box-shadow: 0px 5.72px 11.44px 0px #A0C02E99;

}
.insights-crad .elementor-custom-embed-play svg {
    opacity: 1 !important;
    fill: #A0C02E;
    box-shadow: none;
    filter:none !important;
}
.video-box:after {
    content: "";
    position: absolute;
    height: 193px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8fafc;
    z-index: -1;
}
/**/
.testimonials-swiper {
    position: relative;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 42.44px 61.31px 0px #00000014;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
        justify-content: space-between;
        gap: 20px;
}
.weekthree {
    grid-row: span 2;
}


.testimonial-card:hover {
    box-shadow: 0px 42.44px 61.31px 0px #00000014;

}
.credentials-container {
    max-width: calc(50% + 665px);
    margin-left: auto;
}
.testimonial-stars {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #F59E0B;
    line-height: 20px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 24px;
    color: #1E293B;
    margin-bottom: 40px;
    flex-grow: 1;
    font-weight: 400;
    max-height: 144px;
    overflow: auto;
}
.testimonial-text::-webkit-scrollbar,
.sidebar-box ul::-webkit-scrollbar{
  width: 2px;
}

/* Track */
.testimonial-text::-webkit-scrollbar-track,
.sidebar-box ul::-webkit-scrollbar{
  background: #f1f1f1;
}

/* Handle */
.testimonial-text::-webkit-scrollbar-thumb,
.sidebar-box ul::-webkit-scrollbar-thumb{
  background: #888;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-avatar {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    font-size: 18px;
    background: #A0C02E;
}
.author-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-steve {
    background: #A0C02E;
}

.avatar-stephanie {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ccc;
    object-fit: cover;
}

.avatar-nick {
    background: linear-gradient(135deg, #84cc16 0%, #65a30d 100%);
}

.author-info h3 {
    font-size: 16px;
    color: #1E293B;
    margin-bottom: 6px;
    font-weight: 700;
    line-height: 21px;
}
.testimonials-slider .swiper-slide {
    height: auto;
}
.author-info p {
    font-size: 16px;
    color: #1E293B;
    font-weight: 400;
    line-height: 24px;
}
.testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center!important;
    margin-top: 60px;
    height: 16px;
}

.testimonials-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background: #F7FAEA;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 !important;
    opacity: 1;
}

.testimonials-dots .dot.swiper-pagination-bullet-active {
    background: #A0C02E;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px #fff;
    border-radius: 5px;
    box-shadow: 0px 5.72px 11.44px 0px #A0C02E99;


}

/**/
.cert-card {
    position: relative;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
    /* font-family: Arial, sans-serif; */
}
.cert-card-img {
    background: linear-gradient(270deg, #A0C02E 0%, #677B1E 100%);
    border-radius: 22px;
    padding: 1px;
    transition: background 0.3s ease;
    /* height: 334px; */
    height: 250px;
}

.cert-card-img .cert-card-img-inner {
    background: #F8FAFC;
    border-radius: 22px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 25px;
    justify-content: center;
}
.cert-card-img .cert-card-img-inner img{
    max-height: 100%;
    max-width: 50%;
    object-fit: contain;
}
.cert-card-btn {
    display: flex;
    justify-content: space-between;
    border: solid 1px #A0C02E;
    padding: 22px;
    border-radius: 22px;
    margin: -1px 0 0;
    align-items: center;
}
.cert-card-title {
    color: #0E1130;
    font-weight: 700;
    font-size: 16px;
    width: calc(100% - 28px);
    line-height: 26px;
}
.cert-arrowup {
    width: 28px;
}
.cert-card .card-back {
  top: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cert-card .card-back .card-back-dis{
    height: 100%;
    overflow: hidden auto;
    flex: 1 1 0;
}
.cert-card .card-back .card-back-dis::-webkit-scrollbar{
  width: 2px;
}

/* Track */
.cert-card .card-back .card-back-dis::-webkit-scrollbar{
  background: #A0C02E;
}

/* Handle */
.cert-card .card-back .card-back-dis::-webkit-scrollbar-thumb{
  background: #fdfdfde0;
  border-radius: 5px;
}
.card-back {
    background: linear-gradient(270deg, #A0C02E 0%, #677B1E 100%);
    color: #fff;
    padding: 22px;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-in-out;
}
.cert-card:hover .card-back {
  top: 0px;
}
.card-back .card-back-head {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 10px;
}

.card-back .card-back-head .card-back-icon {
    width: 69px;
    min-width: 69px;
    height: 67px;
    background: #fff;
    border-radius: 22px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-back .card-back-head .card-back-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card-back h3 {
    margin: 0;
    font-size: 22px;
    font-size: 18px;
    text-decoration: underline;
}

.card-back p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.card-back p:not(:last-child) {
    margin-bottom: 16px;
  }
.credentials-nav {
    display: flex;
    justify-content: center;
    margin: 60px 0 0;
    gap: 24px;
    padding-bottom: 40px;
}
.credentials-nav button.cred-nav-btn {
    border-radius: 50%;
    border-color: #DEEBAD;
    background: transparent;
    display: flex;
    align-items: center;
    height: 52px;
    width: 52px;
    padding: 0;
    justify-content: center;
}
.credentials-nav button.cred-nav-btn svg {
    min-width: 22px;
    min-height: 15px !important;
}
.credentials-nav button.cred-nav-btn:hover{
    background:#A0C02E;
    box-shadow: 0px 5.72px 11.44px 0px #A0C02E99;
    border-color: #A0C02E;
}
.credentials-nav button.cred-nav-btn:hover svg path{
    stroke: #fff;
}

/**/

  .resources-row {
    display: flex;
    width: 100%;
    gap: 60px;
}

.resources-container {
    max-width: 1320px;
    margin: 0 auto;
}

.resources-row .resources-content-outer {
    width: 421px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.resources-content-main h2 {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    line-height: 54px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #0E1130;
}

.resources-content-main .res-dis p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1E293B;
}
.resources-row .resources-swiper {
    width: calc(100% - 481px);
}
.resources-card-outer {
    border-radius: 20px;
    padding: 1px;
    background: #dcdcdc;
    height: 100%;
    transition: background 0.3s ease;
}
.resources-card-outer:hover {
    background: linear-gradient(
    270deg,
    #A0C02E 0%,
    #677B1E 100%
  );
    box-shadow: 0px 8px 32px 0px #A0C02E33,
  0px 4px 8px 0px #A0C02E1A;
}
.resources-card-outer> div {
    background: #ffffff;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}
.resources-card-img {
    height: 298px;
    width: 100%;
    padding: 15px;
}

.resources-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.resources-card-outer> div .resources-content {
    height: calc(100% - 298px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    text-align: center;
    position: relative;
}
.resources-card-outer> div .resources-content a:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.resources-content-heading h3{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E293B;
  text-align: center;
  margin-bottom: 6px;

}
.resources-content-heading p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E293B;
  text-align: center;

}
.resources-slider .swiper-slide{
  height: auto;
}
.resources-card-outer> div .resources-content a {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    background-image: linear-gradient(270deg, #A0C02E 0%, #677B1E 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 14px 16px 14px 16px;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    gap: 8px;
}
.resources-nav {
    display: flex;
    justify-content: flex-start;
    margin: 60px 0 0;
    gap: 24px;
}
.resources-nav button.cred-nav-btn {
    border-radius: 50%;
    border-color: #DEEBAD;
    background: transparent;
    display: flex;
    align-items: center;
    height: 52px;
    width: 52px;
    padding: 0;
    justify-content: center;
}
.resources-nav button.cred-nav-btn svg {
    min-width: 22px;
    min-height: 15px !important;
}
.resources-nav button.cred-nav-btn:hover {
    background: #A0C02E;
    box-shadow: 0px 5.72px 11.44px 0px #A0C02E99;
    border-color: #A0C02E;
}
.resources-nav button.cred-nav-btn:hover svg path {
    stroke: #fff;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.text-white a{color: #fff}
li.hfe-breadcrumbs-separator {
    line-height: normal;
    display: flex;
    align-items: center;
    line-height: 17px;
}
.elementor-widget-video .elementor-custom-embed-image-overlay img {
    border-radius: 20px;
}
/**/
.sticky-top {
    position: sticky;
    top: 120px;
    align-self: flex-start;
}
.sticky-top .advisor-head h2 span {
    right: auto;
    transform: rotate(349deg);
    left: -10px;
    top: -29px;
}
.pagination-wrap {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrap .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    min-width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrap .page-numbers.current {
    background: #a0c02e;
    color: #fff;
    border: solid 1px #a0c02e;
}
.pagination-wrap .page-numbers:hover {
    background: #f4f4f4;
}
/*single post*/
.container{
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}
.single-post-head {
    padding: 160px 15px 100px ;
    width: 100%;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background: #0e1130;
    position: relative;
}
.single-post-head:before {
    content: "";
    background-image: linear-gradient(180deg, #211534a8 0%, #121534 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-post-head .container {
    position: relative;
    z-index: 1;
}
.single-post-head-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.single-post-head-inner h1.post-title {
    margin: 0 auto 15px;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    max-width: 1100px;
    text-align: center;
}
.single-post-head-inner  .post-meta {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;

}
.single-post-head-inner  .post-meta a:hover{
    color: #fff;
}
.container.single-post-page > .row {
    display: flex;
}
.container.single-post-page > .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.container.single-post-page > .row .col-md-8 {
    width: 74%;
}
.container.single-post-page > .row .col-md-4 {
    width: calc(26% - 30px);
}
.single-post-sec {
    padding: 100px 0;
}
article.blog-post a.post-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-post-page .post-featured-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.single-post-page .post-featured-image {
    margin-bottom: 30px;
}
.post-content h1 {
    line-height: 54px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6{
    line-height: normal;
    color: #0e1130;
    font-weight: 700;
}
.post-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1E293B;
}
.post-content h2 {
    font-size: 28px;
}
.post-content h3 {
    font-size: 24px;
    line-height: 34px;
}
.post-content ul {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1E293B;
    padding-left: 20px;
}
.post-content ul li{
    margin-bottom: 12px;
}
.sidebar-box {
    margin-bottom: 24px;
}
.sidebar-box {
    margin-bottom: 24px;
    box-shadow: 0px 4px 8px 0px rgba(160.00000000000006, 192, 46.00000000000007, 0.09);
    padding: 15px;
    border-radius: 10px;
}
.sidebar-box h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    color: #0e1130;
    border-bottom: solid 2px #ddd;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
.sidebar-box ul {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    padding-left: 24px;
    max-height: 180px;
    overflow: auto;
}
.sidebar-box ul li:not(:last-child){margin-bottom: 6px;}
.sidebar-box ul li a{
    font-weight: 400;
    text-decoration: none;
}
.sidebar-box ul li{
    position: relative;
}
.sidebar-box ul li:before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -14px;
    background-color: #0E1130;
}
.sidebar-box form input[type="text"] {
    border: solid 1px #EEF5D6;
    height: 52px !important;
    outline: none !important;
    display: block;
}
.sidebar-box form button {
    border: none;
    color: #fff;
    margin-top: 15px;
    display: block;
    width: 100%;
}
.ac-designer-copy {
    font-size: 18px;
    line-height: 26px;
    background: #F8FAFC;
    padding: 15px;
    border-radius: 20px;
    margin: 20px 0;
}
.auter-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.auter-card .auter-img {
    width: 240px;
}
.auter-dis h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.auter-dis .auter-profile {
    font-size: 14px;
    line-height: 20px;
}
.auter-card  .auter-dis {
    width: calc(100% - 180px);
    padding-left: 14px;
}
.auter-dis p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.auter-card .auter-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.auter-card .auter-img {
    width: 180px;
    border: solid 3px #f8fafc;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    align-items: self-end;
    justify-content: center;
}
.post-content > a,
article.blog-post > a.read-more{
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    background-image: linear-gradient(270deg, #A0C02E 0%, #677B1E 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 14px 16px 14px 16px;
        border: none;
    color: #fff;
    margin-top: 15px;
    text-decoration: none;
    text-align: center;
}
.post-excerpt p{
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;
    color: #1E293B;

}
.blog-post-outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
article.blog-post {
    box-shadow: 0px 4px 8px 0px rgba(160.00000000000006, 192, 46.00000000000007, 0.09);
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}
article.blog-post a.post-thumb {
    width: 100%;
    height: 146px;
    display: block;
    margin: 0 0 12px;
    border-radius: 10px;
    overflow: hidden;
}
.post-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 5px 0;
    font-size: 14px;
    line-height: 20px;
}
.post-categories a {
    font-size: 14px;
    text-decoration: none;
    line-height: 20px;
    color: #a0c02e;
    display: inline-block;
}
article.blog-post h2.post-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}
article.blog-post h2.post-title a{color: #0e1130; text-decoration: none;}
.blog-banner-content{
    text-align: center;
}
.blog-banner-content > a.button {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    background-image: linear-gradient(270deg, #A0C02E 0%, #677B1E 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 14px 16px 14px 16px;
    border: none;
    color: #fff;
    margin-top: 15px;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}
.blog-banner-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.blog-banner-bottom {
    padding: 60px 0;
    background: #F8FAFC;
}
ul.hfe-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.post-content figure.wp-block-image img {
    border-radius: 20px;
    margin: 0 0 20px;
}
.post-share {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.post-share .share-icons {
    display: flex;
    gap: 5px;
}
.post-share p{margin: 0;}
.post-share .share-icons a {
    height: 32px;
    width: 32px;
    font-size: 16px;
    line-height: normal;
    border: solid 1px #a0c02e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    color: #a0c02e;
}
.post-share .share-icons a:hover{
    color: #fff;
    background: #a0c02e;
}
.wp-block-table {
    font-size: 16px;
    line-height: 24px;
}
.wp-block-table tbody tr:first-child td {
    color: #fff;
    background: #181433;
    border: solid 1px #47426a;
    font-size: 16px;
    padding: 10px .5em;
}
.wp-block-table tbody tr td{
    font-weight: 400;
    vertical-align: middle;
}
.post-content .wp-block-button a.wp-block-button__link {
    font-size: 16px !important;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    background-image: linear-gradient(270deg, #A0C02E 0%, #677B1E 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 14px 16px 14px 16px;
    border: none;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 20px 0;
}
.single-post-head-inner .post-meta {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: normal !important;
}
.sinngle-post-cats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    max-width: 650px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.sinngle-post-cats > .post-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    justify-content: center;
}
.sinngle-post-cats a {
    font-size: 16px;
    color: #fff;
    background: #A0C02E;
    text-decoration: none;
    line-height: 24px;
    padding: 4px 12px;
    border-radius: 30px;
}
.single ol {
    padding-left: 17px;
}
.single ol li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1E293B;
    margin-bottom: 23px;
}
.single ol li strong, .single .post-content h2, .single .post-content h3, .single .post-content h4, .single .post-content h5, .single .post-content h6, .business-list b {
    color: #A0C02E;
}

/*  */
.review-section {padding-block: 100px; background-color: #0e1130;}
.review-section>div {display: flex; align-items: center; justify-content: center;}

@media screen and (max-width : 1680px) {
    .cert-card-img{
        height: 260px;
    }
}
@media screen and (max-width : 1366px) {
    .review-section {padding-block: 60px;}
}

@media screen and (max-width: 1199px) {
    .cert-card-btn {
        padding: 15px;
    }
    .cert-card-title {
        font-size: 16px;
    }
    .credentials-nav {
        margin: 30px 0 0;
        gap: 20px;
        padding-bottom: 40px;
    }
    .credentials-nav button.cred-nav-btn {
        height: 40px;
        width: 40px;
    }
    .resources-content-main h2 {
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .resources-nav {
        margin: 30px 0 0;
    }
    .resources-nav button.cred-nav-btn {
        height: 40px;
        width: 40px;
    }
    .testimonials-dots {
        gap: 5px;
        margin-top: 30px;
    }
    .single-post-head-inner h1.post-title {
        font-size: 30px;
        line-height: 40px;
    }
    .single-post-head-inner  .post-meta {
        font-size: 16px;
        line-height: normal;
    }
    .gradient-border figure.elementor-image-box-img {
        height: 148px;
    }
    .blog-banner-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .head-search input.hfe-search-form__input {
        padding: 0 8px !important;
    }
    nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
        position: fixed !important;
        left: 0 !important;
        width: 100% !important;
        display: none;
    }
    nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
        display: flex;
    }
    .footer-nav ul {
        border-bottom: solid 1px #F7FAEA33;
        padding-bottom: 10px;
    }
    .subscribers-sec > div> div:first-child{
        width: 100%;
    }
    .cardmain-outer:before{
        display: none;
    }
    .card-outer {
        max-width: 100%;
        gap: 24px;
    }
    .video-box:after {
        height: 100%;
    }
    .resources-row {
        gap: 24px;
    }
    .resources-row .resources-content-outer {
        width: 321px;
    }
    .resources-row .resources-swiper {
        width: calc(100% - 351px);
    }
    .resources-card-img {
        height: 188px;
        width: 100%;
    }
    .resources-card-outer> div .resources-content {
        height: calc(100% - 188px);
    }
    .resources-content-main h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .menu-item.current-menu-item a.hfe-menu-item {
        color: #fff !important;
    }
    .insights-crad {
        min-height: 178px;
        border-radius: 20px;
    }
    .container.single-post-page > .row {
        gap: 24px;
    }
    .container.single-post-page > .row .col-md-8 {
        width: 65%;
    }
    .container.single-post-page > .row .col-md-4 {
        width: calc(35% - 30px);
    }
    .post-content h2 {
        font-size: 24px;
        line-height: normal;
    }
    .post-content h3 {
        font-size: 20px;
        line-height: normal;
    }
    .post-content h1{
        font-size: 30px;
        line-height: normal !important;
    }
    .single-post-sec {
        padding: 60px 0;
    }
    .blog-post-outer {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .blog-banner-content h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .advisor-head h2 span {
        right: -13px;
    }
     .heading-wrapper h2{
        flex-wrap: wrap;
     }
    .heading-wrapper span{
        display: none !important;
    }
    .heading-wrapper {
        justify-content: center;
    }

.resources-row {
    flex-wrap: wrap;
}
.resources-row .resources-content-outer,
.resources-row .resources-swiper {
    width: 100%;
}
.resources-nav {
    margin: 30px 0 -10px;
    justify-content: end;
}
.card-1 figure.elementor-image-box-img {
     display: inline-block; 
     margin-bottom: 0px;
}
.insights-crad .elementor-custom-embed-play {
    top: 50%;
    height: 42px;
    width: 42px;
}
.elementor-11 .elementor-element.elementor-element-25412a2 .elementor-custom-embed-play svg {
    width: 42px;
    height: 42px;
}
.insights-crad {
    min-height: 198px;
}
.testimonial-text {
    margin-bottom: 14px;
}
.author-info p {
    font-size: 14px;
    line-height: 20px;
}
.author-info h3 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 2px;
}
.testimonial-author {
    gap: 10px;
}
.sticky-top {
    position: inherit !important;
    top: auto;
}

    .container.single-post-page > .row .col-md-8,
    .container.single-post-page > .row .col-md-4 {
        width: 100%;
    }
    .blog-post-outer {
        grid-template-columns: 1fr;
    }
    .auter-card {
        flex-direction: column;
    }
    .auter-card  .auter-dis {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        text-align: center;
    }
    .pagination-wrap .page-numbers {
        padding: 8px;
        margin: 0 2px;
        font-size: 14px;
        line-height: 16px;
        min-width: 34px;
    }
}

