/* 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 0px 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: 448px;
  max-height: 448px;
  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;
  padding-top: 60px;
}

.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,
.product_card .btn.primary::before,
.header_actions .login_btn .btn.btn-primary::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,
.product_card .btn.outline::before,
.product_card .btn.outline::before,
.header_actions .auth_buttons .btn-outline::before,
.header_actions .auth_buttons2 .btn-outline::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,
.product_card .btn.primary:hover::before,
.product_card .btn.outline:hover::before,
.header_actions .login_btn .btn.btn-primary:hover::before,
.product_card .btn.outline:hover::before,
.header_actions .auth_buttons .btn-outline:hover::before,
.header_actions .auth_buttons2 .btn-outline: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;
}

/* New search page css */
  .blog-search-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #ffffff;
    padding: 6px;
    border-radius: 999px;
    box-shadow: 0px 0px 24px 0px rgba(7, 76, 237, 0.12);
    z-index: 10;
    max-width: 734px;
    margin: 0 auto;
  }
  
  .blog-search-box input[type=search] {
    width: 100%;
    padding: 12px 10px;
    border: none;
    outline: none;
    border-radius: 999px;
    font-size: 16px;
    color: #4a4a4a;
  }
  
  .blog-search-box input[type=search]::placeholder {
    color: #4A4A4A;
  }
  
  .blog-search-box button {
    background: #074ced;
    padding: 15px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    box-shadow: inset 0px 8px 24px -4px rgba(255, 255, 255, 0.16);
    transition: transform 0.3s ease;
    line-height: 0;
  }
  
  .blog-search-box button:hover {
    transform: scale(1.05);
    background: #074ced;
  }
  
  /* Screen-reader only label */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }


/* Layout */
.search_results_section .result_wrapper {
  display: flex;
  gap: 30px;
}

/* Sidebar */
.search_results_section .filters {
  width: 298px;
  position: sticky;
  top: 120px;
  height: fit-content;
}

.search_results_section .filters .filter_title {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 150%;
  color: #152738;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  font-weight: 600;
  font-family: Inter;
}

/* Checkbox */
.search_results_section .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom:10px;
}
.search_results_section .checkbox:last-of-type {
    margin: 0;
}
.search_results_section .checkbox input {
  display: none;
}

.search_results_section .checkbox span {
    width: 18px;
    height: 18px;
    border: 1px solid #C8C8C84D;
    border-radius: 2px;
    position: relative;
    display: block;
    background: #F6F6F6;
}

.search_results_section .checkbox input:checked + span {
  background: #074ced;
  border-color: #074ced;
}

.search_results_section .checkbox input:checked + span::after {
  content: '';
  background: url('/blog/wp-content/uploads/2026/01/CheckBox.svg');
  background-size: 11px;
  width: 11px;
  height: 8px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}

/* Results content */
.search_results_section .results_content {
  flex: 1;
}

.search_results_section .results_content h2 {
  margin: 0;
  font-size: 34px;
  color: #152738;
  padding-bottom: 48px;
  font-weight: 600;
}

/* Blog list */
.search_results_section .result-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* Blog card */
.search_results_section .blog-card {
  display: flex;
  gap: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 15px;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.search_results_section .blog-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Blog image */
.search_results_section .blog-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
  max-width: 324px;
}

.search_results_section .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Blog info */
.search_results_section .blog_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

/* Category */
.search_results_section .category {
  margin-bottom: 0;
}

.search_results_section .blog_info .category a {
  text-decoration: none;
  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;
}

/* Title */
.search_results_section .blog_title {
  margin: 0 0 15px;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Button + meta */
.search_results_section .blog_btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

/* CTA button */
.search_results_section .blog_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.search_results_section .blog_btn a {
  color: #152738;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.search_results_section .blog_btn_arrow {
  width: 14px;
  transition: transform 0.3s ease;
}

.search_results_section .blog_btn:hover .blog_btn_arrow {
  transform: translateX(4px);
}

/* Author */
.search_results_section .blog_meta_item a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #152738;
  text-decoration: none;
}

.search_results_section .blog_meta_item img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

