/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

/* =========================================================
   FULL WIDTH TEMPLATE
========================================================= */

.mc-fullwidth-template{

    width:100%;
    max-width:100%;

    padding:0;
    margin:0;

}

/* GLOBAL FONT */
body,
button,
input,
textarea {
  font-family: 'Chakra Petch', sans-serif !important;
}

.chakra-petch-light {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.chakra-petch-regular {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.chakra-petch-medium {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.chakra-petch-semibold {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.chakra-petch-bold {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.chakra-petch-light-italic {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.chakra-petch-regular-italic {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.chakra-petch-medium-italic {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.chakra-petch-semibold-italic {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.chakra-petch-bold-italic {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* ===== archive-breadcrumb ===== */
.mc-archive-breadcrumb {
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--date);
}

.mc-archive-breadcrumb a {
  color: var(--primary);
  text-decoration: none;
}

.mc-archive-breadcrumb i {
  color: var(--date);
  font-size: 10px;
  margin: 0px 8px 0px 8px;
}

.mc-archive-breadcrumb i:a {
  color: var(--date);
  font-size: 10px;
  margin: 0px 8px 0px 8px;
  transition: .3s;
}



/* ===== Single Post ===== */
.mc-single-section {
  padding: 50px 0px 100px 0px;
  background: linear-gradient(135deg, #ffffff, #f4f4f4);
  overflow: hidden;
}

.mc-single-container {
  max-width: 1200px;
  margin: auto;
}

:root {
  --primary: #1D4B8A;
  --secondary: #B3CC1C;
  --accent: #D2701D;
  --bg: #EDE8E0;
  --bg2: #f4f4f4;
  --text: #37353A;
  --text2: #4a4a4a;
  --card: #f9f9f9;
  --date: #8c8c8c;
  --share-child: #06C755;
}

/* Layout */
/* ================= COVER ================= */

.mc-single-cover{
    position:relative;
    overflow:hidden;
    z-index:1;

    margin-top:-50px;

}

.mc-single-cover img{
    width:100%;
    height:628px;

    object-fit:cover;

    border-radius:0 0 10px 10px;

    transform:translateY(0);
    will-change:transform;
}

.mc-single-title { 
  width: 100%;
  font-weight: bold;
  font-size: 40px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.3;
  padding: 0px;
  margin: 0px 0px 25px 0px;
  text-align: left;
  color: var(--primary);
}

.mc-single-meta {
  display: flex;
  gap: 10px;
  margin: 45px 0px 20px 0px;
}

.mc-single-meta a {
  background: var(--primary);
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5;
  background: linear-gradient(135deg, #B3CC1C, #1D4B8A);
  color: white;
}

.mc-single-meta a:link {
  color: white;
}

/* visited link */
.mc-single-meta a:visited {
  color: white;
}

/* mouse over link */
.mc-single-meta a:hover {
  color: white;
}

/* selected link */
.mc-single-meta a:active {
  color: white;
}

.mc-single-date {
  display: flex;
  font-weight: bold;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.2em;
  gap: 10px;
  margin: 25px 0px 40px 0px;
  color: var(--date);
}

/* Content */
.mc-single-content { width: 70%;}
.mc-single-sidebar-righht { width: 30%;}

.mc-single-content-wrap {
  display: flex;
  gap: 40px;
  margin: 40px 0px 0px 0px;
}

.mc-single-content {
  font-size: larger;
  letter-spacing: 0.4px;
  word-spacing: 1.4px;
  line-height: 2.2;
  padding: 0px 0px 40px 0px;
  margin: 0;
  color: var(--text2);
}

.mc-single-sidebar { 
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px 0px;
}

/* Card */
.mc-single-card-horizontal,
.mc-single-card-vertical {
  display: block;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: var(--text);
  transition: .3s;
}

.mc-single-card-title {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.2em;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  color: #37353A;
}

.mc-single-date-pop {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.2em;
  margin: 0px 0px 0px 0px;
  text-align: left;
  color: #aea8b9;
}

.mc-single-recommended {
  width: 70%;
  padding: 20px 20px 20px 20px;
  background: #ffffff;
  border-radius: 4px;
}

.mc-single-recommended-title {
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  padding: 10px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;
  text-align: left;
  color: var(--text);
}

.mc-single-card-horizontal:hover,
.mc-single-card-vertical:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.mc-single-card-horizontal {
  display: flex;
  gap: 10px;
  padding: 10px;
}

.mc-single-card-thumb { width: 80px; height: 80px; overflow: hidden; }
.mc-single-card-thumb img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  border-radius: 10px;
  
}

.mc-single-card-thumb-recom img { 
  width: 100%; 
  height: 120px; 
  object-fit: cover;
  overflow: hidden;
}

.mc-single-card-content {
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.6;
  padding: 10px 10px 10px 10px; 
  margin: 0px 0px 0px 0px;
  text-align: left;
  color: var(--text);
}

.mc-single-card-vertical { width: 220px; }
.mc-single-card-vertical .mc-card-thumb { height: 140px; }

/* Sidebar */
.mc-single-card-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow-x: auto;
  padding: 10px 0px;
}

/* Slider */
.mc-single-slider {
  display: flex;
  gap: 20px;
  padding: 15px 0px 15px 0px;
  overflow-x: auto;
}

/* Related */
.mc-single-related-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* Share */
.mc-single-share a {
  background: var(--primary);
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  margin: 0px 8px 25px 0px;
  transition: .3s;
}

.mc-single-share a:hover {
  background: #fff;
}

/* Tags */
.mc-single-tags a {
  background: #ffffff;
  border: 0.5px solid #cfcfcf;
  padding: 6px 12px;
  border-radius: 50px;
  margin: 0px 7px 30px 0px;
  display: inline-block;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5;
}

.mc-single-tags a:hover {
  background: linear-gradient(135deg, #B3CC1C, #1D4B8A);
  
}

.mc-single-tags a:link {
  color: black;
}

/* visited link */
.mc-single-tags a:visited {
  color: black;
}

/* mouse over link */
.mc-single-tags a:hover {
  color: white;
}

/* selected link */
.mc-single-tags a:active {
  color: black;
}

/* Bottom */
.mc-single-bottom {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px 0px 0px;
  width: 70%;
  flex-direction: column; 

}

/* ===== Tablet (1024px ลงมา) ===== */
@media (max-width: 1024px) {

  .mc-single-content {
    width: 65%;
  }

  .mc-single-sidebar {
    width: 100%;
  }

  .mc-single-recommended {
    width: 100%;
  }

  .mc-single-container {
    padding: 0 20px;
  }

  .mc-single-content-wrap {
    gap: 30px;
  }

  .mc-single-title {
    font-size: 32px;
  }

  .mc-single-cover img {
    height: 400px;
  }

  .mc-single-related-list {
    grid-template-columns: 1fr 1fr;
  }

  .mc-single-tags a {
    margin: 0px 8px 8px 0px;
  }
}

/* Responsive */
@media (min-width: 769px) {
  .mc-single-sidebar-bottom {
    display: none;
  }
}

@media (max-width: 769px) {
  .mc-single-content-wrap { flex-direction: column; }
  .mc-single-content, .mc-sidebar { width: 100%; }
  .mc-single-related-list { grid-template-columns: 1fr; }
  .mc-single-sidebar-righht {
    display: none;
  }
}

/* ===== Mobile (769px ลงมา) ===== */
@media (max-width: 769px) {

  .mc-single-section {
    padding: 0 0 60px 0;
  }

  .mc-single-container {
    padding: 0 15px;
  }

  /* Layout */
  .mc-single-content-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .mc-single-content,
  .mc-single-sidebar {
    width: 100%;
  }

  /* Cover */
  .mc-single-cover img {
    height: 460px;
    border-radius: 0 0 15px 15px;
  }

  /* Title */
  .mc-single-title {
    font-size: 24px;
    line-height: 1.4;
  }

  /* Meta */
  .mc-single-meta {
    flex-wrap: wrap;
    gap: 8px;
  }

  .mc-single-meta span {
    font-size: 12px;
    padding: 5px 10px;
  }

  /* Content */
  .mc-single-content {
    font-size: 15px;
    line-height: 1.8;
  }

  /* Sidebar cards */
  .mc-single-card-horizontal {
    padding: 8px;
  }

  .mc-single-card-thumb {
    width: 70px;
    height: 70px;
  }

  /* Slider */
  .mc-single-slider {
    gap: 12px;
  }

  .mc-single-card-vertical {
    width: 180px;
  }

  /* Related */
  .mc-single-related-list {
    grid-template-columns: 1fr;
  }

  /* Bottom */
  .mc-single-bottom {
    width: 100%;
    gap: 15px;
  }

}

/* ===== Small Mobile (480px ลงมา) ===== */
@media (max-width: 480px) {
  
  .mc-single-sidebar-righht {
    display: none;
  }

  .mc-single-title {
    font-size: 24px;
  }

  .mc-single-cover img {
    height: 460px;
  }

  .mc-single-meta span {
    font-size: 11px;
  }

  .mc-single-content {
    width: 100% !important;
    padding: 10px 15px 15px 10px;
    box-sizing: border-box;
    font-size: 18px;
  }

  .mc-single-content img,
  .mc-single-content iframe,
  .mc-single-content video {
    max-width: 100%;
    height: auto;
  }

  .mc-single-card-vertical {
    width: 150px;
  }

  .mc-single-card-thumb-recom img {
    height: 100px;
  }

  .mc-single-share a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .mc-single-tags a {
    margin: 0px 8px 8px 0px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
  }

  .mc-single-recommended {
    width: 100%;
  }

  .mc-single-slider {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 15px 0px 15px 0px;
}

.mc-single-card-vertical {
  display: block;
  background: none;
  overflow: hidden;
  text-decoration: none;
  color: var(--text);
  transition: .3s;
}

.mc-single-card-thumb-recom img { 
  width: 100%; 
  height: 120px; 
  object-fit: cover;
  border-radius: 16px 16px 16px 16px;
}

.mc-single-card-content {
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.4;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;
  text-align: left;
  color: var(--text);
}
}

/* ===== archive-child =====*/
  /* Layout */
.mc-archive-section {
  padding: 90px 0;
  background: #ffffff;
}

.mc-archive-container {
  max-width: 1200px;
  margin: auto;
}

/* Title */
.mc-archive-title {
  font-size: 38px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 60px;
}

.mc-archive-line {
  height: 1px;
  background: #ddd;
  margin-bottom: 30px;
}

/* Grid */
.mc-archive-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.mc-archive-card {
  text-decoration: none;
  color: inherit;
}

/* Image */
.mc-archive-thumb {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.mc-archive-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* View */
.mc-archive-view {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 20px;
}

/* Content */
.mc-archive-content {
  padding-top: 10px;
}

.mc-archive-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
}

.mc-archive-date {
  font-size: 12px;
  font-weight: 600;
  color: var(--date);
}

/* Pagination */
.mc-archive-pagination {
  margin-top: 40px;
  text-align: center;
}

.mc-archive-pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #eee;
  color: #333;
}

.mc-archive-pagination .current {
  background: #D2701D;
  color: #fff;
}

/* Hover */
.mc-archive-card:hover img {
  transform: scale(1.05);
  transition: .3s;
}

/* Responsive */
@media (max-width: 1024px) {
.mc-archive-section {
  padding: 90px 0;
  background: #ffffff;
}

.mc-archive-container {
  max-width: 1200px;
  margin: auto;
}

  .mc-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 769px) {
.mc-archive-section {
  padding: 90px 10px 90px 10px;
}

.mc-archive-container {
  margin: auto;
}

  .mc-archive-grid {
    padding-left: 10px;
    padding-right: 10px;
    grid-template-columns: 1fr;
  }
}

/* ===== Page ===== */
/* SECTION 1: MENU */
/* CONTAINER */
.mc-page-container {
  max-width: auto;
  margin: auto;
}

/* SCROLL WRAPPER */
.mc-submenu-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* MENU LIST */
.mc-page-submenu-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  min-width: max-content; /* สำคัญ */
}

/* ITEM */
.mc-page-submenu-list li {
  list-style: none;
  flex: 0 0 auto;
}

/* LINK */
.mc-page-submenu-list a {
  display: block;
  padding: 8px 16px;
  border-radius: 0px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  color: var(--text);
  transition: 0.3s;
}

/* ACTIVE */
.mc-page-submenu-list li.active a {
  background: transparent; /* เอาพื้นหลังออก */
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 8px; /* เว้นที่ให้เส้น */
}

/* เส้นใต้แบบโค้งมน */
.mc-page-submenu-list li.active a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  width: 70%; /* ปรับความยาวเส้นได้ */
  height: 3px;
  background: var(--secondary); /* หรือ var(--secondary) */
  border-radius: 50px; /* ทำให้มน */
}

/* ตัวลิงก์ */
.mc-page-submenu-list li a {
  position: relative;
  padding-bottom: 6px;
}

/* เส้น (ค่าเริ่มต้น = ซ่อนอยู่) */
.mc-page-submenu-list li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 70%;
  height: 3px;
  background: var(--secondary); /* หรือ var(--secondary) */
  border-radius: 50px;

  transition: transform 0.35s ease;
}

/* ตอน hover หรือ active → ค่อยๆ ขยาย */
.mc-page-submenu-list li.active a::after,
.mc-page-submenu-list li a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* HOVER */
.mc-page-submenu-list a:hover {
  background: transparent;
  color: var(--primary);
  position: relative;
  padding-bottom: 8px;
}

.mc-page-submenu-list a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  width: 70%; /* ปรับความยาวเส้นได้ */
  height: 3px;
  background: var(--secondary); /* หรือ var(--secondary) */
  border-radius: 50px; /* ทำให้มน */
}


/* ซ่อน scrollbar (optional) */
.mc-submenu-scroll::-webkit-scrollbar {
  display: none;
}
.mc-submenu-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* old */
.mc-page-submenu {
  position: sticky;
  z-index: 10;
  top: 90px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eee;
}


/* SECTION 2: HERO */
.mc-page-hero {
  padding: 150px 0 40px;
  text-align: center;
  background: linear-gradient(to bottom, #fff, #f7f7f7);
}

.mc-page-title {
  color: var(--primary);
  font-size: 56px;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}

/* initial state */
.mc-page-title {
  opacity: 0;
  transform: translateY(20px);
}

/* active state */
.mc-page-title.mc-show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}

.mc-page-title { transition-delay: 0.1s; }
.mc-subtitle   { transition-delay: 0.2s; }
.mc-btn        { transition-delay: 0.3s; }

/* WRAPPER */
.mc-page-hero-wrapper {
  display: flex;
  flex-wrap: nowrap;              /* 🔥 แถวเดียว */
  justify-content: center;
  gap: 12px;
  overflow-x: auto;
  padding: 20px 0;
}

/* GROUP */
.mc-page-hero-group {
  flex: 0 0 auto;
  text-align: center;
}

/* TITLE */
.mc-page-hero-title {
  font-size: 20px;
  margin-bottom: 10px;
}

/* BUTTON WRAP */
.mc-page-hero-buttons {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

/* BUTTON */
.mc-page-btn {
  padding: 10px 18px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 1.4px;
  font-size: 14px;
  font-weight: 700;
}

.mc-page-btn {
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(12px);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.mc-page-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mc-page-btn i {
  font-size: 14px;
}

.mc-page-btn:hover {
  background: #D2701D;
  color: #fff;
}

/* ปุ่ม hero page style */
/* ปุ่ม 1 */
.mc-page-hero-group.style-1 .mc-page-btn {
  background: var(--primary);
  color: #fff;
  border-radius: 50px;
  padding: 9px 25px;
}

.mc-page-hero-group.style-1 .mc-page-btn:hover {
  background: rgba(29, 75, 138, 0.2);
  color: var(--primary);
}

/* ปุ่ม 2 */
.mc-page-hero-group.style-2 .mc-page-btn {
  border: 1px solid #D2701D;
  color: #D2701D;
  border-radius: 50px;
  padding: 9px 25px;
  background: transparent;
}

.mc-page-hero-group.style-2 .mc-page-btn:hover {
  background: rgba(210, 112, 29, 0.1);
  color: #ed801f;
}

/* ปุ่ม 3 */
.mc-page-hero-group.style-3 .mc-page-btn {
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
  color: var(--primary);
  border-radius: 50px;
  padding: 9px 25px;
  border: 1px solid rgba(255,255,255,0.3);
}

.mc-page-hero-group.style-3 .mc-page-btn:hover {
  background: #D2701D;
  color: #fff;
}


/* SECTION 3: CONTENT */
.mc-page-content {
  position: relative;
  z-index: 0;
  background: #f8f8f8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mc-page-submenu-list {
    gap: 5px;
  }

  .mc-page-submenu-list a {
    font-size: 13px;
    padding: 6px 12px;
  }

  .mc-page-btn {
    font-size: 14px;
  }

  .mc-page-hero-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

}

@media (max-width: 480px) {
  .mc-page-title {
    font-size: 38px;
  }

  .mc-page-btn {
    padding: 10px 18px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 1.4px;
    font-size: 10px;
    font-weight: 700;
  }

  .mc-page-hero-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    overflow-x: auto;
    padding: 20px 0;
  }

}


/* ===== 404 =====*/
.mc-404-section {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff, #EDE8E0);
  text-align: center;
}

.mc-404-container {
  max-width: 500px;
}

.mc-404-title {
  font-size: 100px;
  font-weight: bold;
  color: #1D4B8A;
  margin-bottom: 10px;
}

.mc-404-sub {
  font-size: 22px;
  color: #37353A;
  margin-bottom: 15px;
}

.mc-404-desc {
  font-size: 16px;
  color: #888;
  margin-bottom: 25px;
}

#mc-countdown {
  color: #D2701D;
  font-weight: bold;
  font-size: 20px;
}

.mc-404-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 6px 12px;
  background: linear-gradient(135deg, #B3CC1C, #1D4B8A);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: .3s;
}

.mc-404-btn:hover {
  color: var(--card);
  transform: translateY(-3px);
  opacity: 0.9;
}

/* Tablet */
@media (max-width: 1024px) {
  .mc-404-title {
    font-size: 70px;
  }

  .mc-404-sub {
    font-size: 20px;
  }

  .mc-404-desc {
    font-size: 15px;
  }

  .mc-404-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 6px 12px;
  background: linear-gradient(135deg, #B3CC1C, #1D4B8A);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: .3s;
}

.mc-404-btn:hover {
  color: var(--card);
  transform: translateY(-3px);
  opacity: 0.9;
}

}

/* Mobile */
@media (max-width: 769px) {

  .mc-404-section {
    height: auto;
    padding: 60px 20px;
  }

  .mc-404-title {
    font-size: 56px;
  }

  .mc-404-sub {
    font-size: 18px;
  }

  .mc-404-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .mc-404-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 6px 12px;
  background: linear-gradient(135deg, #B3CC1C, #1D4B8A);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: .3s;
}

.mc-404-btn:hover {
  color: var(--card);
  transform: translateY(-3px);
  opacity: 0.9;
}

}

/* Small mobile */
@media (max-width: 480px) {

  .mc-404-title {
    font-size: 44px;
  }

  .mc-404-sub {
    font-size: 16px;
  }

  #mc-countdown {
    font-size: 18px;
  }

}

/* ==== History ==== */ 
.fn-timeline {
  position: relative;
  padding: 50px 0;
}

.fn-timeline-container {
  max-width: 1200px;
  margin: auto;
}

.fn-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #ddd;
  transform: translateX(-50%);
}

.fn-timeline-item {
  width: 50%;
  padding: 20px 40px;
  position: relative;
}

.fn-timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.fn-timeline-item:nth-child(even) {
  left: 50%;
}

.fn-timeline-year {
  font-size: 20px;
  font-weight: bold;
  color: #D2701D;
}

.fn-timeline-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.fn-timeline-list-decimal {
  list-style-type: decimal;
  text-align: left;
}

/* ===== MOBILE & TABLET ===== */
@media (max-width: 768px) {

  .fn-timeline::before {
    left: 20px; /* ย้ายเส้นมาอยู่ซ้าย */
  }

  .fn-timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .fn-timeline-item:nth-child(odd),
  .fn-timeline-item:nth-child(even) {
    left: 0;
    text-align: left;
  }

  .fn-timeline-year {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .fn-timeline-content {
    padding: 15px;
  }

}

.fn-timeline-item::before {
  content: '';
  position: absolute;
  top: 25px;
  width: 12px;
  height: 12px;
  background: #D2701D;
  border-radius: 50%;
  z-index: 2;
}

.fn-timeline-item:nth-child(odd)::before {
  right: -6px;
}

.fn-timeline-item:nth-child(even)::before {
  left: -6px;
}

/* Mobile */
@media (max-width: 768px) {
  .fn-timeline-item::before {
    left: 14px;
  }
}


/* ===== CI =====*/
.fn-ci {
  font-family: 'Chakra Petch', sans-serif;
  background: #f8f8f8;
}

/* layout */
.fn-container {
  max-width: 1100px;
  margin: auto;
}

.fn-container h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.fn-container h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.fn-container h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.fn-container h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.fn-container h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.fn-container h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.fn-container p {
  display: block;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-indent: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.fn-ci-section {
  padding: 50px 0 50px 0;
}

/* glass */
.fn-ci-glass {
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.6);
  padding: 25px 40px 25px 40px;
  border-radius: 15px;
  margin-top: 20px;
}

/* logos */
.fn-ci-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-top: 0;
  padding-bottom: 25px;
}

/* card */
.logo-item {
  width: calc(33.333% - 20px);
  min-height: 250px;

  border-radius: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  padding: 30px;
  box-sizing: border-box;

  position: relative;

  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);

  transition: 0.3s;
}

/* hover */
.logo-item:hover {
  transform: translateY(-8px);
}

/* แถวล่าง */
.logo-item:nth-child(4),
.logo-item:nth-child(5) {
  width: calc(33.333% - 20px);
}

.logo-item div.a {
  display: block;
  color: #817d87;
  text-align: center;
  font-size: 0.875em;
  line-height: 0.875;
  letter-spacing: 0.04em;
}

.logo-item img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}

