/*
Theme Name:  InvestorKit Nectarblocks   
Version:     1.0.0
Template:    nectar-blocks-theme
Description: Child theme for Nectarblocks.
Theme URI:   https://investorkit.com.au
Author:      Whole
Author URI:  https://whole.tech
Text Domain: nectar-blocks-theme-child
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder. 
/*-------------------------------------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */
@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-100-normal.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-100-normal.woff)
      format("woff");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-200-normal.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-200-normal.woff)
      format("woff");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-300-normal.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-300-normal.woff)
      format("woff");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-400-normal.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-400-normal.woff)
      format("woff");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-500-normal.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-500-normal.woff)
      format("woff");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-600-normal.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-600-normal.woff)
      format("woff");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-700-normal.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-700-normal.woff)
      format("woff");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-800-normal.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-800-normal.woff)
      format("woff");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-900-normal.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-sans@latest/latin-900-normal.woff)
      format("woff");
}

body {
  font-family: "Open Sauce Sans", sans-serif;
}

/* Header CSS Start  */
/* header#top .container{
    max-width: 1440px;
    padding: 0 120px;
} */
#nectar-nav{
  position: sticky !important;
  margin-bottom: -65px !important;
}
 .text-semibold{
  font-weight: 600 !important;
 }
#nectar-nav #logo{
  margin:17px 0 !important;
 }
 body.page-id-494 #nectar-nav #logo img{
  margin:0 !important;
  padding: 0px 0 !important;
 }
 /* body.page-id-494 header#top{
  padding: 17px 0 !important;
 } */

#nectar-nav-spacer {
  padding: 0px !important;
}

header#top .container nav .sf-menu {
  justify-content: left !important;
  padding-left: 32px;
}

header#top ul.buttons a {
  padding: 0 !important;
}

header#top ul.sf-menu > li.menu-item-has-icon > a {
  flex-direction: row-reverse;
}
.scrolled-down #nectar-nav:not([data-format=left-header]) {
        background-color: #ffffff !important;
  }
header#top .menu-title-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.1px;
}


#nectar-nav.transparent .nectar-mobile-only.mobile-header li:not([class*="menu-item-btn-style"]) a,
#nectar-nav.transparent .slide-out-widget-area-toggle a i.label, #nectar-nav.transparent #top .span_9 > .slide-out-widget-area-toggle a.using-label .label,
#nectar-nav.transparent #top nav > ul > li > a, #nectar-nav.transparent #top nav > .sf-menu > li > a{
  opacity: 1 !important;
 }

header#top ul.buttons {
  flex-direction: row-reverse;
}

header#top ul.buttons .menu-title-text {
  padding: 12px 20px;
  border-radius: 12px;
  background-color: #0baf88;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

ul.buttons .menu-item-53891 .menu-title-text {
  background-color: transparent !important;
  color: #0F1324B2 !important;
}
body.page-id-494 header#top ul.buttons .menu-item-53891 .menu-title-text{
  color: #fff !important;
}

body.page-id-494 div.scrolled-down header#top ul.buttons .menu-item-53891 .menu-title-text{
  color: #0F1324B2 !important;
}
body.page-id-494 #top nav ul li > a {
  color: rgba(15, 19, 36, 0.7);
}
body.page-id-494 .scroll-header-animation {
    background-color: white !important;
}
body.page-id-494body #nectar-nav[data-transparent-header="true"][data-remove-border="true"] {
    background-color: #ffffff !important;
}

/* Header CSS End  */

header#top .menu-item-54292 {
  display: none !important;
}

.hero-btn svg {
  width: 20px;
  height: 20px;
}

.text-highlight.text-color-green {
  position: relative;
}

