/* Hero Section */
.hero {
    background: linear-gradient(rgb(112 24 31 / 34%), rgb(112 24 31 / 68%)), url(../assets/image/bg.webp?w=1200&h=600&fit=crop) center / cover;
    color: var(--white);
    padding: 120px 20px;
    text-align: center;
    position: relative;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    color: #ffffff;
}

.hero p {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 300;
    color: #ffffff;
}
.hit-research-intro {
  background: #ffffff;
}

/* Eyebrow */
.hit-research-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #427d3a;
  margin-bottom: 10px;
}

/* Title */
.hit-research-title {
  font-size: 36px;
  font-weight: 700;
  color: #70181f;
  margin-bottom: 18px;
}

/* Text */
.hit-research-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 14px;
}

/* Domains */
.hit-research-domains {
  margin-top: 26px;
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px; */
}

.domain-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.domain-item i {
  font-size: 20px;
  color: #70181f;
}

/* Image */
.hit-research-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .hit-research-title {
    font-size: 28px;
  }

  .hit-research-domains {
    grid-template-columns: 1fr;
  }
}
.hit-research-stats {
  background: #f7f7f7;
}

/* Heading */
.hit-research-title {
  font-size: 36px;
  font-weight: 700;
  color: #70181f;
}

.hit-research-subtitle {
  font-size: 16px;
  color: #444;
}

/* Card */
.research-stat-card {
  background: #ffffff;
  padding: 36px 28px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0,0,0,0.1);
  height: 100%;
}

.research-stat-card i {
  font-size: 36px;
  color: #427d3a;
  margin-bottom: 16px;
}

.research-stat-card h3 {
  font-size: 38px;
  font-weight: 700;
  color: #70181f;
  margin-bottom: 6px;
}

.research-stat-card h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}

.research-stat-card p {
  font-size: 14px;
  color: #555;
}

/* Note */
.research-note {
  font-size: 14px;
  color: #333;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .hit-research-title {
    font-size: 28px;
  }

  .research-stat-card h3 {
    font-size: 32px;
  }
}
.hit-domain-title {
  font-size: 38px;
  font-weight: 700;
  color: #70181f;
}

.hit-domain-subtitle {
  font-size: 16px;
  color: #444;
}

.domain-block {
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

.domain-block h3 {
  font-size: 26px;
  margin-bottom: 14px;
  color: #70181f;
}

.domain-block h3 i {
  color: #427d3a;
  margin-right: 8px;
}

.domain-block h5 {
  font-size: 17px;
  margin-top: 14px;
}

.domain-block ul {
  padding-left: 18px;
}

.domain-block li {
  margin-bottom: 8px;
  font-size: 15px;
}

.domain-meta {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.domain-img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Note */
.research-domain-note {
  font-size: 14px;
  color: #333;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .hit-domain-title {
    font-size: 28px;
  }
}
.hit-funded-modern {
  background: #f7f8f9;
}

/* Header */
.hit-funded-title {
  font-size: 38px;
  font-weight: 700;
  color: #70181f;
}

.hit-funded-subtitle {
  font-size: 16px;
  color: #444;
}

/* Card */
.project-card {
  background: #fff;
  padding: 26px 28px;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
  height: 100%;
}

/* Top */
.project-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.agency {
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  background: rgba(112,24,31,0.12);
  color: #70181f;
  border-radius: 12px;
}

/* Status */
.status {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
}

.status.ongoing {
  background: rgba(66,125,58,0.15);
  color: #427d3a;
}

.status.completed {
  background: rgba(112,24,31,0.15);
  color: #70181f;
}

/* Content */
.project-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.project-meta {
  display: flex;
  gap: 18px;
  font-size: 14px;
  color: #333;
}

.project-meta i {
  color: #427d3a;
}

/* Funding */
.project-funding {
  margin-top: 14px;
  font-size: 16px;
  color: #000;
}

.project-funding i {
  color: #70181f;
  margin-right: 4px;
}

/* Summary */
.funding-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
}

.funding-summary i {
  font-size: 30px;
  color: #427d3a;
}

