  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {

      font-family: 'Kanit', sans-serif;
      /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  }

  .popular-news-header-section {
      position: relative;
      width: 100%;
      height: 400px;
      background: linear-gradient(to right, #ff0000, #5a0000);
      background-size: cover;
      background-position: center;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }

  .popular-news-header-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .popular-news-header {
      position: relative;
      z-index: 2;
      padding: 20px;
      animation: fadeInScale 1s ease-out forwards;
  }

  .popular-news-header h1 {
      font-size: 4.5em;
      margin-bottom: 15px;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 2px;
      text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
  }

  .popular-news-header h1::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #f0f0f0;
      border-radius: 2px;
  }

  .popular-news-header-title {
      font-size: 1.2em;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.8);
      margin-top: 10px;
  }

  .popular-news-header-title a {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none;
      transition: color 0.3s ease-in-out;
  }

  .popular-news-header-title a:hover {
      color: #ffffff;
      text-decoration: underline;
  }

  .popular-news-header-title span {
      color: rgba(255, 255, 255, 0.6);
      margin: 0 8px;
  }


  .popular-news-container {
      display: flex;
      flex-wrap: wrap;
      gap: 2.1875rem;
      padding: 3.125rem 1.875rem;
      max-width: 1300px;
      margin: 2.5rem auto;
      align-items: flex-start;
  }

  .popular-news-main-content,
  .top-popular-news {
      background: white;
      border-radius: 1.125rem;
      padding: 2.1875rem 2.5rem;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.09);
      transition: box-shadow 0.3s ease;
  }

  .popular-news-main-content:hover,
  .top-popular-news:hover {
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }

  .popular-news-main-content {
      flex: 3;
      min-width: 900px;
      flex-grow: 1;
  }

  .top-popular-news {
      flex: 0.25;
      min-width: 200px;
      flex-grow: 1;
      padding: 1.5rem 1.5rem;
  }

  .popular-news-main-content h2 {
      font-size: clamp(1.5rem, 3vw, 2rem);
      color: #e63946;
      margin-top: 0;
      line-height: 1.4;
      margin-bottom: 1.5625rem;
  }

  .popular-news-main-content img {
      width: 100%;
      height: auto;
      border-radius: 0.75rem;
      margin: 1.5625rem 0;
      display: block;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .popular-news-main-content .date {
      font-size: 1rem;
      color: #777;
      margin-bottom: 1.5625rem;
      display: block;
  }

  .popular-news-main-content p {
      font-size: 1.05rem;
      line-height: 1.9;
      color: #444;
      margin-bottom: 1.2em;
      word-wrap: break-word;
  }

  .original-news-link {
      display: inline-block;
      margin-top: 1.875rem;
      padding: 0.75rem 1.25rem;
      background-color: #e63946;
      color: white;
      text-decoration: none;
      border-radius: 0.625rem;
      font-weight: 600;
      transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 10px rgba(230, 57, 70, 0.3);
      white-space: nowrap;
  }

  .original-news-link:hover {
      background-color: #d12c3b;
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(230, 57, 70, 0.45);
  }

  .top-popular-news h3 {
      font-size: 1.3rem;
      border-left: 0.4375rem solid #e63946;
      padding-left: 1rem;
      margin-bottom: 1.5rem;
      color: #2c3e50;
      font-weight: 700;
  }

  .popular-news-item {
      display: flex;
      align-items: center;
      gap: 0.7rem;
      margin-bottom: 0.7rem;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
      padding: 0.5rem;
      border-radius: 0.75rem;
      background-color: #fff;
      border: 1px solid #f0f0f0;
  }

  .popular-news-item:hover {
      background-color: #f7f7f7;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }

  .popular-news-item img {
      width: 3rem;
      height: 3rem;
      object-fit: cover;
      border-radius: 0.625rem;
      border: 1px solid #e0e0e0;
      flex-shrink: 0;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .popular-news-item p {
      margin: 0;
      font-size: 0.8125rem;
      color: #444;
      line-height: 1.3;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }

  .share-icons {
      margin-top: 1.25rem;
      margin-bottom: 1.5625rem;
      display: flex;
      gap: 1.125rem;
      align-items: center;
  }

  .share-icons span {
      font-size: 1.15rem;
      font-weight: 600;
      color: #555;
      flex-shrink: 0;
  }

  .share-icons a {
      color: #e63946;
      font-size: 2rem;
      transition: color 0.3s ease, transform 0.2s ease;
  }

  .share-icons a:hover {
      transform: translateY(-4px) scale(1.1);
  }

  .share-icons a.facebook:hover {
      color: #1877F2;
  }

  .share-icons a.twitter:hover {
      color: #1DA1F2;
  }

  .share-icons a.line:hover {
      color: #00C300;
  }

  .share-icons a.whatsapp:hover {
      color: #25D366;
  }


  /* - - - - - [Start] G E N E R A L Setting Style - - - - -  */
  /* #region */

  a {
      text-decoration: none;
      color: inherit;
  }

  ul,
  ol {
      list-style: none;
  }

  input,
  button,
  textarea,
  select {
      font: inherit;
  }

  button {
      border: none;
      background: none;
      cursor: pointer;
  }

  table {
      border-collapse: collapse;
      width: 100%;
  }

  #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ffffff;
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      transition: opacity 0.5s ease;
  }

  .cement-truck-animation img {
      width: 200px;
      height: auto;
      margin-bottom: 20px;
  }

  .cement-truck-animation .pouring {
      width: 20px;
      height: 100px;
      animation: pour 2s infinite ease-in-out;
      margin: 0 auto;
      border-radius: 5px;
  }

  @keyframes pour {
      0% {
          height: 0;
          opacity: 0.2;
      }

      50% {
          height: 80px;
          opacity: 1;
      }

      100% {
          height: 0;
          opacity: 0.2;
      }
  }

  .cement-truck-animation p {
      font-size: 16px;
      font-weight: bold;
      color: #333;
      margin-top: 0px;
  }

  .to-heaven-btn {
      position: fixed;
      bottom: 40px;
      right: 40px;
      width: 50px;
      height: 50px;
      background: linear-gradient(135deg, #b40000, #ff4d4d);
      color: white;
      font-size: 24px;
      text-align: center;
      line-height: 50px;
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      z-index: 999;
      display: none;
      /* เริ่มต้นซ่อนไว้ */
      transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .to-heaven-btn:hover {
      transform: translateY(-5px);
      opacity: 0.9;
  }


  /* #endregion */
  /* = = = = = [End] G E N E R A L Setting = = = = = */


  /* - - - - - [Start] N A V I G A T I O N- - - - - */
  /* #region */
  .header-fixed-position {
      width: 100%;
      position: fixed;
      top: 0;
      /* Ensure it's fixed to the top */
      left: 0;
      /* Ensure it starts from the left */
      z-index: 1000;
      /* Higher z-index to be on top of other content */
  }

  .NavOfPoonSingtoolayout {
      background: linear-gradient(to right, #d70000, #5a0000);
      font-family: 'Kanit', sans-serif;
      display: flex;
      /* Use flex on this container */
      align-items: center;
      justify-content: space-between;
      /* Space out nav-header-mobile-wrapper and nav-list */
      padding: 0 20px;
      height: 8vh;
      min-height: 50px;
      /* Add a min-height to ensure visibility on very small screens */
  }

  /* New: Main navigation container for flex properties */
  .main-nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      /* Ensure it takes full width of parent */
  }

  /* New: Wrapper for logo and hamburger on mobile */
  .nav-header-mobile-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      /* Space between logo and hamburger */
      width: auto;
      /* Default for desktop */
  }

  .nav-lci-above-group1 {
      display: flex;
      align-items: center;
  }

  .nav-logoLCI {
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .nav-img-logoLCI img {
      width: 40px;
      height: auto;
  }

  .nav-titlename-logoLCI h3 {
      color: #fff;
      font-size: 1.5rem;
      margin: 0;
  }

  .nav-list {
      list-style: none;
      display: flex;
      gap: 25px;
      margin: 0;
      padding: 0;
      align-items: center;
  }

  .nav-list li {
      position: relative;
  }

  .nav-list a {
      display: block;
      padding: 14px 20px;
      color: white;
      text-decoration: none;
      transition: background-color 0.3s ease;
  }

  .nav-list a:hover {
      background-color: #bc1a1a;
  }

  .dropdown:hover .dropdown-menu {
      display: block;
  }

  .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #730202;
      min-width: 160px;
      z-index: 1000;
  }

  .dropdown-menu li a {
      padding: 12px 16px;
      color: white;
      white-space: nowrap;
  }

  .dropdown-menu li a:hover {
      background-color: #a01616;
  }

  /* Hamburger Menu (Hidden by default on Desktop) */
  .hamburger-menu {
      display: none;
      /* Hidden on desktop */
      flex-direction: column;
      cursor: pointer;
      padding: 10px;
      z-index: 1100;
      /* Ensure hamburger is above other elements */
  }

  .hamburger-menu .bar {
      width: 25px;
      height: 3px;
      background-color: #fff;
      /* White bars for red background */
      margin: 4px 0;
      transition: 0.4s;
  }

  /* --- Responsive Adjustments for Mobile --- */
  @media (max-width: 768px) {
      .NavOfPoonSingtoolayout {
          height: auto;
          /* Height adapts to content when menu is open */
          flex-direction: column;
          /* Stack vertically */
          align-items: flex-start;
          /* Align logo and menu to the start */
          padding: 10px 20px;
      }

      .main-nav {
          flex-direction: column;
          align-items: flex-start;
      }

      .nav-header-mobile-wrapper {
          width: 100%;
          /* Take full width on mobile */
          justify-content: space-between;
          /* Space out logo and hamburger */
          align-items: center;
          min-height: 50px;
          /* Ensure this section has a minimum height */
      }

      .hamburger-menu {
          display: flex;
          /* Show hamburger on mobile */
      }

      .nav-list {
          display: none;
          /* Hide nav list by default on mobile */
          flex-direction: column;
          width: 100%;
          text-align: center;
          background-color: #630101;
          /* Darker red for mobile menu background */
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          padding-top: 10px;
          padding-bottom: 10px;
          /* Add some bottom padding */
      }

      .nav-list.active {
          display: flex;
          /* Show nav list when active */
      }

      .nav-list li {
          margin: 10px 0;
          /* Space between list items */
          width: 100%;
          /* Full width for list items */
      }

      .nav-list a {
          font-size: 1.1rem;
          padding: 12px 0;
          /* Adjust padding for mobile links */
          display: block;
          /* Make links block level for better touch area */
          width: 100%;
          /* Make link take full width of li */
      }

      .nav-list a:hover {
          background-color: #a01616;
          /* Mobile hover color */
      }

      /* Hide dropdowns on mobile to simplify menu, or style them for mobile */
      .nav-list .dropdown-menu {
          position: static;
          /* Remove absolute positioning */
          background-color: transparent;
          /* No background for sub-menu */
          box-shadow: none;
          width: auto;
          padding: 0;
          margin-top: 5px;
          display: none;
          /* Keep hidden, will require JS to toggle for mobile dropdowns */
      }

      .nav-list .dropdown-menu li a {
          padding: 8px 16px;
          /* Adjust padding for dropdown items */
          font-size: 1rem;
          background-color: rgba(255, 255, 255, 0.1);
          /* Slight background for sub-items */
      }

      .nav-list .dropdown-menu li a:hover {
          background-color: rgba(255, 255, 255, 0.2);
      }

      .hamburger-menu.active .bar:nth-child(1) {
          transform: translateY(7px) rotate(45deg);
      }

      .hamburger-menu.active .bar:nth-child(2) {
          opacity: 0;
      }

      .hamburger-menu.active .bar:nth-child(3) {
          transform: translateY(-7px) rotate(-45deg);
      }
  }

  /* #endregion */
  /* = = = = = [End] N A V I G A T I O N = = = = = */


  /* ====== [Start] L C I - T H News ============ */
  /* #region */


  .home-lcinews-section-vdo {
      display: flex;
      padding: 60px 0;
      background-color: rgb(248, 248, 248);
  }

  .home-ns-container-vdo {
      max-width: 1500px;
      width: auto;
      margin: 0 auto;
      padding: 0 1.3rem;
      border-radius: 16px;
      z-index: 10;
  }

  .section-vdo-title {
      font-size: 2.8em;
      color: rgb(192, 0, 0);
      margin-bottom: 15px;
      font-weight: 700;
      text-shadow: rgba(0, 0, 0, 0.05) 1px 1px 2px;
  }

  .video-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 3rem;
      padding: 20px;
      flex-wrap: wrap;
  }

  .video-container video {
      width: 100%;
      height: 100%;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .video-item {
      display: flex;
      flex-direction: row;
      gap: 3rem;
  }

  .video-item-text {
      display: flex;
      flex-direction: column;
      width: 38%;
      padding: 35px;
      border-radius: 10px;
      gap: 1rem;
      background-image:
          linear-gradient(to right, rgba(215, 0, 0, 0.85), rgba(143, 0, 0, 0.85)),
          url(/assets/images/15351.jpg);
      background-size: cover;
      background-position: center;
  }

  .vdo-icons {
      display: flex;
      justify-content: space-between;
  }

  .vdo-icons i {
      font-size: 2rem;
      color: rgb(247, 247, 247);
  }

  .video-item-text-box {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      justify-content: space-between;
  }

  .video-item-text-box-title h1 {
      font-size: 2.8rem;
      font-weight: bold;
      color: rgb(247, 247, 247);
  }

  .news-vdo-text-right {
      text-align: right;
  }

  .news-vdo-text-left {
      text-align: left;
  }

  .video-item-text-box-des p {
      color: rgb(247, 247, 247);
      font-size: 1.5rem;
  }

  .video-item-text-box-actions {
      display: flex;
      flex-direction: row;
      gap: 0.5rem;
  }

  .video-item-text-box-actions-btn a {
      background: linear-gradient(to right, #fffafa, #ff8787);
      color: rgb(114, 0, 0);
      padding: 15px;
      font-size: 1.2rem;
      border-radius: 5px;
      height: auto;
      text-align: center;
      align-items: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .video-item-text-box-actions-btn:hover {
      transform: scale(1.05);
      background-color: transparent;

  }

  .video-item-text-box-actions-btn2 a {
      background-color: transparent;
      color: rgb(247, 247, 247);
      padding: 15px;
      font-size: 1.2rem;
      border-radius: 5px;
      height: auto;
  }

  .video-item-text-box-actions-btn2:hover {
      transform: scale(1.05);
  }

  .video-item-text-box-actions-icon i {
      font-size: 3rem;
  }

  /* #endregion */
  /* = = = = = [End] L C I - T H News = = = = = */




  /* ====== [Start] F O O T E R SECTION ============ */
  /* #region */
  .footer {
      width: 100%;
      position: relative;
      background: linear-gradient(135deg, #8B0000, #d71e1e);
      color: white;
      overflow: hidden;
      padding-top: 60px;
      font-family: 'Kanit', sans-serif;

  }

  .footer-pattern {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100px;
      z-index: 0;
      opacity: 0.3;
  }

  .footer-overlay {
      position: relative;
      z-index: 1;
      padding: 2rem 1.5rem;
  }

  .footer-content {
      display: flex;
      flex-direction: column;
      gap: 2rem;
  }

  @media (min-width: 768px) {
      .footer-content {
          flex-direction: row;
          justify-content: space-between;
          align-items: flex-start;
      }
  }

  .footer-section {
      flex: 1;
      min-width: 220px;
      padding: 35px;
  }

  .footer-brand img.footer-logo-img {
      width: 80px;
      margin-bottom: 1rem;
  }

  .footer-brand h2 {
      font-size: 1.8rem;
      margin: 0 0 0.5rem;
  }

  .footer-section h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
  }

  .footer p,
  .footer li {
      margin-bottom: 6px;
      font-size: 0.95rem;
  }

  .footer ul {
      list-style: none;
      padding: 0;
  }

  .footer a {
      color: #fff;
      text-decoration: none;
      transition: color 0.3s;
  }

  .footer a:hover {
      color: #ffe6e6;
  }

  .footer-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 1rem;
  }

  .footer-btn {
      padding: 0.6rem 1.2rem;
      background: white;
      color: #a30000;
      border-radius: 10px;
      font-weight: bold;
      text-decoration: none;
      transition: background 0.3s ease, transform 0.2s ease;
  }

  .footer-btn:hover {
      background: #ffe5e5;
      transform: scale(1.05);
  }

  .footer-btn.line {
      background: #06c755;
      color: white;
  }

  .footer-map iframe {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .footer-bottom {
      text-align: center;
      background-color: rgba(0, 0, 0, 0.2);
      padding: 20px;
      font-size: 0.9rem;
      opacity: 0.8;
  }

  .footer-contact {
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
  }



  .copy-popup {
      visibility: hidden;
      min-width: 150px;
      background-color: #313131;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 12px;
      position: fixed;
      z-index: 1000;
      left: 50%;
      bottom: 50px;
      transform: translateX(-50%);
      font-size: 16px;
      opacity: 0;
      transition: opacity 0.5s, visibility 0.5s;
  }

  .copy-popup.show {
      visibility: visible;
      opacity: 1;
  }

  @media (max-width: 480px) {
      .footer-content {
          gap: 0;
      }

      .footer-buttons {
          flex-wrap: nowrap;
          gap: 0.5rem;
      }

      .footer-btn {
          padding: 0.5rem 0.9rem;
          font-weight: bold;
      }

      .footer-contact {
          display: flex;
          flex-direction: column;
          gap: 0.7rem;
      }

      .footer-bottom p {
          font-size: 0.8rem;
      }

  }

  @media (min-width: 481px) and (max-width: 1024px) {

      .footer-content {
          gap: 0;
      }

      .footer-buttons {
          flex-wrap: nowrap;
          gap: 0.5rem;
      }

      .footer-btn {
          padding: 0.5rem 0.9rem;
          font-weight: bold;
      }

      .footer-contact {
          display: flex;
          flex-direction: column;
          gap: 0.7rem;
      }

      .footer-content {
          flex-direction: row;
          flex-wrap: wrap;
          gap: 2rem;
          padding: 25px;
      }

      .footer-content>div {
          flex: 1 1 calc(50% - 1rem);
          box-sizing: border-box;
      }

      .footer-section {
          justify-content: left;
          justify-items: left;
      }

      .footer-section a {
          font-size: 16px;
      }

      .footer-section p {
          font-size: 16px;
      }

  }


  /* #endregion */
  /* = = = = = [End] F O O T E R SECTION = = = = = */




  /* --- Responsive Adjustments for Mobile --- */
  @media (max-width: 1024px) {
      .popular-news-header-section {
          height: 350px;
      }

      .popular-news-header h1 {
          font-size: 3.5em;
          letter-spacing: 1.5px;
      }

      .popular-news-header h1::after {
          width: 60px;
      }

      .popular-news-header-title {
          font-size: 1.1em;
      }

      .popular-news-container {
          flex-direction: column;
          padding: 2rem 1rem;
          margin: 1.5rem auto;
      }

      .popular-news-main-content,
      .top-popular-news {
          min-width: unset;
          width: 100%;
      }

      .popular-news-main-content {
          order: 1;
      }

      .top-popular-news {
          order: 2;
          padding: 1rem 1rem;
      }

      .popular-news-image-overlay {
          padding: 2rem 1.5rem 1rem;
      }

      .popular-news-arrow {
          width: 2.8rem;
          height: 2.8rem;
          font-size: 1.8rem;
      }

      .popular-news-arrow.left {
          left: 1rem;
      }

      .popular-news-arrow.right {
          right: 1rem;
      }
  }

  @media (max-width: 768px) {
      .NavOfPoonSingtoolayout {
          height: auto;
          /* Height adapts to content when menu is open */
          flex-direction: column;
          /* Stack vertically */
          align-items: flex-start;
          /* Align logo and menu to the start */
          padding: 10px 20px;
      }

      .main-nav {
          flex-direction: column;
          align-items: flex-start;
      }

      .nav-header-mobile-wrapper {
          width: 100%;
          /* Take full width on mobile */
          justify-content: space-between;
          /* Space out logo and hamburger */
          align-items: center;
          min-height: 50px;
          /* Ensure this section has a minimum height */
      }

      .hamburger-menu {
          display: flex;
          /* Show hamburger on mobile */
      }

      .nav-list {
          display: none;
          /* Hide nav list by default on mobile */
          flex-direction: column;
          width: 100%;
          text-align: center;
          background-color: #630101;
          /* Darker red for mobile menu background */
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          padding-top: 10px;
          padding-bottom: 10px;
          /* Add some bottom padding */
      }

      .nav-list.active {
          display: flex;
          /* Show nav list when active */
      }

      .nav-list li {
          margin: 10px 0;
          /* Space between list items */
          width: 100%;
          /* Full width for list items */
      }

      .nav-list a {
          font-size: 1.1rem;
          padding: 12px 0;
          /* Adjust padding for mobile links */
          display: block;
          /* Make links block level for better touch area */
          width: 100%;
          /* Make link take full width of li */
      }

      .nav-list a:hover {
          background-color: #a01616;
          /* Mobile hover color */
      }

      /* Hide dropdowns on mobile to simplify menu, or style them for mobile */
      .nav-list .dropdown-menu {
          position: static;
          /* Remove absolute positioning */
          background-color: transparent;
          /* No background for sub-menu */
          box-shadow: none;
          width: auto;
          padding: 0;
          margin-top: 5px;
          display: none;
          /* Keep hidden, will require JS to toggle for mobile dropdowns */
      }

      .nav-list .dropdown-menu li a {
          padding: 8px 16px;
          /* Adjust padding for dropdown items */
          font-size: 1rem;
          background-color: rgba(255, 255, 255, 0.1);
          /* Slight background for sub-items */
      }

      .nav-list .dropdown-menu li a:hover {
          background-color: rgba(255, 255, 255, 0.2);
      }

      .hamburger-menu.active .bar:nth-child(1) {
          transform: translateY(7px) rotate(45deg);
      }

      .hamburger-menu.active .bar:nth-child(2) {
          opacity: 0;
      }

      .hamburger-menu.active .bar:nth-child(3) {
          transform: translateY(-7px) rotate(-45deg);
      }

      .popular-news-header-section {
          height: 300px;
      }

      .popular-news-header h1 {
          font-size: 2.8em;
          margin-bottom: 10px;
          letter-spacing: 1px;
      }

      .popular-news-header h1::after {
          width: 50px;
          height: 3px;
      }

      .popular-news-header-title {
          font-size: 1em;
          margin-top: 8px;
      }

      .popular-news-header-container {
          height: 50vh;
      }

      .popular-news-image-overlay h1 {
          font-size: clamp(1.5rem, 5vw, 2rem);
      }

      .popular-news-image-overlay p {
          font-size: clamp(0.8rem, 2vw, 1rem);
      }

      .popular-news-main-content h2 {
          font-size: clamp(1.3rem, 4vw, 1.8rem);
      }

      .popular-news-main-content p {
          font-size: 0.95rem;
          line-height: 1.7;
      }

      .original-news-link {
          padding: 0.6rem 1rem;
          font-size: 0.9rem;
      }

      .share-icons {
          gap: 0.8rem;
          margin-top: 1rem;
          margin-bottom: 1rem;
      }

      .share-icons a {
          font-size: 1.8rem;
      }

      .top-popular-news h3 {
          font-size: 1.2rem;
          padding-left: 0.8rem;
      }

      .popular-news-item img {
          width: 2.5rem;
          height: 2.5rem;
      }

      .popular-news-item p {
          font-size: 0.75rem;
      }
  }

  /* #endregion */
  /* = = = = = [End] N A V I G A T I O N = = = = = */




  /* Mobile Styles (สำหรับหน้าจอ <= 768px) */
  @media (max-width: 480px) {

      .above-content {
          display: none;
      }

      .popular-news-header-section {
          height: 250px;
          padding: 15px;
      }

      .popular-news-header h1 {
          font-size: 2em;
          margin-bottom: 8px;
          letter-spacing: 0.5px;
      }

      .popular-news-header h1::after {
          width: 40px;
          height: 2px;
      }

      .popular-news-header-title {
          font-size: 0.9em;
          margin-top: 5px;
      }

      .popular-news-header-title span {
          margin: 0 5px;
      }

      .popular-news-header-container {
          height: 40vh;
          min-height: 250px;
      }

      .popular-news-image-overlay {
          padding: 1.5rem 1rem 0.8rem;
      }

      .popular-news-image-overlay h1 {
          font-size: clamp(1.2rem, 6vw, 1.6rem);
      }

      .popular-news-image-overlay p {
          font-size: 0.75rem;
      }

      .popular-news-arrow {
          width: 2.2rem;
          height: 2.2rem;
          font-size: 1.5rem;
          left: 0.5rem;
          right: 0.5rem;
      }

      .popular-news-container {
          padding: 1rem 0.8rem;
          gap: 1.5rem;
      }

      .popular-news-main-content {
          padding: 1.5rem 1.2rem;
      }

      .popular-news-main-content h2 {
          font-size: clamp(1rem, 5vw, 1.5rem);
          margin-bottom: 1rem;
      }

      .popular-news-main-content .date {
          font-size: 0.9rem;
          margin-bottom: 1rem;
      }

      .popular-news-main-content p {
          font-size: 0.9rem;
          line-height: 1.6;
      }

      .original-news-link {
          font-size: 0.85rem;
          padding: 0.5rem 0.8rem;
      }

      .share-icons {
          justify-content: flex-start;
          /* แก้ไข: เปลี่ยนจาก center เป็น flex-start */
          gap: 0.6rem;
      }

      .share-icons span {
          font-size: 1.15rem;
          font-weight: 600;
          color: #555;
          flex-shrink: 0;
      }

      .share-icons a {
          font-size: 1.5rem;
      }

      .top-popular-news {
          padding: 1rem 0.8rem;
      }

      .top-popular-news h3 {
          font-size: 1.1rem;
          padding-left: 0.6rem;
          margin-bottom: 1rem;
      }

      .popular-news-item {
          gap: 0.5rem;
          padding: 0.4rem;
      }

      .popular-news-item img {
          width: 2rem;
          height: 2rem;
      }

      .popular-news-item p {
          font-size: 0.7rem;
          -webkit-line-clamp: 3;
      }

      .section-title {
          font-size: 2.4rem;
      }

      .section-vdo-title {
          font-size: 2.2em;
          color: rgb(192, 0, 0);
          margin-bottom: 15px;
          font-weight: 700;
          text-shadow: rgba(0, 0, 0, 0.05) 1px 1px 2px;
      }

      .video-container {
          padding: 0;
      }

      .video-item {
          display: flex;
          flex-direction: column;
      }

      .video-item-text {
          display: none;
      }

  }

  @media (max-width: 360px) {
      .popular-news-header-section {
          height: 200px;
          /* Minimum height for very small screens */
      }

      .popular-news-header h1 {
          font-size: 1.6em;
          /* Smallest font size for h1 */
      }

      .popular-news-header h1::after {
          width: 30px;
      }

      .popular-news-header-title {
          font-size: 0.8em;
          /* Smallest font size for title */
      }

      .section-title {
          font-size: 2.4rem;
      }

      .section-vdo-title {
          font-size: 2.2em;
          color: rgb(192, 0, 0);
          margin-bottom: 15px;
          font-weight: 700;
          text-shadow: rgba(0, 0, 0, 0.05) 1px 1px 2px;
      }

      .video-container {
          padding: 0;
      }

      .video-item {
          display: flex;
          flex-direction: column;
      }

      .video-item-text {
          display: none;
      }
  }

  @media (min-width: 481px) and (max-width: 1024px) {

      .above-content {
          display: none;
      }

  }