/* Card */
.product_card {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 15px;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

.product_card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Top layout */
.product_card .product_top {
  display: flex;
  gap: 29px;
}

/* Image */
.product_card .product_image {
  max-width: 298px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
    line-height: 0;
}

.product_card .product_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.product_card .product_content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Header */
.product_card .product_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product_card .product_title {
  font-weight: 600;
  color: #152738;
  font-size: 16px;
  line-height:150%;
}

/* Like */
.product_card .like_btn {
  background: none;
  border: none;
  cursor: pointer;
    padding: 0;
    line-height: 0;
}

/* Author */
.product_card .product_author {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0 10px;
}

.product_card .author_logo {
  width: 30px;
  height: 30px;
  padding: 4px;
  background: #f5f5f7;
  border-radius: 50%;
}

.product_card .author_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.product_card .author_name {
  color: #152738;
  font-size: 14px;
  padding-right: 10px;
}

.product_card .sales_count {
  color: #074ced;
  font-weight: 500;
  font-size: 14px;
}

/* Rating */
.product_card .rating {
  color: #c8c8c8;
  font-size: 18px;
}

/* Bottom */
.product_card .product_bottom {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.product_card .product_price {
    color: #152738;
    font-family: Outfit;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
}

/* Actions */
.product_card .product_actions {
  display: flex;
  gap: 15px;
}

/* Buttons */
.product_card .btn {
  padding: 12px 16px;
  font-weight: 600;
    font-family: Inter;
    font-size: 14px;
  border-radius: 12px;
    line-height: 150%;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
    overflow: hidden;
}

.product_card .btn.primary {
  background: #074ced;
  color: #ffffff;
  border: none;
  box-shadow: inset 0px 8px 24px -4px #ffffff29;
  position:relative;
}

.product_card .btn.outline {
  background: #ffffff;
  color: #074ced;
  border: 1px solid #074ced;
  box-shadow: inset 0px 8px 24px -4px #ffffff29;
}


.rating button.star {
    padding: 0;
    background: transparent !important;
    width: 20px;
    height: 20px;
    border: none;
}

/* Wrapper */
.header_actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Icon buttons */
.header_actions .icon_btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* Cart */
.header_actions .cart_link {
  position: relative;
  margin-right: 0;
  line-height: 0;
}

.header_actions .cart_icon {
  width: 24px;
  height: 24px;
}

/* Button group */
.header_actions .auth_buttons ,
.header_actions .auth_buttons2
{
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Base button */
.header_actions .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  box-shadow: inset 0px 8px 24px -4px #ffffff29;
  transition: all 0.3s ease;
}

/* Outline button */
.header_actions .auth_buttons .btn-outline,
.header_actions .auth_buttons2 .btn-outline 
{
  background: #ffffff;
  color: #074ced;
  border: 1px solid #074ced;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  padding: 12px 27px;
      box-shadow: none;
}

/* Primary button */
.header_actions .login_btn .btn.btn-primary {
  background: #074ced;
  color: #ffffff;
  border: none;
    padding: 13px 30px;
}

button.search-icon_btn img {
    width: 100%;
    max-width: 24px;
}
button.search-icon_btn {
    border: none;
    padding: 0;
    line-height: 0;
    background: transparent !important;
}

/* Wrapper */
.profile_dropdown {
  position: relative;
  display: inline-block;
}

/* Trigger */
.profile_dropdown .profile_trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #074ced;
  border-radius: 12px;
  cursor: pointer;
}

/* Profile image */
.profile_dropdown .profile_trigger .profile_img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

/* Name */
.profile_dropdown .profile_name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  max-width: 80px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Arrow */
.profile_dropdown .arrow {
  width: 14px;
  transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.profile_dropdown.active .arrow {
  transform: rotate(180deg);
}

/* Dropdown menu */
.profile_dropdown .profile_menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 260px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 999;
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  padding:10px;
}

/* Open state */
.profile_dropdown.active .profile_menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Menu items */
.profile_dropdown .menu_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #152738;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s ease;
      border: 1px solid transparent;
    transition: all 0.3s;
}
.profile_dropdown .menu_item:hover {
    border: 1px solid #074ced33;
    background: #074ced08;
    border-radius: 5px;
}


/* Icon inside menu */
.profile_dropdown .menu_item img {
  width: 18px;
  height: 18px;
}

/* Header search container */
.search-popup {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

/* Active state */
.search-popup.active {
  max-height: 120px; /* adjust if needed */
}

.search-popup  .header_search {
    background: #074ced0d;
    padding: 0 80px;
}

/* Inner */
.header_search_inner .header_search_inner_from {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  max-width: 1280px;
    margin: 0 auto;
}

/* Search input */
.search-popup .search_input {
    display: flex;
    align-items: center;
    flex: 1;
    background: #FFF;
    padding: 14px 20px;
    justify-content: flex-start;
    gap: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    position: relative;
}
.search-popup .search_input:focus-within {
    box-shadow: 0 0 9px 0 rgba(7, 76, 237, .4509803922);
    border: 1px solid #074ced !important;
}
.search_input img {
  width: 24px;
}

.search-popup .search_input input {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    padding: 0;
    line-height: 150%;
    color: #4a4a4a;
    transition: all .3s ease-in-out;
}
.search_input:hover {
    border: 1px solid #c8c8c8;
}
.search-popup .search_input input::placeholder {
    color: #4a4a4a75;
}
.search-popup  .search_close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    background: transparent;
    line-height: 0;
    margin-left: 8px;
}

.search-popup .popup_search_btn.btn-primary {
    padding: 13px 30px;
    font-weight: 600;
    font-family: Inter;
    font-size: 16px;
    border-radius: 12px;
    line-height: 150%;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #074ced;
    color: #ffffff;
    border: none;
    /* box-shadow: inset 0px 8px 24px -4px #ffffff29; */
    position: relative;
}
.search-popup .popup_search_btn.btn-primary::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);
}
.search-popup .popup_search_btn.btn-primary:hover::before{
    left: 120%;
    opacity: 1;
}
.search-popup .search_close .Closeicon {
    opacity: 0.7;
}
.search-popup .popup_search_btn.btn-primary .mob_search_icon {
    display: none;
}
.blog_header_inner.header_shadow {
    box-shadow: none !important;
}