.text-highlight.text-color-green:after {
  position: absolute;
  content: "";
  left: -4px;
  bottom: -13px;
  width: 100%;
  background-image: url(https://smoother-goshawk-93acbb.instawp.xyz/wp-content/uploads/2025/07/Vector.svg);
  background-repeat: no-repeat;
  height: 20px;
  background-size: contain;
}

.rating-section .nectar-blocks-text.gradient-text,
.wp-block-heading.gradient-text {
  background: linear-gradient(90deg, #04c09e, #00332f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 96px;
  line-height: 100px;
  font-weight: 500;
}

.min-line-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.watch-the-video .nectar-component__icon__img {
  width: 32px;
  height: 32px;
}

.testimonial-box-shadow {
  background: linear-gradient(360deg, #000000 47.01%, rgba(0, 0, 0, 0) 100%);
}

.youtube-section .swiper-button-prev,
.youtube-section .swiper-button-next {
  display: none;
}

.testimonial-prev,
.testimonial-next {
  cursor: pointer;
}

.swiper-pagination-wrap {
  padding-bottom: 0px !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;

  &:after {
    background-color: #dee0e3 !important;
  }
}

.swiper-pagination-bullet:before {
  background-color: #0baf88 !important;
}

.investment-content .investment-content-left-btn:before {
  content: url("https://smoother-goshawk-93acbb.instawp.xyz/wp-content/uploads/2025/07/Frame-2.svg");
  position: absolute;
  position: absolute;
  left: -20px;
  top: 35px;
}

.investment-content .investment-content-left-btn:after {
  content: url("https://smoother-goshawk-93acbb.instawp.xyz/wp-content/uploads/2025/07/Vector-7.svg");
  position: absolute;
  left: 65%;
  bottom: -78px;
  transform: rotate(-15deg);
}

.investment-content .investment-content-right-btn:before {
  content: url("https://smoother-goshawk-93acbb.instawp.xyz/wp-content/uploads/2025/07/Frame-2.svg");
  position: absolute;
  position: absolute;
  right: -20px;
  top: 35px;
  transform: rotate(-75deg);
}

.investment-content .investment-content-right-btn:after {
  content: url("https://smoother-goshawk-93acbb.instawp.xyz/wp-content/uploads/2025/07/Vector-6.svg");
  position: absolute;
  left: -28%;
  bottom: -36px;
  transform: rotate(19deg);
}

a.nectar__link {
  text-decoration: none !important;
}

#nectar-nav.transparent #top nav > .sf-menu > li > a,
#nectar-nav.transparent #top nav > ul > li > a > .sf-sub-indicator i{
  color:#0f1324b2 !important;
}

/* #nectar-nav.transparent #top nav > .sf-menu > li > a,
#nectar-nav.transparent #top nav > ul > li > a > .sf-sub-indicator i{
  color:#fff !important;
} */

.ik-faq-section .wp-block-nectar-blocks-accordion-section {
  border-radius: 10px !important;
}

span.nectar-blocks-text__highlight.nectar-blocks-text__highlight--underline:before {
    position: absolute;
    content: url('https://smoother-goshawk-93acbb.instawp.xyz/wp-content/uploads/2025/07/Vector.png');
    left: -38px;
    z-index: -1;
    top: -4px;
}

span.nectar-blocks-text__highlight.nectar-blocks-text__highlight--underline {
    position: relative;
}

.accordian-title .nectar-blocks-accordion-section:hover .nectar-blocks-accordion-section__title{
  color: #14151A !important;
}

.page-id-52386 header#top ul.buttons .menu-item-53891 .menu-title-text{
  color: #fff !important;
}
header#top.custom-white-header ul.buttons .menu-item-53891 .menu-title-text {
    color: #0F1324B2 !important;
}

.scrolled-down header#top ul.buttons .menu-item-53891 .menu-title-text{
  color: unset !important;
}

