/*
 * blog.css — Blog listing + blog detail page styles
 * Generated by Claude Code Phase 2B — Developer review required
 *
 * Compiled from (SCSS → CSS, variables resolved):
 *   _blog_list.scss          → .blog-list, .blog-item
 *   _need_help.scss          → .need-help-wrap, .help-tag
 *   _i-need-help.scss        → .i-need-help-wrap, .need-help-blogs-list, .help-blog-item, .bg-color-*
 *   _discover-more.scss      → .discover-more-wrap, .discover-more-tags
 *   _material_exhibition.scss→ .material-exhibition-wrap
 *   _full_block_slider.scss  → .full-slider-wrap, .slider-block-wrap
 *   _collection_box.scss     → .collection-box
 *   _related-video.scss      → .related-video-wrap
 *   _popular-blogger.scss    → .popular-blogger-wrap
 *   _blog-detail-header.scss → .blog-detail-header-wrap
 *   _share-post-fixed.scss   → .share-post-fixed
 *   _detail_content.scss     → .detail-page-content
 *
 * Variable values ($primary=#e78125, $secondary=#19263a, $color_shark=#232528,
 *   $color_fantasy=#f9f5f2, $color_trendy_pink=#836093, $color_raven=#7b7c7e,
 *   $color_river_bed=#424e61, $color_nile_blue=#173055, $color_bone=#dfc9b9,
 *   $color_gun_powder=#464566)
 */

/* ============================================================
   RECENT BLOGS SECTION WRAPPER
   Source: home.php — .home-recent-blog-wrap.popular-design-section
   ============================================================ */

.home-recent-blog-wrap {
  padding: 70px 0;
}

/* .home-recent-blog-wrap .section-title {
	margin-bottom: 8px;
} */

/* ============================================================
   BLOG LIST ITEMS (.blog-item)
   Source: _blog_list.scss
   ============================================================ */

.blog-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* .blog-list ul.row.gap-24 {
	--bs-gutter-x: 24px;
	--bs-gutter-y: 24px;
} */

.blog-list ul.row.gap-40 {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

.blog-list ul li {
  padding-bottom: 74px;
}
.blog .subscribe-banner-box {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  max-width: 990px;
  margin: 0 auto;
  padding: 21px 24px 21px 42px;
}
.blog .subscribe-banner .subscribe-banner-box h3.title {
  font-size: 22px;
}
.blog .subscribe-banner .subscribe-banner-box p.shortDesc {
  display: none;
}
.blog .subscribe-form .ginput_container.ginput_container_email input {
  height: 44px;
}

@media (max-width: 767px) {
  .blog-list ul li {
    padding-bottom: 40px;
  }
}

.blog-item {
  position: relative;
}

.blog-item__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 61.31%;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .blog-item__img {
    padding-bottom: 52.24%;
  }
}

.blog-item__img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.blog-item__img--video-poster {
  padding-bottom: 50.6%;
}

.blog-item__info {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .blog-item__info {
    padding-top: 20px;
  }
}

.blog-item__tag {
  color: rgba(131, 96, 147, 0.8); /* $color_trendy_pink */
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-bottom: 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .blog-item__tag {
    padding-bottom: 12px;
  }
}

.blog-item__tag a {
  display: inline-block;
  color: rgba(131, 96, 147, 0.8);
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.blog-item__tag a:hover {
  color: #19263a; /* $secondary */
}

.blog-item__title {
  padding-bottom: 5px;
  color: #232528; /* $color_shark */
}

.blog-item__title a {
  color: #232528;
  transition: all 0.3s ease-in-out;
}

.blog-item__title a:hover {
  color: #e78125; /* $primary */
}

.blog-item__title .h4 {
  font-size: 22px;
  line-height: 25px;
  font-family: "Inter";
}

.blog-item__by {
  color: #7b7c7e; /* $color_raven */
  font-size: 16px;
}

.blog-item__by span {
  font-weight: 400;
}

.blog-item__by a {
  color: #7b7c7e;
  transition: all 0.3s ease-in-out;
}

.blog-item__by a:hover {
  color: #232528;
}

.blog-item:hover .blog-item__img img {
  transform: scale(1.1);
}

/* Ad block inside list */
.blog-list .ad-block {
  width: 100%;
  padding: 8px 0;
}

/* ============================================================
   BLOG BANNER — HomeDesignBlogPage banner slider
   Source: HomeDesignBlogPage.js
   ============================================================ */

.home-banner-wrap {
  position: relative;
}

.home-banner-wrap .banner-wrap {
  position: relative;
  overflow: hidden;
  position: relative;
  height: 522px;
  background: #19263a;
}

.home-banner-wrap .banner-img {
}
.banner-wrap .banner-img {
  height: 100%;
}
/* .home-banner-wrap .container {
	position: absolute;
	bottom: 0;
	left: 50px;
	right: 0;
} */

.home-banner-wrap .banner-content {
  position: relative;
  /* padding-bottom: 60px; */
  z-index: 1;
}

@media (max-width: 767px) {
  .home-banner-wrap .banner-content {
    padding-bottom: 24px;
  }
}

/* Gradient overlay on banner image */
.home-banner-wrap .banner-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #323031 11.63%,
    rgba(50, 48, 49, 0.69) 58.72%,
    rgba(50, 48, 49, 0)
  );
  opacity: 0.9;
  z-index: 1;
  border-radius: 8px;
}

.home-banner-wrap .banner-content .tag a {
  color: hsla(0, 0%, 100%, 0.9);
}

.home-banner-wrap .banner-title {
  color: #fff;
  margin-bottom: 12px;
}

.home-banner-wrap .banner-title a {
  color: #fff;
  text-decoration: none;
}

/* .home-banner-wrap .banner-title a:hover {
	color: #e78125;
} */

.home-banner-wrap .post-by {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  margin-bottom: 20px;
}

.home-banner-wrap .post-by a {
  color: #fff;
}

/* Banner slider dots */
/* .banner-slider-dot {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
} */

.banner-slider-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.banner-slider-pagination .swiper-pagination-bullet-active {
  background: #e78125;
}

/* ============================================================
   DISCOVER MORE SECTION
   Source: _discover-more.scss
   ============================================================ */

.discover-more-wrap.need-help-wrap {
  text-align: center;
  padding: 50px 0 29px;
  background: #f9f5f2; /* $color_fantasy */
}

@media (max-width: 767px) {
  .discover-more-wrap.need-help-wrap {
    padding: 25px 0 11px;
  }
}

.discover-more-wrap.need-help-wrap .container {
  display: block;
}

.discover-more-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  color: #19263a; /* $secondary */
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .discover-more-wrap h3 {
    font-size: 14px;
    padding-bottom: 1px;
  }
}

.discover-more-tags {
  max-width: 935px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .discover-more-tags {
    margin-top: 20px;
    width: 100%;
    overflow-x: auto;
  }
}

.discover-more-tags ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.discover-more-tags ul li {
  padding: 0 8px 24px;
}

/* ============================================================
   NEED HELP WRAP (light + dark variants)
   Source: _need_help.scss
   ============================================================ */

.need-help-wrap {
  background: #f9f5f2; /* $color_fantasy */
  padding: 17px 0;
}

@media (max-width: 1024px) {
  .need-help-wrap {
    padding: 25px 0 10px;
  }
}

.need-help-wrap .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1024px) {
  .need-help-wrap .container {
    padding: 0;
  }
}

.need-help-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.title-txt {
  font-size: 18px;
  font-weight: 500;
  color: #232528;
  width: 173px;
  flex-shrink: 0;
  text-align: right;
}