/* Note */
.funding-note {
  font-size: 14px;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .hit-funded-title {
    font-size: 28px;
  }
}
/* Hero Section */
        .patents-hero {
            padding: 80px 0 40px;
        }
        
        .patents-hero h1 {
            font-weight: 700;
            font-size: 3rem;
            margin-bottom: 15px;
            letter-spacing: -0.5px;
        }
        
        .patents-hero p {
            font-size: 1.2rem;
            font-weight: 300;
            opacity: 0.95;
            max-width: 800px;
            margin: 0 auto;
        }
        
        /* Section Header */
        .section-header {
            margin-bottom: 40px;
        }
        
        .section-header h2 {
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 10px;
            letter-spacing: -0.5px;
        }
        
        /* Table Styling */
        .table-container {
            background: white;
            border-radius: 10px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            overflow: hidden;
            border: 1px solid #e5e5e5;
            margin-bottom: 50px;
        }
        
        .table {
            margin: 0;
        }
        
        .table thead {
            background: var(--primary-color);
            color: white;
        }
        
        .table thead th {
            font-weight: 600;
            padding: 18px 15px;
            border: none;
            font-size: 0.95rem;
            letter-spacing: 0.3px;
        }
        
        .table tbody td {
            padding: 18px 15px;
            vertical-align: middle;
            border-bottom: 1px solid #f0f0f0;
            font-size: 0.9rem;
            color: #444;
        }
        
        .table tbody tr:last-child td {
            border-bottom: none;
        }
        
        .table tbody tr:hover {
            background-color: #f8f9fa;
        }
        
        /* Status Badge */
        .status-badge {
            padding: 5px 12px;
            border-radius: 5px;
            font-size: 0.8rem;
            font-weight: 600;
            display: inline-block;
        }
        
        .status-filed {
            background: rgba(255, 193, 7, 0.1);
            color: #cc9a06;
            border: 1px solid rgba(255, 193, 7, 0.2);
        }
        
        .status-granted {
            background: rgba(66, 125, 58, 0.1);
            color: var(--secondary-color);
            border: 1px solid rgba(66, 125, 58, 0.2);
        }
        
        /* Patent Title */
        .patent-title {
            font-weight: 600;
            color: #222;
        }
        
        /* Patent Support Section */
        .support-section {
            background: white;
            padding: 50px 0;
        }
        
        .support-card {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            border: 1px solid #e5e5e5;
            height: 100%;
            text-align: center;
        }
        
        .support-icon {
            width: 80px;
            height: 80px;
            background: rgba(112, 24, 31, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }
        
        .support-icon i {
            font-size: 2.5rem;
            color: var(--primary-color);
        }
        
        .support-card h5 {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 15px;
        }
        
        .support-card p {
            color: #666;
            font-size: 0.95rem;
            margin: 0;
            line-height: 1.6;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .patents-hero h1 {
                font-size: 2rem;
            }
            
            .patents-hero p {
                font-size: 1rem;
            }
            
            .table-container {
                overflow-x: auto;
            }
            
            .table {
                min-width: 800px;
            }
            
            .support-card {
                margin-bottom: 20px;
            }
        }
        .hit-publications {
  background: #ffffff;
}

/* Header */
.pub-eyebrow {
  font-size: 14px;
  font-weight: 600;
  color: #427d3a;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pub-title {
  font-size: 38px;
  font-weight: 700;
  color: #70181f;
  margin: 10px 0;
}

.pub-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Image */
.pub-hero-img img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Stats */
.pub-stat-box {
  background: #f7f7f7;
  text-align: center;
  padding: 24px 16px;
  border-radius: 14px;
}

.pub-stat-box i {
  font-size: 28px;
  color: #70181f;
}

.pub-stat-box strong {
  display: block;
  font-size: 26px;
  margin: 6px 0;
}

.pub-stat-box span {
  font-size: 13px;
}

/* Journals */
.pub-journals h3,
.pub-recent h3,
.pub-support h3 {
  font-size: 26px;
  color: #70181f;
  margin-bottom: 14px;
}

.journal-list {
  padding-left: 18px;
}

.journal-list li {
  margin-bottom: 8px;
}

/* Publications */
.publication-list li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
}