body.page-id-52386 .text-highlight.text-color-green{
    position: relative;
    z-index:1;
}
body.page-id-52386 .text-highlight.text-color-green:after {
    left: -2px !important;
    bottom: -12px !important;
    width: 100%;
    background-image: url(https://smoother-goshawk-93acbb.instawp.xyz/wp-content/uploads/2025/07/Vector-4.svg);
    z-index: -1;
}

.menu-item .nectar-menu-icon-img{
  filter: brightness(1) invert(0);
}

.scrolled-down .nectar-menu-icon-img{
  filter: unset !important;
}

.menu-item.sfHover .nectar-menu-icon-img,
.dark-slide .menu-item .nectar-menu-icon-img{
  filter: unset !important;
}


.dark-slide.transparent .menu-item .nectar-menu-icon-img{
  filter: brightness(0) invert(1) !important;
}

.accordian-title span.nectar-blocks-accordion-section__title__indicator {
    padding-left:0px;
}

/* Blog css Start*/
.latest-blog-featured {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 16px;
  height: 470px; 
  display: flex;
  align-items: center;
}

.latest-blog-overlay {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.latest-blog-box {
  background: #fff;
  padding: 36px 32px;
  border-radius: 16px;
  max-width: 572px;
  height: 440px;
}

.blog-category {
  display: inline-block;
  background: #D1FAE4;
  font-family: inherit;
  color: #166E3F;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.blog-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #14151A;
  font-family: inherit;
  margin-bottom: 12px;
}

.blog-excerpt {
  font-size: 18px;
  font-weight: 400;
  color: #0F1324B2;
  line-height: 26px;
  margin-bottom: 25px;
  font-family: inherit;
}

.read-more {
  display: inline-block;
  background: #fff;
  border: 1px solid #DEE0E3;
  color: #14151A;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
}

a.read-more {
    display: flex;
    width: fit-content;
    gap: 10px;
}

.blog-listing .style--button {
    background-color: #D1FAE4 !important;
    color: #166E3F !important;
    border-radius: 8px !important;
    line-height: 20px !important;
    padding: 4px 8px !important;
}
.blog-listing h3.nectar-blocks-title__text{
   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-listing .nectar-blocks-post-grid__item__content {
position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%; 
  background: url('https://smoother-goshawk-93acbb.instawp.xyz/wp-content/uploads/2025/07/Blog-Overly.png') 
              bottom center / cover no-repeat;
  border-radius: inherit;
  pointer-events: none; 
}
.blog-listing button.nectar-blocks-post-grid__pagination__load-more {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  cursor: pointer;
}
/* Blog css End */


/* Blog Detail css Start */
.single-post #nectar-nav[data-transparent-header="true"].transparent.dark-slide >header #logo img{
  opacity: 1 !important;
}

.single-blog-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.single-blog-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0.85) 100%);
}
.single-blog-hero .container {
  position: relative;
  max-width: 1440px;
  padding: 120px 120px;
  margin: 0 auto;
  z-index: 2;
}
.single-post .blog-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  font-size: 14px;
}
.single-post .back-link {
  color: #FFFFFFB2;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.single-post a.back-link {
    display: flex;
    gap: 8px;
}
.single-post .share-icons {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #fff;
}
.single-post .share-icons span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #FFFFFFB2;
  margin-right: 8px;
}
.single-post .blog-meta {
  max-width: 900px;
}
.single-post .blog-category {
  display: inline-block;
  background: #D1FAE4;
  font-family: inherit;
  color: #166E3F;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 10px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.single-post .blog-title {
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 100%;
  font-family: inherit;
  color: #FFFFFF;
}
.single-post .blog-excerpt {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 26px;
  font-weight: 400;
  font-family: inherit;
  color: #FFFFFF;
}
.single-post .blog-info {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
}
.single-post .blog-info span {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 173px;
}

.single-post .nectar-blocks-icon-list-item img {
    margin-top: 5px !important;
}

.single-post .blog-container{
  background-color: #ffffff;
  padding: 96px 120px;
  max-width: 1440px;
  width: 100%;
  display: flex;
  gap: 40px;
}

.single-post .blog-main {
    max-width: 70%;
}
.single-post .blog-sidebar .newsletter-box {
  background: #ECFDF7;
  padding: 24px;
  border-radius: 16px;
}

.single-post .newsletter-box h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 22px;
  color: #14151A;
  font-family: inherit;
}
.single-post .transparent .menu-item .nectar-menu-icon-img {
    filter: brightness(0) invert(1) !important;
}

.single-post ul.buttons .menu-item-53891 .menu-title-text, 
.single-post #nectar-nav.transparent .menu-title-text{
  color: #fff !important;
}

.single-post ul.buttons #menu-item-53892 .menu-title-text{
  color: #ffffff !important;
}

/* Blog Detail css End */