/* logo usage */
.fn-logo-usage {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  margin-top: 40px;
}

.logo-card {
  padding: 30px;
  border-radius: 15px;
  text-align: center;
}

.logo-card img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.white-bg {
  background: #fff;
}

.grey-bg {
  background: #37353A;
  color: #fff;
}

/* color */
.fn-color-stack {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.color-card-full {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  border-radius: 20px;
  color: #fff;
}

.color-card-full.light {
  color: #333;
}

/* font */
.font-demo {
  font-size: 42px;
}

.fn-container::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #B3CC1C;
  margin-bottom: 15px;
  border-radius: 2px;
}

/* responsive */
@media (max-width: 1024px){

  
  .fn-ci-section {
    padding: 50px 40px 50px 40px;
  }

  .logo-item,
  .logo-item:nth-child(4),
  .llogo-item:nth-child(5) {
    width: calc(33.333% - 20px);
  }

}

@media (max-width: 768px){

  
  .fn-ci-section {
    padding: 50px 30px 50px 30px;
  }

  /* layout */
  .logo-item,
  .logo-item:nth-child(4),
  .logo-item:nth-child(5) {
    width: 100%;
    min-height: 260px;
  }

  .fn-logo-usage {
    grid-template-columns: 1fr;
  }

  .color-card-full {
    flex-direction: column;
    gap: 10px;
  }

}

/* ------------------------------------------ CI ----------------------------------------- */
/* ------------------------------------------ PERSONNEL ----------------------------------------- */

/* =========================================
PERSONNEL
========================================= */

.fn-personnel-container{
    width:100%;
    max-width:1200px;
    margin:auto;

    padding:50px 20px;
    
    /*border: #06C755 solid 1px;*/
}

.fn-personnel-container::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #B3CC1C;
  margin-bottom: 15px;
  border-radius: 2px;
}

.fn-section-header{
    margin-bottom:30px;
}


.fn-section-header h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.fn-section-header h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.fn-section-header h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.fn-section-header h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.fn-section-header h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.fn-section-header h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.fn-section-header p {
  display: block;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-indent: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}


.fn-org-image img{
    width:100%;
    border-radius:20px;
}

/* =========================================
PERSONNEL GRID
========================================= */
.fn-personnel-grid-organization{

    display:flex;
    flex-wrap:wrap;

    justify-content:center;

    gap:24px;

    max-width:1400px;

    margin:auto;
}

.fn-personnel-grid{

    display:grid;
    flex-wrap:wrap;

    justify-content:center;

    gap:24px;

    max-width:1400px;

    margin:auto;
}

/* =========================================
CARD SIZE
========================================= */

.fn-person-card{

    grid-column:
        span 1;

    width:100%;
}

.fn-person-card{

    width:270px;

    flex-shrink:0;
}

.fn-personnel-grid{

    max-width:1404px;
}

/* =========================================
CARD
========================================= */

.fn-person-card{
    text-decoration:none !important;
    color:inherit !important;
    cursor:pointer;
}

.fn-person-card{

    display:flex;
    flex-direction:column;

    text-decoration:none;
    color:inherit;

    background:
        rgba(255,255,255,0);


    border:
        0px solid rgba(179,204,28,.15);

    border-radius: 0;

    overflow:hidden;

    transition:.3s;

    box-shadow:
        0 10px 30px rgba(0,0,0,0);

    position:relative;
}

/* HOVER */

.fn-person-card:hover{

    transform:
        translateY(-6px);

    box-shadow:
        0 18px 40px rgba(29,75,138,0);
}

/* FORCE CLICKABLE */

.fn-personnel-grid,
.fn-person-card,
.fn-person-card *{

    position:relative;
    z-index:9999;
}

/* ENABLE CLICK */

.fn-person-card{
    pointer-events:auto !important;
}

.fn-person-card a{
    pointer-events:auto !important;
}

/* REMOVE OVERLAY ISSUE */

.fn-personnel-section::before,
.fn-personnel-section::after,
.fn-personnel-grid::before,
.fn-personnel-grid::after{

    pointer-events:none !important;
}

/* =========================================
IMAGE
========================================= */

.fn-person-image{
    padding:0 0 0;
    justify-items: center;
}

/* SQUARE IMAGE */

.fn-person-image img{

    width:60%;
    aspect-ratio:1/1;

    object-fit:cover;

    display:block;

    border-radius:50%;

    background:#EDE8E0;
}

/* =========================================
CONTENT
========================================= */

.fn-person-content{
    padding: 16px 0 0 0;
}

/* NAME */

.fn-person-content h4{

    margin:0 0 0 0;
    text-align: center;
    font-size: 15px;
    font-weight:600;
    line-height:1.4;

    color:#1D4B8A;
}

/* POSITION */

.fn-person-content p{
    display: block;
    margin:0 0 0 0;
    text-align: center;
    font-size:15px;
    line-height:1.6;
    text-indent: 0px;

    color:#37353A;
}

/* PHONE */

.fn-person-content span{
    display:block;
    margin:-10px 0 0 0;

    font-size:16px;
    line-height:1.6;

    color:#777;
}

/* ===== Section 1 =====*/
.fn-org-structure{    
    padding-top: 40px;
    margin-bottom: -100px;

    /*border: #06C755 solid 1px;*/
}


@media(max-width:768px){

    .fn-person-card{

        width:calc(50% - 12px);
    }

}

@media(max-width:480px){

    .fn-person-card{

        width:100%;
        max-width:320px;
    }

}

/* =========================
TITLE
========================= */

.fn-org-title{
    text-align:center;
    margin-bottom:24px;
}

.fn-org-title h2{
    font-size:34px;
    font-weight:700;
    color:#37353A;

    position:relative;
    display:inline-block;
    padding-bottom:14px;
}

.fn-org-title h2::after{
    content:'';

    position:absolute;
    left:50%;
    bottom:0;

    transform:translateX(-50%);

    width:90px;
    height:4px;

    border-radius:50px;

    background:#B3CC1C;
}

/* =========================
TOP
========================= */

.fn-org-top{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.fn-org-spec-v {
    margin: auto;
    width:1px;
    height:35px;
}
.fn-org-line-v{
    margin: auto;
    width:1px;
    height:35px;
    background:#37353A;
}

.fn-org-line-h{
    width: 35px;
    height:1px;
    background:#37353A;
}

.fn-org-line-h-1 {
    position: absolute;
    right: 295px;
    width: 285px;
    height:1px;
    background:#37353A;
}

.fn-org-line-h-col-6 {
    position: absolute;
    left: -26px;
    top: 34px;
    width: 26px;
    height:1px;
    background:#37353A;
}

.fn-org-main{

    width:280px;

    background:
        linear-gradient(
            135deg,
            #1D4B8A 0%,
            #163867 100%
        ) !important;

    color:#fff !important;

    border:none !important;

    border-radius:18px;

    font-size:22px !important;
    font-weight:700;

    padding:18px 20px;

    box-shadow:
        0 15px 35px rgba(29,75,138,.25);

    display:flex;
    align-items:center;
    justify-content:center;

    position:relative;
    overflow:hidden;
}

/* Glass Effect */

.fn-org-main::before{

    content:'';

    position:absolute;

    top:0;
    left:-40%;

    width:60%;
    height:100%;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.25),
            rgba(255,255,255,0)
        );

    transform:skewX(-25deg);

}

.fn-org-main-dean {

    width:180px;

    background:
        linear-gradient(
            135deg,
            #B3CC1C 0%,
            #163867 100%
        ) !important;

    color:#fff !important;

    border:none !important;

    border-radius:18px;

    font-size:22px !important;
    font-weight:700;

    padding:18px 20px;

    box-shadow:
        0 15px 35px rgba(29,75,138,.25);

    display:flex;
    align-items:center;
    justify-content:center;

    position:relative;
    overflow:hidden;
}

/* Glass Effect */

.fn-org-main-dean::before{

    content:'';

    position:absolute;

    top:0;
    left:-40%;

    width:60%;
    height:100%;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.25),
            rgba(255,255,255,0)
        );

    transform:skewX(-25deg);

}

/* =========================
MAIN LINE
========================= */

.fn-org-line-main{
    width:49.76%;
    height:1px;

    background:
        linear-gradient(
            90deg,
            #B3CC1C,
            #1D4B8A
        );

    position: relative;
    left: 131px;

    border-radius:50px;

    /*border: #06C755 solid 1px;*/
}

.fn-org-line-main-1 {
    width:1px;
    height:443px;

    background:
        linear-gradient(
            90deg,
            #B3CC1C,
            #1D4B8A
        );

    margin: 0 0 0 0;

    border-radius:50px;

    position: relative;
    top: -122px;

    /*border: #06C755 solid 1px;*/
}

/* =========================
DEAN
========================= */

.fn-org-dean{
    display:flex;
    flex-direction:row;
    position: relative;
    justify-content:center;
    padding: 0 0 0 220px;
    align-items:center;

    /*border: red solid 1px;*/
}


/* =========================
LINE SPLIT
========================= */

.fn-org-line-split {
    display:flex;
    flex-direction:row;
    position: relative;
    justify-content:center;
    align-items:center;
}

/* =========================
SECRETARY
========================= */

.fn-org-secretary{
    display:flex;
    justify-content:center;
    margin-bottom:0;
    flex-direction:column;
    align-items:center;
    /*border: #06C755 solid 1px;*/
}

/* =========================
ROW
========================= */

.fn-org-row{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:25px;
    margin: auto;

    /*border: #06C755 solid 1px;*/
}

/* =========================
COLUMN
========================= */

.fn-org-col{
    width:270px;
    position:relative;

    /*border: #06C755 solid 1px;*/
}

/* =========================
BOX
========================= */

.fn-org-box{
    background:
        rgba(255,255,255,.85);

    backdrop-filter:blur(10px);

    border:
        1px solid rgba(179,204,28,.25);

    padding:14px 12px;

    text-align:center;

    font-size:15px;
    font-weight:600;

    min-height:68px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:18px;

    color:#37353A;

    transition:.3s;

    box-shadow:
        0 10px 24px rgba(0,0,0,.05);
}

.fn-org-box:hover{
    transform:translateY(-3px);

    box-shadow:
        0 15px 35px rgba(0,0,0,.08);
}

/* =========================
HEAD
========================= */

.fn-org-head{
    background:
        linear-gradient(
            135deg,
            rgba(179,204,28,.15),
            rgba(29,75,138,.10)
        );

    border:
        1px solid rgba(29,75,138,.15);

    margin-bottom: 16px;

    font-weight:700;

    color:#1D4B8A;
}

.fn-org-head-executive{
    background:
        linear-gradient(
            135deg,
            rgba(179,204,28,.15),
            rgba(29,75,138,.10)
        );

    border:
        1px solid rgba(29,75,138,.15);

    font-weight:700;

    color:#1D4B8A;
}

/* =========================
SUB
========================= */

.fn-org-sub{
    background:
        rgba(255,255,255,.75);

    backdrop-filter:blur(8px);

    border-left:
        4px solid #D2701D;

    padding:12px;

    margin-bottom:12px;

    font-size:14px;

    text-align:center;

    min-height:78px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    color:#37353A;

    transition:.25s;

    box-shadow:
        0 6px 18px rgba(0,0,0,.04);

    /*border: #06C755 solid 1px;*/
}

.fn-org-sub:hover{

    background:
        linear-gradient(
            135deg,
            #1D4B8A,
            #163867
        );

    color:#fff;

    border-left:
        4px solid #B3CC1C;

    transform:
        translateY(-2px);
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1400px){

    .fn-org-row{
        flex-wrap:wrap;
    }

}

@media(max-width:1200px){

    .fn-personnel-grid{

        grid-template-columns:
            repeat(4, minmax(0,1fr));
    }

}

