/* ================= section02 ================= */
.post_section02 {
  background-color: #eff5f9;
  padding: 20.7rem 0 6rem;
  font-family: 'Manrope', sans-serif;
}

.post_section02 .head {
  flex: 1;
  max-width: 68rem;
}

.post_section02 .syedittext h1 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--title);
  margin-bottom: 4.5rem;
  max-width: 58rem;
}

.post_section02 .metadata {
  gap: 1.5rem 6.5rem;
  flex-flow: wrap;
}

.post_section02 .meta_item {
  gap: 1.5rem;
}

.post_section02 .icon {
  width: 4.05rem;
  height: 4.05rem;
  min-width: 4.05rem;
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
}

.post_section02 .icon img {
  max-width: 65%;
  max-height: 65%;
}

.post_section02 .icon.date img {
  max-width: 80%;
  max-height: 80%;
}

.post_section02 .meta_text {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 500;
}

.post_section02 .meta_text a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.post_section02 .meta_text a:hover {
  color: var(--primary);
}

.post_section02 .img_content {
  width: 76rem;
  aspect-ratio: 760/572;
  border-radius: 3.9rem;
  overflow: hidden;
  flex-shrink: 0;
  transform: translateX(14rem);
}

.post_section02 .img_content .img_cv {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ================= section03 ================= */
.post_section03 {

  padding: 12rem 0 7rem;
  color: var(--text);
  background: #ffffff;
}

.post_section03 .content {
  gap: 14rem;
}

.post_section03 .main_col {
  width: 65.67%;
}

.post_section03 .side_col {
  width: 23.88%;
  position: sticky;
  top: 12rem;
}

.post_section03 h2 {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--title);
  line-height: 1.4;
  margin-bottom: 2rem;
  max-width: 100%;
}

.post_section03 h3{
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--title);
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.post-details img {
  width: 100%;
  height: auto;
  border-radius: 2.4rem;
}

.post-details img+p {
  margin-top: 3rem;
}

.post_section03 p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #60686d;
  font-weight: 500;
  margin-bottom: 2.8rem;
}


.post-details .check_list {
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.post-details ul li {
  font-size: 2rem;
  font-weight: 600;
  color: var(--title);
  position: relative;
  padding-left: 3.1rem;
}

.post-details ul li a {
  color: inherit;
  transition: color 0.3s;
}

.post-details ul li a:hover {
  color: var(--primary);
}

.post-details ul{
  margin-bottom: 3.5rem;
}

.post-details ul li+li {
  margin-top: 1.2rem;
}

.post-details ul+img {
  margin-top: 6rem;
}

.post-details ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url('../img/list_icon.svg') no-repeat center/contain;
}

.post_section03 .check_icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.post_section03 .tags_wrap {
  border-top: 1px solid rgba(25, 25, 30, 0.15);
  padding-top: 2rem;
  gap: 3.7rem;
  margin-top: 6rem;
}

.post_section03 .tags_label {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  display: inline-block;
}

.post_section03 .tags {
  gap: 1.5rem;
}

.post_section03 .tag {
  background: #f2f6f7;
  border-radius: 0.6rem;
  padding: 0.6rem 1.6rem;
  font-size: 1.6rem;
  color: #4c4c4c;
}

.post_section03 .search_box {
  border: 1px solid #b2b2b2;
  border-radius: 0.8rem;
  padding: 0 2.4rem 0 2rem;
  height: 5.5rem;
  margin-bottom: 2.5rem;
}

.post_section03 .search_box input {
  border: none;
  background: none;
  outline: none;
  font-size: 1.7rem;
  color: var(--title);
}

.post_section03 .search_box input::placeholder {
  color: var(--text);
}

.post_section03 .search_box input[type="submit"] {
  width: 2.2rem;
  height: 2.2rem;
  background: url('../img/post-search.svg') no-repeat center/contain;
  display: inline-block;
  text-indent: -99999px;
}

.post_section03 .category_widget {
  background: var(--primary);
  border-radius: 2.4rem;
  padding: 4rem 3rem;
  margin-bottom: 4rem;
}

.post_section03 .category_widget h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  padding-bottom: 1.8rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  position: relative;
}

.post_section03 .category_widget h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 9.2rem;
  background: #fff;
}

.post_section03 .cat_list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.post_section03 .cat_list li a {
  font-size: 1.8rem;
  color: #fff;
  opacity: 0.7;
  transition: all 0.3s ease;
  gap: 1.2rem;
  text-decoration: none;
}

