/* New blog page design css*/
.blog_heading h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  margin: 0 0 10px 0;
  color: #152738;
  font-family: Outfit !important;
}

.blog_heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
  margin: 0;
  font-family: "Inter";
}

.blog_item .blog_img_wrapper img {
  border-radius: 20px 20px 0 0;
  height: 100%;
  min-height: 328px;
  max-height: 328px;
  width: 100%;
  object-fit: cover;
}

.blog_listing_inner .blog_left {
  width: 100%;
  max-width: 625px;
}

.blog_item .content_wrapper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog_listing_wrapper .blog_listing_inner {
  display: flex;
  gap: 30px;
}

.blog_item .category a {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  border: 1px solid #074ced33;
  background: #074ced1a;
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 20px;
  color: #074ced;
  margin-bottom: 15px;
  width: max-content;
}

.blog_item {
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.blog_item a {
  display: block;
}

.blog_item .blog_title {
  font-family: Outfit !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog_btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog_item .blog_btn a {
  display: block;
  font-family: Inter !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  transition: all 0.3s;
}

.blog_item .blog_btn a:hover {
  color: #074ced !important;
}

.blog_item .blog_btn a:hover + .blog_btn_arrow {
  filter: brightness(0) saturate(100%) invert(17%) sepia(89%) saturate(3097%) hue-rotate(221deg) brightness(103%) contrast(106%);
}

.blog_item .blog_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  margin-top: auto;
}

.blog_item .blog_meta_item a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Inter !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #152738;
}

.blog_item .blog_meta_item a img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.blog_right .img_wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}

.blog_right .blog_item .blog_title {
  border: none;
  margin: 0;
  padding: 0;
}

.blog_right .blog_item .content_wrapper {
  padding: 15px 15px 21px;
}

.blog_right .blog_item {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.blog_right .blog_item:last-of-type {
  margin-bottom: 0;
}

.blog_right {
  width: 100%;
  max-width: 625px;
}

/* .join_cta_sec:after {
  width: 100%;
  position: absolute;
  content: "";
  background: url("/blog/wp-content/uploads/2025/11/join_cta_line.svg");
  height: 285px;
  top: 150px;
  left: 0;
  z-index: 0;
  transform: none;
  background-position: center;
} */

.join_cta_sec_button .elementor-element-populated {
  gap: 30px;
}

.join_cta_sec_button .elementor-button {
  box-shadow: 0px 8px 24px -4px #ffffff29 inset !important;
  background: #fff !important;
  font-family: Inter !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #074ced !important;
  border: 1px solid transparent;
  padding: 12px 29px !important;
  transition: all 0.3s;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 12px !important;
}

.join_cta_sec_button .elementor-element-populated {
  gap: 30px;
}

.join_cta_sec_button .seller_btn .elementor-button {
  border: 1px solid #ffffff !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  position: relative;
  overflow: hidden;
}

.join_cta_bottom_shape {
  left: 0;
}

.join_cta_heading h2 {
  font-family: "Outfit" !important;
}

.blog_category .elementor-widget-container {
  display: inline-flex;
}

.Insights_feature_img > div {
  height: 100%;
}

.Insights_feature_img a {
  height: 100%;
  width: 100%;
}

.Insights_feature_img img {
  min-height: 156px;
  max-height: 156px;
  width: 100%;
}

.blog_author .elementor-image-box-img a {
  width: 35px;
}

.blog_learn_nore_btn a {
  position: relative;
  padding-right: 20px;
  font-family: "Inter" !important;
}

.blog_learn_nore_btn a:after {
  position: absolute;
  content: "";
  background: url("/blog/wp-content/uploads/2025/11/btn_arrow.svg");
  width: 15px;
  height: 9px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center 2px;
  /* bottom: -2px; */
}

.blog_feature_img img {
  height: 100%;
  min-height: 328px;
  max-height: 328px;
  width: 100%;
  object-fit: cover;
}

.elementor_blog_title h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.insights-advice_sec .elementor_blog_title h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_learn_nore_btn a:hover {
  color: #074ced !important;
}

.blog_learn_nore_btn a:hover::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(89%) saturate(3097%) hue-rotate(221deg) brightness(103%) contrast(106%);
}

.blog_s_title {
  color: #074ced;
}

.related_blog_post .blog_feature_img img {
  height: 100%;
  min-height: 214px;
  max-height: 214px;
  width: 100%;
  object-fit: cover;
}

.related_blog_post .blog_item {
  height: 100%;
}

/* Fint out filter css */
.blog_listing_search_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.blog_listing_search_inner .search-container {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 0;
  width: 407px;
  box-shadow: 0px 0px 24px 0px #074ced1f;
}