@media (max-width: 1299px){
    .header_actions {
    gap: 10px;
}
.header_actions .login_btn .btn.btn-primary {
    padding: 10px 15px;
}
.header_actions .cart_icon {
    width: 20px;
    height: 20px;
}
button.search-icon_btn img {
    max-width: 20px;
}
.header_actions .auth_buttons .btn-outline,.header_actions .auth_buttons2 .btn-outline {
    font-size: 15px;
    padding: 10px;
}
.header_actions .login_btn .btn.btn-primary {
    font-size: 15px;
}
.blog_header_inner .e-con-inner {
    gap: 15px !important;
}
.profile_dropdown .profile_trigger {
    gap: 8px;
    padding: 10px 10px;
}
.profile_dropdown .profile_trigger .profile_img {
    width: 25px;
    height: 25px;
}
.blog_header_main .icon.icon-down-arrow1.elementskit-submenu-indicator {
    font-size: 12px;
    line-height: 12px;
    margin-left: 8px;
    transition: all 0.4s;
    margin-right: 0;
}
.profile_dropdown .profile_name {
  max-width: 70px;
}

}

@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;
  }
  .blog_list_main .blog_feature_img img {
    min-height: auto;
    height: 31.641vw !important;
  }
}


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

  .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_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;
}
  .blog-search-box {
    max-width: 550px;
    margin: 0 auto;
  }
  .search_results_section .filters {
    width: 150px;
}
.search_results_section .blog-image {
    max-width: 224px;
}
.header_actions .auth_buttons, .header_actions .login_btn ,.header_actions .auth_buttons2 {
    display: none !important;
}

.profile_dropdown .profile_trigger .profile_img {
    width: 44px;
    height: 44px;
}
.profile_dropdown .profile_name {
    display: none;
}
.profile_dropdown .arrow {
    display: none;
}
.profile_dropdown .profile_trigger {
    gap: 0;
    padding: 0;
    background: transparent;
}
.search-popup .popup_search_btn.btn-primary {
    padding: 10px 20px;
}
.search-popup  .header_search {
    padding: 0 30px;
}
}

@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) {
  .header_search_inner .header_search_inner_from {
    padding: 10px 0;
}
    .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 0px 0;
  }
  
  .blog_listing_search_filter .pagination-wrapper .pagination{padding-top: 40px;}

  .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: auto;
    height: 48.125vw;
    /*max-height: 290px;*/
  }

  .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;
  }
   .search_results_section .result_wrapper {
    flex-direction: column;
  }

  .search_results_section .filters {
    width: 100%;
    position: static;
  }

  .search_results_section .blog-card {
    flex-direction: column;
  }

  .search_results_section .blog-image {
    width: 100%;
    height: auto;
       max-width: none;;
  }
  /* Blog list */
.search_results_section .result-list {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.search_results_section .filters .filter_title {
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: none;
}
.search_results_section .filters {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.search_results_section .results_content h2 {
    font-size: 26px;
    padding-bottom: 20px;
}
.search_results_section .checkbox {
    margin: 0 10px 0 0;
}
.product_card .product_top {
    flex-direction: column;
    gap: 20px;
  }

  .product_card .product_image {
    max-width: 100%;
  }

  .product_card .product_bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .product_card .product_actions {
    width: 100%;
  }

  .product_card .btn {
    width: 100%;
    text-align: center;
  }
  .product_card .product_price {
    font-size: 20px;
    line-height: 130%;
}
.profile_dropdown .profile_trigger .profile_img {
    width: 30px;
    height: 30px;
}
.search-popup  .header_search {
    padding: 0 20px;
}
}

@media (max-width: 500px) {
      /* Blog list */
    .search_results_section .result-list {
      grid-template-columns: 1fr;
    }
    .search-popup .popup_search_btn.btn-primary .mob_search_icon {
    filter: invert(1) brightness(2.5);
    width: 16px;
    height: 16px;
    display:block;
}
.search-popup .popup_search_btn.btn-primary {
    font-size: 0;
    padding: 8px;
    border-radius: 100%;
}
.search_input img {
    width: 24px;
    display: none;
}
.search-popup .search_input input {
    font-size: 14px;
}
.search-popup  .search_close {
    margin-left: 0;
}
}

@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;
}
}


/* 16-12-2025 */

.blog_list_main .right_sticky_cta.e-con{
    position: sticky;
    top: 120px;
}

.blue_cta_box .blue_cta_btn a{
    color: #074CED !important;
    /*position: relative;*/
}

.blue_cta_box .blue_cta_btn a::after{
    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);
    z-index: 1;
}

.blue_cta_box .blue_cta_btn a:hover::after{
    left: 150%;
}