@media(max-width:768px){

    .fn-personnel-grid{

        grid-template-columns:
            repeat(2, minmax(0,1fr));
    }

}

@media(max-width:480px){

    .fn-personnel-grid{

        grid-template-columns:
            1fr;
    }

}

/* =========================================
ORG SCROLL WRAPPER
========================================= */

.fn-org-scroll-wrapper{

    width:100%;

    overflow-x:auto;
    overflow-y:hidden;

    -webkit-overflow-scrolling:touch;

    padding-bottom: 100px;

    /*border: #06C755 solid 1px;*/
}

/* =========================================
ORG STRUCTURE
========================================= */


/* SCROLLBAR */

.fn-org-scroll-wrapper::-webkit-scrollbar{
    height:5px;
}

.fn-org-scroll-wrapper::-webkit-scrollbar-track{

    background:
        rgba(0,0,0,.05);

    border-radius:50px;
}

.fn-org-scroll-wrapper::-webkit-scrollbar-thumb{

    background:
        linear-gradient(
            90deg,
            #B3CC1C,
            #1D4B8A
        );

    border-radius:50px;
}

/* MOBILE */

@media(max-width:1400px){

    .fn-org-structure{
      
      min-width:1161px;
    }

}

/* -------------------------------------------------- vision-mission -----------------------------------------------------*/
/* =========================
GLOBAL
========================= */

.mass-vision-page{
  background:
    radial-gradient(circle at top left, rgba(179,204,28,.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(29,75,138,.15), transparent 30%),
    #37353A;
  overflow:hidden;
  color:#EDE8E0;
}

.mass-container{
  width:100%;
  max-width:1200px;
  margin:auto;
  padding-left:24px;
  padding-right:24px;
}

.mass-section{
  padding:120px 0;
}

.mass-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

.mass-divider{
  width:100%;
  height:1px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(237,232,224,.18),
    transparent
  );
}

/* =========================
HERO
========================= */

.mass-hero-section{
  position:relative;
  padding:140px 0 120px;
  overflow:hidden;
}

.mass-watermark{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:40px;
  pointer-events:none;
  z-index:0;
}

.mass-watermark span{
  white-space:nowrap;
  font-size:140px;
  font-weight:800;
  opacity:.03;
  color:#fff;
  animation:marquee 40s linear infinite;
}

.mass-watermark span:nth-child(2){
  animation-direction:reverse;
}

@keyframes marquee{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

.mass-hero-top,
.mass-video-box,
.mass-hero-bottom{
  position:relative;
  z-index:2;
}

.mass-hero-top{
  text-align:center;
  margin-bottom:60px;
}

.mass-hero-top h1{
  font-size:clamp(28px,3vw,48px);
  line-height:1.5;
  font-weight:500;
  color:#fff;
}

.mass-video-box{
  position:relative;
  border-radius:32px;
  overflow:hidden;
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  box-shadow:
    0 0 40px rgba(179,204,28,.12);
}

.mass-video-box iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
}

.mass-hero-bottom{
  margin-top:40px;
  padding:40px;
  border-radius:28px;
  backdrop-filter:blur(20px);
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
}

.mass-hero-bottom p{
  font-size:18px;
  line-height:1.9;
  color:rgba(237,232,224,.9);
}

/* =========================
CARDS
========================= */

.mass-card{
  position:relative;
  padding:48px;
  border-radius:32px;
  background:rgba(255,255,255,.05);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.08);
}

.section-label{
  display:inline-block;
  margin-bottom:24px;
  color:#B3CC1C;
  font-size:14px;
  letter-spacing:2px;
}

.mass-card h2{
  font-size:42px;
  margin-bottom:28px;
  color:#fff;
}

.mass-card p{
  line-height:1.9;
  color:rgba(237,232,224,.9);
}

/* =========================
VISION
========================= */

.vision-card{
  border-left:4px solid #B3CC1C;
}

/* =========================
MISSION
========================= */

.mission-item{
  display:grid;
  grid-template-columns:80px 180px 1fr;
  gap:20px;
  padding:28px 0;
  border-bottom:1px solid rgba(237,232,224,.12);
}

.mission-item:last-child{
  border-bottom:none;
}

.mission-number{
  font-size:32px;
  font-weight:700;
  color:#D2701D;
}

.mission-title{
  font-weight:600;
  color:#fff;
}

.mission-desc{
  line-height:1.8;
  color:rgba(237,232,224,.85);
}

/* =========================
VALUES
========================= */

.values-grid{
  align-items:flex-start;
}

.values-left{
  position:sticky;
  top:100px;
}

.values-left h2{
  font-size:clamp(48px,6vw,90px);
  line-height:1;
  margin:20px 0;
  text-transform:uppercase;
  background:linear-gradient(
    90deg,
    #B3CC1C,
    #EDE8E0
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.values-left p{
  font-size:22px;
  color:rgba(237,232,224,.85);
}

.values-right{
  display:flex;
  flex-direction:column;
  gap:24px;
}

.value-item{
  display:flex;
  gap:24px;
  padding:32px;
  border-radius:28px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.value-item span{
  font-size:28px;
  font-weight:700;
  color:#D2701D;
  min-width:60px;
}

.value-item h3{
  font-size:24px;
  margin-bottom:12px;
  color:#fff;
}

.value-item p{
  line-height:1.8;
  color:rgba(237,232,224,.85);
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

  .mass-grid-2{
    grid-template-columns:1fr;
  }

  .mission-item{
    grid-template-columns:1fr;
  }

  .values-left{
    position:relative;
    top:auto;
  }

  .mass-watermark span{
    font-size:70px;
  }

  .mass-card{
    padding:32px;
  }

  .mass-hero-bottom{
    padding:28px;
  }

}

/*------------------------------------- PLANING ----------------------------------------*/
/*=========================================
Faculty of Mass Communication
CI : Green / Orange / Blue / Cream / Grey
=========================================*/

:root{
  --faculty-green:#B3CC1C;
  --faculty-orange:#D2701D;
  --faculty-blue:#1D4B8A;
  --faculty-cream:#EDE8E0;
  --faculty-grey:#37353A;
  --white:#ffffff;
  --border-color:rgba(29,75,138,.12);
}

.ru-actionplan-wrap{
  width:100%;
  background:#fff;
  overflow:hidden;
}

/* =========================
GLOBAL
========================= */
.ru-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

.ru-section-divider{
  width:100%;
  height:1px;
  background:linear-gradient(
    to right,
    transparent,
    rgba(29,75,138,.18),
    transparent
  );
  margin:80px 0;
}

/* =========================
SECTION HERO
========================= */
.ru-action-hero{
  padding:90px 0 0;
  position:relative;
}

.ru-action-hero-content{
  max-width:980px;
  margin:0 auto 50px;
  text-align:center;
}

.ru-action-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 18px;
  border-radius:100px;
  background:rgba(179,204,28,.12);
  border:1px solid rgba(179,204,28,.25);
  color:var(--faculty-blue);
  font-size:.92rem;
  font-weight:500;
  margin-bottom:24px;
  backdrop-filter:blur(12px);
}

.ru-action-hero h1{
  font-size:clamp(2rem,5vw,4rem);
  line-height:1.2;
  color:var(--faculty-grey);
  margin:0 0 28px;
  font-weight:700;
  letter-spacing:-1px;
}

.ru-action-hero h1 span{
  color:var(--faculty-blue);
}

.ru-action-hero p{
  font-size:1.08rem;
  line-height:1.9;
  color:#5d5d5d;
  margin:0 auto;
  max-width:900px;
}

.ru-action-hero-image{
  width:100%;
  height:220px;
  border-radius:32px 32px 0 0;
  overflow:hidden;
  position:relative;
  margin-top:70px;
}

.ru-action-hero-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(29,75,138,.15),
    rgba(29,75,138,.35)
  );
}

.ru-action-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* =========================
SECTION 2
========================= */
.ru-action-plan{
  padding:90px 0;
  background:linear-gradient(
    180deg,
    #ffffff 0%,
    #fafafa 100%
  );
}

.ru-action-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

.ru-card{
  background:rgba(255,255,255,.75);
  border:1px solid var(--border-color);
  border-radius:28px;
  padding:38px;
  backdrop-filter:blur(14px);
  box-shadow:
    0 10px 40px rgba(0,0,0,.04);
}

.ru-card-title{
  font-size:1.65rem;
  color:var(--faculty-blue);
  margin:0 0 28px;
  font-weight:700;
  position:relative;
  padding-bottom:14px;
}

.ru-card-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:68px;
  height:3px;
  border-radius:50px;
  background:linear-gradient(
    to right,
    var(--faculty-green),
    var(--faculty-orange)
  );
}

.ru-feature-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.ru-feature-item{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding-bottom:18px;
  border-bottom:1px solid rgba(29,75,138,.08);
}

.ru-feature-item:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.ru-feature-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--faculty-green);
  margin-top:10px;
  flex-shrink:0;
  box-shadow:0 0 0 6px rgba(179,204,28,.12);
}

.ru-feature-text{
  color:#525252;
  line-height:1.9;
  font-size:1rem;
}

/* TABLE */
.ru-plan-table{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.ru-plan-row{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:18px;
  padding:22px;
  border-radius:20px;
  background:rgba(29,75,138,.03);
  border:1px solid rgba(29,75,138,.08);
}

.ru-plan-bullet{
  font-weight:600;
  color:var(--faculty-blue);
  position:relative;
  padding-left:18px;
  line-height:1.7;
}

.ru-plan-bullet::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--faculty-orange);
  position:absolute;
  left:0;
  top:11px;
}

.ru-plan-desc{
  color:#5b5b5b;
  line-height:1.85;
}

/* =========================
SECTION 3
========================= */
.ru-documents{
  padding:10px 0 100px;
}

.ru-documents-header{
  text-align:center;
  margin-bottom:50px;
}

.ru-documents-header h2{
  font-size:clamp(2rem,4vw,3rem);
  color:var(--faculty-grey);
  margin-bottom:16px;
}

.ru-documents-header p{
  color:#676767;
  max-width:720px;
  margin:auto;
  line-height:1.8;
}

.ru-doc-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.ru-doc-card{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(29,75,138,.08);
  transition:.35s ease;
  box-shadow:
    0 8px 30px rgba(0,0,0,.03);
  position:relative;
}

.ru-doc-card:hover{
  transform:translateY(-8px);
  box-shadow:
    0 18px 45px rgba(0,0,0,.08);
}

.ru-doc-thumb{
  height:220px;
  overflow:hidden;
  position:relative;
}

.ru-doc-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    transparent,
    rgba(0,0,0,.12)
  );
}

.ru-doc-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s ease;
}

.ru-doc-card:hover .ru-doc-thumb img{
  transform:scale(1.06);
}

.ru-doc-content{
  padding:24px;
}

.ru-doc-content h3{
  font-size:1.02rem;
  line-height:1.7;
  color:var(--faculty-grey);
  margin:0 0 18px;
  min-height:58px;
}

.ru-doc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  padding:14px 18px;
  border-radius:16px;
  text-decoration:none;
  background:linear-gradient(
    135deg,
    var(--faculty-blue),
    #255fb1
  );
  color:#fff;
  font-weight:500;
  transition:.3s ease;
}

.ru-doc-btn:hover{
  opacity:.92;
}

/* =========================
RESPONSIVE
========================= */
@media(max-width:1024px){

  .ru-doc-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .ru-action-grid{
    grid-template-columns:1fr;
  }

}

@media(max-width:768px){

  .ru-action-hero{
    padding-top:70px;
  }

  .ru-card{
    padding:28px;
  }

  .ru-plan-row{
    grid-template-columns:1fr;
  }

  .ru-doc-grid{
    grid-template-columns:1fr;
  }

  .ru-action-hero-image{
    border-radius:24px 24px 0 0;
  }

}

/*----------------------------------------- bachelor --------------------------------------*/
/* ==================================================
GLOBAL
================================================== */

.mc-bachelor-degree-section{
    position: relative;
    padding: 100px 20px;
    overflow: hidden;
}

.mc-bachelor-container{
    max-width: 1200px;
    margin: 0 auto;
}

.mc-bachelor-grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    align-items: center;
}

.mc-bachelor-section-label{
    display: inline-flex;
    padding: 10px 18px;
    border-radius: 100px;
    background: rgba(179, 204, 28, 0.12);
    border: 1px solid rgba(179, 204, 28, 0.25);
    color: #1D4B8A;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.mc-bachelor-section-title{
    font-size: clamp(32px,4vw,52px);
    line-height: 1.2;
    font-weight: 800;
    color: #37353A;
    margin-bottom: 30px;
}

.mc-bachelor-section-heading-center{
    text-align: center;
    margin-bottom: 60px;
}

.mc-bachelor-glass-card{
    position: relative;
    padding: 24px;
    border-radius: 32px;
    overflow: hidden;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.65);
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.mc-bachelor-glass-card img{
    width: 100%;
    display: block;
    border-radius: 24px;
}

/* ==================================================
TABLE
================================================== */

.mc-bachelor-info-table{
    border-top: 1px solid rgba(55,53,58,0.12);
}

.mc-bachelor-info-row{
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(55,53,58,0.12);
}

.mc-bachelor-info-head{
    color: #1D4B8A;
    font-weight: 700;
}

.mc-bachelor-info-body{
    color: #37353A;
    line-height: 1.8;
}

/* ==================================================
PHILOSOPHY
================================================== */

.mc-bachelor-long-content p{
    margin-bottom: 22px;
    line-height: 2;
    color: #4d4d4d;
}

/* ==================================================
MAJOR
================================================== */

.mc-bachelor-major-card{
    position: relative;
    padding: 50px;
    border-radius: 32px;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.85),
        rgba(237,232,224,0.6)
    );
    border: 1px solid rgba(179, 204, 28, 0.18);
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.mc-bachelor-major-short{
    font-size: 72px;
    font-weight: 900;
    color: #B3CC1C;
    line-height: 1;
    margin-bottom: 25px;
}

.mc-bachelor-major-th{
    font-size: 24px;
    font-weight: 700;
    color: #37353A;
    margin-bottom: 10px;
}

.mc-bachelor-major-en{
    color: #6b6b6b;
    line-height: 1.8;
}

/* ==================================================
CAREER
================================================== */

.mc-bachelor-career-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
}

.mc-bachelor-career-card{
    text-align: center;
    padding: 32px 20px;
    border-radius: 26px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(179,204,28,0.15);
    backdrop-filter: blur(14px);
    transition: 0.3s ease;
}

.mc-bachelor-career-card:hover{
    transform: translateY(-6px);
}

.mc-bachelor-career-icon{
    width: 74px;
    height: 74px;
    margin: 0 auto 18px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(179,204,28,0.12);
    color: #1D4B8A;
    font-size: 28px;
}

.mc-bachelor-career-name{
    font-weight: 600;
    line-height: 1.7;
    color: #37353A;
}

/* ==================================================
TIMELINE
================================================== */

.mc-bachelor-timeline-wrapper{
    position: relative;
    padding-top: 30px;
}

.mc-bachelor-timeline-line{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(179,204,28,0.35);
}

.mc-bachelor-timeline-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.mc-bachelor-time-card{
    position: relative;
    text-align: center;
    padding: 70px 30px 35px;
    border-radius: 28px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(179,204,28,0.15);
}

.mc-bachelor-time-dot{
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #B3CC1C;
    border: 5px solid white;
}

.mc-bachelor-time-title{
    font-size: 28px;
    font-weight: 800;
    color: #1D4B8A;
    margin-bottom: 12px;
}

.mc-bachelor-time-desc{
    color: #5f5f5f;
    line-height: 1.8;
}

/* ==================================================
CONTACT
================================================== */

.mc-bachelor-contact-card{
    padding: 40px;
    border-radius: 30px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(179,204,28,0.15);
    backdrop-filter: blur(16px);
}

.mc-bachelor-contact-title{
    font-size: 26px;
    color: #1D4B8A;
    margin-bottom: 30px;
}

/* ==================================================
RESPONSIVE
================================================== */