.blog_listing_search_inner .search-container input {
  border: none !important;
  outline: none !important;
  flex: 1;
  font-size: 18px;
  line-height: 130%;
  padding: 18.4px 62px 18.4px 16px !important;
  color: #152738;
  /*font-family: Roboto !important;*/
  border-radius: 100px !important;
}

.blog_listing_search_inner .search-container input::placeholder {
  color: #bebebe;
}

.blog_listing_search_inner .search-container button {
  background: #074ced !important;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(26, 107, 255, 0.3);
  transition: 0.3s ease;
  right: 6px !important;
}

.blog_listing_search_inner .search-container button .clear-img {
  width: 15px !important;
  height: 15px !important;
}
.blog_listing_search_inner .search-container button .search-img {
  width: 18px !important;
  height: 18px !important;
}

.blog_listing_search_inner .search-container button:hover {
  background: #0059ff !important;
  /*transform: scale(1.05);*/
}

.blog_listing_search_inner .search-container button svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-width: 2;
  fill: none;
}

.blog_filter_tab ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 20px;
  padding: 0;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.blog_filter_tab ul li a {
  color: #074ced;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #074ced33;
  border-radius: 20px;
  display: block;
  background-color: transparent;
  transition: 0.3s all;
}

.blog_filter_tab ul li a:hover,
.blog_filter_tab ul li a.active {
  border: 1px solid #074ced;
  background-color: #074ced;
  color: #fff;
  font-weight: 500;
}

.blog_filter_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0px 0 80px 0;
}

.blog_filter_content .blog_item .blog_img_wrapper img {
  border-radius: 20px 20px 0 0;
  height: 100%;
  min-height: 214px;
  max-height: 214px;
  width: 100%;
  object-fit: cover;
}
.blog_img_wrapper {
  line-height: 0;
}

.blog_list_main .blog_feature_img img {
  height: 100%;
  min-height: 480px;
  max-height: 480px;
  width: 100%;
  object-fit: cover;
}

.blog_post_information ul li a {
  gap: 5px;
}

.elementor_blog_item_content {
  height: 100% !important;
}

.blog_detail_tags span.elementor-post-info__item-prefix {
  margin-right: 15px;
  flex: none;
}

.blog_detail_tags span.elementor-post-info__terms-list a {
  color: #074ced !important;
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  background-color: #074ced0d;
  padding: 5px 12px;
  border-radius: 20px;
}

.blog_detail_tags .elementor-post-info__item {
  display: flex !important;
  align-items: start;
}

.blog_detail_tags span.elementor-post-info__terms-list {
  color: transparent;
  flex-wrap: wrap;
  gap: 5px;
  display: flex !important;
}

.blog_listing_search_filter .pagination-wrapper {
  margin: 0;
}