/* Podcast Detail css Start */
body.single-podcast #nectar-nav{
  background-color: transparent !important;
}
body.single-podcast #nectar-nav:hover header#top{
  background-color: #ffffff !important;
}
.single-podcast-hero .container{
  padding: 120px;
  max-width: 1440px;
  width: 100%;
}
.single-podcast-hero.center-layout {
  text-align: center;
  background: linear-gradient(to bottom, #FDFDFD 0%, #BEE7DD 100%);
}
.single-podcast-hero .top-backlink-image {
    display: flex;
    flex-flow: row;
    gap:20px;
}
.single-podcast-hero .back-row {
    width: 37%;
}
.single-podcast .back-row {
  text-align: left;
}

.single-podcast .back-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #0F1324B2;
}

.single-podcast .back-link img {
  margin-right: 10px;
}

.single-podcast .podcast-image {
  max-width: 280px;
  border-radius: 12px;
  display: inline-block;
}

.single-podcast .podcast-date {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #0F1324B2;
  margin-top: 48px;
  margin-bottom: 24px;
  font-family: inherit;
}
.single-podcast .podcast-heading {
    display: flex;
    justify-content: center;
}
.single-podcast .podcast-title {
  color: #14151A;
  font-size: 40px;
  line-height: 100%;
  font-weight: 500;
  font-family: inherit;
  max-width: 900px;
  margin-bottom: 32px;
}

.single-podcast .listen-to {
  margin-top: 15px;
}

.single-podcast .listen-label {
  display: inline-block;
  background: #00b37d;
  color: #fff;
  font-size: 16px;
  font-family: inherit;
  line-height: 24px;
  font-weight: 500;
  border-radius: 100px;
  padding: 8px;
  padding-left: 24px;
}

.single-podcast .listen-icons {
  display: inline-flex;
  gap: 8px;
  vertical-align: middle;
  margin-left: 16px;
}

.single-podcast .listen-icons a:where(:not(.wp-element-button)){
  height: 40px;
  width: 40px;
}

