 body {
      margin-left: 62px;
      margin-right:46px;
      overflow-x: hidden;
      background-color: #fff;
      color: #111;
    }

   /* Existing styles */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
 
  padding: 6px -6px;
  
}

.left-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.menu-icon {
  font-size: 24px;
  cursor: pointer;
}

.language-toggle {
  font-size: 12px;
  text-transform: uppercase;
}

.language-toggle a {
  margin: 0 4px;
  text-decoration: none;
  color: #111;
}

.language-toggle .active {
  font-weight: bold;
  text-decoration: underline;
}

/* Sidebar dropdown */
.sidebar {
  position: absolute;
  top: -100%;
  left: 3px;
  width: 100%;
  height: auto;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out;
  z-index: 1000;
  padding: 20px 30px;
  box-sizing: border-box;
  
}

.sidebar.open {
  top: 74px;
}

.sidebar-search {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.sidebar-search input {
  flex: 1;
  padding: 8px 12px;
  font-size: 16px;
  border: none;
  outline: none;
}

._search_close_btn {
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #555;
  margin-left: 10px;
}

.sidebar-content {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  width: 800px;
}

.sidebar-column {
  flex: 1;
  padding-right: 20px;
}

.sidebar-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-column li {
  margin-bottom: 10px;
}

.sidebar-column a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.section-title {
  font-size: 14px;
 font-family: "Inter", sans-serif;
 font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.in{
  font-family: "Inter", sans-serif;
}
.bold-side{
  font-family: "Inter", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 6px 12px;
    color: black;
}

.sidebar-footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 40px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  color: #000;
}

.sidebar-footer strong {
  font-weight: bold;
}

.sidebar-footer u {
  text-decoration: underline;
}
._search_close_btn {
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #555;
  margin-left: 10px;
}
 /* Subscribe box styling */
.subscribe-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.subscribe-content {
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  position: relative;
  font-family: 'Inter', sans-serif;
}

.subscribe-content input {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  border: 1px solid #ddd;
  
}

.subscribe-content button {
  padding: 10px 20px;
  background: #33ade1;
  color: white;
  border: none;
  cursor: pointer;
}

.close-btn_sub {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}




    .logo {
      font-size: 62px;
      color: #0077b6;
      font-weight: bold;
      text-decoration: none;
    }

    .right-header a {
      margin-left: 20px;
      text-decoration: none;
      color: #111;
      font-weight: 600;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: .25px;
    }

    .login-btn {
      background-color: #0077b6;
      color: white;
      padding: 11px 18px;
      text-decoration: none;
      border-radius: 3px;
    }
    

    .container {
      display: flex;
      border-top: 1px solid #a6a4a4;
      margin-top: 40px;
      padding: 50px;
      margin-left: 95px;
      width: 80%;
    }

    .left-section {
      width: 48%;
      padding-right: 20px;
      margin-top: 1px;
      margin-top: -30px;
    }

    .left-section h1 {
      font-size: 21px;
      font-family: "Lora", serif;
      margin: 0 0 10px 0;
      font-weight: 600;
    }
    .h1-a{
        color: black;
    }
    .h1-a:hover{
        color: rgb(70, 70, 70);
    }

    .left-section p {
      color: gray;
      font-size: 14px;
      margin: 0;
      font-weight: 300;
      font-family: 'Roboto Condensed', sans-serif;
    }

    .right-section {
    width: 90%;
    position: relative;
    margin-top: -30px;
    border-left: 1px solid rgb(194, 191, 191);

      
    }

    .right-section img {
      width: 100%;
      margin-left: 14px;
      display: block;
    }

    .overlay-text {
      position: absolute;
      bottom: 50px;
      left: 36px;
      color: white!important;
      font-size: 26px;
      font-weight: bold;
      max-width: 90%;
    }

    .overlay-text span {
      color: gold;
      font-weight: bold;
      font-size: 24px;
    }

    .overlay-author {
      position: absolute;
      font-weight: 500;
      bottom: -33px;
      left: 2px;
      color: white;
      font-size: 14px;
      margin-top: 5px;
      font-family: 'Roboto Condensed', sans-serif;
    }
    a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    }

    .container-next {
      margin-left: 95px;
      width: 80%;
      margin: 0 auto;
      padding: 20px;
      border-top: 1px solid #ccc;
    }

    .top-headlines {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }

    .top-headline {
      width: 48%;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.4;
    }
    .top-headline a:hover{
        color: rgb(70, 70, 70);
    }
    a:hover{
       color: rgb(70, 70, 70);
    }
    .top-headline a{
        color: #111;
    }

    .top-headline span {
      color: orange;
      font-weight: bold;
      font-size: 20px;
      margin-right: 5px;
    }

    .top-headline small {
      display: block;
      color: gray;
      font-size: 13px;
      margin-top: 5px;
      font-weight: 300;
      font-family: 'Roboto Condensed', sans-serif;
    }

   .container-third {
      display: grid;
      grid-template-columns: 0.9fr 2.1fr 1fr;
      gap: 30px;
      margin: auto;
      align-items: start;
      width: 100%;
      margin-left: 70px;
    }

    /* LEFT COLUMN */
    .left{
    margin-left: 69px;
    width: 92%;
    }
    .left h2 {
      font-family: "Lora", serif;
      font-size: 19px;
      line-height: 1.3;
      margin: 0;
      font-weight: 600;
    }
    .left-a{
      color: black;
    }
    .left-a:hover{
      color: rgb(105, 105, 105);
    }
    .left .byline {
      margin-top: 20px;
      color: #999;
      font-size: 13px;
      font-weight: 300;
      font-family: 'Roboto Condensed', sans-serif;
    }

    /* CENTER COLUMN */
    .center img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    }

    .bottom-box {
      margin-top: 20px;
      display: flex;
      background-color: #f8f8f8;
      padding: 15px;
      border-radius: 5px;
    }

    .bottom-box .plus {
      color: #e0aa00;
      font-size: 24px;
      margin-right: 10px;
    }

    .bottom-box .text {
      display: flex;
      flex-direction: column;
    }

    .bottom-box .title {
      font-size: 20px;
    }

    .bottom-box .author {
      font-size: 15px;
      color: #888;
      margin-top: 4px;
      font-weight: 300;
      font-family: 'Roboto Condensed', sans-serif;
    }

    /* RIGHT COLUMN */
    .right img {
      width: 50%;
      height: auto;
      display: block;
    }

    .right .headline {
    margin-top: 12px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    width: 52%
;
    }

    .right .headline .plus {
      color: #e0aa00;
      font-weight: bold;
      margin-right: 5px;
    }
    .headline a{
      color: black;
    }

    .right .authors {
      font-size: 15px;
      color: #888;
      margin-top: 5px;
      font-weight: 300;
      font-family: 'Roboto Condensed', sans-serif;
    }

    /* oipnion section */
    .opinion-section {
      border-top: 1px solid #000;
      padding-top: 10px;
      margin-left: 144px;
      width: 80%;
    }

    .opinion-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .opinion-header p {
      font-size: 20px;
      font-weight: bold;
       font-family: 'Roboto Condensed', sans-serif;
    }

    .see-more {
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      color: #000;
       font-family: "Inter", sans-serif;
    }

    .carousel-container {
     
      white-space: nowrap;
      padding: 20px 0;
    }

    .carousel-card {
      display: inline-block;
      vertical-align: top;
      background: #f5f6f7;
      width: 178px;
      margin-right: 20px;
      padding: 20px;
      box-sizing: border-box;
      text-align: center;
    }
     .carousel-card-sec {
      display: inline-block;
      vertical-align: top;
      background: #f5f6f7;
      width: 200px;
      margin-right: 20px;
      padding: 20px;

      box-sizing: border-box;
      text-align: center;
    }

    .carousel-card h3 {
      font-size: 16px;
      margin: 10px 0 5px;
      font-weight: 500;
    }
    .second-h3{
      font-size: 16px;
      margin: 10px 0 5px;
      font-weight: 500;
}
    .carousel-card p {
      font-size: 14px;
      color: #888;
      margin-bottom: 10px;
       font-family: 'Roboto Condensed', sans-serif;
    }