/* Support */
.support-box {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.support-box i {
  font-size: 26px;
  color: #427d3a;
}

/* Notes */
.pub-note {
  font-size: 14px;
  color: #444;
  margin-top: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .pub-title {
    font-size: 28px;
  }
}
  /* Hero Section */
        .publications-hero {
            background: linear-gradient(to right, var(--primary-color), #8a1f27);
            /* padding: 120px 0 100px; */
            position: relative;
        }
        
        .publications-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 1px, transparent 1px),
                radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 1px, transparent 1px);
            background-size: 50px 50px;
        }
        
        .hero-content {
            position: relative;
            z-index: 1;
        }
        
        .publications-hero h1 {
            font-weight: 800;
            font-size: 3.5rem;
            margin-bottom: 20px;
            color: white;
            letter-spacing: -1px;
        }
        
        .publications-hero p {
            font-size: 1.25rem;
            font-weight: 400;
            color: rgba(255,255,255,0.95);
            max-width: 700px;
            margin: 0 auto;
        }
        
        /* Stats Grid */
        .stats-grid {
            margin-top: -60px;
            position: relative;
            z-index: 100;
        }
        
        .stat-box {
            background: white;
            padding: 40px 25px;
            border-radius: 16px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            text-align: center;
            border: 1px solid #f0f0f0;
            height: 100%;
        }
        
        .stat-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, rgba(112,24,31,0.1), rgba(112,24,31,0.05));
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }
        
        .stat-icon i {
            font-size: 2rem;
            color: var(--primary-color);
        }
        
        .stat-box h3 {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--primary-color);
            margin-bottom: 10px;
            letter-spacing: -1px;
        }
        
        .stat-box p {
            font-size: 0.9rem;
            color: #666;
            margin: 0;
            font-weight: 500;
            line-height: 1.4;
        }
        
        /* Section Container */
        .section-container {
            padding: 80px 0;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 800;
            color: #1a1a1a;
            margin-bottom: 15px;
            letter-spacing: -1px;
        }
        
        .section-subtitle {
            font-size: 1.1rem;
            color: #666;
            margin-bottom: 50px;
        }
        
        /* Journal Grid */
        .journal-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }
        
        .journal-item {
            background: #f8f9fa;
            padding: 20px 25px;
            border-radius: 12px;
            border-left: 4px solid var(--primary-color);
            font-weight: 500;
            color: #333;
            font-size: 0.95rem;
        }
        
        .journal-item i {
            color: var(--primary-color);
            margin-right: 10px;
        }
        
        /* Publication Card */
        .publication-card {
            background: white;
            padding: 30px;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            margin-bottom: 25px;
            border: 1px solid #f0f0f0;
            display: flex;
            gap: 25px;
        }
        
        .pub-number {
            flex-shrink: 0;
            width: 50px;
            height: 50px;
            background: var(--primary-color);
            color: white;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.25rem;
        }
        
        .pub-content {
            flex: 1;
        }
        
        .pub-content p {
            margin: 0;
            color: #444;
            font-size: 0.95rem;
            line-height: 1.8;
        }
        
        .pub-authors {
            font-weight: 600;
            color: #1a1a1a;
        }
        
        .pub-title {
            color: var(--primary-color);
            font-style: italic;
        }
        
        .pub-journal {
            font-weight: 600;
            color: var(--secondary-color);
        }
        
        /* Support Grid */
        .support-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        
        .support-item {
            background: white;
            padding: 40px 30px;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            text-align: center;
            border: 1px solid #f0f0f0;
        }
        
        .support-item-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-color), #8a1f27);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
        }
        
        .support-item-icon i {
            font-size: 2.5rem;
            color: white;
        }
        
        .support-item h4 {
            font-size: 1.15rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 12px;
        }
        
        .support-item p {
            font-size: 0.9rem;
            color: #666;
            margin: 0;
            line-height: 1.6;
        }
        
        /* Background Decoration */
        .bg-decoration {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .publications-hero h1 {
                font-size: 2.5rem;
            }
            
            .publications-hero p {
                font-size: 1.1rem;
            }
            
            .stat-box h3 {
                font-size: 2rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .publication-card {
                flex-direction: column;
                gap: 15px;
            }
            
            .pub-number {
                width: 45px;
                height: 45px;
                font-size: 1.1rem;
            }
        }
        /* Card */
.publication-card-pro {
  display: flex;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
  transition: transform .3s ease;
}

.publication-card-pro:hover {
  transform: translateY(-6px);
}

/* Image */
.pub-thumb {
  position: relative;
  width: 38%;
}

.pub-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Badge */
.pub-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #70181f;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pub-badge.conference {
  background: #427d3a;
}

