/* Generated by tools/build.php - do not edit by hand. */
/* block 1 of 5 */
.ti-badge { background: rgba(96,165,250,0.15) !important; color: #60a5fa !important; }
  .ti-badge i { color: #60a5fa !important; }

  /* ===== GLOBAL HOVER EFFECTS ===== */
  
  /* --- About Image --- */
  .about-img-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.4);
    transition: all 0.4s ease;
    position: relative;
  }
  .about-img-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(232,97,26,0.3);
  }
.about-img-wrapper img {
  width: 105%;
  max-height: 900px; /* ปรับเพิ่ม/ลดความสูงได้ตามต้องการ */
  object-fit: cover; /* ป้องกันไม่ให้รูปโดนยืดหรือเบี้ยว */
  display: block;
  transition: transform 0.5s ease;
}
  .about-img-wrapper:hover img {
    transform: scale(1.05);
  }
  
  /* --- Feature Cards (About) --- */
  .feature-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.05);
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease;
  }
  .feature-card:hover {
    background: rgba(255,255,255,0.1);
    border-color: #60a5fa;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(96,165,250,0.15);
  }
  .feature-card .feature-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }
  .feature-card:hover .feature-icon {
    transform: rotateY(180deg);
  }
  .feature-card:hover .feature-icon.blue {
    background: rgba(96,165,250,0.3);
  }
  .feature-card:hover .feature-icon.orange {
    background: rgba(232,97,26,0.3);
  }
  
  /* --- Buttons --- */
  .btn-orange {
    background: linear-gradient(135deg, #e8611a, #f0943a);
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(232,97,26,0.3);
    border: none;
  }
  .btn-orange:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(232,97,26,0.5);
    background: linear-gradient(135deg, #f0943a, #e8611a);
  }
  .btn-orange i {
    transition: transform 0.3s ease;
  }
  .btn-orange:hover i {
    transform: translateX(5px);
  }
  
  .btn-outline-white {
    border: 2px solid rgba(255,255,255,0.4);
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    background: transparent;
  }
  .btn-outline-white:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    transform: translateY(-3px);
  }
  
  /* --- Executive Image --- */
  .exec-img-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.4);
    transition: all 0.4s ease;
    position: relative;
  }
  .exec-img-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(transparent, rgba(0,0,0,0.5));
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .exec-img-wrapper:hover::after {
    opacity: 1;
  }
  .exec-img-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(232,97,26,0.3);
  }
  .exec-img-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
  }
  .exec-img-wrapper:hover img {
    transform: scale(1.05);
  }
  
  /* --- Service Cards --- */
  .service-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: all 0.4s ease;
  }
  .service-card:hover {
    background: rgba(255,255,255,0.1);
    border-color: #e8611a;
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(232,97,26,0.25);
  }