.carousel-card-sec p{
   font-size: 14px;
      color: #888;
       font-family: 'Roboto Condensed', sans-serif;
}
    .carousel-card img,
    .carousel-card .placeholder {
      height: 120px;
      width: auto;
      object-fit: contain;
      margin-top: 10px;
    }
    .carousel-card-sec img
    {
      height: 120px;
      width: 162px;
      object-fit: contain;
      margin-top: -13px;
    }

    .placeholder {
      font-size: 100px;
      color: #ddd;
      font-weight: bold;
    }

    .carousel-dots {
      text-align: center;
      margin-top: -10px;
      margin-bottom: 10px;
    }

    .carousel-dots span {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin: 0 4px;
      background: #ccc;
    }

    .carousel-dots span.active {
      background: #000;
    }

    .highlight {
      color: #c09a00;
      font-weight: bold;
    }

    .news-container {
      display: grid;
      grid-template-columns: 2fr 3fr 2fr;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      margin-left: 135px;
      width: 80%;
    }

    /* First Column */
    .column1 {
      padding: 20px;
      border-right: 1px solid #ccc;
      margin: 1px;
    }

    .column1 h2 {
      font-size: 27px;
      font-weight: 500;
      margin-bottom: 10px;
      font-family: "Lora", serif;
    }
    .column1 h2:hover{
      color: rgb(70, 70, 70);
    }

    .column1 h2::before {
      content: '+ ';
      color: orange;
      font-weight: bold;
    }

    .column1 p {
      color: #888;
      font-size: 14px;
             font-family: 'Roboto Condensed', sans-serif;

    }

    /* Second Column */
    .column2 {
      padding: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 117%;
    }

    .column2 img {
     
    width: 100%;
    height: 250px;
    object-fit: cover;
      
    }
    .column22 {
      padding: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 115%;
      margin-top: 12px;
      margin-left: 5px;
    }

    .column22 img {
       width: 100%;
    height: 250px;
    object-fit: cover;
    }
    /* Third Column */
    .column3 {
     
      width: 50%;
      margin-left: 119px;
      padding: 20px;
      border-left: 1px solid #ccc;
      
    }

    .column3 h4 {
       background-color: #f1f1f1;
      font-size: 15px;
      color: #0e0e0e;
      margin-bottom: 5px;
      height: 53px;
      padding: 18px;
      font-weight: 300;
      font-family: 'Roboto Condensed', sans-serif;
    }

    .column3 p {
      font-size: 14px;
      font-weight: bold;
      padding: 10px;
      color: #000;
      margin-bottom: 15px;
      font-family: "Lora", serif;
    }

    .column3 p::before {
      content: '+ ';
      color: orange;
      font-weight: bold;
    }

    .column3 img {
      width: 100%;
      margin-top: 10px;
      
    }
    .an {
      font-size: 13px;
      color: #0074c2;
     
      font-weight: bold;
    }
    .column4{
      background-color:  #f1f1f1;
    }
     .news-section {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 30px;
      
      margin: auto;
      margin-left: 95px;
      width: 80%;
    }

    .main-news {
      border-right: 1px solid #ddd;
      padding-right: 30px;
      margin-top: 20px;
      margin-left: 135px;
    }

    .main-news img {
      width: 65%;
      height: auto;
      display: block;
    }

    .main-news h2 {
      width: 71%;
    font-size: 23px;
    font-weight: 600;
    margin: 12px 0 10px;
      font-family: "Lora", serif;
    }

    .main-news h2 .highlight {
      color: #c09a00;
    }

    .main-news p {
      font-size: 14px;
      color: #777;
      margin: 0;
    }

    .side-news {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }

    .side-card {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 20px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
    }

    .side-card:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .side-text h3 {
      font-size: 16px;
      margin: 0 0 8px;
      font-weight: bold;
    }

    .side-text h3 .highlight {
      color: #c09a00;
    }

    .side-text p {
      font-size: 13px;
      color: #777;
      margin: 0;
    }

    .side-img {
      position: relative;
      min-width: 120px;
    }

    .side-img img {
      width: 120px;
      height: 80px;
      object-fit: cover;
      display: block;
    }

    .play-button {
      position: absolute;
      left: 8px;
      bottom: 8px;
      width: 22px;
      height: 22px;
      background: #0074c2;
      color: #fff;
      border-radius: 50%;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
    }


    /* discover-section */
    .discover-section{
      border-top: 1px solid black;
      margin-left: 135px;
      width: 80%;
      margin-top: 60px;
      
      
    }
    .dis-p{
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0;
    font-family: "Inter", sans-serif;
    }
  .dis-h4{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Lora", serif;
    text-align: center;

  }
  .highlight-dis{
    color: yellow;
    width: 22px;
  }
  .highlight-dis-four{
    color: yellow;
    width: 15px;
  }
  .dis-para{
    font-weight: 400;
      font-family: 'Roboto Condensed', sans-serif;
      text-align: center;
      color: #888888;
  }
  .news-grid {
      display: grid;
      grid-template-columns: 1fr 2fr 1fr;
      gap: 30px;
      max-width: 1300px;
      margin: auto;
    }

    .column-dis {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }

    .news-card {
      display: flex;
      flex-direction: column;
    }

    .news-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
      
    }

    .text {
      margin-top: 10px;
    }

    .text h3 {
      font-size: 18px;
      margin: 0 0 5px;
      font-weight: bold;
      line-height: 1.4;
      font-family: "Lora", serif;
    }

    .text h3 .highlight {
      color: #c09a00;
    }

    .text p {
      font-size: 14px;
      color: #777;
      margin: 0;
      font-family: 'Roboto Condensed', sans-serif;
    }

    .big-image {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .right-column-dis {
      display: flex;
      flex-direction: column;
      gap: 30px;
      border-left: 1px solid #ccc; /* Left border for right column */
      padding-left: 15px;
    }

    .right-top {
      display: block;
      gap: 15px;
      border-top: 1px solid #ddd;
      padding-top: 10px;
    }

    .right-top img {
      width: 165px;
      height: 133px;
      object-fit: cover;
      border: 1px solid #ccc;
    }

    .right-top .text h3 {
      font-size: 16px;
      line-height: 1.3;
      font-family: "Lora", serif;
      width: 192px;
    }
    .dis-a:hover{
      color: #3b3b3b;
    }
   .four-column {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 30px;
      max-width: 1300px;
      margin: auto;
      align-items: flex-start;
      margin-top: 35px;

    }

    .col {
      /* display: flex; */
      flex-direction: column;
      
    }

    .col-paragra {
      font-size: 19px;
      line-height: 1.5;
      font-weight: 600;
      margin: 6px;
       font-family: "Lora", serif;
       
    }
    .sub-p{
       font-family: 'Roboto Condensed', sans-serif;
       margin-left: 12px;
       color: #888888;
       font-size: 12px;
    }

    .col img {
      width: 100%;
      height: auto;
      object-fit: cover;
     
    }
    .last-col{
      width: 60%!important;
      height: 160px!important;
      object-fit: cover;
    }

    /* Add small right border to 3rd column */
    .col-3 {
      border-left: 1px solid #ccc;
      padding-right: 15px;
    }


    /* catalan */
     .catalan_sec {
      max-width: 1400px;
      margin: auto;
      border-top: 1px solid #ccc;
    }

    .catalan_sec-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 0;
      font-family: "Inter", sans-serif;
    }

    .catalan_sec-header h2 {
      font-size: 18px;
      text-transform: uppercase;
      font-family: "Inter", sans-serif;
    }

    .catalan_sec-header a {
      font-size: 13px;
      font-weight: bold;
      color: black;
      text-decoration: none;
    }

    .catalan_sec-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 30px;
      border-top: 1px solid #eee;
      padding-top: 30px;
    }

    .game-card {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .game-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border: 1px solid #eee;
    }

    .game-card p {
      font-size: 15px;
      line-height: 1.4;
      font-weight: bold;
      margin: 0;
      font-family: "Lora", serif;
    }
    .game-card p:hover{
      color: rgb(100, 99, 99);
      font-family: "Lora", serif;
    }

    .game-tag {
      font-size: 13px;
      background: #d5dbe1;
      padding: 5px 10px;
      display: inline-block;
      color: #000;
      font-weight: 500;
      margin-top: 100px;
      width: fit-content;
      font-family: "Inter", sans-serif;
    }
    .game-tag-one{
      font-size: 13px;
      background: #d5dbe1;
      padding: 5px 10px;
      display: inline-block;
      color: #000;
      font-weight: 500;
      margin-top: 120px;
      width: fit-content;
      font-family: "Inter", sans-serif;
    }
    /* other-news-sec */
    .other-news-sec{
      border-top: 1px solid rgb(13, 13, 13);
      margin-top: 64px;
    }
    .other-p{
      font-family: "Inter", sans-serif;
      font-family: 18px;
      font-weight: 700;
      text-transform: uppercase;
    }
    .other-pa{
      font-family: "Inter", sans-serif;
      font-size: 15px;
      font-weight: 900;
      text-transform: uppercase;
    }

    /* other news */
   .grid_container {
  display: grid;
  grid-template-columns: 2fr 1fr; /* Wide left, narrow right */
  gap: 20px;
  align-items: start;
}