@media (max-width: 1280px) {
  .title-txt {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .title-txt {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .title-txt {
    font-size: 14px;
    line-height: 17px;
  }
}

.need-help-wrap .need-help-slider {
  padding: 0 50px 0 58px;
  position: relative;
  width: calc(100% - 173px);
}

.need-help-wrap .need-help-slider .slider-box {
  width: 100%;
}

@media (max-width: 1024px) {
  .need-help-wrap .need-help-slider {
    width: 100%;
    padding: 0;
  }
}

.need-help-wrap .need-help-slider .swiper-slide {
  width: auto;
  padding: 15px 0;
}

.need-help-wrap .need-help-slider .help-tag__item {
  white-space: nowrap;
}

/* Help tag items */
.help-tag__item {
  display: block;
  background: #fff;
  padding: 12px 20px;
  border: 0;
  font-size: 16px;
  line-height: 19px;
  color: #464566; /* $color_gun_powder */
  box-shadow: 0 5px 14px #eee7e2;
  border-radius: 48px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 767px) {
  .help-tag__item {
    font-size: 14px;
    line-height: 17px;
    padding: 8px 16px;
  }
}

.help-tag__item:hover {
  background: #19263a;
  color: #fff;
  text-decoration: none;
}

.help-tag__item--dark {
  box-shadow: none;
  background: #424e61; /* $color_river_bed */
  color: #fff;
}

.help-tag__item--dark:hover {
  background: #fff;
  color: #232528;
  box-shadow: 0 5px 14px #4d5868;
}

/* .help-tag__item--dark.active {
	background: #e78125; 
	color: #fff;
} */

/* Need-help light variant (used on homepage) */
.need-help-wrap-light {
  background: #fff;
  border-bottom: 1px solid rgba(123, 124, 126, 0.3);
}

.need-help-wrap-light .help-tag__item {
  box-shadow: none;
  background: rgba(123, 124, 126, 0.1);
}

.need-help-wrap-light .help-tag__item:hover {
  background: rgba(123, 124, 126, 1);
  color: #fff;
}

/* Help slider arrows */
.help-slider-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  font-size: 24px;
  background: transparent;
  color: #dfc9b9; /* $color_bone */
  border: 2px solid #dfc9b9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.help-slider-arrow:hover {
  background: #dfc9b9;
  color: #232528;
}

.help-slider-arrow--left {
  left: 10px;
}

@media (max-width: 1280px) {
  .help-slider-arrow--left {
    left: -15px;
  }
}

.help-slider-arrow--right {
  right: 0;
}

.help-slider-arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1024px) {
  .help-slider-arrow {
    display: none;
  }
}

/* I Need Help dark variant arrows */
.i-need-help-wrap .help-slider-arrow {
  border-color: #8799b6;
  color: #8799b6;
}

.i-need-help-wrap .help-slider-arrow:hover {
  background: #8799b6 !important;
  border-color: #8799b6 !important;
  color: #fff;
}

/* ============================================================
   I NEED HELP SECTION (dark two-level section)
   Source: _i-need-help.scss
   ============================================================ */

.i-need-help-wrap {
  padding: 92px 0 56px;
  background: #19263a; /* $secondary */
}

@media (max-width: 1024px) {
  .i-need-help-wrap {
    padding: 48px 0 30px;
  }
}

.i-need-help-wrap .section-title {
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  .i-need-help-wrap .section-title {
    padding-bottom: 9px;
  }
}

.i-need-help-wrap .need-help-wrap {
  background: transparent;
  padding: 0 0 35px;
}

@media (max-width: 767px) {
  .i-need-help-wrap .need-help-wrap {
    margin: 0 -20px;
    padding-bottom: 9px;
  }
}

.i-need-help-wrap .need-help-slider {
  width: 100%;
  /* padding-left: 0; */
}

/* Need Help child blog items */
.need-help-blogs-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.need-help-blogs-list ul li {
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .need-help-blogs-list ul li {
    padding-bottom: 16px;
  }
}

.help-blog-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 24px 13px 24px 24px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .help-blog-item {
    padding: 16px;
  }
}

.help-blog-item__txt {
  width: 100%;
}

.help-blog-item__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #19263a;
  padding-bottom: 9px;
}

.help-blog-item__title a {
  color: #19263a;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.help-blog-item__title a:hover {
  color: #e78125;
}

@media (max-width: 767px) {
  .help-blog-item__title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 6px;
  }
}

.help-blog-item__count {
  font-size: 16px;
  line-height: 19px;
  color: rgba(35, 37, 40, 0.6); /* $color_shark opacity 0.6 */
}

@media (max-width: 767px) {
  .help-blog-item__count {
    font-size: 12px;
    line-height: 15px;
  }
}

.help-blog-item__icon {
  width: 25px;
  margin-left: 12px;
  flex-shrink: 0;
}

.help-blog-item__icon .bookmark-icon {
  color: #7b7c7e;
  cursor: pointer;
}

/* Background colour palette for need-help cards */
.bg-color-1 {
  background: #eefcfb;
}
.bg-color-2 {
  background: #f5f4ff;
}
.bg-color-3 {
  background: #f2f5ff;
}
.bg-color-4 {
  background: #fceef9;
}
.bg-color-5 {
  background: #fff4f4;
}
.bg-color-6 {
  background: #f2faff;
}
.bg-color-7 {
  background: #fcf8ee;
}
.bg-color-8 {
  background: #f0eeff;
}
.bg-color-9 {
  background: #fff8f2;
}
.bg-color-10 {
  background: #ffefef;
}
.bg-color-11 {
  background: #edfdff;
}
.bg-color-12 {
  background: #f7f0ff;
}

/* ============================================================
   TRENDING BLOGS SECTION
   Source: home-recent-blog-wrap reused
   ============================================================ */

/* Trending blogs reuses .home-recent-blog-wrap — already above */

/* ============================================================
   POPULAR BLOGGERS
   Source: _popular-blogger.scss
   ============================================================ */

.popular-blogger-wrap {
  background: #f9f5f2; /* $color_fantasy */
  padding: 86px 0 185px;
}

@media (max-width: 767px) {
  .popular-blogger-wrap {
    padding-top: 48px;
  }
}

.popular-blogger-wrap .section-title {
  padding-bottom: 65px;
  color: #19263a;
}

@media (max-width: 767px) {
  .popular-blogger-wrap .section-title {
    padding-bottom: 38px;
  }
}

.popular-blogger-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  list-style: none;
  padding: 0;
}

.popular-blogger-list ul li {
  width: 25%;
  padding: 0 15px 55px;
}

