*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
a{
  color: black;
  text-decoration: none;
}
a:hover{
  transition-duration: 0.3s;
  color: gray;
}

.trending-wrap-xv01 {
  max-width: 1400px;
  margin: 3rem auto 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}

.trending-tags-xv01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.tag-btn-xv01 {
  background-color: #f2f2f2;
  border: none;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.3s;
}

.tag-btn-xv01:hover {
  background-color: #ddd;
}

.headline-xv01 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}

.main-grid-xv01 {
  display: grid;
  grid-template-columns: 3.2fr 1fr;
  font-family: Arial, Helvetica, sans-serif;
  gap: 20px;
}

.main-img-xv01 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.side-imgs-xv01 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.side-imgs-xv01 img{
  border-radius: 0px !important;
}

.side-imgs-xv01 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

/* Responsive design */
@media (max-width: 767.98px) {
  .main-grid-xv01 {
    grid-template-columns: 1fr;
  }

  .side-imgs-xv01 {
    gap: 10px;
  }

  .side-imgs-xv01 img {
    display: none;
  }

  .headline-xv01 {
    font-size: 18px;
  }
  .news-wrapper-xd01 {
    flex-direction: column;
  }
  .dhehayiiu {
    flex-direction: column;
  }
  .ad-img-ax98 {
    display: none;
  }
  .live-feed-container-mq01 {
    height: fit-content !important;
  }
}


.news-wrapper-xd01 {
  display: flex;
  gap: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: center;
  padding: 1rem 0;
}

.news-card-xd01 {
  flex: 1 1 45%;

  overflow: hidden;

  display: flex;
  flex-direction: column;
}
.news-card-xd012 h3{
  font-size: 1.1rem;
  font-weight: 400;
}
.news-card-xd013 h3{
  font-size: 1.1rem;
  font-weight: 400;
}
.jmjb{
    font-size: 1.1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dddd;
}
.news-card-xd012 {
  flex: 1 1 30%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  
}
.colores{
  font-family: Arial, Helvetica, sans-serif;
}
.news-card-xd013 {
  flex: 1 1 23%;
  overflow: hidden;

  display: flex;
  flex-direction: column;
}