@media (max-width: 1024px){

    .mc-bachelor-career-grid{
        grid-template-columns: repeat(2,1fr);
    }

    .mc-bachelor-info-row{
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 768px){

    .mc-bachelor-grid-2,
    .mc-bachelor-timeline-grid{
        grid-template-columns: 1fr;
    }

    .mc-bachelor-career-grid{
        grid-template-columns: 1fr;
    }

    .mc-bachelor-major-short{
        font-size: 52px;
    }

    .mc-bachelor-degree-section{
        padding: 80px 20px;
    }

    .reverse-mobile{
        display: flex;
        flex-direction: column-reverse;
    }

    .mc-bachelor-contact-card,
    .mc-bachelor-major-card{
        padding: 30px;
    }
}

/*---------------------------------------------- RESEARCH ENGIN ---------------------------------------------*/
/* =========================================================
   RESEARCH ARCHIVE PAGE
   Faculty of Mass Communication
   Modern Liquid Glass Style
   Max Width : 1200px
========================================================= */

:root{
  --faculty-green:#B3CC1C;
  --faculty-orange:#D2701D;
  --faculty-blue:#1D4B8A;
  --faculty-cream:#EDE8E0;
  --faculty-grey:#37353A;

  --glass-bg:rgba(255,255,255,.72);
  --glass-border:rgba(255,255,255,.45);

  --shadow-soft:
    0 10px 35px rgba(29,75,138,.08);

  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:16px;

  --transition:.3s ease;
}

/* =========================================================
   GLOBAL
========================================================= */

.mc-research-page{
  background:
    linear-gradient(
      180deg,
      rgba(179,204,28,.07) 0%,
      rgba(29,75,138,.04) 100%
    );
  padding:60px 20px 90px;

  /*border: #06C755 solid 1px;*/
}

.mc-research-container{
  max-width:1200px;
  margin:0 auto;

  /*border: #06C755 solid 1px;*/
}

/* =========================================================
   HERO SEARCH SECTION
========================================================= */

.mc-research-hero{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius-xl);

  background:var(--glass-bg);
  backdrop-filter:blur(18px);

  border:1px solid var(--glass-border);

  box-shadow:var(--shadow-soft);

  padding:45px;
  margin-bottom:40px;

  /*border: #06C755 solid 1px;*/
}

.mc-research-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      135deg,
      rgba(179,204,28,.12),
      rgba(29,75,138,.06)
    );
  pointer-events:none;
}

.mc-research-title{
  position:relative;
  z-index:2;

  font-size:38px;
  font-weight:700;
  color:var(--faculty-blue);

  text-align: center;

  margin-bottom:6px;
}

.mc-research-subtitle{
  position:relative;
  z-index:2;

  font-size:20px;
  font-weight:500;
  line-height:1.4;
  color:#555;

  text-align: center;

  margin-bottom:40px;
}

/* =========================================================
   SEARCH FORM LAYOUT
========================================================= */

.mc-research-search-grid{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:repeat(10,1fr);
    gap:18px;
    align-items:center;

    /*border: #06C755 solid 1px;*/
}

/* =========================
   ROW 1
========================= */

/* 30% */
.mc-research-search-grid .mc-research-field:nth-child(1){
    grid-column:span 2;
}

/* 70% */
.mc-research-search-grid .mc-research-field:nth-child(2){
    grid-column:span 8;
}

/* =========================
   ROW 2
========================= */

.mc-research-search-grid .mc-research-field:nth-child(3){
    grid-column:3 / span 2;
}

.mc-research-search-grid .mc-research-field:nth-child(4){
    grid-column:5 / span 2;
}

/* =========================
   ROW 3
========================= */

.mc-research-search-grid .mc-research-btn-search:nth-child(5){
    grid-column:7 / span 2;
}

.mc-research-search-grid .mc-research-btn-reset:nth-child(6){
    grid-column:9 / span 2;
}

/* =========================================================
   FIELD WRAPPER
========================================================= */

.mc-research-search-grid .mc-research-field{
    width:100%;
    position:relative;

    /*border: #06C755 solid 1px;*/
}

/* =========================================================
   INPUT + SELECT RESET
========================================================= */

.mc-research-search-grid .mc-research-field select,
.mc-research-search-grid .mc-research-field input{

    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;

    display:flex;
    align-items:center;

    width:100% !important;
    min-width:100%;

    height:58px !important;
    min-height:58px;

    margin:0;
    padding:0 18px !important;

    border-radius:18px !important;
    border:1px solid rgba(55,53,58,.12) !important;

    background:rgba(255,255,255,.92) !important;

    font-size:15px !important;
    font-weight:400;

    color:var(--faculty-grey) !important;

    line-height:58px !important;

    box-shadow:none !important;
    outline:none;

    transition:.3s ease;

    box-sizing:border-box;

}

/* =========================================================
   SELECT ARROW
========================================================= */

.mc-research-search-grid .mc-research-field select{

    cursor:pointer;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%2337353A' d='M5.5 7.5L10 12l4.5-4.5'/%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-position:right 16px center;

    padding-right:48px !important;

}

/* =========================================================
   PLACEHOLDER
========================================================= */

.mc-research-search-grid .mc-research-field input::placeholder{

    color:rgba(55,53,58,.48);

}

/* =========================================================
   FOCUS
========================================================= */

.mc-research-search-grid .mc-research-field select:focus,
.mc-research-search-grid .mc-research-field input:focus{

    border-color:var(--faculty-blue) !important;

    box-shadow:
        0 0 0 4px rgba(29,75,138,.08) !important;

}

/* =========================================================
   BUTTON RESET
========================================================= */

.mc-research-btn,
button.mc-research-btn,
a.mc-research-btn{

    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;

    display:flex !important;
    align-items:center;
    justify-content:center;

    width:100% !important;
    min-width:100%;

    height:48px !important;
    min-height:48px;

    padding:0 20px !important;
    margin:0;

    border:none !important;
    border-radius:50px !important;

    text-decoration:none !important;

    font-size:16px !important;
    font-weight:600 !important;
    line-height:1 !important;

    cursor:pointer;

    box-shadow:none !important;
    outline:none;

    transition:.3s ease;

    box-sizing:border-box;

}

/* =========================================================
   SEARCH BUTTON
========================================================= */

.mc-research-btn-search{

    background:
        linear-gradient(
            135deg,
            #1D4B8A 0%,
            #163867 100%
        ) !important;

    color:#fff !important;

}

.mc-research-btn-search:hover{

    transform:translateY(-2px);

    box-shadow:
        0 10px 24px rgba(29,75,138,.20) !important;

}

/* =========================================================
   RESET BUTTON
========================================================= */

.mc-research-btn-reset{

    background:
        linear-gradient(
            135deg,
            rgb(216, 216, 216,.30) 0%,
            rgb(183, 183, 183,.30) 100%
        ) !important;

    color:var(--faculty-grey) !important;

}

.mc-research-btn-reset:hover{

    transform:translateY(-2px);

    background:rgba(55,53,58,.14) !important;

}

/* =========================================================
   ACTIVE
========================================================= */

.mc-research-btn:active{

    transform:scale(.98);

}

/* =========================================================
   MAIN CONTENT
========================================================= */

.mc-research-content{
  display:grid;
  grid-template-columns:30% 70%;
  gap:0px;
  align-items:start;

  /*border: #06C755 solid 1px;*/
}

/* =========================================================
   SIDEBAR
========================================================= */

.mc-research-sidebar {
  position:sticky;
  top:170px;

  background:var(--glass-bg);
  backdrop-filter:blur(18px);

  border:1px solid var(--glass-border);

  border-radius:var(--radius-lg);

  box-shadow:var(--shadow-soft);

  padding:28px;
}

.sidebar-section{
  padding-bottom:28px;
  margin-bottom:28px;

  border-bottom:
    1px solid rgba(29,75,138,.10);

  /*border: #06C755 solid 1px;*/
}

.sidebar-section:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}

.sidebar-title{
  font-size:18px;
  font-weight:700;
  color:var(--faculty-blue);

  margin-bottom:18px;
}

/* select */

.sidebar-select{
  width:100%;
  height:54px;

  border-radius:16px;
  border:1px solid rgba(55,53,58,.12);

  background:#fff;

  padding:0 16px;
}

/* checkbox */

.filter-list{
  display:flex;
  flex-direction:column;
  gap:14px;

  /*border: #06C755 solid 1px;*/
}

.filter-item{
  display:flex;
  justify-content:space-between;
  align-items:center;

  gap:10px;

  font-size:15px;
  color:#444;
}

.filter-item label{
  display:flex;
  align-items:center;
  gap:10px;

  cursor:pointer;
}

.filter-count{
  position: fixed;
  right: 30px;

  min-width:24px;
  height:24px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:999px;

  background:
    rgba(179,204,28,.15);

  color:var(--faculty-blue);

  font-size:14px;
  font-weight:700;

  /*border: #06C755 solid 1px;*/
}

/* =========================================================
   RIGHT CONTENT
========================================================= */

.mc-research-right{
  display:flex;
  flex-direction:column;
  gap:25px;
  padding-left: 25px;

  /*border: red solid 1px;*/
}

/* =========================================================
   TOP FILTER BAR
========================================================= */

.mc-research-topbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;

  background:var(--glass-bg);

  border:1px solid var(--glass-border);

  border-radius:22px;

  padding:20px 24px;

  box-shadow:var(--shadow-soft);
}

.topbar-group{
  display:flex;
  gap:16px;
  align-items:center;
}

.topbar-group select{
  height:50px;

  border-radius:14px;
  border:1px solid rgba(55,53,58,.12);

  padding:0 14px;

  background:#fff;

  font-size:14px;
}

/* =========================================================
   POST GRID
========================================================= */

.mc-research-posts{
  display:flex;
  flex-direction:column;
  gap:22px;
}

/* =========================================================
   RESEARCH CARD
========================================================= */

.mc-research-card{
  display:grid;
  grid-template-columns:180px auto;
  gap:24px;

  background:var(--glass-bg);
  backdrop-filter:blur(18px);

  border:1px solid var(--glass-border);

  border-radius:24px;

  overflow:hidden;

  box-shadow:var(--shadow-soft);

  transition:var(--transition);
}

.mc-research-card-title{

    display:-webkit-box;
    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;
    line-clamp:2;

    overflow:hidden;

    text-overflow:ellipsis;

    line-height:1.6;

    min-height:2.8em;

  }

.mc-research-card:hover{
  transform:translateY(-4px);

  box-shadow:
    0 18px 35px rgba(29,75,138,.12);
}

/* image */

.mc-research-thumb{
  position:relative;
  height:100%;
  min-height:240px;
}

.mc-research-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* content */

.mc-research-card-content{
  padding:26px 28px 26px 0;

  display:flex;
  flex-direction:column;
  justify-content:center;
}

.mc-research-badge{
  width:max-content;

  padding:8px 16px;

  border-radius:999px;

  background:
    rgba(179,204,28,.15);

  color:var(--faculty-blue);

  font-size:13px;
  font-weight:700;

  margin-bottom:8px;
}

.mc-research-card-title{
  font-size:18px;
  line-height:1.5;
  font-weight:600;

  color:var(--faculty-grey);

  margin-bottom:18px;
}

.mc-research-meta{
  display:flex;
  flex-wrap:wrap;
  gap:4px;

  margin-bottom:14px;
}

.mc-research-meta-item{
  display:flex;
  align-items:center;
  gap:8px;

  padding:10px 14px;

  border-radius:14px;

  background:
    rgba(29,75,138,.05);

  font-size:14px;
  color:#444;
}

.mc-research-card-btn{
  width:max-content;

  padding:9px 14px;

  border-radius:50px;

  background:var(--faculty-orange);
  color:#fff;

  text-decoration:none;

  font-size:12px;
  font-weight:400;

  transition:var(--transition);
}

.mc-research-card-btn:hover{
  transform:translateY(-2px);

  box-shadow:
    0 12px 24px rgba(210,112,29,.18);
  color: #fff;
}

/* =========================================================
   EMPTY STATE
========================================================= */

.mc-research-empty{
  text-align:center;

  padding:80px 20px;

  border-radius:24px;

  background:rgba(255,255,255,.65);

  border:1px dashed rgba(29,75,138,.15);

  color:#666;
}

/* =========================================================
   PAGINATION
========================================================= */

.mc-research-pagination{
  display:flex;
  justify-content:center;
  gap:12px;

  margin-top:10px;
}

.mc-research-pagination a,
.mc-research-pagination span{
  width:46px;
  height:46px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:14px;

  text-decoration:none;

  background:#fff;

  border:1px solid rgba(55,53,58,.10);

  color:var(--faculty-grey);

  transition:var(--transition);
}

.mc-research-pagination .current,
.mc-research-pagination a:hover{
  background:var(--faculty-blue);
  color:#fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1200px){
   .mc-research-right{
    padding-left: 24px;
  }
  
    /* =========================================================
      SEARCH FORM LAYOUT
    ========================================================= */

    .mc-research-search-grid{
        position:relative;
        z-index:2;

        display:grid;
        grid-template-columns:repeat(10,1fr);
        gap:18px;
        align-items:center;

        /*border: #06C755 solid 1px;*/
    }
}