.grid_col_main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(378px, 1fr));
  gap: 10px;
 }

/* .grid_sub_col {
 
  text-align: center;
} */

.grid_col_side {
  display: flex;
    flex-direction: column;
    gap: 10px;
    /* background-color: #fff3e0; */
    padding: 0px 50px;
    height: 92%;
    
    border-left: 1px solid rgb(240, 237, 237);
    /* border-radius: 10px; */
    
}

.grid_side_item {
  width: 50%;
  padding: 15px;
 
  text-align: center;
  
}

.grid_side_item img {
  width: 170px;
  height: 200px;
  object-fit: cover;
  
}

.grid_side_text {
  margin-top: 10px;
}

.grid_side_text h3 {
  font-size: 18px;
  margin: 5px 0;
}

.grid_side_text p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.grid_image_wrapper {
  position: relative;
  width: 100%;
 
  overflow: hidden;
}

.grid_image {
  width: 100%;
  height: auto;
  display: block;
 
}
.grid_side_item.small {
  width: 180px;
  height: 220px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  font-family: sans-serif;
}

.img_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img_text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  color: white;
  width: 91%;
  padding: 8px;
  text-align: center;
}

.img_text h4 {
  margin: 0;
  font-size: 14px;
}

.img_text p {
  margin: 2px 0 0;
  font-size: 12px;
  opacity: 0.9;
}