.news-img-xd01 {
  width: 100%;
  height: auto;
  border-radius: 10px ;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.flipm{
  border-bottom: 1px solid #dddd;
}

.news-text-xd01 h3 {
  font-size: 1.07rem;
  font-weight: 600;
  letter-spacing: -0.01rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.lock-icon-xd01 {
  color: goldenrod;
  font-size: 1rem;
  vertical-align: middle;
}

.news-time-xd01 {
  font-size: 0.85rem;
  color: gray;
  margin-top: 0.5rem;
}

/* Responsive behavior */
@media screen and (max-width: 767.98px) {
  .news-card-xd01 {
    flex: 1 1 100%;
  }
   .news-card-xd012 {
    flex: 1 1 100%;
  }
   .news-card-xd013 {
    flex: 1 1 100%;
  }
}
.spoagekj{
  font-weight: 700;
}



.live-feed-container-mq01 {
  padding: 1rem;
   position: sticky;
  top: 50px;
  height: 100vh;
  z-index: 2;
  font-family: sans-serif;
}
.live-feed-container-mq012 {
  padding: 1rem;

  font-family: sans-serif;
}
.live-feed-title-mq01 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.arrow-mq01 {
  color: #888;
  font-size: 1.2rem;
}

.live-feed-tabs-mq01 {
  display: flex;
  gap: 1rem;
  border-bottom: 2px solid #eee;
  margin-bottom: 1rem;
}

.tab-btn-mq01 {
  background: none;
  border: none;
  font-weight: 500;
  padding: 0.5rem 0;
  cursor: pointer;
  font-size: 0.73rem;

  border-bottom: 2px solid transparent;
}

.tab-btn-mq01.active {
  color: red;
  border-color: red;
}

.tab-section-mq01 {
  display: none;
}

.tab-section-mq01.show {
  display: block;
}

.feed-item-mq01 {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.feed-time-mq01 {
  display: flex;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: #555;
  position: relative;
  min-width: 50px;
}


.circle-mq01 {
  width: 1rem;
  height: 1rem;
  background-color: red;
  border-radius: 50%;
  font-size: 0.7rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}

.feed-time-mq01::after {
  content: "";
  height: 90%;
  width: 2px;
  background: #ccc;
  position: absolute;
  top: 1.3rem;
  left: 0.42rem;
}

.feed-item-mq01 p {
  font-size: 1rem;
  margin: 0;
}

.lock-mq01 {
  color: goldenrod;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 600px) {
  .feed-item-mq01 {
    flex-direction: row;
  }

  .live-feed-tabs-mq01 {
    flex-wrap: wrap;
  }

  .tab-btn-mq01 {
    font-size: 0.95rem;
  }
}



.summer-series-section {
  padding: 2rem;
  margin-top: 3rem;
  background-color: #0c1d29;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.summer-series-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.summer-series-header h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.foiip span{
  padding-left: 0.5rem;
}
.foiip{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 1.9rem 0;
}

.summer-series-nav {
  display: flex;
  gap: 0.5rem;
}

.summer-series-btn {
  background-color: #1a3a50;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.2rem;
}

.summer-series-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.summer-series-wrapper::-webkit-scrollbar {
  display: none;
}

.summer-series-card {
  flex: 0 0 calc(22% - 0.8rem); /* 5 cards per row minus gap */
  background-color: #122c3c;
  padding: 1rem;
  border-radius: 10px;
  scroll-snap-align: start;
}

.summer-series-img-container {
  position: relative;
}

.summer-series-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.summer-series-tag {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background-color: #f7c948;
  color: #000;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.85rem;
}

.summer-series-title {
  font-size: 1rem;
  margin: 1rem 0 0.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.summer-series-meta {
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  color: #ccc;
}

@media (max-width: 1200px) {
  .summer-series-card {
    flex: 0 0 calc(25% - 0.8rem); /* 4 cards */
  }
}

@media (max-width: 992px) {
  .summer-series-card {
    flex: 0 0 calc(33.33% - 0.8rem); /* 3 cards */
  }
}

@media (max-width: 767.98px) {
  .summer-series-card {
    flex: 0 0 calc(50% - 0.8rem); /* 2 cards */
  }
}

@media (max-width: 480px) {
  .summer-series-card {
    flex: 0 0 100%; /* 1 card */
  }
}



 .tour-main-heading {
      font-size: 1.7rem;
      font-weight: 500;
      font-family: Arial, Helvetica, sans-serif;

    }
    .topio{
      margin: 2rem 0;
      font-size: 1.8rem;
    }

.tour-main-heading img {
  filter: invert(100%) !important;
}

    .tour-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .tour-main-article {
      grid-row: span 2;
    }

    .tour-card {
     
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .tour-image {
      width: 100%;
       border-radius: 10px;
      height: auto;
      display: block;
    }

    .tour-title {
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
      padding: 10px 0px 0;
      font-size: 1rem;
    }

    .tour-meta {
      font-size: 0.85rem;
      color: #555;
      margin-top: 15px;
      font-family: Arial, Helvetica, sans-serif;
    }

    .tour-grid-small {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .lock-icon::after {
      content: "\1f512";
      margin-left: 5px;
    }

    .play-icon::after {
      content: "\25B6";
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px;
      background: #fff;
      border-radius: 50%;
      padding: 5px;
    }

    .video-duration {
      position: absolute;
      bottom: 8px;
      right: 10px;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      font-size: 0.75rem;
      padding: 2px 6px;
      border-radius: 4px;
    }

    .tour-video-card {
      position: relative;
    }

    @media screen and (max-width: 992px) {
      .tour-container {
        grid-template-columns: 1fr;
      }

      .tour-grid-small {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media screen and (max-width: 600px) {
      .tour-grid-small {
        grid-template-columns: 1fr;
      }
    }


   .main-news-container-x1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  padding: 2rem 0;
}

.news-column-x1 {
  display: flex;
  flex-direction: column;
}

.tags-wrapper-x1 {
  margin-bottom: 1rem;
}

.tag-item-x1 {
  display: inline-block;
  background: #f2f2f2;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 0.85rem;
  margin: 4px 4px 0 0;
}

.main-image-x1 img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}

.main-news-headline-x1 {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

.meta-x1 {
  font-size: 0.75rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sgadow {
  color: gray;
  font-size: 0.8rem;
}

@media (max-width: 767.98px) {
  img {
    aspect-ratio: 3 / 2;
  }
}
.news-container-xg25 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
}

/* Mobile & Tablet View */
@media (max-width: 768px) {
  .news-container-xg25 {
    grid-template-columns: 1fr; /* Stack in single column */
    gap: 1.5rem;
  }
}

.news-card-xg25 {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
  flex-wrap: wrap; /* Allow wrapping if needed on smaller screens */
}


    .meta-x1 img {
      width: 14px;
    }

    .sub-grid-news-x1 {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      gap: 1.5rem;
      margin-top: 1rem;
    }

    .sub-news-item-x1 {
      border-radius: 6px;
    }

    .sub-news-img-x1 {
      width: 100%;
      border-radius: 6px;
      margin-bottom: 0.5rem;
    }

    .sub-news-title-x1 {
      font-weight: 500;
      font-size: 0.95rem;
      margin-bottom: 0.2rem;
    }

    .sponsored-x1 {
      background-color: #eee;
      display: inline-block;
      padding: 2px 6px;
      border-radius: 4px;
      font-size: 0.7rem;
      margin-bottom: 4px;
    }

    /* @media (max-width: 767.98px) {
      .main-news-container-x1 {
        flex-direction: column;
      }
    } */



@media (max-width: 767.98px) {
  
    
}

p{
  margin: 0.7rem 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
}

/* 768px and above */
@media (min-width: 768px) {
  .region-grid-xr01 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(211px, 1fr)) !important;
    gap: 20px !important;
}
    
    
    .live-feed-container-mq01 {
      height: fit-content;
    }
       
        .ad-img-ax98 {
          display: none;
        }
        main{
          margin: 0 20px;
        }
        

}








    .sgadow{
      color: gray;
      font-size: 0.8rem;
    }


     .region-section-xr01 {
      max-width: 1400px;
      margin: auto;
      font-family: Arial, Helvetica, sans-serif;
    }
    .region-section-xr01 h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .region-grid-xr01 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 40px;
    }
    .region-column-xr01 h3 {
      font-size: 20px;
      margin-bottom: 15px;
    }
    .region-card-xr01 {
      display: flex;
      gap: 15px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 15px;
    }
    .region-card-xr01 img {
      width: 100px;
      height: 70px;
      object-fit: cover;
      border-radius: 5px;
      flex-shrink: 0;
    }
    .region-card-xr01 .content-xr01 {
      flex: 1;
    }
    .tag-xr01 {
      background: #ffdc00;
      color: #000;
      display: inline-block;
      font-size: 12px;
      padding: 2px 6px;
      border-radius: 3px;
      margin-bottom: 4px;

    }
    .region-card-xr01 p {
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 6px;
            margin-top: 0;
    }
    .meta-xr01 {
      font-size: 13px;
      color: #555;
    }
    .icon-lock-xr01::after {
      content: '\1F512';
      margin-left: 5px;
      font-size: 14px;
    }
    @media (max-width: 767.98px) {
      .region-card-xr01 {
        flex-direction: column;
      }
      .region-card-xr01 img {
        width: 100%;
        height: auto;
      }
      img{
        aspect-ratio: 3 / 2;
      }
    }

    


    /* Container */
.news-container-xg25 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

.news-card-xg25 {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}

.news-image-xg25 {
  width: 89px;
  height: 89px;
  object-fit: cover;
  border-radius: 8px;
}

/* Text Section */
.news-text-xg25 {
  flex: 1;
}

.news-title-xg25 {
  font-size: 14px;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.news-meta-xg25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  color: #666;
}

.news-logo-xg25 {
  width: 16px;
  height: auto;
}

/* Mobile Responsive */
@media (max-width: 767.98px) {
  .news-container-xg25 {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .trending-tags-xv01 {
    display: none;
  }
  .news-left-ax98 {
    grid-template-columns: 1fr !important;
  }
  .news-container-ax98 {
    flex-direction: column;
  }
  .video-wrapper-yu84 {
    padding: 0 !important;

  }
  .cate-sticky{
    display: none;
  }
  .popular-ad-kx1{
    display: none;
  }
  .news-card-xg25 {
    flex-direction: column;
    gap: 0.5rem;
  }

  .news-image-xg25 {
    width: 100%;
    height: auto;
  }
}






 .shp-wrap-x90r3 {
      background-color: #deddda;
      padding: 20px;
      border-radius: 10px;
      max-width: 1400px;
      font-family: Arial, Helvetica, sans-serif;
      margin: 20px auto;
    }

    .shp-header-x90r3 {
      margin-bottom: 10px;
    }

    .shp-header-x90r3 h2 {
      font-size: 28px;
      font-weight: bold;
    }

    .shp-header-x90r3 p {
      color: #4a4a4a;
      font-size: 15px;
    }

    .shp-grid-x90r3 {
      display: grid;
      grid-template-columns: 1.8fr 1fr 1fr;
      gap: 20px;
      margin-top: 20px;
    }

    .shp-main-item-x90r3 {
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .shp-main-item-x90r3 img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      object-fit: cover;
    }

    .shp-main-item-x90r3 .shp-desc-x90r3 {
      padding: 10px;
    }

    .shp-main-item-x90r3 h3 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 6px;
    }

    .shp-meta-x90r3 {
      color: #666;
      font-size: 13px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .shp-meta-x90r3 span::before {
      content: '\25CF';
      font-size: 10px;
      margin-right: 5px;
      color: red;
    }

    .shp-side-list-x90r3 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      grid-column: span 2;
    }

    .shp-side-item-x90r3 {
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .shp-side-item-x90r3 img {
      border-radius: 10px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .shp-side-item-x90r3 .shp-desc-x90r3 {
      padding: 10px;
    }

    .shp-side-item-x90r3 h4 {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 6px;
    }

    @media (max-width: 1023.99px) {
      .shp-grid-x90r3 {
        grid-template-columns: 1fr;
      }
      .shp-side-list-x90r3 {
        grid-template-columns: 1fr 1fr;
        grid-column: span 1;
      }
      .popular-ad-kx1 {
        display: none;
      }

    }
@media (min-width: 1024px) {
      .ad-img-ax98 {
            display: block !important;
          }

    .ad-img-ax98 {
        display: block !important;
    }
}
    @media (max-width: 600px) {
      .shp-side-list-x90r3 {
        grid-template-columns: 1fr;
      }
    }

.djnjtuh{
  position: sticky;
  top: 100px;
  height: fit-content;

}
.poablo img{
  aspect-ratio: 3/3;
  object-fit: cover;
}


    .card-grid-xr01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px 0;
  box-sizing: border-box;
}

.card-xr01 {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.card-xr01 img,
.card-xr01 .blank-xr01 {
  width: 130px;
  height: 100px;
  border-radius: 10px;
  background-color: #eee;
  object-fit: cover;
  flex-shrink: 0;
}

.blank-xr01 {
  display: block;
}

.text-xr01 {
  flex: 1;
}

.text-xr01 h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 8px;
  color: #111;
  line-height: 1.3;
}

.text-xr01 p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.source-xr01 {
  color: #007bff;
  font-weight: bold;
}

.date-xr01 {
  margin-left: 8px;
  color: #666;
}

@media screen and (max-width: 600px) {
  .card-xr01 {
    flex-direction: column;
  }

  .card-xr01 img,
  .card-xr01 .blank-xr01 {
    width: 100%;
    height: auto;
  }
}

.dhehayiiu{
  display: flex;
  gap: 1rem;
}



.news-wrap-xa71 {
  display: grid;
  font-family: Arial, Helvetica, sans-serif;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 0;
}

.news-item-xa71 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.news-num-xa71 {
  font-size: 24px;
  font-weight: 500;
  color: red;
  line-height: 1.2;
}

.news-text-xa71 {
  font-size: 17px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.news-gray-xa71 {
  color: #7a7a7a;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .news-wrap-xa71 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .news-wrap-xa71 {
    grid-template-columns: 1fr;
  }
}



.news-wrapper-ax98 {
  padding: 2rem 0rem;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.news-container-ax98 {
  display: flex;
  gap: 2rem;
  max-width: 1400px;
  margin: auto;
}

/* Left - News Cards */
.news-left-ax98 {
  flex: 1 1 97%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}


.news-img-ax98 {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.news-label-ax98 {
  color: red;
  font-weight: bold;
  margin: 0.5rem 0;
}

.news-title-ax98 a {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}

.news-summary-ax98 a {
  font-size: 1rem;
  color: #666;
  text-decoration: none;
}

/* Right - Ad Section */
.news-right-ax98 {
  flex: 1 1 30%;
}

.ad-card-ax98 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.ad-img-ax98 {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.ad-text-ax98 {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  padding: 0 1rem;
}

.ad-line1-ax98 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.ad-line2-ax98 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.ad-line3-ax98 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.ad-btn-ax98 {
  background-color: white;
  color: #d10000;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 1024px) {
 



  .news-right-ax98 {
    width: 100%;
  }

  .ad-text-ax98 {
    position: static;
    transform: none;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.4);
  }
}



.hhuu77 img{
  aspect-ratio: 4/4;
  object-fit: cover;
}



  .content-qj882 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    padding: 1rem 0;
    font-family: Arial, sans-serif;
  }

  .column-qj882 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .title-qj882 {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .listing-qj882 {
    display: flex;
    gap: 1rem;
    align-items: center;
  }

  .job-qj882 {
    border-top: 1px solid #ccc;
    padding-top: 1rem;
  }

  .services-qj882 {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .services-qj882 li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
  }

  .btn-qj882 {
    margin-top: auto;
    padding: 0.5rem 1rem;
    border: 1px solid #000;
    background: none;
    cursor: pointer;
    align-self: start;
  }

  main{
    margin: 0 1rem;
  }
@media only screen and (min-width: 1440px) {
  main{
    margin: 0 6rem;
  }
  .header-xf01{
    padding: 10px  6rem !important;
  }
}

  .ad-img-qj882 {
    max-width: 100%;
    height: auto;
  }

  @media (max-width: 600px) {
    .content-qj882 {
      grid-template-columns: 1fr;
    }
  }
  .job-qj882 p{
    font-size: 0.8rem;
  }
  .dgum33 img{
    width: 100px;
    border-radius: 10px;
    height: 100px;
  }
  .listing-qj882 h4{
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
   .listing-qj882 p{
    margin-top: 0;
  }


  .news-section-xg01 {
      max-width: 1400px;
      margin: 3rem auto;
      font-family: Arial, Helvetica, sans-serif;
    }

    .news-title-xg01 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .news-grid-xg01 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

    .news-item-xg01 {
      border-top: 1px solid #ddd;
      padding-top: 10px;
    }

    .news-item-xg01 h3 {
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .news-meta-xg01 {
      font-size: 13px;
      color: #666;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .news-icon-xg01 {
      width: 12px;
      height: 12px;
    }

    .lock-xg01 {
      font-size: 14px;
      color: #c2aa2f;
    }

    @media (max-width: 767.98px) {
      .news-title-xg01 {
        font-size: 24px;
      }
      .news-item-xg01 h3 {
        font-size: 15px;
      }
      main{
        padding: 0 10px;
        margin: 0;
      }
    }



     .ad-banner-x782 {
      background: #f1484b;
      display: flex;
      margin-top: 3rem;
      flex-wrap: wrap;
      align-items: center;
      padding: 20px;
      font-family: Arial, Helvetica, sans-serif;
      color: #fff;
    }

    .ad-banner-x782 img {
      max-width: 180px;
      height: auto;
    }

    .ad-content-x782 {
      margin-left: 20px;
    }

    .ad-content-x782 h2 {
      font-size: 20px;
      font-weight: bold;
      margin: 0 0 10px;
    }

    .ad-content-x782 p {
      margin: 0 0 10px;
      font-size: 14px;
    }

    .ad-content-x782 button {
      background: #fff;
      color: #000;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
      font-weight: bold;
    }

    .footer-x782 {
      background-color: #111;
      color: white;
      padding: 40px 20px;
      font-family: Arial, Helvetica, sans-serif;
    }

    .footer-top-x782 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .social-icons-x782 {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      font-size: 20px;
    }

    .newsletter-x782 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
    }

    .newsletter-x782 input {
      padding: 10px;
      border: none;
      border-radius: 5px;
      flex: 1;
      min-width: 200px;
    }

    .newsletter-x782 button {
      padding: 10px 15px;
      background-color: red;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .footer-links-x782 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 40px;
    }

    .footer-column-x782 {
      flex: 1 1 200px;
      margin-bottom: 20px;
    }

    .footer-column-x782 h4 {
      font-size: 14px;
      color: #aaa;
      font-weight: 200;
      margin-bottom: 10px;
    }

    .footer-column-x782 a {
      display: block;
      color: white;
      text-decoration: none;
      margin-bottom: 5px;
      font-size: 12px;
    }

    .footer-bottom-x782 {
      text-align: center;
      margin-top: 40px;
      font-size: 12px;
      color: #ccc;
      border-top: 1px solid #333;
      padding-top: 20px;
    }

    @media (max-width: 767.98px) {
      .ad-banner-x782 {
        flex-direction: column;
        text-align: center;
      }

      .ad-content-x782 {
        margin-left: 0;
        margin-top: 20px;
      }

      .newsletter-x782 {
        margin-top: 1rem;
        align-items: flex-start;
      }
      .cat-ad{
        display: none;
      }
    }



    /* category */

    .news-card-rp89 {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #ccc;
  padding-top: 1.5rem;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cat-ad{
  width: 100%;
  max-width: 300px;

  display: flex;
  justify-content: center;
  margin: 2rem auto;
}
.cat-ad img{
  border-radius: 0 !important;
  max-width: 100%;
}

.news-img-rp89 {
  width: 100%;
  max-width: 300px;
  border-radius: 0.5rem;
  object-fit: cover;
}

.news-content-rp89 {
  flex: 1;
  min-width: 250px;
}

.news-title-rp89 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}

.lock-icon-rp89 {
  color: #d4af37;
  margin-left: 0.25rem;
}

.news-desc-rp89 {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  margin: 0 0 0.5rem;
}

.news-time-rp89 {
  font-size: 0.9rem;
  color: #888;
}
.news-card-rp89 img{
  aspect-ratio: 2/1;
}

/* Responsive */
@media (max-width: 768px) {
  .news-card-rp89 {
    flex-direction: column;
  }

  .news-img-rp89 {
    width: 100%;
    max-width: 100%;
  }
}


.job-section-xf18 {
  max-width: 600px;
  margin: 2rem auto;
  font-family: Arial, sans-serif;
  padding: 0 1rem;
}

.job-heading-xf18 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.job-arrow-xf18 {
  font-size: 1.5rem;
  margin-left: auto;
}

.job-card-xf18 {
  padding: 1rem 0;
  border-top: 1px solid #ccc;
}

.job-title-xf18 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #000;
}

.job-company-xf18,
.job-location-xf18,
.job-type-xf18 {
  font-size: 0.85rem;
  color: #555;
  margin: 0.6rem 0;
}

/* Responsive */
@media (max-width: 480px) {
  .job-heading-xf18 {
    font-size: 1.4rem;
  }

  .job-title-xf18 {
    font-size: 1rem;
  }

  .job-company-xf18,
  .job-location-xf18,
  .job-type-xf18 {
    font-size: 0.7rem;
  }
}


.video-wrapper-yu84 {
  max-width: 600px;
  margin: 2rem auto;
  font-family: Arial, sans-serif;
  padding: 0 1rem;
}

.video-card-yu84 {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

/* First video block */
.video-thumbnail-yu84 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video-thumbnail-yu84 img {
  width: 100%;
  height: auto;
  display: block;
}

.video-play-icon-yu84 {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: white;
  color: black;
  border-radius: 50%;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: bold;
}

.video-duration-yu84 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: black;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
}

.video-title-yu84 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #111;
}

.video-time-yu84 {
  font-size: 13px;
  color: gray;
  margin-top: 4px;
}

/* Second video block */
.video-thumbnail-small-yu84 {
  width: 40%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  float: left;
}

.video-thumbnail-small-yu84 img {
  width: 100%;
  height: auto;
  display: block;
}

.video-play-icon-small-yu84 {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: white;
  color: black;
  border-radius: 50%;
  padding: 3px 5px;
  font-size: 13px;
  font-weight: bold;
}

.video-text-small-yu84 {
  width: 58%;
  float: right;
  padding-left: 1rem;
}

.video-title-small-yu84 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  color: #111;
}

.video-time-small-yu84 {
  font-size: 13px;
  color: gray;
  margin-top: 6px;
}

/* Clear floats */
.video-card-yu84::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive */
@media (max-width: 480px) {
  .video-thumbnail-small-yu84,
  .video-text-small-yu84 {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .video-title-small-yu84 {
    margin-top: 10px;
  }
}

.cate-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}
.cate-sticky2 {
  position: sticky;
  top: 100px;
  height: 100vh;
}

 .popular-wrapper-kx1 {
      display: flex;
      margin-top: 3rem;
      gap: 30px;
      align-items: flex-start;
      flex-wrap: wrap;
      font-family: Arial, Helvetica, sans-serif;
    }

    .popular-list-kx1 {
      flex: 1 1 600px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .popular-item-kx1 {
      border-bottom: 1px solid #ccc;
      padding-bottom: 20px;
      display: flex;
      gap: 10px;
    }

    .popular-num-kx1 {
      font-size: 22px;
      font-weight: bold;
      color: red;
      min-width: 20px;
    }

    .popular-text-kx1 {
      font-size: 17px;
      line-height: 1.4;
    }

    .popular-ad-kx1 {
      flex: 0 0 300px;
      position: sticky;
      top: 20px;
    }

    .popular-ad-kx1 img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 4px;
    }

    @media (max-width: 768px) {
      .popular-list-kx1 {
        grid-template-columns: 1fr;
      }

      .popular-wrapper-kx1 {
        flex-direction: column;
      }

      .popular-ad-kx1 {
        position: relative;
        top: auto;
      }
    }
    .popular-ad-kx1 img{
      border-radius: 0;
    }
    .social-icons{
      display: flex;
      gap: 1rem;
    }
    .social-icons i{
      color: #ffff;

    }
     .social-icons i:hover{
      color: gray;

    }


    /* header */


    .header-xf01 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      flex-wrap: wrap;
    }

    .left-xf01 {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .center-xf01{
        align-items: center;
              margin-top: 1rem;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .left-xf01 button {
      border: 1px solid #999;
      background: white;
      padding: 0.5rem;
      display: flex;
      font-size: 0.7rem;
      align-items: center;
      gap: 0.5rem;

      cursor: pointer;
    }

    .left-xf01 img {
      width: 150px;
    }

    .center-xf01 img {
      height: 60px;
    }

    .right-xf01 {
      display: flex;
      align-items: center;

      gap: 1rem;
    }

    .icon-xf01 {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 10px;
      color: #000;
      text-decoration: none;
    }

    .icon-xf01 img {
      width: 15px;
      height: 15px;
      margin-bottom: 0.3rem;
    }

    .connect-btn {
      padding: 0.5rem 1rem;
      border: 1px solid #000;
      border-radius: 8px;
      background: white;
      display: flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 14px;
    }

    .connect-btn img {
      width: 16px;
    }

    .subscribe-btn {
      background: #E8C045;
      color: #000;
      padding: 0.6rem 1.2rem;
      font-weight: bold;
      border-radius: 8px;
      border: none;
      font-size: 14px;
      cursor: pointer;
    }
.nav-xf01 a{
 font-family: "Noto Serif", serif;
}
    .nav-xf01 {
      display: flex;
      justify-content: center;
     
      flex-wrap: wrap;
      gap: 2rem;
      padding: 0.4rem 0;
      font-size: 14px;
      border-top: 1px solid #dddd;
      margin-top: 0.5rem;
      font-family: Arial, Helvetica, sans-serif;
      align-items: center;
      box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
    }
    .searxch{
      text-decoration: none;
    }
  

    .nav-xf01 a {
      text-decoration: none;
      color: #000;
      font-weight: 500;
      position: relative;
    }

    .nav-xf01 a::after {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #000;
      transition: 0.3s;
    }

    .nav-xf01 a:hover::after {
      width: 100%;
    }

    @media (max-width: 768px) {
      .header-xf01 {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0 10px;
      }
      .right-xf01 a{
        display: flex;
        justify-content: end;
      }

      .center-xf01 {
        width: 100%;
        text-align: center;
      }

      

      .nav-xf01 {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
      }
      .connect-btn{
        display: none;
      }
      .subscribe-btn{
        display: none;
      }
      .header{
        display: none;
      }
      .sticky-header{
        position: sticky;
      }
      .ddril{
        display: none;
      }
      .zecto{
  display: block !important;
  position: sticky;
  top: 0;
  height: 60px;
  background-color: #ffff;
  z-index: 3;
}
    
    }
    .dsrr55{
        display: flex;
        justify-content: center;
        gap: 0.5rem;
    }

.zecto{
  display: none;
}
    
.sidebar {
  position: fixed;
  top: 0;
  left: -380px;
  width: 350px;
  height: 100vh;
  background: white;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  padding: 20px;
  transition: left 0.3s ease;
  overflow-y: auto;
  z-index: 1000;
}

.sidebar.active {
  left: 0;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 130px;
}

.close-btn {
  font-size: 24px;
  cursor: pointer;
}

.feature-img {
  width: 150px;
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.card {
  background: #f4f4f4;
  padding: 20px 1px;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.menu-links {
  list-style: none;
  font-size: 16px;
}

.menu-links li {
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.menu-links .highlight {
  background: #e1c13b;
  font-weight: bold;
}

.menu-links .dark {
  background: #333;
  color: white;
  font-weight: bold;
}
.sidebar-content{
    margin-top: 1rem;
}
.sticky-header {
  position: fixed;
  top: -190px;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);

  transition: top 0.4s ease-in-out;
  padding: 10px 20px;
}

.sticky-header.show {
  top: 0;
  z-index: 999;
  padding: 10px 0px 0px 0px;
}

.searxch{
  border: 0.03rem solid #dddd;
  padding: 0.5rem;
  border-radius: 50%;
}
.searxch:hover{
  border: 0.03rem solid rgb(255, 239, 146);
}
.searxch::after{
  content: none !important;
}
.stick-loi img{
  width: 100px;
}

.stick-loi{
  padding-left: 1rem;
}





    .subscribe-popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0);
      width: 90%;
      max-width: 400px;
      background: white;
      border-radius: 15px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
      padding: 30px;
      text-align: center;
      z-index: 1000;
      opacity: 0;
      transition: all 0.4s ease;
    }

    .subscribe-popup.active {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }

    .subscribe-popup h2 {
      margin-bottom: 20px;
      color: #ff416c;
      font-family: Arial, Helvetica, sans-serif;
    }

    .subscribe-popup input {
      width: 90%;
      padding: 12px;
      border-radius: 10px;
      border: 1px solid #ccc;
      margin-bottom: 20px;
      outline: none;
    }

    .subscribe-popup button.send-btn {
      background: #ff416c;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .subscribe-popup button.send-btn:hover {
      background: #ff4b2b;
    }

    .close-subscribe {
      position: absolute;
      top: 12px;
      right: 15px;
      background: none;
      border: none;
      font-size: 22px;
      color: #999;
      cursor: pointer;
      transition: color 0.3s;
    }

    .close-subscribe:hover {
      color: #ff416c;
    }


    .search-popup {
      position: fixed;
      bottom: -100%;
      left: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.15);
      padding: 30px 20px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      transition: bottom 0.4s ease;
      z-index: 999;
    }

    .search-popup.active {
      bottom: 35%;
    }

    .search-popup .close-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 24px;
      border: none;
      background: none;
      cursor: pointer;
      color: #444;
      transition: color 0.3s ease;
    }

    .search-popup .close-btn:hover {
      color: #000;
    }

    .search-popup h2 {
      margin-top: 0;
      font-size: 22px;
      color: #333;
      text-align: center;
      margin-bottom: 20px;
    }

    .search-popup input[type="text"] {
      width: 100%;
      padding: 14px 16px;
      font-size: 16px;
      border-radius: 12px;
      border: 2px solid #ddd;
      outline: none;
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .search-popup input[type="text"]:focus {
      border-color: #00bfff;
      box-shadow: 0 0 10px rgba(0, 191, 255, 0.5);
    }

    .search-popup button.search-go {
      margin-top: 20px;
      padding: 12px 20px;
      font-size: 16px;
      border: none;
      background: #00bfff;
      color: white;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.3s ease;
      width: 100%;
    }

    .search-popup button.search-go:hover {
      background: #009fe0;
    }

    @media (min-width: 600px) {
      .search-popup {
        max-width: 500px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 16px 16px 0 0;
      }
    }

    .of-container-xq01 {
  max-width: 250px;
  font-family: Arial, sans-serif;
  padding: 1rem;
}

.of-author-xq01 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.of-logo-xq01 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  /* filter: invert(100%); */
}

.of-meta-xq01 {
  font-size: 0.85rem;
  line-height: 1.4;
}

.of-subscribe-btn-xq01 {
  width: 100%;
  background-color: #edc635;
  border: none;
  border-radius: 8px;
  padding: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 1rem;
}

.of-actions-xq01 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 1rem 0;
}

.of-action-item-xq01 {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  font-size: 0.85rem;
  font-weight: 200;
  gap: 0.5rem;
  border-bottom: 1px solid #eee;
}

.of-action-item-xq01:last-child {
  border-bottom: none;
}

.of-icon-xq01 {
  font-size: 1rem;
}

.of-newsletter-xq01 {
  background-color: #028e9b;
  color: white;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  box-sizing: border-box;
}

.of-news-title-xq01 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.of-news-desc-xq01 {
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.of-news-form-xq01 {
  display: flex;
  align-items: stretch;
  border-radius: 6px;
  overflow: hidden;
  background: white;
}

.of-news-input-xq01 {
  border: none;
  padding: 0.6rem 0.8rem;
  flex: 1;
  font-size: 1rem;
  color: #333;
}

.of-news-input-xq01::placeholder {
  color: #888;
}

.of-news-btn-xq01 {
  background-color: #242424;
  color: white;
  border: none;
  padding: 0 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.of-news-btn-xq01:hover {
  background-color: #000;
}

/* 🔁 Responsive */
@media (max-width: 480px) {
  .of-container-xq01 {
    padding: 0.8rem;
    max-width: 100%;
    order: 2;
  }

  .of-news-title-xq01 {
    font-size: 1.1rem;
  }

  .of-news-desc-xq01 {
    font-size: 0.9rem;
  }

  .of-news-btn-xq01 {
    padding: 0 0.8rem;
  }
}
.dishht {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 3fr;
}

@media (max-width: 768px) {
  .dishht {
    grid-template-columns: 1fr; /* stack items vertically on small screens */
  }
  .cate-sticky2 {
  position: sticky;
  top: 100px;
  height: auto;
}
}

.of-author-xq01 img{
  width: 36px;
}
.detailcap{
  font-size: 0.7rem;
  color: gray;
  text-align: center;
}



 .news-wrapper-ox {
      max-width: 700px;
      margin: auto;
    }


    .article-content-ox {
      margin-top: 30px;
      color: #222;
      font-size: 1.2rem;
      line-height: 1.6;
    }

    .article-content-ox a {
      color: red;
      text-decoration: underline;
    }

    .read-more-ox {
      margin: 20px 0;
      font-weight: 400;
      font-size: 14px;
    }

    @media (max-width: 600px) {
      .newsletter-input-wrap-ox {
        flex-direction: column;
      }

      .newsletter-input-wrap-ox input,
      .newsletter-input-wrap-ox button {
        border-radius: 5px;
        margin-bottom: 10px;
      }

      .newsletter-input-wrap-ox button {
        border-radius: 5px;
      }
    }


      .discover-section h3 {
      font-weight: bold;
      font-size: 1.1rem;
      margin-bottom: 0.3rem;
    }

    .source {
      font-size: 0.9rem;
      color: #555;
      display: flex;
      align-items: center;
      margin-bottom: 0.3rem;
    }

    .source::before {
      content: '🛑';
      margin-right: 6px;
      font-size: 1rem;
    }

    .link {
      color: red;
      text-decoration: underline;
      display: block;
      margin-bottom: 1rem;
    }

    .source:nth-of-type(2)::before {
      content: '🔵';
    }

    .newsletter-box {
      border: 1px solid #ccc;
      border-radius: 10px;
      padding: 1.5rem;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      max-width: 100%;
      margin-bottom: 2rem;
    }

    .newsletter-box strong {
      font-size: 1.05rem;
    }

    .newsletter-box p {
      margin: 0.5rem 0 1rem;
    }

    .newsletter-input {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .newsletter-input input {
      flex: 1;
      min-width: 200px;
      padding: 10px;
      border-radius: 5px 0 0 5px;
      border: 1px solid #ccc;
      font-size: 1rem;
    }

    .newsletter-input button {
      background-color: #6ad1ef;
      border: none;
      padding: 10px 20px;
      font-size: 1rem;
      color: white;
      cursor: pointer;
      border-radius: 0 5px 5px 0;
    }

    .disclaimer {
      font-size: 0.7rem;
      color: #666;
      margin-top: 0.5rem;
    }

    .disclaimer a {
      color: #0088cc;
      font-size: 0.7rem;
      text-decoration: underline;
    }

    .step {
      font-size: 1rem;
      margin-top: 2rem;
    }

    .step strong {
      font-weight: bold;
    }

    @media (max-width: 500px) {
      .newsletter-input {
        flex-direction: column;
      }

      .newsletter-input input,
      .newsletter-input button {
        border-radius: 5px;
        width: 100%;
      }

      .newsletter-input button {
        margin-top: 5px;
      }
    }
    .ggt45{
      font-size: 1rem;
      color: #363636;
      padding-bottom: 1.5rem;
      font-family: system-ui;
      font-weight: 400;
    }




     .news-portal-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 20px;
        }

        .news-portal-header {
            background: white;
            padding: 30px;
            margin-bottom: 20px;
            
            border-bottom: 1px solid #e9ecef;
        }

        .news-portal-title {
            font-size: 2.5rem;
            font-weight: 700;
             font-family: "Noto Serif", serif;
            color: #2c3e50;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .news-portal-meta {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
            
            color: #666;
            font-size: 0.95rem;
        }

        .news-portal-social-share {
            display: flex;
            gap: 10px;
            margin-left: auto;
        }

        .news-portal-meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .news-portal-meta-item span{
           font-family: "Noto Serif", serif;
        }

        .news-portal-main {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 40px;
            background: white;
        }

        .news-portal-content {
            padding: 30px;
        }

        .news-portal-featured-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            margin-bottom: 30px;
        }

        .news-portal-article-content {
            font-size: 1.1rem;
            line-height: 1.8;
         
            color: #444;
            margin-bottom: 30px;
        }

        .news-portal-article-content p {
            margin-bottom: 20px;
             font-family:  "Noto Sans",Helvetica,sans-serif;
            
        }

        .news-portal-subheading {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2c3e50;
             font-family: "Noto Serif", serif;
            margin: 35px 0 20px 0;
            padding-bottom: 10px;
            border-bottom: 2px solid #3498db;
            line-height: 1.3;
        }

        .news-portal-social-share-buttons {
            display: flex;
            gap: 15px;
            padding: 20px 0;
            border-top: 1px solid #eee;
        }

        .news-portal-social-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 12px 20px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transform: translateY(0) scale(1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .news-portal-social-btn:hover {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }

        .news-portal-social-btn:active {
            transform: translateY(-1px) scale(0.98);
            transition: all 0.1s ease;
        }

        .news-portal-facebook { 
            background: #3b5998; 
            color: white; 
        }
        
        .news-portal-facebook:hover {
            background: #2d4373;
            box-shadow: 0 8px 16px rgba(59, 89, 152, 0.4);
        }

        .news-portal-twitter { 
            background: #1da1f2; 
            color: white; 
        }
        
        .news-portal-twitter:hover {
            background: #1991da;
            box-shadow: 0 8px 16px rgba(29, 161, 242, 0.4);
        }

        .news-portal-instagram { 
            background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
            color: white; 
        }
        
        .news-portal-instagram:hover {
            background: linear-gradient(45deg, #e8832b 0%,#d85a34 25%,#d11f3b 50%,#c41b5e 75%,#b41080 100%);
            box-shadow: 0 8px 16px rgba(188, 24, 136, 0.4);
        }

        .news-portal-save { 
            background: #34495e; 
            color: white; 
        }
        
        .news-portal-save:hover {
            background: #2c3e50;
            box-shadow: 0 8px 16px rgba(52, 73, 94, 0.4);
        }

        /* Most Related News Section */
        .news-portal-related-section {
            background: white;
            margin: 20px 0;
            padding: 40px 30px;
        }

        .news-portal-related-title {
            font-size: 1.8rem;
            font-weight: 400;
            color: #333;
            margin-bottom: 25px;
            text-align: left;
            border-bottom: 2px solid #ddd;
            padding-bottom: 10px;
        }

        .news-portal-related-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .news-portal-related-card {
            background: white;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .news-portal-related-card:hover {
            transform: translateY(-2px);
        }

        .news-portal-related-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .news-portal-related-card:hover .news-portal-related-image {
            transform: scale(1.02);
        }

        .news-portal-related-card-content {
            padding: 15px 0;
        }

        .news-portal-related-card-title {
            font-size: 1rem;
            font-weight: 400;
            color: #333;
            line-height: 1.4;
            margin: 0;
            text-decoration: none;
            display: block;
        }

        .news-portal-related-card:hover .news-portal-related-card-title {
            color: #0066cc;
        }

        .news-portal-related-excerpt {
            display: none;
        }

        .news-portal-related-meta {
            display: none;
        }

        .news-portal-related-date {
            display: none;
        }

        .news-portal-related-category {
            display: none;
        }

        .news-portal-sidebar {
            background: #f8f9fa;
            padding: 30px;
            border-left: 1px solid #e9ecef;
        }

        .news-portal-sidebar-section {
            margin-bottom: 40px;
        }

        .news-portal-section-title {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #2c3e50;
        }

        .news-portal-ad-banner {
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: white;
            border-radius: 8px;
            cursor: pointer;
            overflow: hidden;
            position: relative;
        }

        .news-portal-ad-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .news-portal-ad-content {
            padding: 20px;
        }

        .news-portal-ad-title {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .news-portal-ad-subtitle {
            font-size: 0.95rem;
            opacity: 0.9;
        }

        .news-portal-sticky-ad {
            position: sticky;
            top: 40px;
        }

        .news-portal-sticky-ad-banner {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            cursor: pointer;
            overflow: hidden;
            position: relative;
        }

        .news-portal-sticky-ad-image {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }

        .news-portal-sticky-ad-content {
            padding: 20px;
        }

        .news-portal-sticky-ad-title {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .news-portal-sticky-ad-subtitle {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        .news-portal-related-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .news-portal-sidebar-item {
            display: flex;
            gap: 15px;
            padding: 15px 0;
            border-bottom: 1px solid #e9ecef;
            cursor: pointer;
        }

        .news-portal-sidebar-item:last-child {
            border-bottom: none;
        }

        .news-portal-sidebar-thumb {
            width: 80px;
            height: 80px;
            border-radius: 4px;
            object-fit: cover;
        }

        .news-portal-sidebar-info {
            flex: 1;
        }

        .news-portal-sidebar-info h4 {
            font-size: 0.95rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
            line-height: 1.4;
        }

        .news-portal-sidebar-date {
            font-size: 0.8rem;
            color: #666;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        @media (max-width: 1024px) {
            .news-portal-main {
                grid-template-columns: 1fr;
                gap: 0;
            }
            
            .news-portal-sidebar {
                border-left: none;
                border-top: 1px solid #e9ecef;
                background: white;
            }
            
            .news-portal-sticky-ad {
                display: none;
            }
            
            .news-portal-title {
                font-size: 2rem;
            }

            .news-portal-related-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .news-portal-related-image {
                height: 180px;
            }
        }

        @media (max-width: 768px) {
            .news-portal-container {
                padding: 0px;
            }
            
             .news-portal-content, .news-portal-sidebar, .news-portal-related-section {
                padding: 20px;
            }
            .news-portal-header{
              padding: 10px 0;
            }
            .news-portal-content{
              padding: 10px 0;
            }
            
            .news-portal-title {
                font-size: 1.7rem;
            }
            
            .news-portal-meta {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            
            .news-portal-social-share {
                margin-left: 0;
                gap: 8px;
            }
            
            .news-portal-social-btn {
                padding: 8px 12px;
                font-size: 0.8rem;
            }
            
            .news-portal-sidebar-item {
              
                text-align: left;
            }
            
          

            .news-portal-related-title {
                font-size: 1.4rem;
            }

            .news-portal-related-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .news-portal-related-image {
                height: auto;
            }
        }

        .news-portal-social-share i{
          font-size: 1.5rem;
        }
        .news-portal-social-share{
          gap: 1rem;
        }
        .sttg{
          width: 100%;
          margin: 2rem 0;
        }
        .sttg img{
          width: 100%;
        }

 .author-section {
            max-width: 600px;
            background: white;
            position: relative;
            overflow: hidden;
        }

        .author-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #c41e3a 0%, #8b1538 50%, #c41e3a 100%);
        }

        .author-content {
            padding: 30px;
            display: grid;
            grid-template-columns: 150px 1fr;
            grid-template-rows: auto auto 1fr auto;
            gap: 0px 25px;
            grid-template-areas:
                "photo name"
                "photo role"
                "photo bio"
                "credentials social";
        }

        .author-photo {
            grid-area: photo;
            position: relative;
        }

        .photo-frame {
            width: 145px;
            height: 145px;
            position: relative;
            overflow: hidden;
        }

        .photo-frame::before {
            content: '';
            position: absolute;
            inset: 0;
            background: #c41e3a;
            transform: rotate(4deg);
            z-index: -1;
        }

        .photo-frame img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale(20%);
            transition: filter 0.3s ease;
        }

        .photo-frame:hover img {
            filter: grayscale(0%);
        }

        .author-name {
            grid-area: name;
            font-size: 1.6rem;
            font-weight: 700;
            color: #1a1a1a;
            line-height: 1.2;
            align-self: end;
        }

        .author-role {
            grid-area: role;
            font-size: 0.9rem;
            color: #c41e3a;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            align-self: start;
            position: relative;
        }

        .author-role::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 30px;
            height: 2px;
            background: #c41e3a;
        }

        .author-bio {
            grid-area: bio;
            font-size: 0.95rem;
            color: #4a4a4a;
            line-height: 1.6;
            align-self: start;
        }

        .credentials-section {
            grid-area: credentials;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .credential-item {
            font-size: 0.8rem;
            color: #666;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .credential-icon {
            width: 16px;
            height: 16px;
            background: #e5e5e5;
            border-radius: 2px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.7rem;
        }

        .social-section {
            grid-area: social;
            display: flex;
            gap: 12px;
            justify-content: flex-end;
            align-items: end;
        }

        .social-link {
            width: 32px;
            height: 32px;
            background: #f5f5f5;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: #666;
            font-size: 0.9rem;
            transition: all 0.2s ease;
            border: 1px solid #e0e0e0;
        }

        .social-link:hover {
            background: #c41e3a;
            color: white;
            border-color: #c41e3a;
            transform: translateY(-2px);
        }

        .byline-strip {
            background: #f8f8f8;
            padding: 15px 30px;
            border-top: 1px solid #e0e0e0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.8rem;
            color: #666;
        }

        .publication-info {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .publication-logo {
            font-weight: 700;
            color: #c41e3a;
            font-size: 0.9rem;
        }

        .article-count {
            background: #c41e3a;
            color: white;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 600;
        }

        .last-published {
            font-style: italic;
        }

        @media (max-width: 580px) {
            .author-content {
                grid-template-columns: 70px 1fr;
                grid-template-areas:
                    "photo name"
                    "photo role"
                    "bio bio"
                    "credentials social";
                gap: 15px 20px;
                padding: 25px;
            }

            .photo-frame {
                width: 60px;
                height: 60px;
            }

            .author-name {
                font-size: 1.4rem;
            }

            .byline-strip {
                flex-direction: column;
                gap: 10px;
                text-align: center;
                padding: 20px;
            }

            .publication-info {
                justify-content: center;
            }
        }

        @media (max-width: 400px) {
            .author-content {
                grid-template-columns: 1fr;
                grid-template-areas:
                    "photo"
                    "name"
                    "role"
                    "bio"
                    "credentials"
                    "social";
                text-align: center;
                padding: 20px;
            }

            .photo-frame {
                width: 80px;
                height: 80px;
                margin: 0 auto;
            }

            .credentials-section {
                align-items: center;
            }

            .social-section {
                justify-content: center;
            }
        }

          .comments-section {
      max-width: 800px;
      margin: 3rem auto;
      background: #ffffff;
      border-radius: 12px;
      padding: 30px;
    }

    .comments-section h3 {
      margin-bottom: 24px;
      font-size: 22px;
      color: #1e293b;
    }

    .comment-form {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 40px;
    }

    .comment-form textarea {
      width: 100%;
      min-height: 100px;
      padding: 12px;
      border-radius: 8px;
      border: 1px solid #cbd5e1;
      font-size: 15px;
      resize: vertical;
    }

    .comment-form button {
      width: fit-content;
      background: #3b82f6;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 6px;
      font-size: 15px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .comment-form button:hover {
      background: #2563eb;
    }

    .comment {
      display: flex;
      border-bottom: 1px solid #dddd;
      padding-bottom: 0.5rem;
      gap: 16px;
      margin-bottom: 30px;
    }

    .comment img {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
    }

    .comment-body {
      flex: 1;
    }

    .comment-header {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      color: #64748b;
      margin-bottom: 6px;
    }

    .comment-body p {
      margin: 0;
      font-size: 15px;
      color: #334155;
      line-height: 1.6;
    }

    .reply {
      margin-top: 10px;
      font-size: 14px;
      color: #3b82f6;
      cursor: pointer;
    }

    .nested-comment {
      margin-left: 64px;
    }

    @media (max-width: 600px) {

      .nested-comment {
        margin-left: 24px;
      }
    }
     
    @media (max-width: 768px) {
    .news-portal-sidebar{
      padding: 0;
    }
    .comments-section {
      padding: 0;
    }
    }
    .fnaldes a{
       font-family: "Noto Serif", serif;
    }