@media (max-width: 1024px) {
  .popular-blogger-list ul li {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .popular-blogger-list ul li {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .popular-blogger-list ul li {
    width: 100%;
    padding-bottom: 32px;
  }
}

.popular-blogger-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.popular-blogger-item__photo {
  width: 75px;
}

@media (max-width: 767px) {
  .popular-blogger-item__photo {
    width: 68px;
  }
}

.popular-blogger-item__photo a {
  display: inline-block;
  border-radius: 100%;
}

.popular-blogger-item__photo img {
  border-radius: 100%;
  box-shadow: 0 0 0 8px rgba(231, 129, 37, 0.2); /* $primary 0.2 */
  /* width: 60px;
	height: 60px;
	object-fit: cover; */
}

@media (max-width: 767px) {
  .popular-blogger-item__photo img {
    box-shadow: 0 0 0 4px rgba(231, 129, 37, 0.2);
  }
}

.popular-blogger-item__info {
  padding-left: 30px;
  width: calc(100% - 75px);
}

@media (max-width: 767px) {
  .popular-blogger-item__info {
    width: calc(100% - 68px);
  }
}

.popular-blogger-item__name {
  font-size: 22px;
  line-height: 26px;
  color: #19263a;
  padding-bottom: 4px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .popular-blogger-item__name {
    font-size: 18px;
    line-height: 21px;
  }
}

.popular-blogger-item__name a {
  display: inline-block;
  color: #19263a;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.popular-blogger-item__name a:hover {
  color: #e78125;
}

.popular-blogger-item__count {
  color: #7b7c7e;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 767px) {
  .popular-blogger-item__count {
    font-size: 14px;
    line-height: 21px;
  }
}

/* ============================================================
   MATERIAL EXHIBITION WRAP (Home Designs slider section)
   Source: BlogPage/Sections/HomeDesigns/_material_exhibition.scss
   ============================================================ */

.material-exhibition-wrap {
  padding: 80px 0 13px;
  background: #f9f5f2; /* $color_fantasy */
}

@media (max-width: 767px) {
  .material-exhibition-wrap {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.material-exhibition-wrap .section-title {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .material-exhibition-wrap .section-title {
    padding-bottom: 32px;
  }
}

.material-exhibition-wrap .full-slider-wrap {
  padding-bottom: 87px;
}

@media (max-width: 767px) {
  .material-exhibition-wrap .full-slider-wrap {
    padding-bottom: 40px;
  }
}

/* ============================================================
   FULL SLIDER / SLIDER BLOCK
   Source: _full_block_slider.scss
   ============================================================ */

.full-slider-wrap .block-title {
  color: #173055; /* $color_nile_blue */
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 0;
}

.full-slider-wrap .container {
  position: relative;
}

.full-slider-wrap .swiper-slide {
  height: auto;
  max-width: 222px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .full-slider-wrap .swiper-slide {
    width: 139px !important;
    opacity: 1;
  }
}

.full-slider-wrap .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.slider-block-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
}

.slider-block-title-wrap.large-space {
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  .slider-block-title-wrap.large-space {
    padding-bottom: 40px;
  }
  .slider-block-title-wrap {
    padding-bottom: 16px;
  }
}

.slider-block-title-wrap .cta {
  flex-shrink: 0;
}

.slider-block-wrap {
  overflow: hidden;
  position: relative;
}

.slider-block-wrap .swiper {
  overflow: visible;
  position: static;
}

.slider-block-wrap .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.slider-block-wrap .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
}

.slider-block-wrap .swiper-slide > * {
  width: 100%;
}

/* Swiper navigation arrows for home designs slider */
.gp-home-designs-swiper .swiper-button-next,
.gp-home-designs-swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #e78125;
  border-radius: 100%;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 16px #eed3b9;
  transition: all 0.3s ease-in-out;
}

.gp-home-designs-swiper .swiper-button-next:after,
.gp-home-designs-swiper .swiper-button-prev:after {
  font-size: 18px;
}

@media (max-width: 767px) {
  .gp-home-designs-swiper .swiper-button-next,
  .gp-home-designs-swiper .swiper-button-prev {
    display: none;
  }
}

/* ============================================================
   COLLECTION BOX (Home Designs card)
   Source: _collection_box.scss
   ============================================================ */

.collection-box {
  position: relative;
  max-width: 227px;
  border-radius: 8px;
}

.collection-box__img {
  position: relative;
  padding-bottom: 136%;
  border-radius: 8px;
  overflow: hidden;
}

.collection-box__img a,
.collection-box__img button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.collection-box__img a::after {
  content: "";
  width: 100%;
  height: 128px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    #857565 11.64%,
    rgba(109, 88, 64, 0) 91.21%
  );
  border-radius: 8px;
}

.collection-box__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}

.collection-box__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 22px 17px;
  z-index: 1;
}

@media (max-width: 767px) {
  .collection-box__info {
    padding: 0 12px 12px;
  }
}

.collection-box__title {
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  font-weight: 600;
  word-break: break-word;
}

@media (max-width: 1280px) {
  .collection-box__title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .collection-box__title {
    font-size: 14px;
    line-height: 18px;
  }
}

.collection-box__title a {
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.collection-box__title a:hover {
  color: #e78125;
}

.collection-box__title--sm {
  font-size: 18px;
  line-height: 116%;
  font-weight: 500;
}

@media (max-width: 767px) {
  .collection-box__title--sm {
    font-size: 10px;
    text-transform: uppercase;
  }
}

.collection-box__tag {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  opacity: 0.9;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 6px;
}

.collection-box__tag a {
  color: #fff;
  text-decoration: none;
}

.collection-box__tag--sm {
  font-size: 12px;
}

@media (max-width: 767px) {
  .collection-box__tag--sm {
    font-size: 8px;
  }
}

/* Shadow large variant */
.collection-box--shadow-large .collection-box__img a::after {
  height: 60%;
  background: linear-gradient(
    0deg,
    #857565 21.43%,
    rgba(109, 88, 64, 0) 91.21%
  );
}

.collection-box--shadow-large .collection-box__tag {
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .collection-box--shadow-large .collection-box__tag {
    padding-bottom: 5px;
  }
}

.collection-box:hover .collection-box__img img {
  transform: scale(1.1);
}

/* ============================================================
   RELATED VIDEOS
   Source: BlogPage/Sections/RelatedVideos/_related-video.scss
   ============================================================ */

.related-video-wrap {
  padding: 80px 0 1px;
}

@media (max-width: 767px) {
  .related-video-wrap {
    padding: 50px 0 20px;
  }
}

.related-video-wrap .section-title {
  text-align: center;
  padding-bottom: 56px;
}

@media (max-width: 767px) {
  .related-video-wrap .section-title {
    text-align: left;
    padding-bottom: 24px;
  }
}

/* Video play button overlay */
.video-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(25, 38, 58, 0.75);
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
}