.grid_text_inside {
     position: absolute;
    bottom: 46px;
    left: 8px;
    font-weight: 600;
    right: 10px;
    color: white;
    width: 46%;
    /* padding: 136px; */
    border-radius: 6px;
    font-size: 26px;
    text-align: left;
    font-family: "Lora", serif;
}
.grid_text_p{
  font-size: 14px;
   position: absolute;
    bottom: 1px;
    left: 9px;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
}
.grid_col_main_sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two equal columns */
  grid-template-rows: auto auto;
  gap: 20px;
  border-right: 1px solid rgb(172, 172, 172);
  
 }
 .grid_text_below{
   font-family: "Lora", serif;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    margin-top:12px

 }
.grid_sub_p{
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
   font-size: 14px;
   color: #777;
}

.grid_sub_col_text_left {
  display: block;
  gap: 20px;
  align-items: flex-start;
  border-left: 1px solid #ccc;
  padding: 16px 30px;
  font-family: "Lora", serif;
 
}

/* LEFT TEXT */
.grid_text_block {
  flex: 1;
  padding-left: 10px;
  width: 76%;
}

.grid_text_left {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
  text-decoration: none;
}

.grid_text_leftp {
  font-size: 13px;
  color: #777;
  margin-top: 6px;
  font-family: 'Roboto Condensed', sans-serif;
}