.service-card img {
    width: 100%;
    height: auto; /* 🌟 เปลี่ยนเป็น auto เพื่อให้ภาพแสดงความสูงตามสัดส่วนจริง */
    aspect-ratio: 4/3; /* 🌟 (แนะนำให้ใส่เพิ่ม) เพื่อบังคับให้สัดส่วนภาพเท่ากันทุกการ์ด เช่น 16/9 หรือ 4/3 */
    object-fit: cover; 
    transition: transform 0.5s ease;
  }
  .service-card:hover img {
    transform: scale(1.08);
  }
  .service-card-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #0d3b8e, #106eea);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
    transition: all 0.4s ease;
  }
  .service-card:hover .service-card-icon {
    background: linear-gradient(135deg, #e8611a, #f0943a);
    transform: rotateY(180deg);
  }
  .service-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    transition: color 0.3s ease;
  }
  .service-card:hover .service-card-title {
    color: #e8611a;
  }
  .service-card-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin-bottom: 0;
    transition: color 0.3s ease;
  }
  .service-card:hover .service-card-desc {
    color: rgba(255,255,255,0.9);
  }
  .service-card-link {
    color: #60a5fa;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
  }
  .service-card-link::after {
    content: '';
    width: 0;
    height: 2px;
    background: #e8611a;
    transition: width 0.3s ease;
  }
  .service-card:hover .service-card-link {
    color: #e8611a;
  }
  .service-card:hover .service-card-link::after {
    width: 30px;
  }
  
  /* --- View All Button --- */
  .btn-view-all {
    background: linear-gradient(135deg, #e8611a, #f0943a);
    color: #fff;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 4px 20px rgba(232,97,26,0.4);
    transition: all 0.3s ease;
  }
  .btn-view-all:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(232,97,26,0.6);
  }
  .btn-view-all i {
    transition: transform 0.3s ease;
  }
  .btn-view-all:hover i {
    transform: translateX(5px);
  }
  
  /* --- Zig-Zag Image --- */
  .zz-img-wrapper img {
    transition: transform 0.5s ease;
  }
  .zz-row:hover .zz-img-wrapper img {
    transform: scale(1.05);
  }
  .zz-content {
    transition: all 0.3s ease;
  }
  .zz-row:hover .zz-content {
    background-color: rgba(255,255,255,0.12);
  }
  
  /* --- CTA Button --- */
  .btn-cta {
    background: #fff;
    color: #0d3b8e;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
  }
  .btn-cta:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    background: #e8611a;
    color: #fff;
  }
  .btn-cta i {
    transition: transform 0.3s ease;
  }
  .btn-cta:hover i {
    transform: translateX(5px);
  }
  
  /* --- Vision Card --- */
  .vision-card {
    background: linear-gradient(135deg, #0d3b8e 0%, #106eea 100%);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
  }
  .vision-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(13,59,142,0.4);
  }
  .vision-card::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    background: rgba(232,97,26,0.3);
    border-radius: 20px;
    z-index: -1;
    transition: all 0.4s ease;
  }
  .vision-card:hover::before {
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
  }
  
  /* --- Mission Cards --- */
  .mission-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 35px;
    height: 100%;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
  }
  .mission-card:hover {
    background: rgba(255,255,255,0.1);
    border-color: #60a5fa;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(96,165,250,0.15);
  }
  .mission-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .mission-card:hover .mission-card-icon {
    transform: rotateY(180deg);
  }
  
  /* --- Stat Item --- */
  .stat-item {
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
  }
  .stat-item:hover {
    transform: translateY(-5px);
  }
  .stat-item:hover .stat-number {
    color: #e8611a;
  }

/* block 2 of 5 */
#memorialModal .modal-content {
    animation: memorialFadeIn 0.5s ease-out;
    background: transparent !important;
  }
  @keyframes memorialFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
  }
  .memorial-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1055;
    background: rgba(0,0,0,0.5);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
  }
  .memorial-close-btn i {
    color: #fff;
    font-size: 18px;
  }
  .memorial-close-btn:hover {
    background: rgba(0,0,0,0.8);
    transform: scale(1.1);
  }
  #memorialModal .modal-dialog {
    max-width: 90vw;
    margin: 1.75rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #memorialModal .modal-content {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .memorial-slideshow {
    position: relative;
    width: 100%;
    max-width: 1942px;
    aspect-ratio: 1942 / 904;
    overflow: hidden;
  }
  .memorial-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .memorial-slide.active {
    position: relative;
    opacity: 1;
  }
  .memorial-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