.video-btn--md {
  width: 56px;
  height: 56px;
  font-size: 28px;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.blog-item .save-video {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.blog-item .save-video .bookmark {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e78125;
  border: 0;
  background: #fff;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

/* .blog-item:hover .video-btn {
	background: #e78125;
} */

/* ============================================================
   BLOG DETAIL — Floating share bar (left sidebar)
   Source: _share-post-fixed.scss
   ============================================================ */

.share-post-fixed {
  position: fixed;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  padding: 12px 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.share-post-fixed.sticky-bar {
  opacity: 0;
  pointer-events: auto;
}

.share-post-fixed .share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.share-post-fixed .social-share-title {
  font-size: 11px;
  font-weight: 600;
  color: #7b7c7e;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

@media (max-width: 991px) {
  .share-post-fixed {
    display: none;
  }
}

/* ============================================================
   BLOG DETAIL — Header
   Source: _blog-detail-header.scss
   ============================================================ */

.blog-detail-header-wrap {
  padding: 70px 0 32px;
}

@media (max-width: 767px) {
  .blog-detail-header-wrap {
    padding: 32px 0 16px;
  }
}

.blog-detail-header-content {
  max-width: 582px;
  margin: 0 auto;
}

.blog-detail-header-content .page-title {
  margin-bottom: 29px;
  color: #19263a;
  line-height: 1.3;
  font-size: 42px;
  line-height: 48px;
}

.blog-detail-header-content__tag {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #836093;
  opacity: 0.8;
  padding-bottom: 42px;
}

.blog-detail-header-content__tag a {
}

.blog-detail-header-content__tag a:hover {
  background: rgba(131, 96, 147, 0.1);
}

.blog-author-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.author-info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.author-info ul .author-info__author {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 16px;
}

.author-info__author .author {
  display: flex;
  align-items: center;
}
.author-info__author .author .author__photo {
  margin-right: 11px;
}

.author__photo a {
  display: inline-block;
  border-radius: 100%;
}

.author__photo img {
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.author__name a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #232528;
}

.author__name a:hover {
  color: #e78125;
}

.blog-date {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #232528;
}
.blog-date::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #7b7c7e;
  opacity: 0.4;
  display: inline-block;
  margin-right: 10px;
}
.share-bookmark {
  display: flex;
  align-items: center;
  gap: 12px;
}

.share-bookmark .share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* Social share links */
.social-link {
  border: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  width: 29px;
  height: 29px;
  border-radius: 4px;
}

.social-link.twitter svg {
  stroke: white;
  fill: black;
}
.social-link.linkedin svg {
  fill: #0a66c2;
  stroke: white;
}
.social-link.facebook svg {
  fill: #3b5998;
  stroke: white;
}
.social-link:hover {
  opacity: 0.85;
  color: #fff;
}

/* Bookmark button */
.bookmark-btn {
  border-left: 1px solid rgba(123, 124, 126, 0.2);
  padding-left: 20px;
}
.bookmark-btn .bookmark {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: rgba(0, 0, 0, 0);
  font-size: 22px;
  color: #e78125;
}

.bookmark-btn .bookmark:hover,
.bookmark-btn .bookmark.active {
  border-color: #e78125;
  color: #e78125;
}

/* ============================================================
   BLOG DETAIL — Content
   Source: _detail_content.scss
   ============================================================ */

.detail-page-content {
  margin-bottom: 40px;
}

.blog-featured-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

.blog-featured-img img {
  width: 100%;
  height: auto;
  display: block;
}

.content-block {

  font-size: 18px;
  line-height: 182%;
  padding-bottom: 80px;
  color: #232528;
}
.content-block h2 {
  font-size: 42px;
  padding-bottom: 17px;
  max-width: 818px;
  margin: 0 auto;
  font-weight: 400;
}
 h2.has-small-font-size{
      font-size: 42px !important;
}
.content-block h2,
.content-block h3,
.content-block h4 {
  color: #19263a;
  font-family: "DM Serif Display";
  margin-left: 0;
    max-width: 818px;
  margin: 40px auto 0;
}
.content-block figure.wp-block-table {
    overflow: auto;
    max-width: 818px;
    padding-bottom: 19px;
    margin: 0 auto 19px;
}
.content-block p {
  margin-bottom: 1.25em;
    max-width: 818px;
  margin: 40px auto 0;
}

.content-block img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 16px 0;
  display: inline-block;
}

.content-block a {
  color: #e78125;
  text-decoration: underline;
}

.content-block ul,
.content-block ol {
  max-width: 818px;
  margin: 0 auto;
}

.content-block li {
  padding-left: 25px;
  position: relative;
  line-height: 160%;
  padding-bottom: 9px;
}
.content-block ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #7b7c7e;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: absolute;
  left: 0;
  top: 11px;
}
.content-block ol a,
.content-block ul a {
  color: #e78125;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}
.detail-page-cta {
  margin: 40px 0;
  padding-bottom: 70px;
  margin-top: 0;
}
.detail-page-cta .col-xl-10 {
  max-width: 1000px;
}
.detail-page-cta .blog-cta-box.blog-cta-box--style2 {
  margin-top: 0;
}
.detail-bottom-share {
  padding: 0 20px;
}
.detail-bottom-share .share {
  border-top: 1px solid rgba(123, 124, 126, 0.2);
  padding-top: 40px;
  max-width: 818px;
  margin: 0 auto;
}
.detail-bottom-share .share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.social-share-title {
  font-size: 18px;
  line-height: 160%;
  color: #7b7c7e;
}

.detail-subscribe {
  margin: 32px 0;
}

/* ============================================================
   AD BLOCK
   Source: _ad-block.scss
   ============================================================ */

.ad-block {
  padding: 20px 0;
}

.ad-block .g-ad {
  text-align: center;
}

/* ============================================================
   LANGUAGE AVAILABILITY NOTICE
   Source: BlogDetailHeader.js — blog-available-language
   ============================================================ */

.blog-available-language {
  padding: 10px 14px;
  background: #fffbf0;
  border: 1px solid #ffe4a0;
  border-radius: 6px;
  font-size: 14px;
  color: #7a5c00;
  margin-top: 12px;
}

.blog-available-language p {
  margin: 0;
}

.blog-available-language a {
  color: #e78125;
  font-weight: 600;
  text-decoration: none;
}

/* ============================================================
   BLOG CATEGORY PAGE TITLE
   Source: src/app/blog/category/[...slug]/page.scss
   ============================================================ */

.blog-category-page-title {
  padding: 64px 0 32px;
  background: #fff;
}

.blog-category-page-title .container {
  text-align: center;
}

.blog-category-page-title .h1 {
  font-size: 42px;
  line-height: 120%;
  font-weight: 400;
  color: #173055;
}

.blog-category-page-title p {
  max-width: 636px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 150%;
  padding-top: 20px;
  color: #7b7c7e;
}

@media (max-width: 1199px) {
  .blog-category-page-title .h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .blog-category-page-title {
    padding: 30px 0 40px;
  }
  .blog-category-page-title .h1 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .blog-category-page-title p {
    font-size: 16px;
  }
  .content-block h2 {
    font-size: 22px !important;
  }
   h2.has-small-font-size{
      font-size: 22px !important;
  }
   
}

/* ============================================================
   BLOG CATEGORY BANNER (.home-banner-wrap--boxed)
   Source: src/app/blog/category/[...slug]/page.scss
   ============================================================ */

.home-banner-wrap.home-banner-wrap--boxed {
  padding: 0 0 0 0;
  max-width: 1243px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.home-banner-wrap.home-banner-wrap--boxed .banner-wrap {
  position: relative;
}

.home-banner-wrap.home-banner-wrap--boxed .banner-img {
  height: 100%;
}

.home-banner-wrap.home-banner-wrap--boxed .other_banner_inr_sec {
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  height: 100%;
  z-index: 2;
  position: absolute;
  display: flex;
  align-items: center;
}

.home-banner-wrap.home-banner-wrap--boxed .banner-content {
  margin-left: 40px;
  max-width: 480px;
}

.home-banner-wrap.home-banner-wrap--boxed .banner-title {
  color: #fff;
  font-size: 42px;
  line-height: 120%;
  margin-bottom: 12px;
}

.home-banner-wrap.home-banner-wrap--boxed .banner-title a {
  color: inherit;
  text-decoration: none;
}

.home-banner-wrap.home-banner-wrap--boxed .post-by {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 40px;
}

.home-banner-wrap.home-banner-wrap--boxed .post-by a {
  color: #fff;
  text-decoration: none;
}

.home-banner-wrap.home-banner-wrap--boxed .banner-slider-dot {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.banner-slider-pagination.swiper-pagination-clickable {
  position: static;
  display: inline-flex;
  gap: 0;
  padding: 5px 9px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.home-banner-wrap.home-banner-wrap--boxed
  .banner-slider-pagination.swiper-pagination {
  position: static;
  display: inline-flex;
  gap: 6px;
  padding: 5px 9px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.home-banner-wrap.home-banner-wrap--boxed .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  border-radius: 50%;
}

.home-banner-wrap.home-banner-wrap--boxed .swiper-pagination-bullet-active {
  background: #fff;
}
.post-type-archive
  .home-banner-wrap.home-banner-wrap--boxed
  .swiper-pagination-bullet-active {
  background: #007aff;
}
@media (max-width: 767px) {
  .home-banner-wrap.home-banner-wrap--boxed {
    padding: 20px 16px;
  }
  .home-banner-wrap.home-banner-wrap--boxed .banner-title {
    font-size: 22px;
  }
}

/* ============================================================
   CATEGORY POSTS LISTING — extra selectors
   Source: category.php — .home-recent-blog-wrap#gp-category-posts
   ============================================================ */

#gp-category-posts .blog-list {
  margin-top: 0;
}

/* ============================================================
   BLOG CTA BOX (.blog-cta-wrap / .blog-cta-box)
   Source: src/components/BlogCta/_blog_cta.scss
   Used on: home.php (blog-cta.php), category.php (blog-cta2.php), single-post.php
   $color_blue_zodiac=#152c58, $white=#fff, $secondary=#19263a
   ============================================================ */

.blog-cta-wrap {
  position: relative;
  padding-bottom: 46px;
}

.blog-cta-wrap.relative-cta .blog-cta-box {
  margin-top: 0;
}

.blog-cta-box {
  background: #152c58;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  /* margin-top: -88px; */
  border-radius: 8px;
}

.blog-cta-box.blog-cta-box--style2 {
  margin-top: -175px;
}

.blog-cta-box--style2 .blog-cta-box__title {
  padding-bottom: 6px;
}
.blog-cta-box--style2 .blog-cta-box__title h2 {
  margin-bottom: 0;
  font-size: 42px;
}

.blog-cta-box--style2 .blog-cta-box__content p {
  font-size: 14px;
}

.blog-cta-box--style2 .blog-cta-box__content .cta {
  padding-top: 30px;
}

.blog-cta-box__left {
  width: 50%;
  padding-left: 60px;
  display: flex;
  align-items: center;
}

.blog-cta-box__right {
  width: 50%;
}

.blog-cta-box__img {
  width: 100%;
  height: 100%;
  text-align: right;
}

.blog-cta-box__img img {
  border-radius: 0 8px 8px 0;
  margin-left: auto;
}

.blog-cta-box__content p {
  font-size: 14px;
  line-height: 147%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.blog-cta-box__content .cta {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .blog-cta-box {
    margin-top: -178px;
    box-shadow: 0px 4px 20px rgba(22, 60, 118, 0.1);
  }
  .blog-cta-box__left {
    width: 100%;
    padding: 45px 30px 20px;
  }
  .blog-cta-box__right {
    width: 100%;
  }
  .blog-cta-box__img {
    text-align: center;
  }
  .blog-cta-box__img img {
    margin: 0 auto;
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
  .blog-cta-box__content p {
    font-size: 12px;
  }
  .blog-cta-box__content .cta {
    padding-top: 24px;
  }
  .blog-cta-box--style2 .blog-cta-box__content p {
    font-size: 12px;
    line-height: 18px;
  }
  .blog-cta-box--style2 .blog-cta-box__img {
    padding-bottom: 26px;
    padding-top: 36px;
  }
}

/* ============================================================
   QUICK LINKS ICON GRID
   Source: src/components/QuickLinks/_quicklinks.scss
   Used on: home, blog, common-confusion, career (self-contained in career.css too).
   $color_bone2 → #e1cab8, $color_shark → #232528, $primary → #e78125
   ============================================================ */

.quick-links-wrap {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .quick-links-wrap {
    padding-bottom: 32px;
  }
}

.quick-links-wrap .quick-links-icon-list ul li {
  padding-bottom: 24px;
}

.quick-link-box {
  height: 100%;
  width: 100%;
  display: block;
  padding: 34px 10px;
  text-align: center;
  border: 1px solid #e1cab8; /* $color_bone2 */
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .quick-link-box {
    padding: 29px 10px;
  }
}

.quick-link-box:hover {
  background: rgba(231, 129, 37, 0.1); /* $primary */
}

.quick-link-box__icon {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .quick-link-box__icon {
    padding-bottom: 12px;
  }

  .quick-link-box__icon svg,
  .quick-link-box__icon img {
    width: 32px;
    height: 32px;
  }
}

.quick-link-box__txt {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #232528; /* $color_shark */
}

@media (max-width: 767px) {
  .quick-link-box__txt {
    font-size: 12px;
    line-height: 14px;
  }
}

/* Wrapper: intentionally no overflow:hidden — blog-cta-box uses margin-top:-88px
   to visually lift into the section above; overflow:hidden would clip that lift. */
.quick-link-cta-wrap {
}

/* ============================================================
   NEARBY PROFESSIONALS — LIGHT VARIANT
   Source: ExploreNearbyProfessionalsClient.js — color="light"
   .nearby-professionals-wrap--light overrides dark bg → white bg
   ============================================================ */

/* ============================================================
   NEARBY PROFESSIONALS — FULL STYLES
   Source: src/views/pages/home/ExploreNearbyProfessionals/_explore_nearby_professionals.scss
   Used on: category.php (light variant), home.php (dark — also in homepage.css)
   $color_big_stone=#19263a, $color_nile_blue=#173055, $color_raven=#7b7c7e
   ============================================================ */

.nearby-professionals-wrap {
  background: #19263a;
  padding: 82px 0;
}
.nearby-professionals-wrap--light {
  background: #fff;
}
.nearby-professionals-wrap .section-title {
  padding-bottom: 57px;
}

.nearby-professionals-list {
  padding-bottom: 53px;
}

.nearby-professionals-list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -16px;
  list-style: none;
  padding-left: 0;
}

.nearby-professionals-list > ul li {
  padding: 0 16px 32px;
  width: 33.33%;
}

.nearby-professionals-box {
  height: 100%;
}

.nearby-professionals-box a {
  display: flex;
  height: 100%;
  padding: 16px 42px 21px 36px;
  border-radius: 8px;
  text-decoration: none;
}

.nearby-professionals-box__type {
  width: 100%;
  padding-top: 10px;
}

.nearby-professionals-box__name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #173055;
  padding-bottom: 7px;
  text-transform: capitalize;
}

.nearby-professionals-box__professionals-no {
  color: rgba(123, 124, 126, 0.9);
  font-size: 16px;
  line-height: 19px;
}

.nearby-professionals-box__professionals-no span {
  font-weight: 700;
}

.nearby-professionals-box__img {
  flex-shrink: 0;
  margin-left: 19px;
}

.nearby-professionals-box__img img {
  transition: all 0.3s ease-in-out;
  display: block;
}

.nearby-professionals-box:hover .nearby-professionals-box__img img {
  transform: scale(0.9);
}
.popular-design-section .container {
  position: relative;
  width: 100%;
  max-width: 1553px;
  padding: 0 16px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-recent-blog-wrap.popular-design-section .container {
  position: relative;
  width: 100%;
  max-width: 1553px;
  padding: 0 16px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#gp-category-posts .container {
  position: relative;
  width: 100%;
  max-width: 1553px;
  padding: 0 16px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gp-pagination {
  max-width: 100%;
  margin-top: 32px;
  width: 100%;
}
.gp-pagination .pagination {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
      margin-top: 60px;
}
.gp-pagination .pagination .page-item .page-link,
.gp-pagination .pagination .page-item .page-link {
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  color: #000;
  border-radius: 8px;
  border: 2px solid #e68125;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
  text-decoration: none;
  background-color: #fff;
  position: relative;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.gp-pagination .pagination .page-item.active .page-link {
  background: #e68125;
  color: #fff;
}
.gp-pagination .pagination .page-item .page-link:hover {
  background-color: #e9ecef;
}
.gp-pagination .pagination .page-item.active .page-link:hover {
  background: #e68125;
  color: #fff;
}
.gp-pagination .pagination .page-item .page-link.dots {
  border: none;
  padding: 0;
  min-width: 20px;
}
.gp-pagination .pagination .page-item.disabled .page-link {
  cursor: default;
  filter: saturate(0);
  opacity: 0.6;
}
@media (max-width: 991px) {
  .nearby-professionals-list > ul li {
    width: 50%;
  }
  .nearby-professionals-list {
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .nearby-professionals-wrap {
    padding-bottom: 59px;
    padding-top: 48px;
  }
  .nearby-professionals-wrap .container {
    padding: 0;
  }
  .nearby-professionals-wrap .section-title {
    padding: 0 20px 32px;
  }
  .nearby-professionals-list {
    overflow: auto;
    padding-bottom: 0;
    margin-bottom: 28px;
  }
  .nearby-professionals-list > ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 -8px;
    padding-left: 20px;
  }
  .nearby-professionals-list > ul li {
    padding: 0 8px 20px;
    flex-shrink: 0;
    width: 301px;
  }
  .nearby-professionals-box a {
    padding: 16px 20px;
  }
  .nearby-professionals-box__name {
    font-size: 16px;
    line-height: 20px;
  }
  .nearby-professionals-box__professionals-no {
    font-size: 12px;
    line-height: 16px;
  }
  .nearby-professionals-box__img {
    max-width: 100px;
    margin-left: 12px;
  }
}

@media (max-width: 1100px) {
  .nearby-professionals-box__name {
    font-size: 18px;
    line-height: 22px;
  }
  .nearby-professionals-box__professionals-no {
    font-size: 14px;
    line-height: 16px;
  }
}

/* ============================================================
   AUTHOR PAGE (_author-page.scss + _author-info.scss)
   Converted from: frontend-nextjs/src/components/AuthorPage/
   Used on: author.php (WP author archive: /blog/author/:slug/)
   $secondary=#19263a, $color_raven=#7b7c7e, $color_shark=#232528
   $primary=#e78125, $white=#fff
   ============================================================ */

/* ── Author page wrapper ── */
.author-page-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  .author-page-wrap {
    padding: 40px 0;
  }
}

/* ── Author info sidebar ── */
.author-info-wrap {
  position: relative;
}
.author-info {
  position: relative;
}
@media (max-width: 767px) {
  .author-info {
    /* padding-bottom: 60px; */
  }
}

/* img + title row */
.author-info__img-title {
  padding-bottom: 29px;
}
@media (max-width: 767px) {
  .author-info__img-title {
    display: flex;
    align-items: center;
  }
}
.author-info__img {
  padding-bottom: 26px;
  max-width: 182px;
}
.author-info__img img {
  border-radius: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .author-info__img {
    width: 69px;
    flex-shrink: 0;
    margin-right: 20px;
    padding-bottom: 0;
  }
}
.author-info__img--small img {
  border-radius: 100%;
}
@media (min-width: 768px) {
  .author-info__img--small {
    max-width: 89px;
    padding-bottom: 20px;
  }
}
.author-info__title.h1 {
  font-size: 42px;
  line-height: 120%;
  font-weight: 400;
}
.author-info__title-position {
  position: relative;
}
@media (max-width: 767px) {
  .author-info__title-position {
    width: 100%;
  }
}
.author-info__title {
  color: #19263a;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .author-info__title.h1 {
    font-size: 24px;
  }
}
.author-info__title--small.h1 {
  font-size: 28px;
  padding-bottom: 0;
  font-family: "DM Serif Display";
  margin-bottom: 0;
}
.author-info__position {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #7b7c7e;
}
@media (max-width: 767px) {
  .author-info__position {
    font-size: 12px;
  }
}

/* bio text */
.author-info__text {
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 150%;
  color: #232528;
  max-width: 300px;
}
@media (max-width: 767px) {
  .author-info__text {
    max-width: 100%;
    font-size: 14px;
    padding-bottom: 26px;
  }
}
.author-info__text .btn-link {
  font-weight: 600;
}
.author-info__text p {
  margin-bottom: 0;
}
/* clamped bio (JS-controlled) */
.author-bio-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.author-bio-expanded {
  display: block !important;
  overflow: visible;
}
.author-info__text #author-bio-view-more {
  display: inline-block;
  margin-top: 6px;
}

/* stats: Blogs / Followers */
.author-info__member {
  padding-bottom: 12px;
}
.author-info__member ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.author-info__member ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #19263a;
  padding-bottom: 13px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .author-info__member ul li {
    font-size: 14px;
  }
}
.author-info__member ul li span {
  color: #7b7c7e;
  font-weight: 400;
  padding-right: 4px;
}

/* follow button */
.author-info__follow {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .author-info__follow {
    padding-bottom: 32px;
  }
  .author-info__follow .btn {
    width: 100%;
    justify-content: center;
  }
}

/* social share */
.author-info__share .share ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 8px;
}
.author-info__share .social-share-title {
  font-size: 14px;
  color: #7b7c7e;
  margin-right: 4px;
}
@media (min-width: 768px) {
  .author-info__share .share ul li.social-share-title {
    width: 100%;
    padding-bottom: 8px;
  }
}
.social-link {
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  color: #7b7c7e;
  text-decoration: none;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}
.social-link:hover {
  color: #e78125;
}
.social-link.twitter:hover {
  color: #000000;
}
.social-link.linkedin:hover {
  color: #0a66c2;
}
.social-link.facebook:hover {
  color: #1877f2;
}
.social-link svg {
  display: block;
}

/* ── btn-left-icon (used on Follow button) ── */
.btn-left-icon {
  display: inline-flex;
  align-items: center;
  padding: 11px 32px 11px 24px;
}
.btn-left-icon svg {
  margin-right: 4px;
  font-size: 20px;
  flex-shrink: 0;
}
.btn-left-icon svg path {
  transition: none;
}
@media (max-width: 767px) {
  .btn-left-icon svg {
    font-size: 18px;
  }
}

/* ── Author modal ── */
.author-modal .modal-dialog {
  max-width: 1205px;
  width: 96%;
}
.author-modal .modal-content {
  border: 0;
  border-radius: 12px;
  box-shadow: 4px 6px 32px rgba(39, 39, 39, 0.08);
}
.author-modal .modal-body {
  padding: 70px 30px 48px 70px;
  position: relative;
}
@media (max-width: 1024px) {
  .author-modal .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .author-modal .modal-body {
    padding-top: 48px;
  }
}
.author-modal .modal-close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 24px;
  height: 24px;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7b7c7e;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.author-modal .modal-close-btn:hover {
  background: #e78125;
}
.author-modal .author-content {
  height: 600px;
  padding-right: 80px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #232528;
  overflow: auto;
  scrollbar-color: #19263a #e5e5e5;
  scrollbar-width: thin;
}
@media (max-width: 1024px) {
  .author-modal .author-content {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .author-modal .author-content {
    font-size: 14px;
    line-height: 24px;
  }
}
.author-modal .author-content p {
  margin-bottom: 20px;
}
.author-modal .author-content a {
  color: #e78125;
  font-weight: 500;
}

/* ── Skeleton loader ─────────────────────────────────────────────────── */
@keyframes gp-shimmer {
  0% {
    background-position: -600px 0;
  }
  100% {
    background-position: 600px 0;
  }
}
.skeleton {
  display: block;
  background: linear-gradient(90deg, #efefef 25%, #e0e0e0 50%, #efefef 75%);
  background-size: 600px 100%;
  animation: gp-shimmer 1.4s ease-in-out infinite;
  border-radius: 4px;
}
.skeleton-round {
  border-radius: 50%;
}

/* Author page skeleton wrapper */
.author-page-skeleton {
  padding: 50px 0 100px;
}

/* Blog card image placeholder preserves the 397×244 ratio */
.skeleton-card-img {
  width: 100%;
  padding-bottom: 61.46%; /* 244 / 397 */
  border-radius: 8px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .skeleton-card-img {
    padding-bottom: 55%;
  }
}

.single-post .subscribe-banner .subscribe-banner-box {
  background: #d0e9ee;
  padding: 21px 24px 21px 42px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  max-width: 990px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .single-post .subscribe-banner .subscribe-banner-box {
    padding: 40px 0;
  }
}

.single-post .subscribe-banner .subscribe-banner-box h3 {
  font-size: 22px;
  color: #19263a;
  font-family:
    "DM Serif Display",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  padding-bottom: 0px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .single-post .subscribe-banner .subscribe-banner-box h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.single-post .subscribe-banner .subscribe-banner-box p {
  font-size: 14px;
  line-height: 147%;
  color: #19263a;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .single-post .subscribe-banner .subscribe-banner-box p {
    font-size: 10px;
    line-height: 14px;
  }
}

.single-post .subscribe-banner--small {
  padding: 6px 0 26px;
}

@media (max-width: 991px) {
  .subscribe-banner--small {
    padding: 0;
  }
}

.single-post .subscribe-banner--small .subscribe-banner-box {
  padding: 21px 24px 21px 42px;
}

@media (max-width: 991px) {
  .single-post .subscribe-banner--small .subscribe-banner-box {
    padding: 40px 20px;
  }
}

.single-post .subscribe-banner--small .subscribe-banner-box {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  max-width: 990px;
  margin: 0 auto;
}

.single-post .subscribe-banner--small .subscribe-banner-box h3 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .single-post .subscribe-banner--small .subscribe-banner-box h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .single-post .subscribe-banner--small .subscribe-form {
    margin-top: 16px;
  }
}

@media (min-width: 991px) {
  .single-post .subscribe-banner--small .subscribe-form .form-control {
    height: 44px;
  }
}

.single-post .subscribe-banner--small .subscribe-form .subscribe-submit {
  right: 20px;
}

.single-post .subscribe-banner--small .subscribe-form .subscribe-submit svg {
  margin-left: 6px;
  width: 11px;
  height: 10px;
}

.single-post .subscribe-form {
  position: relative;
}

@media (max-width: 991px) {
  .subscribe-form {
    margin-top: 24px;
  }
}

.single-post .subscribe-form .form-control {
  height: 72px;
  border: 0;
  box-shadow: none;
  background: #fff;
  color: #232528;
  font-size: 16px;
  line-height: 19px;
  padding: 0 100px 0 21px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.single-post .subscribe-form .form-control::-webkit-input-placeholder {
  color: rgba(35, 37, 40, 0.5);
}

.single-post .subscribe-form .form-control:-moz-placeholder {
  color: rgba(35, 37, 40, 0.5);
}

.single-post .subscribe-form .form-control::-moz-placeholder {
  color: rgba(35, 37, 40, 0.5);
}

.single-post .subscribe-form .form-control:-ms-input-placeholder {
  color: rgba(35, 37, 40, 0.5);
}

.single-post .subscribe-form .form-control:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .single-post .subscribe-form .form-control {
    height: 56px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
    padding-right: 90px;
  }
}

.single-post .subscribe-form .subscribe-submit {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  border: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #e78125;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.single-post .subscribe-form .subscribe-submit svg {
  margin-left: 17px;
}

.single-post .subscribe-form .subscribe-submit svg path {
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
}

.single-post .subscribe-form .subscribe-submit:hover {
  color: #19263a;
}

@media (max-width: 767px) {
  .single-post .subscribe-form .subscribe-submit {
    font-size: 14px;
    line-height: 17px;
  }

  .single-post .subscribe-form .subscribe-submit svg {
    margin-left: 7px;
    width: 13px;
    height: 12px;
  }
}
.single-post .subscribe-form .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}
.single-post .subscribe-form .gform_button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;

  color: #d07a2d !important;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;

  padding: 0 35px 0 0 !important;
  cursor: pointer;

  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='%23d07a2d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.64109 7.58992C2.74921 7.85088 2.74921 8.14912 2.64109 8.41008L0.0840946 14.5813C-0.262097 15.4168 0.522837 16.276 1.30302 15.9155L16.4347 8.92416C17.1884 8.57594 17.1884 7.42406 16.4347 7.07584L1.30302 0.0844521C0.522837 -0.27602 -0.262097 0.583171 0.0840943 1.41869L2.64109 7.58992Z'/%3E%3C/svg%3E") !important;

  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 17px 16px !important;

  transition: all 0.3s ease;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  border: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #e78125;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-post .subscribe-form .gform_button:hover {
  color: #19263a !important;

  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='%2319263a' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.64109 7.58992C2.74921 7.85088 2.74921 8.14912 2.64109 8.41008L0.0840946 14.5813C-0.262097 15.4168 0.522837 16.276 1.30302 15.9155L16.4347 8.92416C17.1884 8.57594 17.1884 7.42406 16.4347 7.07584L1.30302 0.0844521C0.522837 -0.27602 -0.262097 0.583171 0.0840943 1.41869L2.64109 7.58992Z'/%3E%3C/svg%3E") !important;
}
.subscribe-form .ginput_container.ginput_container_email input {
  height: 44px;
  border: 0;
  box-shadow: none;
  background: #fff;
  color: #232528;
  font-size: 16px;
  line-height: 19px;
  padding: 0 100px 0 21px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  width: 100%;
  font-weight: 400;
}
.single-post .subscribe-form .gform_wrapper.gravity-theme .gform_footer,
.single-post .subscribe-form .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
}
.single-post .home-recent-blog-wrap .h1.section-title,
.related-video-wrap .h1.section-title {
  padding-bottom: 40px;
  font-size: 42px;
  line-height: 115%;
  font-weight: 400;
  text-align: center;
}
.related-video-wrap .blog-item__tag.h6 {
  display: none;
}
/* =========================================
   CATEGORY PAGE SUBSCRIBE BANNER
========================================= */

.category .subscribe-banner .subscribe-banner-box {
  background: #d0e9ee;
  padding: 21px 24px 21px 42px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  max-width: 990px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .category .subscribe-banner .subscribe-banner-box {
    padding: 40px 0;
  }
}

.category .subscribe-banner .subscribe-banner-box h3 {
  font-size: 22px;
  color: #19263a;
  font-family:
    "DM Serif Display",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .category .subscribe-banner .subscribe-banner-box h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.category .subscribe-banner .subscribe-banner-box p {
  font-size: 14px;
  line-height: 147%;
  color: #19263a;
  margin-bottom: 0;
}
.category .subscribe-banner .subscribe-banner-box .container {
  display: block !important;
}

@media (max-width: 767px) {
  .category .subscribe-banner .subscribe-banner-box p {
    font-size: 10px;
    line-height: 14px;
  }
}

/* =========================================
   SMALL SUBSCRIBE BANNER
========================================= */

.category .subscribe-banner--small {
  padding: 6px 0 26px;
}

@media (max-width: 991px) {
  .category .subscribe-banner--small {
    padding: 0;
  }
}

.category .subscribe-banner--small .subscribe-banner-box {
  padding: 21px 24px 21px 42px;
  border-radius: 4px;
  max-width: 990px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .category .subscribe-banner--small .subscribe-banner-box {
    padding: 40px 20px;
  }
}

.category .subscribe-banner--small .subscribe-banner-box h3 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .category .subscribe-banner--small .subscribe-banner-box h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .category .subscribe-banner--small .subscribe-form {
    margin-top: 16px;
  }
}

@media (min-width: 991px) {
  .category .subscribe-banner--small .subscribe-form .form-control {
    height: 44px;
  }
}

.category .subscribe-banner--small .subscribe-form .subscribe-submit {
  right: 20px;
}

.category .subscribe-banner--small .subscribe-form .subscribe-submit svg {
  margin-left: 6px;
  width: 11px;
  height: 10px;
}

/* =========================================
   FORM
========================================= */

.category .subscribe-form {
  position: relative;
}

@media (max-width: 991px) {
  .category .subscribe-form {
    margin-top: 24px;
  }
}

.category .subscribe-form .form-control {
  height: 72px;
  border: 0;
  box-shadow: none;
  background: #fff;
  color: #232528;
  font-size: 16px;
  line-height: 19px;
  padding: 0 100px 0 21px;
  border-radius: 4px;
}

.category .subscribe-form .form-control:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .category .subscribe-form .form-control {
    height: 56px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
    padding-right: 90px;
  }
}