/* RIGHT COLUMN */
.grid_image_column {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 260px;
}

/* Top Image */
.grid_image_right {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-left: 10px;
  
}

/* Bottom text+image row */
.grid_row_text_image {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* Bottom Text */
.grid_text_right_block {
  flex: 1;
}

.grid_text_right {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  margin-left: 9px;
}

.grid_text_rightp {
  margin-left: 9px;
  font-size: 12px;
  color: #777;
  margin-top: 4px;
  font-family: 'Roboto Condensed', sans-serif;
}

/* Bottom Image */
.grid_image_right_next {
  width: 100px;
  height: 80px;
  object-fit: cover;
 
  flex-shrink: 0;
}

.grid_news_level {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1080px;
  margin: auto;
  font-family: Georgia, serif;
  border-top: 1px solid rgb(172, 172, 172);
}

.grid_news_row.top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

.grid_news_text_block {
  flex: 1;
}

.grid_news_image_top {
  width: 370px;
  height: auto;
  object-fit: cover;
 
}

.grid_news_highlight {
  font-weight: bold;
}

.grid_news_headline {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
  font-family: "Lora", serif;
}

.grid_news_author {
  font-size: 14px;
  color: #555;
  font-family: 'Roboto Condensed', sans-serif;
}

.grid_news_row.bottom {
  display: flex;
  gap: 20px;
  border-top: 1px solid rgb(172, 172, 172);
}

.grid_news_column {
  flex: 1;
  margin-top: 30px;
}

.grid_news_image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
 
}
.highlight-dis-grid{
  color: yellow;
    width: 15px;

}
.highlight-dis-grid-cat{
   color: yellow;
    width: 9px;
}

.grid_level_next_container {
  width: 100%;
  margin: auto;
 
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-top: 1px solid rgb(172, 172, 172) ;
}

.grid_level_next_row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 10px;
 
}


.grid_level_next_text_block {
  flex: 1;
  min-width: 250px;
}

.grid_level_next_text_block.wide {
  flex: 2;
}

.grid_level_next_titles {
  font-size: 19px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
   font-family: "Lora", serif;
   width: 12%;
}
.grid_level_next_title {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
   font-family: "Lora", serif;
}

.grid_level_next_author {
  font-size: 14px;
  color: #777;
  font-family: 'Roboto Condensed', sans-serif;
}

.grid_level_next_img {

    width: 152px;
    height: 101px;
    object-fit: contain;
 
}

.grid_level_next_img.wide {
width: 393px;
    height: 213px;
    object-fit: unset;
    
}

.highligh {
  color: #030303;
  font-weight: bold;
  font-size: 23px;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 15px 0;
}
.grid_level_next_sec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 13px;
  align-items: start;
 
  margin: 0 auto;
}

.grid_level_next_text_block {
  display: flex;
  flex-direction: column;
  font-family: "Lora", serif;
}

.grid_level_next_title {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
  /* width: 190px; */
}

.grid_level_next_author {
  font-size: 14px;
  color: #777;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 5px;
}

.grid_level_next_img_blockss {
  display: flex;
  justify-content: center;
}

.grid_level_next_sec_img {
width: 122px;
    height: 123px;
 
  object-fit: cover;
}

.highlight {
  color: #f2b10c;
  font-weight: bold;
  margin-right: 4px;
}

.grid_level_next_window {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.grid_level_next_window_main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.grid_level_next_window_main_img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
}

.grid_level_next_window_main_text {
  font-family: 'Lora', serif;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}

.grid_level_next_window_side {
  flex: 1.3;
  display: grid;
 grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border-left: 1px solid gainsboro;
}

.grid_level_next_window_item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.grid_level_next_window_text {
  font-family: 'Lora', serif;
  font-size: 13px;
  color: #111;
  line-height: 1.4;
  font-weight: 600;
  padding:6px;
  border-right: 1px solid gainsboro;
}

.grid_level_next_window_thumb {
 width: 130px;
    height: 134px;
  object-fit: cover;
  flex-shrink: 0;
}

.source {
  color: #0076b6;
  font-weight: bold;
}

.author {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  color: #888;
  margin-top: 5px;
   font-weight: 400;
}

.highlight {
  color: #f2b10c;
  font-weight: bold;
  margin-right: 4px;
}

.grid_level_next_culture {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Lora', serif;
  text-align: center;
}

.grid_level_next_culture_title {
  font-size: 36px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
  font-family: 'Lora', serif;
}
.grid_level_next_culture_titles {
  font-size: 34px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
  font-family: 'Lora', serif;
}

.grid_level_next_culture_authors {
  font-size: 11px;
  font-weight: 400;
  color: #888;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;;
}