/* block 3 of 5 */
/* =========================================
     1. Hero Video Background Styles
  ========================================= */
  .hero-video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,20,60,0.7) 0%, rgba(0,40,80,0.5) 50%, rgba(0,20,60,0.7) 100%);
    z-index: 1;
  }

  .hero-video-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 5%;
    max-width: 1400px;
    margin: 0 auto;
  }

  .hero-video-content .brand-statement {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 30px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
  }

  .hero-video-content .brand-statement span {
    color: #60a5fa;
  }

  .hero-video-content .brand-tagline {
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 700px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  }

  .hero-video-content .brand-quote {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 700px;
    font-style: italic;
    border-left: 4px solid #e8611a;
    padding-left: 20px;
  }

  .hero-video-content .btn-hero {
    background: linear-gradient(135deg, #e8611a 0%, #f0943a 100%);
    color: #fff;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(232,97,26,0.4);
    border: none;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .hero-video-content .btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(232,97,26,0.6);
    background: linear-gradient(135deg, #f0943a 0%, #e8611a 100%);
  }

  .hero-video-content .btn-secondary {
    background: transparent;
    color: #fff;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.5);
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-left: 15px;
  }

  .hero-video-content .btn-secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    color: #fff;
  }

  .hero-video-stats {
    position: absolute;
    bottom: 80px;
    right: 5%;
    z-index: 2;
    display: flex;
    gap: 40px;
  }

  .hero-stat-item {
    text-align: center;
    color: #fff;
  }

  .hero-stat-item .stat-number {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
    color: #60a5fa;
  }

  .hero-stat-item .stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: bounce 2s infinite;
  }

  .hero-scroll-indicator a {
    color: rgba(255,255,255,0.7);
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s;
  }

  .hero-scroll-indicator a:hover {
    color: #fff;
  }

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
  }

  @media (max-width: 992px) {
    .hero-video-section { min-height: 500px; }
    .hero-video-content .brand-statement { font-size: 42px; }
    .hero-video-content .brand-tagline { font-size: 18px; }
    .hero-video-stats { bottom: 60px; gap: 30px; }
    .hero-stat-item .stat-number { font-size: 32px; }
  }

  @media (max-width: 768px) {
    .hero-video-section { min-height: 450px; }
    .hero-video-content .brand-statement { font-size: 32px; }
    .hero-video-content .brand-tagline { font-size: 16px; }
    .hero-video-content .brand-quote { font-size: 14px; }
    .hero-video-content .btn-hero, .hero-video-content .btn-secondary { padding: 12px 24px; font-size: 14px; }
    .hero-video-stats { position: relative; bottom: auto; right: auto; margin-top: 40px; justify-content: center; }
    .hero-stat-item .stat-number { font-size: 28px; }
  }

  @media (max-width: 480px) {
    .hero-video-content .brand-statement { font-size: 26px; }
    .hero-video-content .btn-secondary { margin-left: 0; margin-top: 10px; }
    .hero-video-stats { gap: 20px; }
  }

  /* =========================================
     2. Premium Zig-Zag Section Styles
  ========================================= */


  .zz-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .zz-row {
    display: flex;
    align-items: stretch;
    margin-bottom: 50px;
    position: relative;
  }

  .zz-row:last-child {
    margin-bottom: 0;
  }

  .zz-img-wrapper {
    width: 45%;
    position: relative;
    z-index: 1;
  }

  .zz-img-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    display: block;
  }

  .zz-content-wrapper {
    position: relative;
    width: 60%;
    z-index: 2;
    display: flex;
  }

  .zz-row.standard .zz-content-wrapper {
    margin-left: -5%; 
  }

  .zz-row.standard .zz-content {
    background-color: rgba(255,255,255,0.08); 
    width: 100%;
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%); 
    padding: 50px 50px 50px 100px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
  }

  .zz-row.standard .zz-accent {
    position: absolute;
    top: 0; bottom: 0; left: -15px;
    width: 100px;
    background-color: #0d3b8e;
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
  }

  .zz-row.reverse {
    flex-direction: row-reverse;
  }

  .zz-row.reverse .zz-content-wrapper {
    margin-right: -5%;
  }

  .zz-row.reverse .zz-content {
    background-color: rgba(255,255,255,0.08);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%); 
    padding: 50px 100px 50px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
  }

  .zz-row.reverse .zz-accent {
    position: absolute;
    top: 0; bottom: 0; right: -15px; left: auto;
    width: 100px;
    background-color: #0d3b8e;
    clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
    z-index: -1;
  }

  .zz-text-area {
    flex: 1; 
  }

  .zz-action-area {
    flex-shrink: 0; 
  }

  .zz-title {
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
  }

  .zz-desc {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .zz-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
  }

  .zz-btn:hover {
    background-color: #e8611a;
    border-color: #e8611a;
    color: #fff;
  }

  .zz-btn i {
    margin-left: 10px;
    font-size: 12px;
  }

  @media (max-width: 991px) {
    .zz-row, .zz-row.reverse { flex-direction: column; margin-bottom: 30px; }
    .zz-img-wrapper, .zz-content-wrapper { width: 100%; margin: 0 !important; }
    .zz-content {
      clip-path: none !important;
      padding: 30px !important;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }
    .zz-accent { display: none; } 
    .zz-img-wrapper img { height: 250px; }
  }