.blog_listing_search_filter .pagination-wrapper .pagination {
  margin: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.blog_listing_banner h1.elementor-heading-title,
.elementor_blog_title h3 a {
  font-family: "Outfit" !important;
}

.blog_category a,
.blog_author .elementor-image-box-title a {
  font-family: Inter !important;
}

.blog_listing_search_filter .pagination-wrapper .pagination .page-numbers {
  font-family: Inter !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #152738;
  border: 1px solid #c8c8c866;
  border-radius: 50%;
  padding: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  box-shadow: none !important;
  transition: all 0.3s;
  margin: 0;
}

.blog_listing_search_filter .pagination-wrapper .pagination .page-numbers:hover {
  background: #074ced !important;
  color: #fff;
}

.blog_listing_search_filter .pagination-wrapper .pagination .page-numbers.current {
  background: #074ced !important;
  color: #fff;
}

.blog_listing_search_filter .pagination-wrapper .pagination .page-numbers.dots {
  border: none;
  background: transparent !important;
  color: #152738;
}

.blog_listing_search_filter .pagination-wrapper .pagination .page-numbers.dots:hover {
  background: transparent !important;
}

.blog_post_information li[itemprop="datePublished"] a {
  pointer-events: none;
  cursor: default;
}

.post_detail_content h1,
.post_detail_content h2,
.post_detail_content h3,
.post_detail_content h4,
.post_detail_content h5,
.post_detail_content h6 {
  margin: 0;
  font-family: "Outfit", Sans-serif !important;
}

.blog_header_main .elementskit-megamenu-panel {
  width: max-content !important;
  background: #fff;
  top: 70px !important;
  box-shadow: 0px 4px 15px 0px #00000026;
  border-radius: 10px;
  min-width: 261px;
}

.blog_sub_menu .elementor-icon-list-item {
  padding: 15px 10px !important;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.blog_sub_menu .elementor-icon-list-item:hover {
  border: 1px solid #074ced33;
  background: #074ced08;
  border-radius: 5px;
}

.blog_header_menu .elementskit-menu-overlay.ekit-nav-menu--overlay.active {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 10;
  transition: all 0.1s ease;
  backdrop-filter: blur(4px);
  opacity: 1;
  visibility: visible;
}
.elementor-location-header {
  position: sticky !important;
  top: 0;
  width: 100% !important;
  z-index: 99 !important;
  left: 0;
}
.blog_header_menu .elementskit-menu-overlay {
  left: 0;
  transition: all 0.3s !important;
  background: transparent;
  top: var(--header-height);
  opacity: 0;
  visibility: hidden;
}

.blog_header_main .elementskit-menu-hamburger {
  border: none;
  width: 28px;
  height: 28px;
  line-height: normal;
  background: transparent !important;
}

.blog_header_main .elementskit-menu-hamburger:hover {
  background: transparent;
}

.blog_header_main .elementskit-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  background: transparent !important;
  background: url(/blog/wp-content/uploads/2025/11/close-btn.svg) !important;
  background-repeat: no-repeat !important;
  font-size: 0 !important;
  background-position: center center !important;
  background-size: 15px !important;
  display: none;
}

.blog_header_main .elementskit-menu-close:hover {
  background: transparent;
}

.blog_header_main .elementskit-menu-container {
  transition: left 0.7s !important;
  background: #fff !important;
}

.blog_header_main .icon.icon-down-arrow1.elementskit-submenu-indicator {
  font-size: 14px;
    line-height: 14px;
    margin-left: 8px;
    transition: all 0.4s;
}

.blog_sub_menu .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: #074ced !important;
}

.blog_header_main .menu_login_btn,
.blog_header_main .menu_seller_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0 !important;
}

.blog_header_main .menu_login_btn {
  margin: 0 !important;
}

.blog_header_main .menu_login_btn .ekit-menu-nav-link {
  box-shadow: 0px 8px 24px -4px #ffffff29 inset;
  background: #074ced !important;
  padding: 12px 30px !important;
  height: auto !important;
  border-radius: 12px;
  color: #fff !important;
  border: 1px solid transparent;
  overflow: hidden;
}

.blog_header_main .menu_seller_btn .ekit-menu-nav-link {
  border: 1px solid #074ced;
  box-shadow: 0px 8px 24px -4px #ffffff29 inset;
  color: #074ced !important;
  padding: 12px 30px !important;
  border-radius: 12px;
  height: auto !important;
  overflow: hidden;
}

.announcement_bar a {
  font-family: "Inter" !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.announcement_bar p {
  margin: 0;
}
.announcement_bar_icon {
  /* height: 20px; */
  line-height: normal;
}

.blog_listing_search_filter .pagination-wrapper .pagination .page-numbers:hover img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(2%) hue-rotate(273deg) brightness(108%) contrast(101%);
}

/* .blog_header_main .menu_seller_btn .ekit-menu-nav-link:hover {
  color: #fff !important;
  background: #0b4fed !important;
} */

/* .blog_header_main .menu_login_btn .ekit-menu-nav-link:hover {
  border: 1px solid #074ced;
  box-shadow: 0 8px 24px -4px #ffffff29 inset;
  color: #074ced !important;
  background: transparent !important;
} */
.blog_header_main .menu_login_btn .ekit-menu-nav-link::before,
.primary_button a::before,
.subscribe-wrapper .primary_button p::before,
.blog_header_main .menu_seller_btn .ekit-menu-nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 3px;
  height: 77px;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(50deg);
  transition: all 0.5s ease;
  opacity: 0;
  background: #ffffff;
  filter: blur(10px);
  transform: rotate(-23.51deg);
}
.blog_header_main .menu_seller_btn .ekit-menu-nav-link::before,
.join_cta_sec_button .elementor-button::before,
.join_cta_sec_button .seller_btn .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 3px;
  height: 77px;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(50deg);
  transition: all 0.5s ease;
  opacity: 0;
  transform: rotate(-23.51deg);
  background: #074ced;
  filter: blur(15px);
}
.blog_header_main .menu_login_btn .ekit-menu-nav-link:hover::before,
.primary_button a:hover::before,
.subscribe-wrapper .primary_button p:hover::before,
.blog_header_main .menu_seller_btn .ekit-menu-nav-link:hover::before,
.join_cta_sec_button .elementor-button:hover::before,
.join_cta_sec_button .seller_btn .elementor-button:hover::before {
  left: 120%;
  opacity: 1;
}
.Insights_feature_img {
  max-width: 296px;
}
.menu_open {
  overflow: hidden;
}
.insights-advice_sec .blog_item {
  height: 100%;
}
.insights-advice_sec .elementor-loop-container.elementor-grid {
  height: 100%;
}
.post_detail_content ul,
.post_detail_content ol {
  padding: 0 0 0 20px;
  margin-bottom: 15px;
}