.post_section03 .cat_list li:hover a,
.post_section03 .cat_list li.active a {
  opacity: 1;
  font-weight: 500;
}

.post_section03 .cat_list li svg {
  width: 1rem;
  height: 1.6rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.post_section03 .social_links {
  gap: 1.5rem;
}

.post_section03 .social_link {
  width: 3.2rem;
  height: 3.2rem;
  color: var(--title);
  text-decoration: none;
  transition: color 0.3s ease;
}

.post_section03 .social_link:hover {
  color: var(--primary);
}

.post_section03 .social_link svg {
  height: 1.8rem;
  width: auto;
  fill: currentColor;
}

.post_section03 .social_link img {
  height: 1.8rem;
  width: auto;
  object-fit: contain;
  transition: all 0.3s;
}

.post_section03 .social_link {
  width: 4.8rem;
  height: 4.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  background-color: transparent;
  transition: all 0.3s;
}

.post_section03 .social_link.active {
  background-color: var(--primary);
}

.post_section03 .social_link.active img {
  filter: brightness(100);
}

.post_section03 .social_link.blue_circle img {
  height: 2.2rem;
}

.home_section03 p.center {
  margin-top: 5.7rem;
}

.home_section03 .tabs {
  gap: 1rem;
}

.home_section03 .tab {
  padding: 1.2rem 3.2rem;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #c4c4c4;
  background: #fff;
  color: var(--text);
  transition: all .3s;
}

.home_section03 .tab.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}


/* ================= section04 ================= */
.post_section04 {
  padding: 10rem 0;
  font-family: inherit;
  color: var(--text);
  overflow: hidden;
  position: relative;
}

.post_section04 .content {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 4rem;
  position: relative;
}

/* --- Head --- */
.post_section04 .head {
  margin-bottom: 5rem;
}

.post_section04 h2 {
  font-size: 3.8rem;
  font-weight: 700;
  color: var(--title);
  margin: 0;
}

/* --- Tabs --- */
.post_section04 .tabs {
  gap: 1.5rem;
}

.post_section04 .tab_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  padding: 0 2.4rem;
  border-radius: 2.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--title);
  border: 1.5px solid #c4c4c4;
  cursor: pointer;
  transition: all 0.3s ease;
}

.post_section04 .tab_btn.active,
.post_section04 .tab_btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* --- Carousel --- */
.post_section04 .carousel_wrapper {
  position: relative;
}

.post_section04_swiper {
  width: 100%;
  overflow: visible;
}

.post_section04_swiper .swiper-slide {
  width: 32.8rem;
  transition: width 0.4s ease;
  opacity: 0.6;
}

.post_section04_swiper .swiper-slide-active,
.post_section04_swiper .swiper-slide:hover {
  opacity: 1;
}

.post_section04_swiper .swiper-slide-active {
  width: 53.6rem;
}

/* --- Cards --- */
.post_section04 .card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.post_section04 .img.img_cv {
  height: 29.2rem;
  border-radius: 2.6rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.post_section04 .img.img_cv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.post_section04 .card:hover .img.img_cv img {
  transform: scale(1.05);
}

.post_section04 .text_box {
  background: #f7f8f9;
  border-radius: 2.2rem;
  padding: 3.5rem 3rem 3rem 3rem;
  margin-top: -6rem;
  position: relative;
  z-index: 2;
  height: 19rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background 0.4s ease;
}

.post_section04_swiper .swiper-slide-active .text_box {
  background: var(--primary);
}

.post_section04 .text_box h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--title);
  line-height: 1.4;
  margin: 0;
  max-width: 100%;
  transition: color 0.4s ease;
}

.post_section04_swiper .swiper-slide-active .text_box h3 {
  color: #fff;
}

.post_section04 .meta {
  font-size: 1.6rem;
  gap: 1rem;
}

.post_section04 .tag {
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.4s ease;
}

.post_section04 .date {
  color: #595959;
  font-weight: 500;
  transition: color 0.4s ease;
}

.post_section04_swiper .swiper-slide-active .tag,
.post_section04_swiper .swiper-slide-active .date {
  color: #fff;
  opacity: 0.85;
}

/* --- Navigation Controls --- */
.post_section04 .btn_prev,
.post_section04 .btn_next {
  position: absolute;
  top: calc(50% - 3rem);
  transform: translateY(-50%);
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.post_section04 .btn_prev {
  left: -8rem;
  background: #fff;
  border: 1.5px solid #0c0c0c;
  color: #0c0c0c;
  opacity: 0.5;
}

.post_section04 .btn_prev.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.post_section04 .btn_prev:hover {
  opacity: 1;
}

.post_section04 .btn_next {
  right: -8rem;
  background: var(--secondary);
  border: 1.5px solid var(--secondary);
  color: #fff;
}

.post_section04 .btn_next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.post_section04 .btn_prev::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-135deg);
  margin-left: 5px;
}