.single-podcast .single-blog-content .container.blog-container {
    width: 100%;
    max-width: 1440px;
    padding: 80px 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-podcast .single-blog-content .blog-main {
    max-width: 800px;
}

.single-podcast .podcast-detail-num-list{
    margin-left: 20px;
    margin-bottom: 0px !important;
}

.single-podcast .podcast-detail-num-list li {
    margin-bottom: 12px;

}
/* Podcast Detail css End */


/* Whitepaper listing css Start*/
.latest-whitepaper-featured {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 16px;
  height: 470px; 
  display: flex;
  align-items: center;
}

.latest-whitepaper-overlay {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.latest-whitepaper-box {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  max-width: 572px;
  height: 440px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.latest-whitepaper-date {
  font-family: inherit;
  color: #0F132480;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}

.whitepaper-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #14151A;
  font-family: inherit;
  margin-bottom: 12px;
  margin-top: 12px;
}

.whitepaper-excerpt {
  font-size: 18px;
  font-weight: 400;
  color: #0F1324B2;
  line-height: 26px;
  margin-bottom: 25px;
  font-family: inherit;
}

.read-more {
  display: inline-block;
  background: #fff;
  border: 1px solid #DEE0E3;
  color: #14151A;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
}

a.read-more {
    display: flex;
    width: fit-content;
    gap: 10px;
}

.blog-listing .style--button {
    background-color: #D1FAE4 !important;
    color: #166E3F !important;
    border-radius: 8px !important;
    line-height: 20px !important;
    padding: 4px 8px !important;
}
.blog-listing h3.nectar-blocks-title__text{
   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-listing .nectar-blocks-post-grid__item__content {
position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%; 
  background: url('https://smoother-goshawk-93acbb.instawp.xyz/wp-content/uploads/2025/07/Blog-Overly.png') 
              bottom center / cover no-repeat;
  border-radius: inherit;
  pointer-events: none; 
}
.blog-listing button.nectar-blocks-post-grid__pagination__load-more {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  cursor: pointer;
}
body.page-id-55287 .nectar-blocks-post-grid__item__read-more span {
  visibility: hidden;
  position: relative;
  width: 115px;
}
body.page-id-55287 .nectar-blocks-post-grid__item__read-more span::after {
  content: "Get Whitepaper";
  visibility: visible;
  position: absolute;
  left: 0;
}

/* Whitepaper listing css End */

@media screen and (max-width: 1024px) {
  body.material
    #slide-out-widget-area[class*="slide-out-from-right"]
    .off-canvas-menu-container
    li
    > a:after {
    border-color: transparent !important;
  }
  header#top .container {
    padding: 0 60px;
  }
  body #nectar-nav {
    padding-bottom: 0px !important;
    padding-top: 0 !important;
    position: fixed;
  }
  body.single-podcast #nectar-nav.scrolled-down,
  body.page.page-id-55287 #nectar-nav.scrolled-down{
    background-color: #ffffff !important;
  }
  #nectar-nav:not(.transparent) .nectar-mobile-only.mobile-header li[class*="current"] a{
    color: #fff !important; 
  }
  body.post-type-archive-podcast #nectar-nav.scrolled-down{
    background-color: #ffffff !important;
  }

  #slide-out-widget-area .slide_out_area_close .close-wrap .close-line {
    background-color: #0f132499 !important;
  }
  .container {
    padding: 0px !important;
  }

  .nectar-menu-icon-img {
    display: none;
  }
  #slide-out-widget-area .slide_out_area_close{
    top: 17px !important;
  }
  .slide-out-from-right .inner-wrap .widget_block{
    position: absolute;
    top:17px;
  }
  .off-canvas-menu-container .menu-title-text,
  body #slide-out-widget-area .inner .off-canvas-menu-container li > a,
  body
    #slide-out-widget-area
    .inner
    .off-canvas-menu-container
    li.menu-item
    > a {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
  }

  .off-canvas-menu-container .menu-item:first-child,
  .off-canvas-menu-container .menu-item:nth-child(2) {
    border-bottom: 1px solid #dee0e3 !important;
  }

  .off-canvas-menu-container .menu-item {
    padding: 24px 0 !important;
    margin-bottom: 0 !important;
  }
  header#top .menu-item-54292 {
    display: block !important;
    width: fit-content;
    margin: 0px !important;
  }

   #nectar-nav:not(.transparent) .nectar-mobile-only.mobile-header a:hover{
    color: #fff !important;
   }

  .off-canvas-menu-container .menu-item-53892,
  header#top .menu-item-54292 {
    width: 100%;
    text-align: center;
    padding: 10px 12px !important;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    background: #0baf88;
    color: #fff !important;
  }
  .off-canvas-menu-container .menu-item-53892 {
    margin-top: 16px;
  }
  .off-canvas-menu-container .menu-item-53891 {
    margin-top: 6px;
    font-size: 14px !important;
    line-height: 20px;
  }

  .off-canvas-menu-container .menu-item-53891 {
    padding: 10px 12px !important;
    width: 100%;
    text-align: center;
  }

  .off-canvas-menu-container .menu-item-53892 a {
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }

  body #slide-out-widget-area.slide-out-from-right li.menu-item > a:hover {
    color: #0f1324b2;
    text-decoration: none !important;
    border-bottom: 0px !important;
  }

  #slide-out-widget-area .ocm-dropdown-arrow {
    top: 35px !important;
  }
  .scrolled-down header#top a:hover{
    color: #fff !important;
  }

  .nectar-blocks-column__wrapper.parent-block-block-Q6MradJ4SQ {
    padding-left: 0px !important;
  }

  .mobile-icon .using-label {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #dee0e3;
  }

  .mobile-icon .using-label .label {
    margin: 2px 0 2px !important;
    color: #14151a !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }

  #slide-out-widget-area.slide-out-from-right {
    padding: 70px 16px 24px !important;
  }

  #slide-out-widget-area.slide-out-from-right .inner-wrap {
    margin: 0;
  }

  #slide-out-widget-area .slide_out_area_close {
    right: 10px !important;
  }

  #nectar-nav .slide-out-widget-area-toggle a i.label,
  #nectar-nav #top .span_9 > .slide-out-widget-area-toggle i {
    color: 14151A !important;
  }

  .rating-section .nectar-blocks-text.gradient-text,
  .wp-block-heading.gradient-text {
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
  }
  .resource-menu .nectar__link .nectar-blocks-icon-list-item__content {
    color: #14151a;
  }

  .privacy-mobile {
    display: block !important;
    flex-flow: row !important;
  }

  .investment-content .investment-content-left-btn:after {
    content: url("https://smoother-goshawk-93acbb.instawp.xyz/wp-content/uploads/2025/07/Vector-7.svg");
    position: absolute;
    left: 69%;
    bottom: -5px;
    transform: rotate(-105deg);
  }
  #nectar-nav[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version {
    top: 17px !important;
  }
  .single-blog-hero .container{
    padding: 120px 60px !important;
    
  }
  .single-post .blog-container{
    padding:60px !important;
  }
  .single-podcast-hero .container{
    padding: 120px 60px !important;
  }
  .single-blog-content .container.blog-container{
    padding: 80px 60px !important;
  }
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
    #nectar-nav #top #logo img.starting-logo.mobile-only-logo.skip-lazy{
      top: 15px !important;
    }
  }
