.blog-featured {
  padding: 80px 0 60px 0; 
  padding: 80px 0 38px 0;
}
.blog-featured .container-right-full {
  width: 100vw;
  max-width: none;
  padding-left: calc((100vw - 1250px) / 2 + 40px);
  padding-right: 0;
} 
@media (min-width: 2001px) {
  .blog-featured .container-right-full {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0 40px;
    width: 100%;
  }
  .blog-featured .container-right-full .span6:first-child {
    
  }
  .blog-featured .container-right-full .span6:last-child {
    
  }
  .blog-featured img {
    max-height: 400px;
    width: auto;
  }
}

.blog-featured h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.33;
  line-height: 1.43;
  width: 581px;
  width: 601px;
  max-width: 100%;
  margin: 0;
  margin-bottom: 5px;
}
.blog-featured h1 span {
  background: #FEF323;
  padding: 6px 6px; 
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline; 
} 
.blog-featured p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  width: 672px;
  max-width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  padding-top: 35px;
}
.blog-featured img {
  width: 100%; 
  max-height: 400px;
}
.meta .author-heading {
  margin-top: 23px; 
}
.meta .author-heading, .meta .author-heading a {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.33;
  color: #000;
  margin-bottom: 0;
  padding-top: 5px;
}
.meta-info{
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 1.44;
  padding-top: 4px;
}
.meta-separator {
  padding-left: 4px;
  padding-right: 4px;
}

/* BLOG CONTENT */
.blog-content {
  margin-bottom: 80px;
}
.blog-content h2 {
  font-weight: 500;
  font-weight: 800;
  line-height: 1.25;
  font-size: 32px;
  /*padding-bottom: 16px;*/
  margin: 22px 0;
}
.blog-content p {
  font-size: 18px;
  font-weight: 500;
  margin: 22px 0;
  /*margin: 0; /**/
  line-height: 1.44;
}
.blog-content p a {
  color: #000;
  text-decoration: underline;
}
.blog-content p a:hover {
  color: #7A7A7A; 
}
.blog-content h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.33;
  margin: 30px 0;
}
.blog-content h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  margin: 30px 0 22px 0;
}
.blog-content ul {
  margin-left: 20px; 
}
.blog-content li {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0;
  line-height: 1.44;
}
.btn {
  margin-top: 30px; 
}

.row-author {
  display: flex;
  gap: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 35px;
  padding-top: 35px;
}
.ca1 {
  min-width: 70px; 
}
.ca1 img {
  width: 100%; 
  border-radius: 50%;
}
.blog-author .ba-heading {
  margin: 5px 0 25px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}
.ca2 strong {
  font-size: 24px; 
}

.blog-subscription {
  background: #F2F2F2;
  border-radius: 20px;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-subscription h3 {
  margin: 0; 
  background: #FEF323;
  display: inline-block;
  padding: 8px 10px;
  font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
}
.blog-subscription h3.bs-heading {
  display: inline-block; 
}
.blog-subscription p {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.44;
  margin-top: 12px;
  margin: 16px 0 22px 0;
}

.blog-subscription h3 {
 display: none; 
}
.blog-subscription form {
  display: flex;
  width: 100%;
  gap: 40px;
  align-items: center;
}
.blog-subscription .hs_error_rollup {
  display: none!important; 
}
.blog-subscription input[type="email"] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  margin: 0 auto;
  width: 469px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  height: 55px;
  background: #FFFFFF;
  border: 1px solid #DDDCCB;
  border-radius: 6px;
}
.blog-subscription input[type="email"]::placeholder {
  color: #000;
  opacity: 1; 
}
.blog-subscription .hs_submit input {
  background: #000!important;
  color: #FFF;
  padding: 9px 29px!important;
  font-size: 16px;
  font-weight: 700;
  margin-top: -10px;
}
.blog-subscription .hs_submit input:hover {
  background: #999999!important;
  color: #FFF;
}
.blog-subscription .hs-error-msg {
  position: absolute;
} 
@media (max-width: 1200px) {
  .blog-subscription input[type="email"] {
    width: 369px;   
  }
}
@media (max-width: 1030px) {
  .blog-subscription input[type="email"] {
    width: 369px;   
  }
}
@media (max-width: 991px) {
  .blog-subscription input[type="email"] {
    width: auto;   
  }
}

/* SIDEBAR */
.share-article {
  margin-top: 20px;
}
body .sharing-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.sharing-list li {
  transition: transform 0.3s ease;
  transform: scale(0.95);
}
.sharing-list li:hover {
  transform: scale(1.05);
}
.sharing-list li:first-child,
.sharing-list li:first-child:hover {
  transform: scale(1);
  cursor: default;
}

.sharing-list button {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent; 
}
.tooltip .tooltiptext {
    background-color: #555;
    border-radius: 6px;
    bottom: 100%;
    color: #fff;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    visibility: hidden;
    width: 140px;
    z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  font-size: 13px;
}
.tooltip .tooltiptext:after {
    border: 5px solid transparent;
    border-top-color: #555;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%;
}