.post_section04 .btn_next::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-right: 5px;
}

/* --- View More Button --- */
.post_section04 .view_more_wrap {
  margin-top: 6rem;
}

.post_section04 .view_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17.3rem;
  height: 6.2rem;
  border-radius: 3.1rem;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.post_section04 .view_more:hover {
  background: var(--primary);
  color: #fff;
}


.wp-block-columns{
  gap: 2rem !important;
}

/* ================= Responsive: 1220px ================= */
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .post_section02 {
    padding: 10rem 0;
  }

  .post_section02 .content {
    padding: 0 4rem;
    gap: 4rem;
  }

  .post_section02 .head {
    max-width: 50rem;
  }

  .post_section02 .syedittext h2 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
    max-width: 100%;
  }

  .post_section02 .img_content {
    width: 50rem;
    height: 40rem;
  }

  .post_section03 .content {
    gap: 6rem;
  }

  .post_section03 .side_col {
    width: 28rem;
  }

  .post_section03 h2 {
    font-size: 2.4rem;
  }
  .post_section03 h3{
    font-size: 1.8rem;
  }

  .post_section04 .btn_prev {
    left: -2rem;
  }

  .post_section04 .btn_next {
    right: -2rem;
  }

  .post_section04 .carousel_wrapper {
    padding: 0 6rem;
  }

  .post_section04_swiper .swiper-slide {
    width: 45%;
  }

  .post_section04_swiper .swiper-slide-active {
    width: 50%;
  }
}

/* ================= Responsive: 1024px ================= */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .post_section02 .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 5rem;
  }

  .post_section02 .head {
    max-width: 100%;
  }

  .post_section02 .syedittext h2 {
    max-width: 80rem;
  }

  .post_section02 .img_content {
    width: 100%;
    height: 50rem;
    border-radius: 3rem;
  }

  .post_section03 .content {
    gap: 4rem;
  }

  .post_section03 .side_col {
    width: 26rem;
  }

  .post_section03 .desc {
    font-size: 1.6rem;
  }

  .post_section03 h2 {
    font-size: 2.2rem;
  }
  .post_section03 h3{
    font-size: 1.6rem;
  }

  .post_section03 .check_list li {
    font-size: 1.8rem;
  }

  .post_section04 h2 {
    font-size: 3.2rem;
  }

  .post_section04_swiper .swiper-slide {
    width: 45%;
  }

  .post_section04_swiper .swiper-slide-active {
    width: 50%;
  }
  .post_section02 .img_content{
    width: 100%;
    transform: translateX(0);
  }
}

/* ================= Responsive: 896px ================= */
@media screen and (min-width: 769px) and (max-width: 896px) {
  .post_section02 .syedittext h2 {
    font-size: 3.2rem;
  }

  .post_section02 .img_content {
    height: 45rem;
  }

  .post_section03 .content {
    flex-direction: column;
    gap: 6rem;
  }
  .post_section03 .main_col{
    width: 100%;
  }

  .post_section03 .side_col {
    width: 100%;
  }

  .post_section04 .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }

  .post_section04 .carousel_wrapper {
    padding: 0 4rem;
  }
}