.grid_level_next_culture_body {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
}

.grid_level_next_culture_side {
  flex: 1;
  max-width: 200px;
  text-align: left;
  border-top: 1px solid gainsboro;
}

.grid_level_next_culture_thumb {
  width: 90%;
  height: auto;
  margin-bottom: 10px;
  object-fit: cover;
  padding-top: 10px;
}

.grid_level_next_culture_text {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin: 0 0 5px;
}

.grid_level_next_culture_author {
  font-size: 12px;
  font-weight: 400;
  color:#777474;
   font-family: 'Roboto Condensed', sans-serif;

}

.grid_level_next_culture_main {
  flex: 2;
  border-left: 1px solid gainsboro;
   border-right: 1px solid gainsboro;
}

.grid_level_next_culture_main_img {
  width: 98%;
  padding: 3px;
  height: auto;
  object-fit: cover;
}

.grid_level_next_graphic_cartoon {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Georgia', serif;
  padding: 20px;
}

.grid_level_next_graphic_cartoon h2,
.grid_level_next_graphic_cartoon h3 {
  margin: 0;
  font-weight: bold;
  color: #111;
  font-family: 'Lora', serif;
}
.img-h3{
   margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #111;
  font-family: 'Lora', serif;
  padding-left: 20px;
}
.author-jo{
   color: #888;
   padding-left: 20px;
  font-size: 14px;
  margin-bottom: 10px;
   font-family: 'Roboto Condensed', sans-serif;
}

.grid_level_next_graphic_cartoon .author {
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
   font-family: 'Roboto Condensed', sans-serif;

}

/* Top row: 3 columns */
.top_row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
  width: 100%;
}

.top_col img {
  width: 90%;
  height: auto;
  margin-top: 10px;
  border-left: 1px solid gainsboro;
  padding: 5px
}
.img-ca{
   width: 74%!important;
  height: auto!;
  margin-top: 10px;
  border-left: 1px solid gainsboro;
  padding: 5px
}

/* Bottom row: 4 columns */
.bottom_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-left: 26px;
}

.bottom_col img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

/* health */
.grid_level_next_health {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 10px;
 
}

.health_card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.health_card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #111;
   font-family: 'Lora', serif;
  margin: 0 0 6px;
}

.health_card .author {
  font-size: 10px;
  color: #888;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
}


.background-g {
  background-color: #f4f6f8 !important;
  height: 250px;
  overflow: visible !important;
  padding: 20px;
}


/* category items */
.grid_level_cat_items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.cat_column {
  border-right: 1px solid gainsboro;
}

.cat_column h4 {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}

.cat_img img {
  width: 97%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.cat_column p {
  font-size: 14px;
  line-height: 1.4;
  margin: 8px 0;
  font-weight: 600;
  font-family: 'Lora', serif;
  text-decoration: none!important;
  color: #000;
}

.cat_column .highlight {
  color: #0f0f0f; /* golden-yellow like in image */
  font-weight: bold;
  font-family: 'Lora', serif;
}

.cat_column hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}

.cat_column a {
  color: #000000;
  text-decoration: none;
}

.magazine h4{
 font-family: 'Lora', serif;
  font-size: 54px;
  font-weight: 900;
  text-shadow: 0.5px 0.5px 0 currentColor;
  -webkit-text-stroke: 0.3px currentColor; /* optional */
}

/* magazine */
.grid_level_magazine {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  
}

.magazine_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.section_label img{
  width: 150px;
  height: auto;
  letter-spacing: 1px;
}
.section_labels img{
  width: 90px;
  height: auto;
  letter-spacing: 1px;
}

.see_more {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 12px;
   font-family: "Inter", sans-serif;
}

.main_title {
 font-size: 30px;
    width: 98%;
    font-weight: 700;
    line-height: 1.3;
    margin: 14px 44px 5px;
    font-family: 'Lora', serif;
    text-align: center;
}

.author_name {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  text-align: center;
   font-family: 'Roboto Condensed', sans-serif;
}

.magazine_content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 20px;
}

.magazine_card img {
  width: 100%;
  height: auto;
  display: block;
}

.magazine_card.small .card_title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.card_author {
  color: #888;
  font-size: 14px;
  margin-top: 4px;
}

.magazine_card.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid_level_magazine_person.small {
  background-color: #f4f6f8;
  
  padding: 10px;
  text-align: center;
  max-width: 220px;
  margin: 10px auto;
 
}

.grid_level_magazine_person .text_block h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
  font-family: 'Lora', serif;
  

}

.grid_level_magazine_person .author_name {
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
   font-family: 'Roboto Condensed', sans-serif;
  

}

.grid_level_magazine_person .person_img img {
  width: 50px;
  height: 40px;
  border-radius: 0;
  object-fit: contain;
}
.high{
  font-weight: 900;
  font-size: 40px;
}
.grid_level_ti {
  font-family: 'Lora', serif;
  font-size: 30px;
  font-weight: 400;
}
.grid_level_humors {
  display: flex;
  gap: 20px;
  font-family: 'Georgia', serif;
}

