.post_banner .head{
  max-width: 98.1rem;
  padding-top: 0;
  padding-bottom: 1rem;
}
.post_banner .head h1{
  font-size: 6.4rem;
  line-height: 7.6rem;
  margin-top: 1.4rem;
}

.post_banner .info{
  margin-top: 4.2rem;
  display: flex;
  gap: 4rem;
  align-items: center;
}
.post_banner .info .item{
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
.post_banner .info p{
  margin: 0;
  color: white;
}
.post_banner .info span{
  font-size: 1.5rem;
  color: #999999;
}
.post_banner .info .icon{
  width: 4.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  height: 4.5rem;
  border-radius: 50%;
  background-color: var(--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_banner .info .item:has(img) span{
  font-size: 1.7rem;
}
.post_banner .info .icon:has(img){
  width: 1.7rem;
  height: 1.7rem;
  background-color: unset;
  border-radius: 0;
}

.post_details {
  padding: 0 0 12.3rem;
  font-family: 'Outfit', sans-serif;
  position: relative;
  z-index: 9;
}

.post_details .col_left {
  width: 70.48%;
  margin-right: auto;
  margin-top: -8rem;
}

.post_details .col_right {
  width: 25.13%;
  padding-top: 7.3rem;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}


.post_details .hidden_img {
  display: none;
}

.post_details .img_cv {
  object-fit: cover;
  width: 100%;
  height: 100%;

}

.post_details .feat_img_wrap {
  width: 100%;
  aspect-ratio: 1012/570;
  margin-bottom: 4.5rem;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 3.3rem) 0, 100% 3.3rem, 100% 100%, 3.3rem 100%, 0 calc(100% - 3.3rem));
  overflow: hidden;
}

.post_details .feat_img_wrap > img {
  display: block;
  margin-top: 0 !important;
}

.post_details .post_details_con {
  font-size: 1.7rem;
  line-height: 1.7;
}

.post_details .post_details_con p {
  margin-bottom: 1.7rem;
  font-size: 1.75rem;
  line-height: 3.3rem;
  color: #666666;
}
.post_details .post_details_con p:has(strong) {
  margin-bottom: 1rem;
}
.post_details .post_details_con p strong {
  color: var(--title);
  font-weight: 500;
}

.post_details .post_details_con h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--title);
  margin-top: 3rem;
  margin-bottom: 0.1rem;
  text-transform: uppercase;
  max-width: 100%;
}

.post_details .post_details_con h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--title);
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  max-width: 100%;
}

.post_details .post_details_con img{
  margin-top: 4.2rem;
  clip-path: polygon(0 0, calc(100% - 3.3rem) 0, 100% 3.3rem, 100% 100%, 3.3rem 100%, 0 calc(100% - 3.3rem));
}

/* Post Footer (Tags & Share) */
.post_details .post_footer {
  margin-top: 4.2rem;
  padding-top: 2.3rem;
  border-top: 1px solid #e8e8e8;
}

.post_details .post_footer_title {
  font-size: 1.8rem;
  color: #333333;
  font-weight: 500;
  margin-right: 2rem;
}

.post_details .tags_list {
  gap: 1rem;
}
.post_details .share .post_footer_title{
  font-size: 1.6rem;
}
.post_details .tag_item {
  background: #f5f5f5;
  color: #000;
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  transition: all 0.3s ease;
}

.post_details .tag_item:hover {
  background: var(--primary);
  color: #fff;
}

.post_details .share_list {
  gap: 1.2rem;
}

.post_details .share_item {
  width: 4.4rem;
  height: 4.4rem;
  background: #f5f5f5;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.post_details .share_item:hover {
  background: var(--primary);
  color: #fff;
}
.post_details .share_item:hover svg{

  fill: #fff;
}

.post_details .share_item svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #000;
}

/* Sidebar Widgets */
.post_details .widget {
  background: #f6f6f6;
  padding: 2.6rem 3rem;
}

.post_details .widget_title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0c0c0c;
  margin-bottom: 3rem;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 1.6rem;
}

/* TOC */
.post_details .toc_list {
  list-style: none;
  padding-left: 2rem;
}

.post_details .toc_list > li {
  margin-bottom: 1.2rem;
}

.post_details .toc_list > li > a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #666666;
  display: block;
  margin-bottom: 0.8rem;
}

.post_details .toc_sublist {
  list-style: none;
  padding-top: 0.5rem;
}
.post_details .toc_list > li + li{
  margin-top: 2.5rem;
}
.post_details .toc_sublist li a {
  font-size: 1.4rem;
  color: #666666;
  display: flex;
  gap: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
  transition: color 0.3s;
}
.post_details .toc_sublist li + li{
  margin-top: 0.8rem;
}
.post_details .toc_sublist li a:hover {
  color: var(--primary);
}



.post_details .related_list {
  list-style: none;
}

.post_details .related_item {
  border-bottom: 1px solid rgba(0,0,0,0.14);
}
.post_details .related_item:first-child .related_link{
  padding-top: 1rem;
}
.post_details .related_item:last-child {
  border-bottom: none;
}

.post_details .related_link {
  display: flex;
  gap: 2rem;
  padding: 2.4rem 0;
  align-items: center;
  transition: background 0.3s;
}

.post_details .related_link:hover {
  background: rgba(0,0,0,0.03);
}

.post_details .related_img {
  width: 8.5rem;
  height: 6.4rem;
  flex-shrink: 0;
}