@media(max-width:992px){
   .mc-research-right{
    padding-left: 24px;
  }

  /* image */
  .mc-research-thumb{
    position:relative;
    height:100%;
    min-height:130px;
  }

  .mc-research-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  
  .mc-research-card{
    display:grid;
    grid-template-columns:130px 1fr;
    gap:20px;

    background:var(--glass-bg);
    backdrop-filter:blur(18px);

    border:1px solid var(--glass-border);

    border-radius:24px;

    overflow:hidden;

    box-shadow:var(--shadow-soft);

    transition:var(--transition);
  }

  .mc-research-card-content{
    padding:20px 20px 20px 0;

    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .mc-research-badge {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;

    margin-bottom: 0;
  }

  .mc-research-card-title {
    font-size: 15px;

    margin-bottom: 8px;
  }

  .mc-research-meta {
    gap: 6px;
  }

  .mc-research-meta-item {
    font-size: 12px;

    padding: 5px 10px;
    border-radius: 8px;

    margin-bottom: 0;
  }

  .mc-research-card-btn {
    font-size: 10px;

    padding: 5px 10px;

    margin-bottom: 0;
  }

}

@media(max-width:768px){

  .mc-research-right{
    padding-left: 0;
  }

  .mc-research-hero{
    padding:30px 24px;
  }

  .mc-research-title{
    font-size:34px;
  }

  .mc-research-content{
    grid-template-columns:1fr;
  }

  .mc-research-sidebar{
    position:relative;
    top:auto;
  }
  
  /* =========================================================
    SEARCH FORM LAYOUT
  ========================================================= */
    /* =========================
    ROW 1
  ========================= */

  /* 30% */
  .mc-research-search-grid .mc-research-field:nth-child(1){
      grid-column:span 3;
  }

  /* 70% */
  .mc-research-search-grid .mc-research-field:nth-child(2){
      grid-column:span 7;
  }

  /* =========================
    ROW 2
  ========================= */

  .mc-research-search-grid .mc-research-field:nth-child(3){
      grid-column:1 / span 2;
  }

  .mc-research-search-grid .mc-research-field:nth-child(4){
      grid-column:3 / span 2;
  }

  /* =========================
    ROW 3
  ========================= */

  .mc-research-search-grid .mc-research-btn-search:nth-child(5){
      grid-column:5 / span 3;
  }

  .mc-research-search-grid .mc-research-btn-reset:nth-child(6){
      grid-column:8/ span 3;
  }


  .mc-research-topbar{
    flex-direction:column;
    align-items:stretch;
  }

  .topbar-group{
    width:100%;
    flex-direction:column;
    align-items:stretch;
  }

  .topbar-group select{
    width:100%;
  }

}
@media(max-width:520px){

  
  /* =========================================================
    SEARCH FORM LAYOUT
  ========================================================= */
    /* =========================
    ROW 1
  ========================= */

  /* 30% */
  .mc-research-search-grid .mc-research-field:nth-child(1){
      grid-column:span 3;
  }

  /* 70% */
  .mc-research-search-grid .mc-research-field:nth-child(2){
      grid-column:span 10;
  }

  /* =========================
    ROW 2
  ========================= */

  .mc-research-search-grid .mc-research-field:nth-child(3){
      grid-column:4 / span 4;
  }

  .mc-research-search-grid .mc-research-field:nth-child(4){
      grid-column:8 / span 6;
  }

  /* =========================
    ROW 3
  ========================= */

  .mc-research-search-grid .mc-research-btn-search:nth-child(5){
      grid-column:4 / span 4;
  }

  .mc-research-search-grid .mc-research-btn-reset:nth-child(6){
      grid-column:8/ span 6;
  }

  .mc-research-meta-item {
    margin-bottom: -3px;
    margin-top: -3px;
  }

  .mc-research-meta-item-break {
    flex-basis: 100%;
    width: 0;
    height: 0;
  }

  .mc-research-card-title{

    display:-webkit-box;
    -webkit-box-orient:vertical;

    -webkit-line-clamp:3;
    line-clamp:3;

    overflow:hidden;

    text-overflow:ellipsis;

    line-height:1.6;

    min-height:4.8em;

  }

}

@media(max-width:480px){
  /* =========================================================
    SEARCH FORM LAYOUT
  ========================================================= */
    /* =========================
    ROW 1
  ========================= */

  /* 30% */
  .mc-research-search-grid .mc-research-field:nth-child(1){
      grid-column:span 3;
  }

  /* 70% */
  .mc-research-search-grid .mc-research-field:nth-child(2){
      grid-column:span 7;
  }

  /* =========================
    ROW 2
  ========================= */

  .mc-research-search-grid .mc-research-field:nth-child(3){
      grid-column:1 / span 5;
  }

  .mc-research-search-grid .mc-research-field:nth-child(4){
      grid-column:6 / span 5;
  }

  /* =========================
    ROW 3
  ========================= */

  .mc-research-search-grid .mc-research-btn-search:nth-child(5){
      grid-column:1 / span 5;
  }

  .mc-research-search-grid .mc-research-btn-reset:nth-child(6){
      grid-column:6 / span 5;
  }

  .mc-research-right{
    padding-left: 0px;
  }

  /* image */
  .mc-research-thumb{
    position:relative;
    height:100%;
    min-height:130px;
  }

  .mc-research-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  
  .mc-research-card{
    display:grid;
    grid-template-columns:130px 1fr;
    gap:20px;

    background:var(--glass-bg);
    backdrop-filter:blur(18px);

    border:1px solid var(--glass-border);

    border-radius:24px;

    overflow:hidden;

    box-shadow:var(--shadow-soft);

    transition:var(--transition);
  }

  .mc-research-card-content{
    padding:20px 20px 20px 0;

    display:flex;
    flex-direction:column;
    justify-content:center;
  }
}

@media(max-width:400px){
  /* =========================================================
    SEARCH FORM LAYOUT
  ========================================================= */
    /* =========================
    ROW 1
  ========================= */

  /* 30% */
  .mc-research-search-grid .mc-research-field:nth-child(1){
      grid-column:span 10;
  }

  /* 70% */
  .mc-research-search-grid .mc-research-field:nth-child(2){
      grid-column:span 10;
  }

  /* =========================
    ROW 2
  ========================= */

  .mc-research-search-grid .mc-research-field:nth-child(3){
      grid-column:1 / span 5;
  }

  .mc-research-search-grid .mc-research-field:nth-child(4){
      grid-column:6 / span 5;
  }

  /* =========================
    ROW 3
  ========================= */

  .mc-research-search-grid .mc-research-btn-search:nth-child(5){
      grid-column:1 / span 5;
  }

  .mc-research-search-grid .mc-research-btn-reset:nth-child(6){
      grid-column:6 / span 5;
  }

  .mc-research-thumb img{
    display: none;
  }

  .mc-research-card{
    display:grid;
    grid-template-columns:0px 1fr;
    gap:0px;

    background:var(--glass-bg);
    backdrop-filter:blur(18px);

    border:1px solid var(--glass-border);

    border-radius:24px;

    overflow:hidden;

    box-shadow:var(--shadow-soft);

    transition:var(--transition);
  }

  .mc-research-card-content{
    padding:20px 20px 20px 20px;

    display:flex;
    flex-direction:column;
    justify-content:center;
  }

}

/*------------------------------------------------------------ SINGLE POST -------------------------------------------------------*/
  /* =========================================================
    SINGLE POST
  ========================================================= */


:root{
    --mc-single-post-green:#B3CC1C;
    --mc-single-post-orange:#D2701D;
    --mc-single-post-blue:#1D4B8A;
    --mc-single-post-cream:#EDE8E0;
    --mc-single-post-grey:#37353A;
    --mc-single-post-border:rgba(29,75,138,0.12);
}

/* =========================
GLOBAL
========================= */

.mc-single-post-container{
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

.mc-single-post-research{
    background:#fff;
    color:var(--mc-single-post-grey);
}

/* =========================
HERO
========================= */

.mc-single-post-research-hero{
    padding:90px 0;
    background:
    linear-gradient(
        135deg,
        rgba(179,204,28,0.12),
        rgba(29,75,138,0.05)
    );
    border-bottom:1px solid var(--mc-single-post-border);
}

.mc-single-post-hero-content{
    padding: 50px 0 0 0;
    text-align:center;
}

.mc-single-post-hero-badge{
    display:inline-flex;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(179,204,28,0.15);
    color:var(--mc-single-post-blue);
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;

    gap: 7px;
}

.mc-single-post-hero-title{
    font-size:38px;
    line-height:1.4;
    font-weight:700;
    color:var(--mc-single-post-grey);
    margin:0 100px;
}

/* =========================
CONTENT
========================= */

.mc-single-post-research-content{
    padding:60px 0;
}

.mc-single-post-research-grid{
    display:grid;
    grid-template-columns:30% 70%;
    gap:0px;
    align-items:start;
}

/* =========================
SIDEBAR
========================= */

.mc-single-post-sidebar{
    position:sticky;
    top:120px;
}

.mc-single-post-cover-card{
    background:#fff;
    border:1px solid var(--mc-single-post-border);
    border-radius:24px;
    overflow:hidden;
    margin-bottom:24px;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
}

.mc-single-post-cover-card img{
    width:100%;
    display:block;
}

.mc-single-post-side-box{
    background:#fff;
    border:1px solid var(--mc-single-post-border);
    border-radius:24px;
    padding:24px;
    margin-bottom:24px;
    box-shadow:0 10px 30px rgba(0,0,0,0.03);
}

.mc-single-post-side-title{
    font-size:20px;
    font-weight:700;
    text-align: center;
    color:var(--mc-single-post-blue);
}

.mc-single-post-view-count{
    font-size:28px;
    font-weight:700;
}

.mc-single-post-cc-title{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;

  padding-top: 5px;
}

.tool-cc-title{
  font-size: 14px;
  font-weight: 300;

  text-align: center;

  text-align: center;
  color: var(--faculty-grey);
}

.tool-cc-title a {
  color: var(--faculty-blue);
}

.tool-cc-title a:hover {
  color: var(--faculty-blue);
}

.mc-single-post-cc-license{
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    
    gap:7px;
}

.tool-icons img{
    position: relative;
    width: 14px;
    height: 100%;
}

.tool-identifier{
  font-size: 15px;
  font-weight: 600;
  padding-top: 1px;
  color: var(--faculty-grey);
}

.mc-single-post-cc-box h1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
  font-size: 14px;
  font-weight: 400;

  text-align: center;
  color: var(--faculty-grey);

  margin-top: -2px;
}

.mc-single-post-section-heading{
    margin:0 0 20px;
    font-size:20px;
    color:var(--mc-single-post-blue);
}

.mc-single-post-digital-card{
    border:1px solid var(--mc-single-post-border);
    border-radius:18px;
    padding:20px;
    background:rgba(237,232,224,0.35);
}

.mc-single-post-digital-author{
    font-size:15px;
    font-weight:600;
    line-height:1.7;
}

.mc-single-post-file-meta{
    display:flex;
    justify-content:space-between;
    margin:20px 0;
    padding-top:18px;
    border-top:1px solid rgba(0,0,0,0.08);
    font-size:14px;
}

.mc-single-post-download-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:14px 20px;
    border-radius:50px;
    background:var(--mc-single-post-blue);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.mc-single-post-download-btn:hover{
    background:var(--mc-single-post-orange);
    color: #fff;
    transform:translateY(-2px);
}

/* =========================
DETAIL TABLE
========================= */

.mc-single-post-main-content{
    width:100%;
    padding: 0 0 0 40px;
    
    /*border: #06C755 solid 1px;*/
}

.mc-single-post-detail-table{
    border:1px solid var(--mc-single-post-border);
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    margin-bottom:40px;

    /*border: #06C755 solid 1px;*/
}

.mc-single-post-detail-row{
    display:grid;
    grid-template-columns:220px 1fr;
    border-bottom:1px solid var(--mc-single-post-border);

    /*border: #06C755 solid 1px;*/
}

.mc-single-post-detail-row:last-child{
    border-bottom:none;
}

.mc-single-post-detail-label{
    padding:24px;
    background:rgba(179,204,28,0.08);
    font-weight:700;
    color:var(--mc-single-post-blue);
    border-right:1px solid var(--mc-single-post-border);

    /*border: #06C755 solid 1px;*/
}

.mc-single-post-detail-value{
    padding:24px;
    line-height:1.9;
    word-break:break-word;
}

.mc-abstract-row .mc-single-post-detail-value{
  text-indent: 60px;
}
/* =========================
REFERENCE TAB
========================= */

.mc-single-post-reference-wrapper{
    border:1px solid var(--mc-single-post-border);
    border-radius:24px;
    overflow:hidden;
    background:#fff;
}

.mc-single-post-tab-header{
    padding:20px 24px;
    background:rgba(29,75,138,0.05);
    font-size:20px;
    font-weight:700;
    color:var(--mc-single-post-blue);
    border-bottom:1px solid var(--mc-single-post-border);
}

.mc-single-post-tab-content{
    padding:30px;
    line-height:1.9;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:992px){

    .mc-single-post-main-content{
        padding: 0 0 0 0;
        /*border: #06C755 solid 1px;*/
    }

    .mc-single-post-research-grid{
        grid-template-columns:1fr;
    }

    .mc-single-post-sidebar{
        position:relative;
        top:auto;
    }

    .mc-single-post-detail-row{
        grid-template-columns:1fr;
    }

    .mc-single-post-detail-label{
        border-right:none;
        border-bottom:1px solid var(--mc-single-post-border);
    }

    .mc-single-post-hero-title{
        font-size:30px;
        margin:0 0;
    }

}

/*-------------------------------------------------------------------------------------------------------*/
/* =========================================================
LIBRARY PAGE
========================================================= */

.mc-library-page{
    position: relative;
    padding: 90px 20px;
    background:
    linear-gradient(
        180deg,
        rgba(179,204,28,.08) 0%,
        rgba(237,232,224,.45) 100%
    );
    overflow: hidden;

    /*border: #06C755 solid 1px;*/
}

.mc-library-container{
    max-width: 1200px;
    margin: auto;

    /*border: #06C755 solid 1px;*/
}

/* =========================================================
LAYOUT
========================================================= */

.mc-library-layout{
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 0;
    align-items: start;

    /*border: #06C755 solid 1px;*/
}

/* =========================================================
SIDEBAR
========================================================= */

.mc-library-sidebar{
    position: sticky;
    top: 30px;
    padding: 28px;
    border-radius: 30px;
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(29,75,138,.10);

    box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}

/* =========================================================
SIDEBAR HEAD
========================================================= */

.mc-library-sidebar-head{
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(55,53,58,.08);
}

.mc-library-sidebar-head h2{
    margin: 0;
    font-size: 22px;
    color: #1D4B8A;
    font-weight: 800;
}

.mc-library-sidebar-head p{
    margin-top: 6px;
    color: #666;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 600;
}

/* =========================================================
FILTER GROUP
========================================================= */

.mc-library-filter-group{
    margin-bottom: 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(55,53,58,.08);
}

.mc-library-filter-title{
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 700;
    color: #37353A;
}

/* =========================================================
SELECT
========================================================= */

.mc-library-filter-group select{
    width: 100%;
    height: 52px;
    border-radius: 16px;
    border: 1px solid rgba(29,75,138,.10);
    background: rgba(255,255,255,.85);
    padding: 0 16px;
    font-size: 14px;
    color: #37353A;
    outline: none;
    transition: .3s;
}

.mc-library-filter-group select:focus{
    border-color: #1D4B8A;
}

/* =========================================================
CHECKBOX
========================================================= */

.mc-library-checkbox-group{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mc-library-checkbox-item{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
}

.mc-library-checkbox-item input{
    width: 18px;
    height: 18px;
    accent-color: #1D4B8A;
}

/* =========================================================
RESET BUTTON
========================================================= */

.mc-library-reset-btn{
    width: 100%;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50px;

    background:
    linear-gradient(
        135deg,
        #D2701D,
        #e28a42
    );

    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

.mc-library-reset-btn:hover{
    transform: translateY(-3px);
    color: #fff;
}

/* =========================================================
RIGHT CONTENT
========================================================= */

.mc-library-right{
    min-width: 0;
    padding: 0 0 0 30px;
    
    /*border: #06C755 solid 1px;*/
}

/* =========================================================
TOPBAR
========================================================= */

.mc-library-topbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 30px;
    padding-bottom: 24px;

    border-bottom: 1px solid rgba(55,53,58,.08);

    /*border: #06C755 solid 1px;*/
}

/* =========================================================
FILTER TAGS
========================================================= */

.mc-library-filter-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mc-library-tag{
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 16px;
    border-radius: 999px;

    background:
    rgba(179,204,28,.14);

    color: #1D4B8A;
    font-size: 13px;
    font-weight: 700;

    border: 1px solid rgba(179,204,28,.18);
}

/* =========================================================
SORT
========================================================= */

.mc-library-sort-group select{
    height: 50px;
    border-radius: 16px;
    border: 1px solid rgba(29,75,138,.10);
    background: #fff;
    padding: 0 18px;
    font-size: 14px;
    color: #37353A;
    outline: none;
}

/* =========================================================
GRID
========================================================= */

.mc-library-grid{
    display: grid;
    grid-template-columns:
    repeat(var(--columns), minmax(0,1fr));

    gap: 24px;
}

/* =========================================================
CARD
========================================================= */

.mc-library-card{
    position: relative;
    overflow: hidden;

    border-radius: 28px;

    background:
    rgba(255,255,255,.76);

    backdrop-filter: blur(18px);

    border: 1px solid rgba(29,75,138,.10);

    transition: .35s;

    box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}

.mc-library-card:hover{
    transform: translateY(-6px);
}

/* =========================================================
THUMB
========================================================= */

.mc-library-card-thumb{
    position: relative;
    display: block;
    aspect-ratio: 4 / 4;
    overflow: hidden;
    background: #f4f4f4;
}

.mc-library-card-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.mc-library-card:hover .mc-library-card-thumb img{
    transform: scale(1.06);
}

/* =========================================================
CONTENT
========================================================= */

.mc-library-card-content{
    padding: 22px;
}

/* =========================================================
CODE
========================================================= */

.mc-library-code{
    display: inline-flex;
    align-items: center;

    padding: 8px 14px;
    margin-bottom: 14px;

    border-radius: 999px;

    background:
    rgba(210,112,29,.10);

    color: #D2701D;

    font-size: 12px;
    font-weight: 700;
}

/* =========================================================
TITLE
========================================================= */

.mc-library-title{
    margin: 0;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 700;
}

.mc-library-title a{
    color: #37353A;
    text-decoration: none;
    transition: .3s;
}

.mc-library-title a:hover{
    color: #1D4B8A;
}

/* =========================================================
OWNER
========================================================= */

.mc-library-owner{
    margin-top: 18px;
    padding-top: 18px;

    border-top: 1px solid rgba(55,53,58,.08);

    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* =========================================================
EMPTY
========================================================= */

.mc-library-empty{
    grid-column: 1/-1;

    padding: 100px 30px;
    border-radius: 30px;

    text-align: center;

    background: rgba(255,255,255,.70);

    border: 1px solid rgba(29,75,138,.08);

    color: #666;
    font-size: 16px;
}

/* =========================================================
SECTION HEAD
========================================================= */

.mc-library-section-head{
    margin-bottom: 30px;
}

.mc-library-section-head h2{
    margin: 0;
    font-size: 36px;
    color: #1D4B8A;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width: 1100px){

    .mc-library-layout{
        display: grid;
        grid-template-columns: 32% 68%;
        gap: 0;
        align-items: start;

        /*border: #06C755 solid 1px;*/
    }

   .mc-library-sidebar{
        position: relative;
        top: 0;
    }

    .mc-library-grid{
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

}

@media(max-width: 992px){

    .mc-library-right{
        min-width: 0;
        padding: 0 0 0 0;
        
        /*border: #06C755 solid 1px;*/
    }
   
    .mc-library-layout{
        grid-template-columns: 1fr;
    }

    .mc-library-sidebar{
        position: relative;
        top: 0;
    }

    .mc-library-grid{
        grid-template-columns: repeat(3, minmax(0,1fr));
    }
}

@media(max-width: 768px){

    .mc-library-page{
        padding: 70px 16px;
    }

    .mc-library-sidebar{
        padding: 22px;
        border-radius: 24px;
    }

    .mc-library-sidebar-head h2{
        font-size: 28px;
    }

    .mc-library-topbar{
        flex-direction: column;
        align-items: stretch;
    }

    .mc-library-grid{
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .mc-library-title{
        font-size: 17px;
    }

}

@media(max-width: 580px){

    .mc-library-page{
        padding: 70px 16px;
    }

    .mc-library-sidebar{
        padding: 22px;
        border-radius: 24px;
    }

    .mc-library-sidebar-head h2{
        font-size: 28px;
    }

    .mc-library-topbar{
        flex-direction: column;
        align-items: stretch;
    }

    .mc-library-grid{
        grid-template-columns: repeat(1, minmax(0,1fr));
    }

    .mc-library-title{
        font-size: 17px;
    }

}


/*-------------------------------------------------------------------------------------------------------*/
/*
==========================================================
Single Library
==========================================================
*/

.mc-single-library{
    padding: 90px 20px;
    background:
    linear-gradient(
        180deg,
        rgba(179,204,28,.06),
        rgba(255,255,255,1)
    );
}

.mc-single-library-container{
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 25% 75%;
    
    align-items: start;
}

/* SIDEBAR */
.mc-single-library-sidebar{
    position: sticky;
    top: 120px;
}

.mc-library-cover{
    overflow: hidden;
    border-radius: 30px;
    background: #f5f5f5;
    border: 1px solid rgba(29,75,138,.10);
    box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}

.mc-library-cover img{
    width: 100%;
    height: auto;
    display: block;
}

.mc-library-side-section{
    margin-top: 24px;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255,255,255,.80);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(29,75,138,.08);
}

.mc-library-side-title{
    font-size: 18px;
    font-weight: 700;
    color: #1D4B8A;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(55,53,58,.08);
}

.mc-library-author{
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(179,204,28,.10);
    color: #1D4B8A;
    font-size: 14px;
    font-weight: 600;
}

.mc-library-meta-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mc-library-meta-item{
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(55,53,58,.08);
}

.mc-library-meta-item:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}

.mc-library-meta-item span{
    display: block;
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
}

.mc-library-meta-item strong{
    color: #37353A;
    line-height: 1.7;
}

.mc-library-download{
    margin-top: 24px;
}

.mc-library-download-btn{
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #1D4B8A;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.mc-library-download-btn:hover{
    transform: translateY(-3px);
    color: #fff;
}

/* CONTENT */
.mc-single-library-content{
    min-width: 0;
    padding: 40px;
    border-radius: 34px;
    background: rgba(255,255,255,.80);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(29,75,138,.08);
    box-shadow:
    0 10px 30px rgba(0,0,0,.04);

    margin: 0 0 0 30px;
}

.mc-single-library-title{
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    color: #1D4B8A;

    margin-bottom: 8px;
    /*border: #06C755 solid 1px;*/
}

.mc-single-library-code{
    margin-top: 0;
    margin-bottom: 8px;

    /*border: #06C755 solid 1px;*/
}

.mc-single-library-code span{
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(210,112,29,.10);
    color: #D2701D;
    font-size: 14px;
    font-weight: 700;
}

.mc-library-inline-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(55,53,58,.08);

    /*border: #06C755 solid 1px;*/
}

.mc-library-inline-item{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
}

.mc-meta-label{
    font-weight: 700;
    color: #1D4B8A;
}

.mc-library-format{
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(29,75,138,.08);
    color: #1D4B8A;
    font-size: 14px;
    font-weight: 600;
}

.mc-library-categories{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;

    /*border: #06C755 solid 1px;*/
}

.mc-library-category{
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(179,204,28,.10);
    color: #37353A;
    font-size: 14px;
    font-weight: 600;

    /*border: #06C755 solid 1px;*/
}

.mc-library-divider{
    height: 1px;
    background: rgba(55,53,58,.08);
    margin: 14px 0;

    /*border: #06C755 solid 1px;*/
}

.mc-library-content-section{
    margin-bottom: 42px;
}

.mc-library-content-section h2{
    margin: 0 0 18px;
    font-size: 28px;
    color: #1D4B8A;
}

.mc-meta-label{
    font-weight: 700;
    color: #1D4B8A;
}

.mc-library-abstract{
    color: #555;
    line-height: 2;
    font-size: 16px;
}

.mc-library-keywords{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
}

.mc-library-keyword{
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(29,75,138,.08);
    color: #1D4B8A;
    font-size: 14px;
    font-weight: 600;
}

/* RELATED */
.mc-library-related{
    padding: 90px 20px;

    /*border: #06C755 solid 1px;*/
}

.mc-library-related-head{
    max-width: 1200px;
    margin: auto;

    /*border: #06C755 solid 1px;*/
}

.mc-library-related-head h2{
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: #1D4B8A;
}

.mc-library-related-head p{
    margin-top: 12px;
    margin-bottom: 36px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.mc-library-related-card{
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255,255,255,.85);
    border: 1px solid rgba(29,75,138,.08);
}

.mc-library-related-thumb{
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.mc-library-related-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc-library-related-content{
    padding: 22px;
    border-top: 1px solid rgba(55,53,58,.08);
}

.mc-library-related-content h3{
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.mc-library-related-content a{
    color: #37353A;
    text-decoration: none;
}

.mc-library-swiper{
    max-width: 1200px;
    margin: auto auto 40px;
}

/* RESPONSIVE */
@media(max-width:880px){

    .mc-single-library-container{
        grid-template-columns: 1fr;
    }

    .mc-single-library-sidebar{
        position: relative;
        top: 0;
    }

    .mc-single-library-content{
        margin: 30px 0 0 0;
    }

    .mc-single-library-sidebar{
        position: relative;
        top: 0;

        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;

        align-items: start;
    }

    /* COVER */
    .mc-library-cover{
        grid-column: 1 / 2;
        grid-row: 1 / span 2;
        height: 100%;
    }

    .mc-library-cover img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* ผู้แต่ง */
    .mc-library-side-section:nth-of-type(1){
        grid-column: 2 / 3;
        grid-row: 2;
    }

    /* ข้อมูลเอกสาร */
    .mc-library-side-section:nth-of-type(2){
        grid-column: 2 / 3;
        grid-row: 1;
    }


}

@media(max-width:768px){

    .mc-single-library-sidebar{
        grid-template-columns: 1fr;
    }

    .mc-library-cover,
    .mc-library-side-section:nth-of-type(1),
    .mc-library-side-section:nth-of-type(2){
        grid-column: auto;
        grid-row: auto;
    }

}

@media(max-width:480px){

    .mc-single-library-content{
        padding: 28px;

        margin: 30px 0 0 0;
    }

    .mc-library-title{
        font-size: 34px;
    }

    .mc-library-related-head h2{
        font-size: 32px;
    }

}

/* RELATED */
.mc-library-swiper{
    overflow: hidden;
    padding: 6px;
}

.mc-library-swiper .swiper-wrapper{
    align-items: stretch;
}

.mc-library-swiper .swiper-slide{
    width: calc((100% - 48px) / 5) !important;
    height: auto;
}

.mc-library-related-card{
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255,255,255,.85);
    border: 1px solid rgba(29,75,138,.08);
    transition: .3s;
}

.mc-library-related-card:hover{
    transform: translateY(-5px);
    box-shadow:
    0 12px 30px rgba(0,0,0,.06);
}

.mc-library-related-thumb{
    display: block;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: #f5f5f5;
}

.mc-library-related-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.mc-library-related-card:hover img{
    transform: scale(1.05);
}

.mc-library-related-content{
    padding: 18px;
    border-top: 1px solid rgba(55,53,58,.08);
}

.mc-library-related-content h3{
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}

.mc-library-related-content a{
    color: #37353A;
    text-decoration: none;
}

/* TABLET */
@media(max-width:1024px){

    .mc-library-swiper .swiper-slide{
        width: calc((100% - 24px) / 3) !important;
    }

}

/* MOBILE */
@media(max-width:767px){

    .mc-library-swiper .swiper-slide{
        width: calc((100% - 12px) / 2) !important;
    }

}

/* =========================================
   SMART DIGITAL RESOURCE
========================================= */

.mc-library-ebook,
.mc-library-external-resource{
    overflow: hidden;
    border-radius: 32px 32px 0 0;
    background:
    linear-gradient(
        180deg,
        rgba(255,255,255,.95),
        rgba(245,247,250,.95)
    );
    border: 1px solid rgba(29,75,138,.08);
    box-shadow:
    0 15px 40px rgba(0,0,0,.05);

    margin-top: 24px;
}

/* =========================================
   TOP BAR
========================================= */

.mc-library-ebook-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 26px;
    border-bottom: 1px solid rgba(55,53,58,.08);

    background:
    linear-gradient(
        90deg,
        rgba(179,204,28,.08),
        rgba(29,75,138,.04)
    );
}

.mc-library-ebook-title{
    font-size: 16px;
    font-weight: 700;
    color: #1D4B8A;
    line-height: 1.5;
}

/* =========================================
   BUTTONS
========================================= */

.mc-library-ebook-actions,
.mc-library-external-actions{
    display: flex;
    align-items: center;
    gap: 12px;
}

.mc-library-ebook-btn,
.mc-library-open-btn{
    height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    background: #1D4B8A;
    color: #fff;

    font-size: 14px;
    font-weight: 600;

    transition: .3s;
}

.mc-library-ebook-btn:hover,
.mc-library-open-btn:hover{
    transform: translateY(-2px);
    color: #fff;
}

.mc-library-ebook-btn.is-download{
    background: rgba(210,112,29,.12);
    color: #D2701D;
}

/* =========================================
   PDF VIEWER
========================================= */

.mc-library-pdf-viewer{
    position: relative;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    background: #dfe5ea;
}

.mc-library-pdf-viewer iframe{
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: #fff;
}

/* =========================================
   EXTERNAL RESOURCE
========================================= */

.mc-library-external-resource{
    padding: 42px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.mc-library-external-icon{
    width: 72px;
    height: 72px;
    border-radius: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
    linear-gradient(
        135deg,
        rgba(179,204,28,.12),
        rgba(29,75,138,.08)
    );

    color: #1D4B8A;
    font-size: 30px;
    font-weight: 700;

    flex-shrink: 0;
}

.mc-library-external-content{
    flex: 1;
}

.mc-library-external-content h3{
    margin: 0 0 10px;
    font-size: 24px;
    color: #1D4B8A;
}

.mc-library-external-content p{
    margin: 0;
    color: #666;
    line-height: 1.8;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .mc-library-ebook-top{
        flex-direction: column;
        align-items: flex-start;
    }

    .mc-library-ebook-actions{
        width: 100%;
        flex-wrap: wrap;
    }

    .mc-library-ebook-btn{
        flex: 1;
    }

    .mc-library-pdf-viewer{
        height: 650px;
    }

    .mc-library-external-resource{
        flex-direction: column;
        align-items: flex-start;
        padding: 28px;
    }

    .mc-library-open-btn{
        width: 100%;
    }

}


/*-------------------------------------------------------------------------------------------------------*/
/* =========================================
KM PAGE
========================================= */

.mc-km-page{
    padding:80px 20px;
    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f8faf5 100%
    );
}


/* =========================================
CONTAINER
========================================= */

.mc-km-container{
    max-width:1200px;
    margin:0 auto;
}


/* =========================================
HEADING
========================================= */

.mc-km-heading{
    margin-bottom:50px;
}

.mc-km-title{
    margin:0 0 14px;
    font-size:clamp(34px,5vw,54px);
    line-height:1.1;
    font-weight:800;
    color:#1D4B8A;
}

.mc-km-description{
    max-width:760px;
    margin:0;
    font-size:16px;
    line-height:1.8;
    color:#37353A;
}


/* =========================================
GRID
========================================= */

.mc-km-grid{
    display:flex;
    flex-direction:column;
    gap:30px;
}


/* =========================================
CARD
========================================= */

.mc-km-card{
    display:grid;
    grid-template-columns:400px 1fr;

    background:
    rgba(255,255,255,0.88);

    border:
    1px solid
    rgba(29,75,138,0.10);

    border-radius:28px;

    overflow:hidden;

    backdrop-filter:blur(14px);

    box-shadow:
    0 10px 30px
    rgba(0,0,0,0.04);
}


/* =========================================
LEFT
========================================= */

.mc-km-left{
    position:relative;
    padding:42px 34px;

    background:
    linear-gradient(
        135deg,
        rgba(179,204,28,0.14),
        rgba(29,75,138,0.06)
    );

    border-right:
    1px solid
    rgba(29,75,138,0.10);

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content: center;
}

.mc-km-year-label{
    margin-bottom:10px;
    font-size:13px;
    font-weight:600;
    letter-spacing:0.06em;
    text-transform:uppercase;
    color:#D2701D;
}

.mc-km-year{
    margin:0;
    font-size:54px;
    line-height:1;
    font-weight:800;
    color:#1D4B8A;
}

.mc-km-divider{
    width:70px;
    height:2px;
    margin:28px 0;
    background:#B3CC1C;
}

.mc-km-main-heading{
    margin:0;
    font-size:26px;
    line-height:1.3;
    font-weight:700;
    color:#37353A;
}

.mc-km-subtitle{
    margin:8px 0 0;
    font-size:15px;
    line-height:1.7;
    color:#777;
}


/* =========================================
RIGHT
========================================= */

.mc-km-right{
    padding:34px;
}


/* =========================================
TABLE
========================================= */

.mc-km-table{
    border:
    1px solid
    rgba(29,75,138,0.10);

    border-radius:20px;

    overflow:hidden;
}


/* =========================================
TABLE HEADER
========================================= */

.mc-km-table-head{
    display:grid;
    grid-template-columns:
    110px
    1fr;

    background:
    rgba(29,75,138,0.05);

    font-size:14px;
    font-weight:700;
    color:#1D4B8A;
}

.mc-km-table-head div{
    padding:16px 20px;
}


/* =========================================
ROW
========================================= */

.mc-km-row{
    display:grid;
    grid-template-columns:
    110px
    1fr;

    border-top:
    1px solid
    rgba(29,75,138,0.08);
}


/* =========================================
ORDER
========================================= */

.mc-km-order{
    padding:22px 20px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;
    font-weight:700;

    color:#D2701D;

    border-right:
    1px solid
    rgba(29,75,138,0.08);
}


/* =========================================
CONTENT
========================================= */

.mc-km-content{
    padding:18px 24px;
}

.mc-km-doc-title{
    margin:0 0 10px;
    font-size:17px;
    line-height:1.7;
    font-weight:600;
    color:#37353A;
}

.mc-km-download{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:10px 16px;

    border-radius:999px;

    background:
    rgba(179,204,28,0.14);

    color:#1D4B8A;

    text-decoration:none;

    font-size:14px;
    font-weight:700;

    transition:0.25s ease;
}

.mc-km-download:hover{
    transform:translateY(-2px);

    background:
    rgba(179,204,28,0.24);
}


/* =========================================
RESPONSIVE
========================================= */

@media(max-width:880px){

    .mc-km-card{
        grid-template-columns:1fr;
    }

    .mc-km-left{
        border-right:none;

        border-bottom:
        1px solid
        rgba(29,75,138,0.10);
    }

}


@media(max-width:640px){

    .mc-km-right{
        padding:20px;
    }

    .mc-km-table-head,
    .mc-km-row{
        grid-template-columns:
        80px
        1fr;
    }

    .mc-km-year{
        font-size:42px;
    }

    .mc-km-main-heading{
        font-size:22px;
    }

}


/*------------------------------------------------------------------------------------------------------*/
/*========================================
PDF HEADER
========================================*/

    :root{
        --mc-green:#B3CC1C;
        --mc-orange:#D2701D;
        --mc-blue:#1D4B8A;
        --mc-cream:#EDE8E0;
        --mc-dark:#37353A;
    }

    .mc-pdf-system{
        padding:90px 20px;
        background:
        linear-gradient(
            135deg,
            rgba(179,204,28,0.08),
            rgba(29,75,138,0.08)
        ),
        #f5f6f8;
    }

    .mc-pdf-container{
        max-width:1200px;
        margin:0 auto;
    }

    .mc-pdf-header{
        margin-bottom:40px;
    }

    .mc-pdf-brand{
        display:grid;
        grid-template-columns: 200px 1fr;
        align-items:center;
        justify-content:center;
        gap:24px;

        background:rgba(255,255,255,0.72);

        border:1px solid rgba(255,255,255,0.5);

        backdrop-filter:blur(18px);

        border-radius:28px;

        padding:38px;

        box-shadow:
        0 10px 30px rgba(0,0,0,0.06);
    }

    .mc-pdf-brand-logo{
      display: flex;
      flex-wrap: nowrap;
      justify-content: left;
    }
    
    .mc-pdf-brand-logo img{
        height: 100%;
        width:180px;
    }

    .mc-pdf-brand-text{
        text-align:right;
        align-items:center;
        justify-content:center;
    }

    .mc-pdf-brand-text h1{
        margin:0;
        color:var(--mc-dark);
        font-size:clamp(14px,16px,18px);
        line-height:1.4;
        font-weight:800;
    }

    .mc-pdf-brand-text p{
        margin-top:0;
        color:#666;
    }

    .mc-pdf-card{
        background:rgba(255,255,255,0.72);

        border:1px solid rgba(255,255,255,0.5);

        backdrop-filter:blur(18px);

        border-radius:32px;

        padding:45px;

        box-shadow:
        0 15px 40px rgba(0,0,0,0.08);
    }

    .mc-pdf-card-title h2{
        margin:0;
        font-size:2rem;
        color:var(--mc-blue);
    }

    .mc-pdf-card-title p{
        margin-top:14px;
        color:#666;
        line-height:1.8;
    }

    .mc-upload-area{
        margin-top:35px;

        border:2px dashed rgba(29,75,138,0.2);

        border-radius:28px;

        padding:70px 30px;

        text-align:center;

        cursor:pointer;

        transition:.3s ease;

        background:
        linear-gradient(
            135deg,
            rgba(179,204,28,0.08),
            rgba(29,75,138,0.04)
        );
    }

    .mc-upload-area:hover{
        transform:translateY(-4px);

        border-color:var(--mc-blue);
    }

    .mc-upload-icon{
        font-size:4rem;
        margin-bottom:20px;
    }

    .mc-upload-content h3{
        margin:0;
        font-size:1.5rem;
        color:var(--mc-dark);
    }

    .mc-upload-content p{
        margin-top:12px;
        color:#777;
    }

    .mc-file-preview{
        margin-top:35px;
    }

    .mc-empty{
        color:#999;
    }

    .mc-file-item{
        display:flex;
        justify-content:space-between;
        align-items:center;

        gap:20px;

        background:rgba(255,255,255,0.75);

        border:1px solid rgba(0,0,0,0.05);

        border-radius:22px;

        padding:20px 24px;
    }

    .mc-file-left{
        display:flex;
        align-items:center;
        gap:18px;
    }

    .mc-file-icon{
        width:60px;
        height:60px;

        border-radius:18px;

        display:flex;
        align-items:center;
        justify-content:center;

        background:
        linear-gradient(
            135deg,
            var(--mc-orange),
            #ff9342
        );

        color:#fff;

        font-weight:800;
    }

    .mc-file-info h4{
        margin:0;
        color:var(--mc-dark);
    }

    .mc-file-info span{
        display:block;
        margin-top:5px;
        color:#777;
    }

    .mc-file-status{
        background:rgba(179,204,28,0.15);

        color:#6f7d00;

        padding:10px 18px;

        border-radius:999px;

        font-size:.92rem;

        font-weight:700;
    }

    .mc-action-wrap{
        margin-top:35px;
    }

    .mc-btn-primary{
        border:none;

        padding:16px 32px;

        border-radius:18px;

        background:
        linear-gradient(
            135deg,
            var(--mc-blue),
            #2b69c0
        );

        color:#fff;

        font-size:1rem;

        font-weight:700;

        cursor:pointer;

        transition:.3s ease;

        box-shadow:
        0 10px 25px rgba(29,75,138,0.25);
    }

    .mc-btn-primary:hover{
        transform:translateY(-3px);
    }

    .mc-btn-primary:disabled{
        opacity:.5;
        cursor:not-allowed;
    }

    .mc-loading{
        display:none;

        margin-top:30px;

        align-items:center;
        gap:16px;
    }

    .mc-loading.active{
        display:flex;
    }

    .mc-loader{
        width:22px;
        height:22px;

        border-radius:50%;

        border:3px solid rgba(29,75,138,0.15);

        border-top-color:var(--mc-blue);

        animation:spin 1s linear infinite;
    }

    @keyframes spin{

        to{
            transform:rotate(360deg);
        }

    }

    @media(max-width:768px){

        .mc-pdf-system{
            padding:70px 16px;
        }

        .mc-pdf-card{
            padding:30px 22px;
        }

        .mc-pdf-brand{
            flex-direction:column;
            grid-template-columns: 1fr;
        }

        .mc-pdf-brand-text{
            text-align:center;
        }

        .mc-pdf-brand-logo{
          align-items: center;
          justify-content: center;
        }

        .mc-file-item{
            flex-direction:column;
            align-items:flex-start;
        }

    }



/*----------------------------------------------------------------------------------------------------------*/
/* =========================
CONTACT PAGE
========================= */

.mc-us-contact-page{
    background:#fff;
    overflow:hidden;
}

.mc-us-container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

/* =========================
SECTION SPACE
========================= */

.mc-us-contact-office,
.mc-us-contact-channels,
.mc-us-contact-feedback{
    padding:90px 0;
    position:relative;
}

.mc-us-contact-office,
.mc-us-contact-channels{
    border-bottom:1px solid rgba(29,75,138,.15);
}

/* =========================
SECTION HEADING
========================= */

.mc-us-section-heading{
    text-align:center;
    margin-bottom:50px;
}

.mc-us-section-heading.left{
    text-align:left;
}

.mc-us-section-subtitle{
    display:inline-block;
    margin-bottom:12px;
    font-size:.85rem;
    font-weight:700;
    letter-spacing:2px;
    color:#D2701D;
    text-transform:uppercase;
}

.mc-us-section-title{
    font-size:clamp(2rem,4vw,3rem);
    line-height:1.2;
    color:#1D4B8A;
    font-weight:800;
    margin-bottom:18px;
}

.mc-us-section-desc{
    max-width:760px;
    margin:auto;
    color:#555;
    line-height:1.8;
}

.mc-us-heading-line{
    width:90px;
    height:3px;
    background:#B3CC1C;
    border-radius:50px;
    margin-top:20px;
}

.mc-us-section-heading:not(.left) .mc-us-heading-line{
    margin-inline:auto;
}

/* =========================
TOP GRID
========================= */

.mc-us-office-top-grid{
    display:grid;
    grid-template-columns:30% 70%;
    gap:25px;
    margin-bottom:35px;
}

.mc-us-office-image,
.mc-us-office-map{
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(29,75,138,.12);
    background:#fff;
    min-height:450px;
}

.mc-us-office-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* =========================
INFO GRID
========================= */

.mc-us-office-info-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.mc-us-info-card{
    background:rgba(237,232,224,.45);
    border:1px solid rgba(29,75,138,.10);
    border-radius:24px;
    padding:35px;
    transition:.3s;
}

.mc-us-info-card:hover{
    transform:translateY(-5px);
}

.mc-us-info-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    background:#1D4B8A;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.5rem;
    margin-bottom:20px;
}

.mc-us-info-card h3{
    font-size:1.3rem;
    color:#1D4B8A;
    margin-bottom:15px;
}

.mc-us-card-divider{
    width:60px;
    height:2px;
    background:#D2701D;
    margin-bottom:18px;
}

.mc-us-info-card p{
    color:#555;
    line-height:1.9;
}

/* =========================
CHANNEL GRID
========================= */

.mc-us-channel-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.mc-us-channel-card{
    position:relative;
    border-radius:28px;
    overflow:hidden;
    min-height:420px;
    border:1px solid rgba(255,255,255,.1);
}

.mc-us-channel-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.mc-us-channel-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(29,75,138,.92),
        rgba(29,75,138,.40)
    );
}