.toc {
  position: sticky;
  top: 0;
  right: 0;
  background: #FFF;
  z-index: 1;
  padding: 15px 0;
}
.toc h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-size: 24px;
    font-weight: 800;
    line-height: 1.33;
    margin: 30px 0;
}
.toc h5 {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.44;
  border-left: 2px solid #000;
  padding-left: 20px;
} 

.toc-list {
  margin: 0;
  padding: 0;
  margin-left: 40px;
}
.toc-list li {
  margin-top: 22px; 
}

.request-information {
  border-radius: 20px;
  background: #F2F2F2;
  margin-top: 80px;
  padding: 30px 30px;
  margin-top: 40px;
}
.request-information h3 {
  margin-bottom: 0;
} 
.request-information p {
  margin-top: 12px; 
  padding-bottom: 4px;
}
.request-information a {
  text-transform: uppercase;
} 
.request-information a svg{ 
  margin-left: 9px; 
  margin-right: 1px;
}

/* Related Blogs */
.related-blogs {
  background: #F2F2F2;
  padding: 60px 0;
}
.related-blogs h3 {
  margin: 0; 
  background: #FEF323;
  display: inline-block;
  padding: 8px 10px;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.33;
  margin-bottom: 42px;
}
.related-post-card h4 {
  font-size: 24px;
  font-weight: 800;
  margin: 20px 0 0 0;
}
.related-post-card h4 a {
  color: #000;
  text-decoration: none;
  color: var(--color-black); 
  font-size: 24px;
  font-weight: 800;
}
.related-post-card p {
  margin: 20px 0 10px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}
.related-post-card .read-more {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-top: 10px;
}
.related-post-card .read-more:hover {
  color: #5F5F5F;
}
.related-post-card img {
  width: 100%;
  height: 240px;
  object-fit: cover; 
  object-position: center; 
  display: block; 
}

.relatedSwiper .swiper-pagination-bullet {
  background: #FFF;
  opacity: 1;
}
.relatedSwiper .swiper-pagination-bullet-active {
  background: #000; 
}
.swiper-button-next-custom {
  z-index: 50;
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.swiper-button-prev-custom {
  z-index: 50;
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
   opacity: 0.85;
}
.relatedSwiper .swiper-pagination {
  position: static; 
  text-align: left;
}
.slide-controls {;
  margin-top: 60px;
}
.slide-controls .span6:last-child {
  justify-content: flex-end; 
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}


/* Responsive */
@media (max-width: 1200px) {
  .blog-featured .container-right-full {
    width: 100%;
    max-width: 1250px;
    padding: 0 40px;
    padding-right: 0;
    margin: auto;
  } 
}
@media (max-width: 768px) {
  .blog-featured {
    padding: 60px 0 0 0; 
  }
  .blog-featured .container-right-full {
    width: 100%;
    max-width: 1250px;
    padding: 0 40px;
    margin: auto;
  }
  .blog-content {
    margin-top: -120px; 
    margin-top: 0;
  }
  .related-blogs h3 {
    font-size: 38px;  
  }
  .slide-controls {
    display: grid!important; 
  }
  .share-article {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .share-article li:first-child {
    margin-right: 5px; 
  }
  .blog-featured p {
    border: 0; 
    padding-top: 0;
  }
  .related-blogs {
    padding: 0px 0;
    background: #FFF;
    margin-bottom: 40px;
  } 
  .blog-subscription h3 {
    background: transparent;
    padding: 0;
  }
  .blog-subscription h3 span {
    display: inline-block;
    background: #fef323;
    padding: 8px 10px;
    width: 260px;
  }
  .blog-subscription form {
    display: block; 
  }
  .blog-subscription input[type=email] {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-subscription .hs_submit input {
    width: auto!important;
    margin-top: -5px;
    display: inline-block;
    padding: 18px 29px!important;
  }
}
@media (max-width: 480px) {
  .blog-featured h1{
    font-size: 27px;
  } 
  .meta h3, .meta h3 a {
    font-size: 20px; 
  }
  .meta-info {
    font-size: 16px; 
  }
  .share-article li:first-child{
    font-size: 16px; 
  }
  .blog-featured p{
    font-size: 20px; 
  }
  .blog-content {
    margin-top: -350px;
    margin-top: 0;
  }
  .blog-content h2 {
    font-size: 27px; 
    line-height: 1.60;
  }
  .blog-content h3 {
    font-size: 20px; 
  }
  .slide-controls {
    display: block!important; 
  }
  .slide-controls .span6:last-child {
    display: none;
  } 
  .relatedSwiper .swiper-pagination {
    text-align: center; 
  }
}
@media (max-width: 400px) {
  .blog-subscription h3 span {
    width: 100%; 
  }
}

@media (min-width: 1250px) {
  .blog-featured .row-fluid {
    align-items: flex-start; 
  }
}