/* block 4 of 5 */
/* === Vision Statement - Clean Editorial === */
    .vm-vision-statement {
      max-width:800px;
      margin:0 auto 60px;
      padding:50px 60px;
      background:#f8f9fa;
      border-left:4px solid #0d3b8e;
      position:relative;
      transition:all 0.4s ease;
    }
    .vm-vision-statement:hover {
      background:#f0f2f5;
      box-shadow:0 10px 40px rgba(0,0,0,0.06);
    }
    .vm-vision-quote {
      display:flex;
      align-items:flex-start;
      gap:15px;
      margin-bottom:25px;
    }
    .vm-vision-headline {
      color:#1a1a2e;
      font-size:28px;
      font-weight:800;
      line-height:1.4;
      margin:0;
      font-family:'Georgia',serif;
      font-style:italic;
    }
    .vm-vision-divider {
      width:60px;
      height:2px;
      background:#e8611a;
      margin-bottom:25px;
    }
    .vm-vision-desc {
      color:#555;
      font-size:17px;
      line-height:1.9;
      margin-bottom:25px;
    }
    .vm-vision-tags {
      display:flex;
      flex-wrap:wrap;
      gap:25px;
    }
    .vm-v-tag {
      display:flex;
      align-items:center;
      gap:10px;
      font-size:14px;
      font-weight:600;
      color:#1a1a2e;
      letter-spacing:0.5px;
    }
    .vm-v-tag-dot {
      width:8px;
      height:8px;
      border-radius:50%;
      flex-shrink:0;
    }

    /* === Mission Items - Clean List === */
    .vm-mission-item {
      padding:40px 30px 35px;
      border-top:3px solid #0d3b8e;
      background:#f8f9fa;
      transition:all 0.4s ease;
      position:relative;
    }
    .vm-mission-item:hover {
      background:#f0f2f5;
      transform:translateY(-5px);
      box-shadow:0 15px 40px rgba(0,0,0,0.08);
    }
    .vm-mission-item.vm-mission-featured {
      border-top-color:#e8611a;
    }
    .vm-mission-num {
      font-size:48px;
      font-weight:800;
      color:rgba(13,59,142,0.15);
      line-height:1;
      margin-bottom:10px;
      font-family:'Georgia',serif;
    }
    .vm-mission-line {
      width:40px;
      height:2px;
      border-radius:2px;
      margin-bottom:20px;
    }
    .vm-mission-title {
      color:#1a1a2e;
      font-size:22px;
      font-weight:800;
      margin-bottom:5px;
    }
    .vm-mission-sub {
      color:#0d3b8e;
      font-size:13px;
      font-weight:700;
      letter-spacing:1.5px;
      text-transform:uppercase;
      margin-bottom:15px;
    }
    .vm-mission-desc {
      color:#666;
      font-size:15px;
      line-height:1.8;
      margin:0;
    }

    /* === Responsive === */
    @media (max-width:992px) {
      .vm-vision-statement { padding:35px 30px; }
      .vm-vision-headline { font-size:24px; }
    }
    @media (max-width:576px) {
      .vm-vision-statement { padding:25px 20px; }
      .vm-vision-headline { font-size:22px; }
      .vm-vision-quote { flex-direction:column; gap:10px; }
      .vm-vision-tags { flex-direction:column; gap:15px; }
    }

/* block 5 of 5 */
.news-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #0a1628 0%, #0d1f3c 100%);
    position: relative;
    overflow: hidden;
  }
  .news-section::before {
    content: '';
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(232,97,26,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .news-header { text-align: center; margin-bottom: 50px; position: relative; z-index: 2; }
  .news-header h2 { color: #fff; font-size: 36px; font-weight: 800; margin-bottom: 10px; }
  .news-header .section-divider { margin: 0 auto 15px; }
  .news-header p { color: rgba(255,255,255,0.7); font-size: 16px; }

  .news-track-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .news-track {
    display: flex;
    gap: 24px;
    justify-content: center;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .news-card {
    display: block;
    flex: 0 0 calc(33.333% - 16px);
    max-width: 480px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
  }
  .news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(232,97,26,0.2);
    border-color: rgba(232,97,26,0.3);
  }
  .news-card-img {
    display: block;
    width: 100%;
    height: 200px;
    min-height: 200px;
    overflow: hidden;
    background: #0d1f3c;
  }
  .news-card-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  .news-card:hover .news-card-img img {
    transform: scale(1.08);
  }
  .news-card-body {
    padding: 24px;
  }
  .news-card-date {
    display: inline-block;
    color: #e8611a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .news-card-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .news-card-text {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .news-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #e8611a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .news-card-link:hover {
    gap: 10px;
    color: #f0943a;
  }
  .news-card-link i {
    transition: transform 0.3s ease;
  }
  .news-card-link:hover i {
    transform: translateX(4px);
  }

  @media (max-width: 992px) {
    .news-card { flex: 0 0 calc(50% - 12px); max-width: calc(50% - 12px); }
    .news-track { gap: 16px; }
  }
  @media (max-width: 768px) {
    .news-card { flex: 0 0 100%; max-width: 100%; }
    .news-track { gap: 20px; flex-direction: column; align-items: center; }
    .news-card-img { height: 220px; min-height: 220px; }
    .news-header h2 { font-size: 28px; }
    .news-track-wrapper { padding: 0 16px; }
  }
  @media (max-width: 576px) {
    .news-header h2 { font-size: 24px; }
    .news-card-body { padding: 18px; }
    .news-card-title { font-size: 16px; }
    .news-card-text { font-size: 13px; }
    .news-card-img { height: 180px; min-height: 180px; }
  }