.post_detail_content ul li,
.post_detail_content ol li {
  padding-bottom: 10px;
}

.post_detail_content a {
  color: #074ced !important;
  transition: all 0.3s;
  font-weight: 600;
}
.post_detail_content a:hover {
  color: #152738 !important;
}
/* .post_detail_content .elementor-widget-text-editor p:last-of-type {
  margin: 0 !important;
} */
/* Blog Page CSS Button Start  */

.post_detail_content .primary_button a {
  color: #ffffff !important;
}

.post_detail_content .primary_button a:hover {
  color: #ffffff !important;
}

/* Blog Page CSS Button End  */

/*  */

.preview_btn a {
  box-shadow: 0 8px 24px -4px #ffffff29 inset;
  background: #074ced !important;
  padding: 12px 30px !important;
  height: auto !important;
  border-radius: 12px !important;
  color: #fff !important;
  border: 1px solid transparent;
  overflow: hidden;
  display: inline-flex;
  position: relative;
  font-family: "Inter", Sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.buynow_btn a {
  border: 1px solid #074ced;
  box-shadow: 0 8px 24px -4px #ffffff29 inset;
  color: #074ced !important;
  padding: 12px 30px !important;
  border-radius: 12px;
  height: auto !important;
  overflow: hidden;
  display: block;
  position: relative;
  background: transparent;
}

.preview_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 3px;
  height: 77px;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(50deg);
  transition: all 0.5s ease;
  opacity: 0;
  background: #fff;
  filter: blur(10px);
  transform: rotate(-23.51deg);
}
.preview_btn a:hover::before {
  left: 120%;
  opacity: 1;
}
.preview_btn a:hover {
  color: #fff !important;
}

.buynow_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 3px;
  height: 77px;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(50deg);
  transition: all 0.5s ease;
  opacity: 0;
  transform: rotate(-23.51deg);
  background: #074ced;
  filter: blur(15px);
}

.buynow_btn a:hover::before {
  left: 120%;
  opacity: 1;
}

/* .ekit-offcanvas-toggle-close {
  display: none !important;
}

.blog_header_main .ekit_menu_responsive_tablet .elementskit-menu-hamburger {
  position: relative;
} */

.menu_open .ekit_menu_responsive_tablet .elementskit-menu-hamburger::after {
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "X";
  z-index: 999999;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  background: transparent !important;
  background: url(/blog/wp-content/uploads/2025/11/close-btn-1.svg) !important;
  background-repeat: no-repeat !important;
  font-size: 0 !important;
  background-position: center center !important;
  background-size: 15px !important;
  width: 15px;
  height: 15px;
}

.menu_open .ekit-wid-con .icon.icon-menu1::before {
  display: none;
}

.cta_btn_wrapper_left_line {
  width: 389px;
  height: auto;
  transform: translateY(50%);
}
.cta_btn_wrapper_left_line img {
  width: 100%;
  height: 100% !important;
}

.cta_btn_wrapper_right_line {
  width: 389px;
  height: auto;
  transform: translateY(50%);
}
.cta_btn_wrapper_right_line img {
  width: 100%;
  height: 100% !important;
}

.cta_btn_wrapper {
  position: static !important;
}
/*.blog_listing_banner {*/
/*  margin-top: var(--header-height) !important;*/
/*}*/