.category .subscribe-form .subscribe-submit {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  border: 0;
  display: flex;
  align-items: center;
  background: transparent;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #e78125;
  transition: all 0.3s ease-in-out;
}

.category .subscribe-form .subscribe-submit:hover {
  color: #19263a;
}

@media (max-width: 767px) {
  .category .subscribe-form .subscribe-submit {
    font-size: 14px;
    line-height: 17px;
  }

  .category .subscribe-form .subscribe-submit svg {
    margin-left: 7px;
    width: 13px;
    height: 12px;
  }
}

/* =========================================
   GRAVITY FORM
========================================= */

.category .subscribe-form .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}

.category .subscribe-form .gform_button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #d07a2d !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 0 35px 0 0 !important;
  cursor: pointer;

  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='%23d07a2d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.64109 7.58992C2.74921 7.85088 2.74921 8.14912 2.64109 8.41008L0.0840946 14.5813C-0.262097 15.4168 0.522837 16.276 1.30302 15.9155L16.4347 8.92416C17.1884 8.57594 17.1884 7.42406 16.4347 7.07584L1.30302 0.0844521C0.522837 -0.27602 -0.262097 0.583171 0.0840943 1.41869L2.64109 7.58992Z'/%3E%3C/svg%3E") !important;

  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 17px 16px !important;

  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.category .subscribe-form .gform_button:hover {
  color: #19263a !important;

  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='%2319263a' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.64109 7.58992C2.74921 7.85088 2.74921 8.14912 2.64109 8.41008L0.0840946 14.5813C-0.262097 15.4168 0.522837 16.276 1.30302 15.9155L16.4347 8.92416C17.1884 8.57594 17.1884 7.42406 16.4347 7.07584L1.30302 0.0844521C0.522837 -0.27602 -0.262097 0.583171 0.0840943 1.41869L2.64109 7.58992Z'/%3E%3C/svg%3E") !important;
}