.mc-us-channel-content{
    position:relative;
    z-index:2;
    padding:40px 30px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    color:#fff;
}

.mc-us-channel-icon{
    width:75px;
    height:75px;
    border-radius:22px;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.7rem;
    margin-bottom:20px;
}

.mc-us-channel-content h3{
    font-size:1.7rem;
    margin-bottom:14px;
}

.mc-us-channel-content .mc-us-card-divider{
    background:#B3CC1C;
}

.mc-us-channel-content p{
    line-height:1.8;
    margin-bottom:24px;
}

.mc-us-channel-btn{
    width:max-content;
    padding:14px 24px;
    border-radius:14px;
    background:#B3CC1C;
    color:#1D4B8A;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.mc-us-channel-btn:hover{
    transform:translateY(-3px);
}

/* =========================
SECTION 3
========================= */

.mc-us-feedback-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.mc-us-feedback-form-wrap,
.mc-us-travel-wrap{
    background:#fff;
    border:1px solid rgba(29,75,138,.12);
    border-radius:28px;
    padding:40px;
}

/* FORM */

.mc-us-feedback-form{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.mc-us-form-group label{
    display:block;
    margin-bottom:10px;
    font-weight:700;
    color:#1D4B8A;
}

.mc-us-form-group input,
.mc-us-form-group textarea{
    width:100%;
    padding:15px 18px;
    border-radius:14px;
    border:1px solid rgba(29,75,138,.15);
    background:#fff;
    font-size:1rem;
}

.mc-us-form-group textarea{
    resize:none;
}

.mc-us-form-group input:focus,
.mc-us-form-group textarea:focus{
    outline:none;
    border-color:#B3CC1C;
}

.mc-us-submit-btn{
    border:none;
    padding:16px 24px;
    border-radius:14px;
    background:#1D4B8A;
    color:#fff;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.mc-us-submit-btn:hover{
    background:#163968;
}

.mc-us-success-message{
    background:#B3CC1C;
    color:#1D4B8A;
    padding:14px 18px;
    border-radius:14px;
    margin-bottom:25px;
    font-weight:700;
}

/* ACCORDION */

.mc-us-accordion{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.mc-us-accordion-item{
    border:1px solid rgba(29,75,138,.12);
    border-radius:18px;
    overflow:hidden;
}

.mc-us-accordion-header{
    width:100%;
    border:none;
    background:#F8F8F8;
    padding:22px 25px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    font-size:1rem;
    font-weight:700;
    color:#1D4B8A;
}

.mc-us-accordion-content{
    max-height:0;
    overflow:hidden;
    transition:.4s ease;
    background:#fff;
}

.mc-us-accordion-content p{
    padding:0 25px 25px;
    color:#555;
    line-height:1.9;
}

.mc-us-accordion-item.active .mc-us-accordion-content{
    max-height:300px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:980px){

    .mc-us-office-top-grid,
    .mc-us-office-info-grid,
    .mc-us-channel-grid,
    .mc-us-feedback-grid{
        grid-template-columns:1fr;
    }

    .mc-us-office-image,
    .mc-us-office-map{
        min-height:350px;
    }

}

@media(max-width:768px){

    .mc-us-contact-office,
    .mc-us-contact-channels,
    .mc-us-contact-feedback{
        padding:70px 0;
    }

    .mc-us-info-card,
    .mc-us-feedback-form-wrap,
    .mc-us-travel-wrap{
        padding:28px;
    }

    .mc-us-channel-card{
        min-height:360px;
    }

} 


/*-----------------------------------------------------------------------------------------------------------*/
/* ========================================================
HEADER
======================================================== */
/* =========================================================
MC ROOT
========================================================= */

:root{

    --mc-green:#B3CC1C;
    --mc-orange:#D2701D;
    --mc-blue:#1D4B8A;
    --mc-grey:#37353A;
    --mc-white:#ffffff;

}

/* =========================================================
MC RESET
========================================================= */

.mc-header *,
.mc-hero *,
.mc-navigation *,
.mc-menu *,
.mc-hero-topbar *{

    box-sizing:border-box;

}

.mc-header a,
.mc-hero a{

    text-decoration:none;

}

.mc-header ul,
.mc-hero ul{

    list-style:none;

    margin:0;
    padding:0;

}

/* =========================================================
HEADER
========================================================= */

.mc-header{

    position:fixed;

    top:0;
    left:0;

    width:100%;

    z-index:9999;

    transition:
    background .4s ease,
    backdrop-filter .4s ease,
    transform .4s ease,
    opacity .4s ease;

}

/* =========================================================
HEADER CONTAINER
========================================================= */

.mc-header-container{

    width:100%;

    margin:auto;

    min-height:92px;

    padding:0 40px;

    display:grid;

    grid-template-columns:
    260px
    1fr
    260px;

    align-items:center;

}

/* =========================================================
HEADER HOME
========================================================= */

.mc-header-home{

    transform:
    translateY(-120%);

    opacity:0;

}

/* =========================================================
SHOW HEADER
========================================================= */

.mc-header-home.mc-show{

    transform:
    translateY(0);

    opacity:1;

}

/* =========================================================
SCROLLED
========================================================= */

.mc-header-scrolled,
.mc-header.mc-scrolled{

    background:
    rgba(255,255,255,.72);

    backdrop-filter:
    blur(20px);

    -webkit-backdrop-filter:
    blur(20px);

    border-bottom:
    1px solid rgba(255,255,255,.22);

    box-shadow:
    0 10px 30px rgba(0,0,0,.05);

}

/* =========================================================
BRAND
========================================================= */

.mc-header-brand{

    display:flex;

    align-items:center;

}

.mc-header-brand img{

    height:58px;

    width:auto;

    display:block;

}

.mc-logo-dark{

    display:none;

}

.mc-scrolled .mc-logo-dark,
.mc-header-scrolled .mc-logo-dark{

    display:block;

}

.mc-scrolled .mc-logo-white,
.mc-header-scrolled .mc-logo-white{

    display:none;

}

/* =========================================================
NAVIGATION
========================================================= */

.mc-navigation{

    display:flex;

    justify-content:center;

}

/* =========================================================
MENU
========================================================= */

.mc-menu{

    display:flex;

    align-items:center;
    justify-content:center;

    gap:38px;

}

.mc-menu > li{

    position:relative;

}

.mc-menu > li > a{

    position:relative;

    color:#fff;

    font-size:15px;
    font-weight:600;

    letter-spacing:.2px;

    transition:.3s ease;

    padding:8px 0;

}

/* =========================================================
MENU HOVER
========================================================= */

.mc-menu > li > a::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-5px;

    width:0;
    height:2px;

    background:var(--mc-green);

    border-radius:999px;

    transition:.35s ease;

}

.mc-menu > li:hover > a::after{

    width:100%;

}

.mc-menu > li:hover > a{

    color:var(--mc-green);

}

/* =========================================================
SCROLL MENU COLOR
========================================================= */

.mc-scrolled .mc-menu > li > a,
.mc-header-scrolled .mc-menu > li > a{

    color:var(--mc-grey);

}

/* =========================================================
SUBMENU
========================================================= */

.mc-menu .sub-menu{

    position:absolute;

    top:100%;
    left:0;

    min-width:250px;

    padding:16px;

    margin-top:20px;

    border-radius:24px;

    background:
    rgba(255,255,255,.84);

    backdrop-filter:
    blur(20px);

    opacity:0;
    visibility:hidden;

    transform:
    translateY(10px);

    transition:.35s ease;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);

}