.post_details .related_info h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--title);
  line-height: 1.4;
  margin-bottom: 0.6rem;
  transition: color 0.3s;
}

.post_details .related_link:hover .related_info h4 {
  color: var(--primary);
}

.post_details .related_info p {
  font-size: 1.35rem;
  color: #999;
}

/* Custom Paint CTA */
.post_details .custom_widget {
  background: transparent;
  border: 1.4px solid var(--primary);
  text-align: center;
  padding: 6.1rem 3.8rem;
  background-color: #F6F6F6;
}

.post_details .custom_widget .widget_title {
  font-size: 2.4rem;
  padding-bottom: 0;
  border: none;
  margin-bottom: 1.5rem;
}

.post_details .custom_widget p {
  font-size: 1.6rem;
  color: #8c8c8c;
  line-height: 2.6rem;
  margin-bottom: 2.5rem;

}
.post_details .custom_widget .btn{
  background-color: var(--primary);
}

.post_details .custom_widget .btn:hover{
  background-color: transparent;
}

.related_post {
    background-color: #F7F7F7;
    padding: 12.5rem 0 11rem;
}
.related_post .head {
    margin-bottom: 4rem;
}
.related_post .subtitle {
  margin-bottom: 0.4rem;
}
.related_post h2 {
  max-width: 45rem;
}
.related_post .head .desc{
  max-width: 65rem;
} 
.related_post .head_icon {
    margin-top: 3.5rem;
    width: 64.7rem;
    max-width: 100%;
}




.related_post .card {
  background: #fff;
  border: 1px solid #eeeeee;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.related_post .card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05);
  border-color: #d1d9e6;
}
.related_post .card .img_wrap {
  position: relative;
  aspect-ratio: 456/264;
  overflow: hidden;
}
.related_post .card .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.related_post .card:hover .img_wrap img {
  transform: scale(1.05);
}
.related_post .card .tag {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  background: var(--primary);
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  padding: 0 1.2rem;
  clip-path: polygon(0 0, calc(100% - 0.8rem) 0, 100% 0.8rem, 100% 100%, 0.8rem 100%, 0 calc(100% - 0.8rem));
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
}
.related_post .card .info {
  padding: 4rem 2.9rem 3rem;
  background: #fff;
}
.related_post .card .date {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--primary);
  margin-bottom: 1rem;
}
.related_post .card strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.3;
  color: var(--title);
  margin-bottom: 2rem;
  text-transform: uppercase;
  max-width: 26.3rem;
}
.related_post .card p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 3.5rem;
}
.related_post .card .learn_more {
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--primary);
  transition: opacity 0.3s;
}
.related_post .card .learn_more svg {
  width: 1.4rem;
  height: 1.4rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin-left: 0.8rem;
  transition: transform 0.3s;
}
.related_post .card:hover .learn_more svg {
  transform: translateX(0.4rem);
}


.related_post .related_post_swiper{
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .post_details .col_left {
    width: 65.48%;
  }
  .post_details .col_right{
    width: 30.13%;
  }
}



@media screen and (max-width: 768px) {
  .post_banner .head{
    padding-top: 80px;
  }
  .post_banner .head h1{
    font-size: 25px;
    line-height: 1.5;
  }
  .post_banner .info{
    margin-top: 20px;
    gap: 15px;
  }
  .post_details .col_left{
    margin-top: 0;
  }
  .post_banner .info .icon{
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 14px;
  }
  .post_banner .info span{
    font-size: 14px;
  }
  .post_banner .info .item:has(img) span{
    font-size: 14px;
  }
  .post_details{
    padding: 40px 0;
  }
  .post_details .content > .flex{
    flex-flow: wrap;
  }
  .post_details .col_left{
    width: 100%;
  }
  .post_details .col_right{
    width: 100%;
    padding-top: 30px;
    gap: 20px;
  }
  .post_details .feat_img_wrap{
    margin-bottom: 15px;
  }
  .post_details .post_details_con p{
    font-size: 14px;
    line-height: 1.5;
  }
  .post_details .post_details_con h2{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .post_details .post_footer{
    flex-flow: wrap;
  }
  .post_details .post_footer .tags{
    gap: 15px;
  }
  .post_details .post_footer_title, .post_details .share .post_footer_title{
    font-size: 15px;
  }
  .post_details .tag_item{
    font-size: 14px;
  }
  .post_details .post_footer .share{
    margin-top: 15px;
  }
  .post_details .share_item{
    width: 40px;
    height: 40px;
  }
  .post_details .widget{
    padding: 20px;
  }
  .post_details .widget_title{
    font-size: 17px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .post_details .related_item:first-child .related_link{
    padding: 15px 0;
  }
  .post_details .custom_widget .widget_title{
    font-size: 15px;
    margin-bottom: 15px;
  }
  .post_details .custom_widget p{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .related_post{
    padding: 40px 0;
  }

  .related_post .card .img_wrap{
    aspect-ratio: 1/0.8;
  }
  .related_post .card .tag{
    top: 10px;
    left: 10px;
    font-size: 13px;
    letter-spacing: 0;
    height: 22px;
  }
  .related_post .card .info{
    padding: 15px;
  }
  .related_post .card .date{
    font-size: 13px;
  }
  .related_post .card strong{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .related_post .card p{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .related_post .card .learn_more{
    font-size: 13px;
  }
  .related_post .card .learn_more svg{
    width: 10px;
    height: 10px;
  }

}