/* ================= Mobile: 768px ================= */
@media screen and (max-width: 768px) {

  /* section02 */
  .post_section02 {
    padding: 100px 0 40px;
  }

  .post_section02 .content {
    flex-direction: column;
    padding: 0 20px;
    gap: 25px;
  }

  .post_section02 .head {
    max-width: 100%;
  }

  .post_section02 .syedittext h1 {
    font-size: 25px;
    margin-bottom: 20px;
    max-width: 100%;
    line-height: 1.5;
  }

  .post_section02 .metadata {
    flex-wrap: wrap;
    gap: 15px;
  }

  .post_section02 .meta_item {
    gap: 10px;
  }

  .post_section02 .meta_text {
    font-size: 14px;
  }

  .post_section02 .icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .post_section02 .img_content {
    width: 100%;
    height: auto;
    border-radius: 16px;
    transform: none;
    aspect-ratio: auto;
  }

  /* section03 */
  .post_section03 {
    padding: 40px 0;
  }

  .post_section03 .content {
    flex-direction: column;
    gap: 30px;
  }
  
  .post_section03 .main_col {
    width: 100%;
    order: 1;
  }

  .post_section03 .side_col {
    width: 100%;
    position: static;
    order: 9;
  }

  .post_section03 h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .post_section03 h3{
    font-size: 18px;
  }

  .post_section03 p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  

  .post-details img {
    border-radius: 16px;
    width: 100%;
    height: auto;
    flex: unset ;
  }
  .post-details .wp-block-image{
    width: 100% !important;
  }

  .post-details ul{
    margin-bottom: 2rem;
  }

  .post-details img+p {
    margin-top: 15px;
  }

  .post-details ul li {
    font-size: 16px;
    display: list-item;
  }

  .post-details ul li:before {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 8px;
    transform: translateY(2px);
  }

  .post-details ul+img {
    margin-top: 30px;
  }

  .post-details .check_list {
    margin-bottom: 30px;
    gap: 12px;
  }

  .post_section03 .tags_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
    padding-top: 15px;
  }

  .post_section03 .tags_label {
    font-size: 14px;
  }

  .post_section03 .tag {
    font-size: 14px;
    padding: 5px 12px;
  }

  .post_section03 .search_box {
    height: 44px;
    padding: 0 16px;
    margin-bottom: 20px;
  }

  .post_section03 .search_box input {
    font-size: 14px;
  }

  .post_section03 .category_widget {
    padding: 25px 20px;
    border-radius: 16px;
    margin-bottom: 25px;
  }

  .post_section03 .category_widget h3 {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }

  .post_section03 .cat_list {
    gap: 12px;
  }

  .post_section03 .cat_list li a {
    font-size: 14px;
  }

  .post_section03 .social_link {
    width: 38px;
    height: 38px;
  }

  .post_section03 .social_link img {
    height: 14px;
  }

  .post_section03 .social_link.blue_circle img {
    height: 18px;
  }

  /* section04 */
  .post_section04 {
    padding: 40px 0;
    overflow: hidden;
  }

  .post_section04 .content {
    padding: 0 20px;
  }

  .post_section04 .head {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .post_section04 h2 {
    font-size: 22px;
    line-height: 1.3;
    text-align: left;
  }

  .post_section04 .tabs {
    max-width: 100%;
    gap: 8px;
    justify-content: left;
    overflow: auto;
  }

  .post_section04 .tab_btn {
    height: 38px;
    font-size: 14px;
    padding: 0 18px;
    white-space: nowrap;
  }

  .post_section04_swiper {
    overflow: visible;
  }

  .post_section04_swiper .swiper-slide,
  .post_section04_swiper .swiper-slide-active {
    width: 280px;
    opacity: 1;
  }

  .post_section04 .btn_prev,
  .post_section04 .btn_next {
    display: none;
  }

  .post_section04 .carousel_wrapper {
    padding: 0;
  }

  .post_section04 .img.img_cv {
    height: 200px;
    border-radius: 12px;
  }

  .post_section04 .text_box {
    height: auto;
    min-height: 140px;
    padding: 20px;
    border-radius: 16px;
    margin-top: -30px;
  }

  .post_section04 .text_box h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .post_section04 .meta {
    font-size: 14px;
  }

  .post_section04 .view_more_wrap {
    margin-top: 30px;
  }

  .post_section04 .view_more {
    width: 150px;
    height: 44px;
    font-size: 14px;
  }

  .home_section03 .tab {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* ================= Small Mobile: 576px ================= */
@media screen and (max-width: 576px) {

  /* section02 */
  .post_section02 .syedittext h1 {
    font-size: 22px;
  }

  .post_section02 .metadata {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  /* section03 */
  .post_section03 h2 {
    font-size: 20px;
  }

  .post_section03 p {
    font-size: 13px;
  }

  .post-details ul li {
    font-size: 14px;
  }

  .post_section03 .category_widget h3 {
    font-size: 16px;
  }

  .post_section03 .cat_list li a {
    font-size: 13px;
  }

  /* section04 */
  .post_section04 h2 {
    font-size: 20px;
  }

  .post_section04 .tab_btn {
    font-size: 13px;
  }

  .post_section04_swiper .swiper-slide,
  .post_section04_swiper .swiper-slide-active {
    width: 240px;
  }

  .post_section04 .img.img_cv {
    height: 180px;
  }

  .post_section04 .text_box {
    padding: 20px 15px;
  }

  .post_section04 .text_box h3 {
    font-size: 14px;
  }

  .post_section04 .view_more {
    width: 130px;
    height: 40px;
    font-size: 13px;
  }
}