.category .subscribe-form .ginput_container.ginput_container_email input {
  height: 44px;
  border: 0;
  box-shadow: none;
  background: #fff;
  color: #232528;
  font-size: 16px;
  line-height: 19px;
  padding: 0 100px 0 21px !important;
  border-radius: 4px;
  display: block;
  width: 100%;
  font-weight: 400;
}

.category .subscribe-form .gform_wrapper.gravity-theme .gform_footer,
.category .subscribe-form .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
}

/* =========================================
   SECTION TITLE
========================================= */

.category .home-recent-blog-wrap .h1.section-title,
.category .related-video-wrap .h1.section-title {
  padding-bottom: 40px;
  font-size: 42px;
  line-height: 115%;
  font-weight: 400;
  text-align: center;
}
.title-sub-txt {
  font-size: 18px;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-weight: 400;
  display: block;
  line-height: 48px;
}
.category .material-exhibition-wrap {
  background-color: white;
}

/* ============================================================
   RELATED QUIZ
   Source: vocabulary.css / _related-quiz.scss
   ============================================================ */

.related-quiz-wrap {
  padding: 80px 0 6px;
}
.related-quiz-wrap.related-survey-wrap {
  padding: 70px 0 15px;
  background-color: #f4f4f4;
}
.related-quiz-wrap.related-survey-wrap .related-quiz-item {
  padding: 12px;
  border-radius: 4px;
  background: white;
}