/* body #nectar-nav[data-transparent-header="true"].transparent.hovering-menu {
  background-color: #fff !important;
} */

.scrolled-down {
    -webkit-backdrop-filter: blur(.3125rem) !important;
    backdrop-filter: blur(.3125rem) !important;
    background-color: transparent !important;
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    padding-top: 0px !important;
}
.nectar-menu-icon-img {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out !important;
}

.sfHover .nectar-menu-icon-img{
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
body.post-type-archive-podcast header#top.custom-white-header {
  background-color: #fff !important;
}

@media screen and (max-width: 768px) {
  header#top .container {
    padding: 0 16px;
  }
  .font-semibold {
    font-weight: 600 !important;
  }
  .nectar-blocks-column__wrapper.parent-block-block-Q6MradJ4SQ {
    padding: 20px 0px !important;
  }
  section.latest-blog-featured{
    height: 700px !important;
    display: flex;
    align-items: flex-start;
  }
  .latest-blog-box{
    height: 500px;
    padding: 24px;
  }
  .latest-blog-overlay{
    display: flex;
    justify-content: center;
  }
  .blog-title{
    font-size: 24px;
  }
  .blog-excerpt{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .read-more{
    padding: 10px 12px;
  }
  .blog-listing .nectar-blocks-post-grid__item__content{
    height: auto !important;
  }
  .single-blog-hero .container{
    padding:120px 16px !important;
  }
  .single-post .blog-title{
    font-size: 36px !important;
  }
  .single-post .blog-container{
    display: flex;
    flex-flow: column;
    padding: 40px 16px !important;
  }
  .single-post .blog-main {
    max-width: 100%;
  }
  .single-podcast-hero .container{
     padding: 120px 16px 40px 16px !important;
  }
  .single-podcast-hero .top-backlink-image {
    display: flex;
    flex-flow: column;
  }
  .single-podcast-hero .back-row{
    width: 100%;
  }
  .single-podcast .podcast-date{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px !important;
  }
  .single-podcast .podcast-title{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px !important;
  }
  .single-blog-content .container.blog-container{
    padding: 64px 16px 100px 16px; 
  }
  .latest-whitepaper-box{
    height: 500px;
    padding: 24px;
  }
  section.latest-whitepaper-featured{
    height: 700px !important;
        display: flex;
        align-items: flex-start;
  }
  .latest-whitepaper-overlay{
    display: flex;
    justify-content: center;
  }
  .whitepaper-title{
    font-size: 24px;
  }
  .whitepaper-excerpt{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .read-more{
    padding: 10px 12px;
  }
}

@media screen and (max-width:425px){
  .text-highlight.text-color-green-brisbane:after {
        top: 35px !important;
        width: 263px !important;
  }
  .single-blog-content .container.blog-container, .single-podcast .container.blog-container{
    padding: 64px 16px !important;
  }
  .single-podcast .single-blog-content .blog-main{
    width: 100% !important;
  }
  .nectar-blocks-column__wrapper.parent-block-block-bZmNJeCB9n {
        padding: 120px 16px 16px !important;
  }
}

.privacy-mobile {
  display: none !important;
}