.mc-menu li:hover > .sub-menu{

    opacity:1;
    visibility:visible;

    transform:
    translateY(0);

}

.mc-menu .sub-menu li a{

    display:block;

    padding:14px 16px;

    border-radius:16px;

    color:var(--mc-grey);

    font-size:14px;

    transition:.3s ease;

}

.mc-menu .sub-menu li a:hover{

    background:
    rgba(179,204,28,.12);

    color:var(--mc-blue);

}

/* =========================================================
RIGHT
========================================================= */

.mc-header-right{

    display:flex;

    align-items:center;
    justify-content:flex-end;

    gap:24px;

}

/* =========================================================
LANGUAGE
========================================================= */

.mc-language-switch{

    display:flex;

    align-items:center;

    gap:10px;

}

.mc-language-switch a,
.mc-language-switch span{

    color:#fff;

    font-size:14px;
    font-weight:700;

    transition:.3s ease;

}

.mc-scrolled .mc-language-switch a,
.mc-scrolled .mc-language-switch span,
.mc-header-scrolled .mc-language-switch a,
.mc-header-scrolled .mc-language-switch span{

    color:var(--mc-grey);

}

/* =========================================================
TOGGLE
========================================================= */
.mc-toggle-btn{

    display:none;

    width:58px;
    height:58px;

    border:none;

    border-radius:18px;

    background:
    rgba(255,255,255,0.08);

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);

    border:
    1px solid rgba(255,255,255,0.12);

    box-shadow:
    0 10px 30px rgba(0,0,0,0.12);

    position:relative;

    z-index:10000;

    cursor:pointer;

    transition:all .35s ease;

    overflow:hidden;

}

/* HOVER */
.mc-toggle-btn:hover{

    transform:translateY(-2px);

    background:
    rgba(255,255,255,0.12);

}

/* LINE */
.mc-toggle-btn span{

    position:absolute;

    left:17px;

    width:24px;
    height:2px;

    border-radius:20px;

    background:#fff;

    transition:
    transform .35s ease,
    opacity .25s ease,
    top .35s ease,
    background .35s ease;

}

/* LINE 1 */
.mc-toggle-btn span:nth-child(1){

    top:20px;

}

/* LINE 2 */
.mc-toggle-btn span:nth-child(2){

    top:28px;

}

/* LINE 3 */
.mc-toggle-btn span:nth-child(3){

    top:36px;

}

/* =========================================
ACTIVE
========================================= */

.mc-toggle-btn.active{

    background:
    linear-gradient(
        135deg,
        #1D4B8A,
        #B3CC1C
    );

    border-color:
    rgba(255,255,255,0.15);

}

/* TOP */
.mc-toggle-btn.active span:nth-child(1){

    top:28px;

    transform:
    rotate(45deg);

}

/* MIDDLE */
.mc-toggle-btn.active span:nth-child(2){

    opacity:0;

    transform:translateX(-10px);

}

/* BOTTOM */
.mc-toggle-btn.active span:nth-child(3){

    top:28px;

    transform:
    rotate(-45deg);

}

.mc-toggle-btn span{

    position:absolute;

    left:17px;

    width:24px;
    height:2px;

    border-radius:20px;

    background:#1D4B8A;

    transition:
    transform .35s ease,
    opacity .25s ease,
    top .35s ease,
    background .35s ease;

}

.mc-toggle-btn.active span{

    background:#fff;

}