@media (max-width: 767px) {
  .related-quiz-wrap {
    padding: 48px 0 8px;
  }
}

.related-quiz-wrap .section-title {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .related-quiz-wrap .section-title {
    padding-bottom: 24px;
  }
}

.related-quiz-list > ul > li {
  padding-bottom: 74px;
}

@media (max-width: 767px) {
  .related-quiz-list > ul > li {
    padding-bottom: 40px;
  }
}

.related-quiz-item__img {
  border-radius: 4px;
  overflow: hidden;
}

.related-quiz-item__img img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.related-quiz-item:hover .related-quiz-item__img img {
  transform: scale(1.06);
}

.related-quiz-item__info {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .related-quiz-item__info {
    padding-top: 15px;
  }
}

.related-quiz-item__title {
  font-size: 22px;
  line-height: 116%;
  font-weight: 500;
  color: #232528;
  padding-bottom: 12px;
}

@media (max-width: 1200px) {
  .related-quiz-item__title {
    font-size: 18px;
    line-height: 140%;
  }
}

.related-quiz-item__title a {
  display: inline-block;
  color: #232528;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.related-quiz-item__title a:hover {
  color: #e78125;
}

.related-quiz-item__points ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-quiz-item__points ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  color: #7b7c7e;
}

@media (max-width: 1200px) {
  .related-quiz-item__points ul li {
    font-size: 12px;
    line-height: 140%;
  }
}