.blog_listing_banner {
    max-width: 1440px !important;
       margin-inline: auto !important;
}
.cta_btn_wrapper_left_line .e-lottie__animation,
.cta_btn_wrapper_right_line .e-lottie__animation{
    min-height: 436px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_left_animation,
.banner_right_animation{
    transform: translateY(calc(-50% + 6px));
}

.cta_btn_wrapper {
    width: fit-content !important;
    margin: 0 auto !important;
    position: relative !important;
}

.post_detail_content >.e-con-inner {
    padding-top: 10px !important;
}






@media (max-width: 1280px) {
  .blog_header_main .menu_seller_btn .ekit-menu-nav-link {
    padding: 9px 25px !important;
  }
  .blog_header_main .menu_login_btn .ekit-menu-nav-link {
    padding: 9px 25px !important;
  }
}

@media (max-width: 1024px) {
  .blog_filter_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0px 0 60px 0;
  }

  .blog_listing_search_inner .search-container {
    width: 320px;
  }

  .blog_filter_tab ul {
    gap: 12px;
    margin-bottom: 30px;
  }

  .blog_listing_search_inner {
    gap: 15px;
    /*flex-direction: column;*/
    margin-bottom: 30px;
  }

  .blog_listing_search_inner .search-container button {
    width: 40px;
    height: 40px;
    padding: 0 !important;
  }

  .blog_listing_search_inner .search-container input {
    font-size: 16px;
  }

  .blog_list_main .blog_feature_img img {
    min-height: 350px;
    max-height: 350px;
  }

  .blog_header_main .elementskit-megamenu-panel {
    margin-left: 15px;
    margin-bottom: 10px;
    width: calc(100% - 45px) !important;
  }

  .blog_header_main .icon.icon-down-arrow1.elementskit-submenu-indicator {
    display: block;
  }

  .blog_header_main .menu_login_btn {
    padding: 0 25px 0 !important;
    justify-content: start;
    margin: 0 !important;
  }

  .blog_header_main .menu_seller_btn {
    padding: 10px 25px 20px !important;
    justify-content: start;
    margin:0 !important;
  }

  .blog_header_main .menu_login_btn .ekit-menu-nav-link {
    padding: 10px 30px !important;
    width: 100%;
    justify-content: center;
  }

  .blog_header_main .menu_seller_btn .ekit-menu-nav-link {
    padding: 10px 30px !important;
    width: 100%;
    justify-content: center;
  }

  .blog_sub_menu .elementor-icon-list-item {
    padding: 12px 10px !important;
  }
  .blog_header_main .elementskit-menu-container {
    top: var(--header-height) !important;
    max-width: 300px;
  }
  .banner_left_animation,
  .banner_right_animation{
    transform: translateY(-50%);
}
.blog_header_main .elementskit-menu-container .elementskit-navbar-nav {
    padding-bottom: 40px;
        margin-bottom: 40px;
}
}

@media (max-width: 880px) {
  
  .join_cta_bottom_shape {
    width: auto;
    max-width: unset !important;
    left: -1px;
    right: -1px !important;
    bottom: -3px !important;
  }
  .Insights_feature_img {
    max-width: 100%;
  }
  .insights-advice_sec .blog_item {
    height: auto;
    align-items: initial;
  }
  .insights-advice_sec .elementor-loop-container.elementor-grid {
    height: auto;
  }
}

@media (max-width: 767px) {
    .blog_listing_banner {
    background: #5353530a;
  }
  .blog_listing_wrapper .blog_listing_inner {
    flex-direction: column;
  }

  .blog_right .blog_item {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .blog_right .img_wrapper img {
    border-radius: 20px 20px 0 0;
  }

  .blog_item .blog_img_wrapper img {
    min-height: 228px;
    max-height: 228px;
  }

  .blog_right .blog_item {
    margin-bottom: 20px;
  }

  .join_cta_sec:after {
    display: none;
  }

  .blog_feature_img img {
    min-height: 228px;
    max-height: 228px;
  }

  .blog_author .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .blog_filter_content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0px 0 60px 0;
  }

  .blog_listing_search_inner .search-container {
    width: 100%;
  }

  .blog_listing_search_inner {
    flex-direction: column;
    gap: 20px;
  }

  .blog_listing_search_inner .blog_heading {
    width: 100%;
  }

  .blog_listing_search_inner .search-container input {
    font-size: 16px;
  }

  .blog_list_main .blog_feature_img img {
    min-height: 214px;
    max-height: 214px;
  }

  .blog_post_information .elementor-icon-list-items {
    gap: 5px;
  }

  .blog_heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog_item .blog_title {
    font-size: 18px;
    line-height: 24px;
  }

  .related_blog_post .blog_item {
    height: auto;
  }

  .blog_listing_search_inner .search-container input {
    padding: 16px 62px 15px 16px !important;
  }

  .blog_sub_menu .elementor-icon-list-item {
    padding: 10px !important;
  }
}

@media (min-width: 1025px) {
  .blog_header_main .elementskit-megamenu-panel {
    transform: none !important;
    transition: all 0.3s !important;
  }
  /* Submenu container */
.blog_header_main .elementskit-megamenu-panel {
     max-height: 0; 
    opacity: 0;
     overflow: hidden; 
}

.blog_header_main .active_submenu > .elementskit-megamenu-panel {
    max-height: 500px;
    opacity: 1;
}
}