.left-featured {
  position: relative;
  flex: 2;
  overflow: hidden;
}

.left-featured img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Dark overlay */
.left-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Adjust opacity as needed */
  z-index: 1;
}

.left-featured .overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  max-width: 70%;
  z-index: 2; /* Ensure it's above the overlay */
}


.left-featured .label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  color: white!important;
}

.left-featured h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 5px 0;
  color: white!important;
}

.left-featured .author {
  font-size: 16px;
  color: white;
}

.right-articles {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  
}

.right-article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  border-top: 1px solid #ddd;
  padding-top: 13px;
  border-left: 1px solid gainsboro;
  padding: 5px;
}

.right-article:first-child {
  border-top: none;
  padding-top: 0;
}

.right-article img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.right-article .headline {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
  color: #000;
}

.right-article .author {
  font-size: 14px;
  color: #888;
  margin-top: 4px;
}

.highlight {
  color: goldenrod;
  font-weight: bold;
}
.high-cr{
  font-weight: 700;
  font-size: 40px;
}
.grid_level_magazine_person .author_names{
  font-size: 12px;
    color: #666;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

/* footer */
.footer {
  font-family: sans-serif;
  background: #fff;
  color: #000;
  /*margin-left: -126px;*/
  /*width:116%;*/
  
}

.footer-top {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  font-size: 40px;
  font-weight: bold;
  color: #007099;
}

.footer-subscribe p {
  margin: 0 0 10px;
}
.footer-subscribe{
  display: contents;
}

.footer-subscribe button {
  background: #007099;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
  gap: 10px;
}

.footer-links a {
  text-decoration: none;
  color: black;
  margin-right: 15px;
  font-weight: 300;
   font-family: "Inter", sans-serif;
}

.footer-socials i,
.footer-apps i {
  margin: 0 5px;
  font-size: 18px;
}

.footer-bottom {
  display: flex;
  gap: 15px;
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
  color: #555;
  font-family: 'Roboto Condensed', sans-serif;
}

.footer-bottom a {
  text-decoration: none;
  color: #555;
}

.footer-collaborators {
  margin-top: 30px;
  text-align: center;
}

.footer-collaborators h4 {
  font-weight: normal;
  margin-bottom: 15px;
  color: #555;
  font-family: 'Roboto Condensed', sans-serif;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.footer-logos img {
  max-height: 50px;
  object-fit: contain;
}



    
    @media (max-width: 1000px) {
      .container {
        grid-template-columns: 1fr;
      }
    }





    /* detail page */
   /* detail page */
    .grid_level_detail_page {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  
  align-items: start;
  margin-left: 95px;
  width: 80%;
}

.detail_content .section_tag {
  display: inline-block;
  font-size: 13px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  
}

.detail_content .divider {
  width: 50px;
  border: 2px solid #111;
  margin: 20px 0;
}

.detail_content .section_header {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
 
}

.detail_content h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Lora", serif;
  line-height: 48px;
  letter-spacing: -0.07px;
    
}

.detail_content .summary {
  font-size: 20px;
  color: #222;
  line-height: 1.6;
  margin-bottom: 30px;
}

.language_options {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.language_options .note {
  font-size: 14px;
  font-family: "Inter", sans-serif;

}

.language_options .alert {
  color: red;
  font-size: 16px;
  vertical-align: middle;
}

.language_options button {
  background-color: #f2f2f2;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
}

.detail_ad {
 position: sticky;
  top: 120px; /* Distance from the top of the viewport when it sticks */
  background-color: #fff;
  border-left: 1px solid #bfc3c5;
  padding: 10px;
  margin: 40px auto;
  width: 80%; /* or any width you prefer */
  max-width: 1200px;
  height: 100%;
}

.detail_ad img {
  width: 100%;
  height: auto;
  display: block;
}


.img_det img {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: block;
}
.deta-p{
  font-family: "Inter", sans-serif;
  font-size: 14px;

}

.news_detail_client {
  font-family: Arial, sans-serif;
  max-width: 900px;
  margin: 20px auto;
  padding: 10px;
  color: #000;
}

.author-info_det {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.author-name-date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.author-name-date .date {
  color: #6c757d;
  font-weight: 400;
}

.author-img_det {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 0;
}

.separator {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 15px 0;
}

.article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-time {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.icons_det {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-btn_det {
  background: #f5f6f7;
  border: none;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
}

.gift-btn {
  background: #f5f6f7;
  border: none;
  padding: 10px 14px;
  border-radius: 24px;
  font-size: 14px;
  cursor: pointer;
}

.deta_span{
  font-size: 17px;
  text-transform: uppercase;
   font-family: "Inter", sans-serif;
   font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0;
}
.deta_para_st{
 font-size: 19px;
 font-family: "Lora", serif;
 margin: 47px 12px;
 font-weight: 800;
 line-height: 34px;
    letter-spacing: 0;

}
.deta_para_next{
 font-size: 19px;
 font-family: "Lora", serif;
 margin: 47px 12px;
 line-height: 34px;
    letter-spacing: 0;
 

}
.background-g-det {
  background-color: #f4f6f8 !important;
  height: 250px;
  overflow: visible !important;
  padding: 20px;
}
.background-g_det {
  padding: 20px;
  background-color: #f9f9f9;
}

.news-ad {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 16px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.ad-label_det {
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 0.5px;
}

.ad-content_det {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ad-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  
}

.ad-text {
  flex: 1;
}

.ad-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 6px;
  color: #222;
}

.ad-description {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
}

.ad-cta {
  text-decoration: none;
  color: #0066cc;
  font-weight: 500;
  transition: color 0.3s ease;
}

.ad-cta:hover {
  color: #004499;
}
.news_detail_comment_sec {
  font-family: Arial, sans-serif;
  padding: 20px;
  max-width: 800px;
  margin: 30px 0px;
}

.related-article_det {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-text_det h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  max-width: 100%;
  font-family: "Lora", serif;
}
.article-text_det h2:hover{
  color: blue;
}
.article-img_det img {
  width: 150px;
  height: auto;
 
}

/* hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #ddd;
} */

.no-comments {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 138px;
}

.comment-button {
  text-align: center;
  margin-bottom: 30px;
}

.comment-button button {
  background-color: #0077a6;
  color: white;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border-radius: 2px;
  width: 100%;
  max-width: 920px;
}

.comment-button button:hover {
  background-color: #005f87;
}

.tags_det {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
 margin-top: 100px;
}

.tags_det span {
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
}

.bold{
   font-family: "Inter", sans-serif;
   font-size: 12px;
   text-transform: uppercase;
   font-weight: 700;
   margin: 0px 12px;
}
.news_detail_last_kids {
  font-family: Arial, sans-serif;
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.kids-header_det {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background: #f6f7f8;
  padding: 20px;
}

.kids-header_det .blue-bar {
  width: 45px;
  height: 4px;
  background-color: #0077b6;
  margin-right: 10px;
}

.kids-header_det h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.kids-article_det {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
}

.kids-text_det {
  width: 70%;
  font-size: 18px;
  line-height: 1.4;
}

.kids-text_det a {
  text-decoration: none;
  color: #000;
}

.kids-text_det .highlight-author {
  color: #0077b6;
}

.kids-img_det {
  width: 25%;
}

.kids-img_det img {
  width: 100%;
  
}
.news_detail_most-popular {
 
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.news_detail_most-popular h2 {
   font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.popular-grid {
  display: flex;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-top: 50px;
}

.popular-column {
  flex: 1;
  border-right: 1px solid #ccc;
}

.popular-column h3 { font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 15px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}

.popular-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.popular-item .text {
   font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  flex: 1;
  margin-right: 10px;
}

.popular-item .text .author {
  font-size: 14px;
  color: #888;
  display: block;
  margin-top: 5px;
}

.popular-item .text.highlight {
  color: #0074a2;
}

.popular-item .rank {
  font-size: 50px;
  font-weight: 900;
  color: #000;
   font-family: "Inter", sans-serif;
}

.popular-item .plus {
  color: orange;
  font-weight: 600;
  font-size: 18px;
  margin-right: 6px;
}


/* category */
.cat_sec_news_start{
  border-top: 1px solid gainsboro;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
   padding:1px 0px;
  background-color: #f4f6f8;
  align-items: start;
 
 
}

.cat_text_h5{
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.2px;
  font-family: "Inter", sans-serif;
  margin-left: 45%;

}
.cat_sec_detail_innerpage {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
  margin-left: 146px;
  width: 75%;
  margin-top: 50px;
}

.news-item_cat {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.news-content_cat {
  flex: 1;
  padding-right: 20px;
}

.news-content_cat h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
   font-family: "Lora", serif;
  line-height: 1.3;
  width: 86%;

}
.news-content_cat h2:hover{
  color: rgb(54, 88, 197);
}

.meta_cat{
  font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
  color: #040404;
  font-family: 'Roboto Condensed', sans-serif;

}

.news-img_cat {
  width: 200px;
  flex-shrink: 0;
}

.news-img_cat img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.background-g-cat {
  background-color: #f4f6f8 !important;
  height: 250px;
  overflow: visible !important;
  padding: 20px;
  width: 100%;
}


/* show more */
.cat_btn_showmore {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #dcdcdc;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  color: black;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: white;
  transition: color 0.3s ease-in-out;
  margin-left: 44%;
  margin-top: 4%;
}

.cat_btn_showmore::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #5fb8de;
  transition: width 0.4s ease-in-out;
  z-index: 0;
}

.cat_btn_showmore:hover::before {
  width: 100%;
}

.cat_btn_showmore:hover {
  color: white;
}

.cat_btn_showmore {
  z-index: 1;
}

.cat_btn_showmore::before {
  z-index: -1;
}
.text-cat{
  font-size: 14px;
}