.related-quiz-item__points ul li:not(:last-child) {
  padding-right: 16px;
}

.related-quiz-item__points ul li:not(:first-child)::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #7b7c7e;
  opacity: 0.5;
  display: inline-block;
  margin-right: 16px;
}

.related-quiz-item__poweredby {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #7b7c7e;
  text-transform: capitalize;
}

.related-quiz-item__poweredby img {
  display: block;
  width: auto;
  max-width: 110px;
  max-height: 28px;
  object-fit: contain;
}
.related-quiz-item__poweredby span {
  font-size: 12px;
}

@media (max-width: 767px) {
  .title-sub-txt {
    font-size: 15px;
    line-height: 1.6;
  }
   .blog-cta-box__title h2.h1 {
        font-size: 28px;
    }
}
.wp-block-rank-math-toc-block nav ol {
  margin-left: 0;
}
.wp-block-rank-math-toc-block nav ol li {
  padding-left: 38px;
}

.wp-block-rank-math-toc-block nav ol li:before {
  content: counter(my-awesome-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #7b7c7e;
  font-weight: 500;
}
.wp-block-rank-math-toc-block nav ol li li {
  padding-left: 30px;
}
.wp-block-rank-math-toc-block nav ol li li:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #7b7c7e;
  border-radius: 100%;
  left: 0;
  top: 10px;
}
.blog-detail-header-content
  .blog-author-share
  .author-info
  ul
  li:not(:last-child) {
  padding-right: 16px;
}
.blog-detail-header-content .blog-author-share .author-info ul li {
  display: flex;
  align-items: center;
}
.blog-detail-header-content .blog-author-share .author-info ul li .author {
  display: flex;
  align-items: center;
}
.blog-detail-header-content
  .blog-author-share
  .author-info
  ul
  li
  .author__photo {
  width: 17px;
  margin-right: 11px;
}
.single-infographics
  .subscribe-form
  .ginput_container.ginput_container_email
  input {
  height: 44px;
}