/* =========================================================
HERO
========================================================= */

.mc-hero{

    position:relative;

    min-height:100svh;

    overflow:hidden;

    display:flex;

    z-index:1;

    align-items:center;
    justify-content:center;

    text-align:center;

    background:
    linear-gradient(
        270deg,
        var(--mc-green),
        var(--mc-blue),
        var(--mc-orange)
    );

    background-size:600% 600%;

    animation:
    mcGradient 16s ease infinite;

}

/* =========================================================
ANIMATION
========================================================= */

@keyframes mcGradient{

    0%{
        background-position:0% 50%;
    }

    50%{
        background-position:100% 50%;
    }

    100%{
        background-position:0% 50%;
    }

}

/* =========================================================
OVERLAY
========================================================= */

.mc-hero-overlay{

    position:absolute;
    inset:0;

    background:
    rgba(0,0,0,.24);

}

.mc-hero-content{
    will-change: transform;
    transition: transform .05s linear;

    transform:translateY(0);
    will-change:transform;
}

/* =========================================================
TOPBAR
========================================================= */

.mc-hero-topbar{

    position:absolute;

    top:0;
    left:0;

    width:100%;

    z-index:50;

}

.mc-hero-topbar-container{

    width:100%;

    margin:auto;

    min-height:92px;

    padding:0 40px;

    display:grid;

    grid-template-columns:
    260px
    1fr
    260px;

    align-items:center;

}

/* =========================================================
TOPBAR BRAND
========================================================= */

.mc-hero-topbar-brand{

    display:flex;

    align-items:center;

}

.mc-hero-topbar-brand img{

    height:58px;

}

/* =========================================================
TOPBAR MENU
========================================================= */

.mc-hero-topbar-nav{

    display:flex;

    justify-content:center;

}

.mc-hero-menu{

    display:flex;

    align-items:center;
    justify-content:center;

    gap:38px;

}

.mc-hero-menu > li > a{

    position:relative;

    color:#fff;

    font-size:15px;
    font-weight:600;

    letter-spacing:.2px;

    transition:.3s ease;

    padding:8px 0;

}

.mc-hero-menu > li > a::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-5px;

    width:0;
    height:2px;

    background:var(--mc-green);

    border-radius:999px;

    transition:.35s ease;

}

.mc-hero-menu > li:hover > a::after{

    width:100%;

}

.mc-hero-menu > li:hover > a{

    color:var(--mc-green);

}

/* =========================================================
TOPBAR RIGHT
========================================================= */

.mc-hero-topbar-right{

    display:flex;

    justify-content:flex-end;

}

.mc-hero-language{

    display:flex;

    align-items:center;

    gap:10px;

}

.mc-hero-language a,
.mc-hero-language span{

    color:#fff;

    font-size:14px;
    font-weight:700;

}

/* =========================================================
CONTENT
========================================================= */

.mc-hero-content{

    position:relative;

    z-index:5;

    max-width:1200px;

    padding:40px 20px;

    color:#fff;

}

/* =========================================================
LOGO
========================================================= */

.mc-hero-logo{

    width:280px;

    margin-bottom:36px;

    animation:
    mcLogo 4s ease forwards;

}


@keyframes mcLogo{

    0%{

        opacity:0;

        transform:
        scale(.7);

        filter:
        blur(20px);

    }

    100%{

        opacity:1;

        transform:
        scale(1);

        filter:
        blur(0);

    }

}

/* =========================================================
TITLE
========================================================= */

.mc-hero-title{

    animation:
    mcLogo 4s ease forwards;

}

.mc-hero-title h1{

    font-size:32px;

    font-weight:400;

    line-height:1.1;

    letter-spacing:6px;

    margin-bottom:10px;

}

.mc-hero-title h2{

    font-size:32px;

    font-weight:300;

    line-height:1.1;

    letter-spacing:18px;

    margin-bottom:10px;

}

/* =========================================================
SUBTITLE
========================================================= */

.mc-hero-subtitle{

    min-height:40px;

    font-size:24px;

    letter-spacing:3px;

    animation:
    mcLogo 4s ease forwards;

}

/* =========================================================
BLOBS
========================================================= */

.mc-blob{

    position:absolute;

    border-radius:50%;

    filter:blur(90px);

    opacity:.35;

}

.mc-blob-1{

    width:340px;
    height:340px;

    background:var(--mc-orange);

    top:10%;
    left:10%;

}

.mc-blob-2{

    width:300px;
    height:300px;

    background:var(--mc-green);

    right:10%;
    bottom:10%;

}

/* =========================================================
MOBILE
========================================================= */

@media(max-width:991px){

    .mc-navigation{

        position:fixed;

        top:0;
        right:-100%;

        width:340px;
        height:100vh;

        padding:120px 30px;

        background:
        rgba(255,255,255,.94);

        backdrop-filter:
        blur(20px);

        transition:.4s ease;

        justify-content:flex-start;

        overflow:auto;

    }

    .mc-navigation.active{

        right:0;

    }

    .mc-menu{

        flex-direction:column;

        align-items:flex-start;

        width:100%;

        gap:20px;

    }

    .mc-menu > li{

        width:100%;

    }

    .mc-menu > li > a{

        width:100%;

        display:block;

        color:var(--mc-grey);

        font-size:18px;

    }

    .mc-menu .sub-menu{

        position:relative;

        opacity:1;
        visibility:visible;

        transform:none;

        display:none;

        margin-top:10px;

        background:none;

        box-shadow:none;

        padding:10px 0 0 15px;

    }

    .mc-menu .sub-menu.active{

        display:block;

    }

    .mc-toggle-btn{

        display:block;

    }

    .mc-language-switch{

        display:none;

    }

    .mc-header-container,
    .mc-hero-topbar-container{

        grid-template-columns:
        1fr
        auto;

    }

    .mc-navigation{

        grid-column:
        1 / -1;

    }

    .mc-hero-topbar-nav,
    .mc-hero-topbar-right{

        display:none;

    }

}

@media(max-width:768px){

    .mc-header-container,
    .mc-hero-topbar-container{

        min-height:82px;

        padding:0 20px;

    }

    .mc-header-brand img,
    .mc-hero-topbar-brand img{

        height:48px;

    }

    .mc-hero-logo{

        width:120px;

    }

    .mc-hero-title{

        line-height:1.2;

    }

    .mc-hero-subtitle{

        font-size:16px;

        letter-spacing:1px;

    }

}

.mc-nav-top,
.mc-nav-banner,
.mc-nav-action,
.mc-nav-footer{

    display:none;

}

/* ========================================================
MOBILE
======================================================== */

@media(max-width:992px){

    .mc-hero-topbar{

        display:none;

    }

    .mc-nav-top,
    .mc-nav-banner,
    .mc-nav-action,
    .mc-nav-footer{

        display:block;

    }

    .mc-menu li a{

        width:100%;

        padding:18px 22px;

        border-radius:22px;

        background:
        rgba(255,255,255,.55);

    }

}


/* =========================================================
MOBILE ONLY
========================================================= */

@media(max-width:991px){

    .mc-navigation{

        position:fixed;

        top:0;
        right:-100%;

        width:88%;
        max-width:420px;

        height:100vh;

        background:
        rgba(255,255,255,0.82);

        backdrop-filter:blur(24px);

        -webkit-backdrop-filter:blur(24px);

        border-left:
        1px solid rgba(255,255,255,0.15);

        box-shadow:
        -10px 0 40px rgba(0,0,0,0.12);

        z-index:9999;

        overflow-y:auto;

        transition:
        right .45s cubic-bezier(.77,0,.18,1);

        display:flex;

        flex-direction:column;

    }

    /* ACTIVE */
    .mc-navigation.active{

        right:0;

    }

    /* =====================================================
    TOP
    ===================================================== */

    .mc-nav-top{

        padding:40px 28px 24px;

        display:flex;

        align-items:center;

        gap:16px;

        border-bottom:
        1px solid rgba(0,0,0,0.06);

    }

    .mc-nav-logo{

        width:56px;

    }

    .mc-nav-desc{

        margin:0;

        font-size:13px;

        line-height:1.6;

        color:#37353A;

    }

    /* =====================================================
    MENU
    ===================================================== */

    .mc-nav-menu-wrap{

        padding:20px 24px;

        flex:1;

    }

    .mc-menu{

        display:flex;

        flex-direction:column;

        gap:10px;

    }

    .mc-menu > li > a{

        display:flex;

        align-items:center;

        justify-content:space-between;

        padding:16px 18px;

        border-radius:18px;

        background:
        rgba(255,255,255,0.72);

        color:#1D4B8A;

        font-size:15px;

        font-weight:600;

        box-shadow:
        0 5px 18px rgba(0,0,0,0.04);

        transition:all .3s ease;

    }

    .mc-menu > li > a:hover{

        background:
        linear-gradient(
            135deg,
            #1D4B8A,
            #B3CC1C
        );

        color:#fff;

        transform:translateX(4px);

    }

    /* =====================================================
    SUBMENU
    ===================================================== */

    .mc-menu .sub-menu{

        display:none;

        padding:
        10px 0 0 14px;

    }

    .mc-menu .sub-menu.active{

        display:flex;

        flex-direction:column;

        gap:8px;

    }

    .mc-menu .sub-menu a{

        display:block;

        padding:12px 16px;

        border-radius:14px;

        background:
        rgba(237,232,224,0.7);

        color:#37353A;

        font-size:14px;

    }

    /* =====================================================
    IMAGE
    ===================================================== */

    .mc-nav-banner{

        padding:0 24px 24px;

    }

    .mc-nav-banner img{

        width:100%;

        height:180px;

        object-fit:cover;

        border-radius:24px;

    }

    /* =====================================================
    BUTTON
    ===================================================== */

    .mc-nav-action{

        padding:0 24px 24px;

    }

    .mc-nav-action a{

        display:flex;

        align-items:center;

        justify-content:center;

        width:100%;

        height:56px;

        border-radius:18px;

        background:
        linear-gradient(
            135deg,
            #D2701D,
            #1D4B8A
        );

        color:#fff;

        font-size:15px;

        font-weight:600;

    }

    /* =====================================================
    FOOTER
    ===================================================== */

    .mc-nav-footer{

        padding:24px;

        border-top:
        1px solid rgba(0,0,0,0.06);

    }

    .mc-nav-footer p{

        margin:0;

        text-align:center;

        font-size:12px;

        color:#666;

    }

}





/* ==================================================
   MASSCOMM FOOTER CI STYLE
================================================== */

.mc-footer {
    position: relative;
    overflow: hidden;

    background: #5E8B5A;
    color: #FFFFFF;

    padding: 60px 40px 40px 40px;
}

/* Overlay */
.mc-footer-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.05) 0%,
            rgba(0,0,0,0.18) 100%
        );

    pointer-events: none;
}

/* Container */
.mc-footer-container {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
}

.mc-footer-line {
  height: 1px;
  background: #ddd;
  margin: 18px 0 20px 0;
}

/* ==================================================
   LEFT
================================================== */

.mc-footer-left {
    display: flex;
    flex-direction: column;
}

.mc-footer-logo {
    position: absolute;
    top: 0;
    left: -12px;
}

.mc-footer-logo img {
    width: 220px;
    height: auto;
}

.mc-footer-title-left-1 {
  
  margin: 0 0 -20px 0;
}

.mc-footer-left i {
    margin: 0 0 0 0;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;

    color: rgba(255,255,255,0.82);
}

.mc-footer-left h4 {
    margin: 0 0 14px 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;

    color: #FFFFFF;
}

.mc-footer-left h3 {
    margin: 0 0 0 0;

    font-size: 14.4px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;

    color: #FFFFFF;
}

.mc-footer-left h6 {
    margin: 0 0 6px 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;

    color: #FFFFFF;
}

.mc-footer-left b {
    margin: 0 0 0 0;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;

    color: #FFFFFF;
}

.mc-footer-left p {
    margin: 0 0 10px;

    font-size: 16px;
    line-height: 1.8;

    color: rgba(255,255,255,0.82);
}

/* ==================================================
   LINK
================================================== */

.mc-footer a {
    color: rgba(255,255,255,0.85);

    text-decoration: none;

    transition:
        color 0.3s ease,
        opacity 0.3s ease,
        transform 0.3s ease;
}

.mc-footer a:hover {
    color: #FFFFFF;
}

/* ==================================================
   SOCIAL
================================================== */

.mc-footer-social {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-top: 22px;
    margin-bottom: 28px;
}

.mc-footer-social a {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,0.08);

    backdrop-filter: blur(8px);

    transition: all 0.3s ease;
}

.mc-footer-social a:hover {
    transform: translateY(-3px);

    background: rgba(255,255,255,0.18);
}

.mc-footer-social img {
    width: 22px;
    height: 22px;

    object-fit: contain;
}

/* ==================================================
   COPYRIGHT
================================================== */

.mc-copy {
    margin-top: auto !important;

    padding-top: 20px;

    font-size: 14px !important;
    letter-spacing: 0.5px;

    opacity: 0.7;
}

/* ==================================================
   RIGHT
================================================== */

/* =========================
   FOOTER BUTTONS
========================= */

.mc-footer-buttons {
    margin: 20px 0 30px;

    display: flex;
    flex-wrap: wrap;

    gap: 8px;
}

.mc-footer-btn,
.mc-footer-btn:link,
.mc-footer-btn:visited,
.mc-footer-btn:active,
.mc-footer-btn:focus {
    display: inline-block;

    padding: 6px 20px;

    border-radius: 50px;

    text-decoration: none;

    letter-spacing: 1px;

    font-size: 14px;
    font-weight: 500;

    cursor: pointer;

    background-color: var(--card);

    border: 1px solid var(--bg);

    color: var(--primary) !important;

    transition: all 0.3s ease;

    outline: none;
}

/* Hover */
.mc-footer-btn:hover {
    background-color: var(--bg);

    color: var(--primary) !important;

    transform: translateY(-2px);
}

/* Remove theme active color */
.mc-footer-btn.current,
.mc-footer-btn.active {
    color: var(--primary) !important;
}


.mc-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}

/* COLUMN */
.mc-footer-column {
    width: 100%;
    margin: 10px 0 0 0;
}

/* TITLE */
.mc-footer-title {
    margin: 0 0 22px;

    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;

    color: #FFFFFF;

    position: relative;
}

.mc-footer-title::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -10px;

    width: 36px;
    height: 2px;

    background: rgba(255,255,255,0.5);
    border-radius: 50px;
}

.mc-footer-right h4 {
    margin: 0 0 6px 0;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;

    color: #FFFFFF;
}

.mc-footer-right h5 {
    margin: 0 0 6px 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;

    color: #FFFFFF;
}

.mc-footer-right h6 {
    margin: 0 0 6px 0;

    font-size: 14.4px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;

    color: #FFFFFF;
}

.mc-footer-right b {
    margin: 0 0 0 0;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;

    color: #FFFFFF;
}

.mc-footer-right p {
    margin: 0 0 10px;

    font-size: 16px;
    line-height: 1.8;

    color: rgba(255,255,255,0.82);
}


/* MENU */
.mc-footer-menu {
    margin: 15px 0 0 0;
    padding: 0 0 0 18px;

    list-style: disc !important;

    display: block !important;
}

.mc-footer-menu li {
    display: list-item !important;

    width: 100% !important;

    margin-bottom: 0;

    float: none !important;
}

.mc-footer-menu li::marker {
    color: rgba(255,255,255,1);
}

.mc-footer-menu li a {
    display: inline !important;

    color: rgba(255,255,255,0.75);

    font-size: 14.4px;
    font-weight: 600;
    line-height: 1.7;

    transition: all 0.3s ease;
}

.mc-footer-menu li a:hover {
    color: #FFFFFF;

    padding-left: 4px;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1200px) {

    .mc-footer {
        padding: 60px 40px 40px 40px;
    }

    .mc-footer-logo {
    position: relative;
    }

    .mc-footer-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

}

@media (max-width: 991px) {

    .mc-footer {
        padding: 60px 40px 40px 40px;
    }

    .mc-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .mc-footer-left h3 {
        font-size: 32px;
    }

    .mc-footer-logo {
    position: relative;
    }

    .mc-footer-logo img {
        width: 260px;
        height: auto;
    }

    .mc-copy {
      display: flex;
      justify-content: center;
    }
}

@media (max-width: 576px) {

    
    .mc-footer-line {
      height: 1px;
      background: #ddd;
      margin: 18px 0 20px 0;
    }

    .mc-footer {
        padding: 60px 40px 40px 40px;
    }

    .mc-footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .mc-footer-left h3 {
        font-size: 28px;
    }

    .mc-footer-right h5 {
        padding: 0 35% 0 0;
    }

    .mc-footer-logo {
    position: relative;
    }

    .mc-footer-logo img {
        width: 260px;
        height: auto;
    }

    .mc-copy {
      display: flex;
      justify-content: center;
    }

}