/* Body */
.pub-body {
  padding: 22px;
  position: relative;
  width: 62%;
}

.pub-index {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 36px;
  font-weight: 700;
  color: rgba(0,0,0,0.08);
}

/* Text */
.pub-text {
  font-size: 15px;
  line-height: 1.6;
  color: #222;
}

.pub-text span {
  color: #70181f;
  font-weight: 600;
}

/* Meta */
.pub-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 14px;
}

.pub-meta i {
  color: #427d3a;
  margin-right: 6px;
}

.pub-meta a {
  text-decoration: none;
  color: #70181f;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .publication-card-pro {
    flex-direction: column;
  }

  .pub-thumb,
  .pub-body {
    width: 100%;
  }

  .pub-index {
    font-size: 28px;
  }
}


        .hero-section h1 {
            font-weight: 700;
            margin-bottom: 20px;
        }

        .section-title {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 40px;
            position: relative;
            padding-bottom: 15px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
        }

        .lab-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 30px;
            height: 100%;
        }

        .lab-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }

        .lab-card-header {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: white;
            padding: 25px;
            position: relative;
        }

        .lab-card-header h3 {
            margin: 0;
            font-size: 1.5rem;
            font-weight: 600;
        }

        .lab-icon {
            font-size: 3rem;
            opacity: 0.2;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
        }

        .lab-card-body {
            padding: 25px;
        }

        .lab-image {
            width: 100%;
            height: 220px;
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .equipment-list, .software-list {
            list-style: none;
            padding: 0;
            margin-bottom: 20px;
        }

        .equipment-list li, .software-list li {
            padding: 8px 0;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
            padding-left: 30px;
        }

        .equipment-list li:before {
            content: '\F5E0';
            font-family: 'bootstrap-icons';
            position: absolute;
            left: 0;
            color: var(--secondary-color);
            font-weight: bold;
        }

        .software-list li:before {
            content: '\F4A3';
            font-family: 'bootstrap-icons';
            position: absolute;
            left: 0;
            color: var(--primary-color);
            font-weight: bold;
        }

        .stat-box {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 15px;
            border-radius: 10px;
            text-align: center;
            margin-bottom: 15px;
        }

        .stat-box h4 {
            color: var(--primary-color);
            font-size: 2rem;
            font-weight: 700;
            margin: 0;
        }

        .stat-box p {
            color: #6c757d;
            margin: 5px 0 0;
            font-size: 0.9rem;
        }

        .badge-custom {
            background: linear-gradient(135deg, var(--secondary-color), #5a9e4d);
            color: white;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.85rem;
            display: inline-block;
            margin: 5px;
        }

        .coe-card {
            background: white;
            border-left: 5px solid var(--primary-color);
            padding: 30px;
            margin-bottom: 30px;
            border-radius: 10px;
            box-shadow: 0 3px 15px rgba(0,0,0,0.08);
        }

        .coe-card h3 {
            color: var(--primary-color);
            margin-bottom: 20px;
        }

        .info-row {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            color: #495057;
        }

        .info-row i {
            color: var(--secondary-color);
            margin-right: 10px;
            font-size: 1.2rem;
        }

        @media (max-width: 768px) {
            .hero-section {
                padding: 50px 0 40px;
            }

            .lab-card-header h3 {
                font-size: 1.2rem;
            }
        }