* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  direction: rtl;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  background: #f7f7f2;
  color: #333333;
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

button,
input {
  font-family: inherit;
}

img {
  max-width: 100%;
  display: block;
}

/* ================= Header ================= */

.site-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 900;
  background: #f7f7f2;
}

.desktop-header {
  display: block;
}

.top-bar {
  min-height: 58px;
  background: #005331;
  color: #ffffff;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px;
  font-size: 14px;
}

.top-left,
.top-center,
.top-right {
  display: flex;
  align-items: center;
  gap: 22px;
}

.desktop-nav {
  height: 58px;
  background: #f7f7f2;
  border-bottom: 1px solid #d8d8d2;
  border-left: 1px solid #d8d8d2;
  border-right: 1px solid #d8d8d2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-nav ul {
  display: flex;
  align-items: center;
}

.desktop-nav li {
  border-left: 1px solid #d2d2ca;
}

.desktop-nav li:first-child {
  border-right: 1px solid #d2d2ca;
}

.desktop-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 58px;
  padding: 0 18px;
  color: #666666;
  font-size: 15px;
  transition: 0.2s ease;
}

.desktop-nav a:hover {
  background: #eeeeea;
  color: #005331;
}

/* ================= Layout ================= */

.page-layout {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.right-sidebar {
  width: 20%;
  min-height: calc(100vh - 116px);
  background: #f7f7f2;
  border-left: 1px solid #d1d1ca;
  position: sticky;
  top: 116px;
  align-self: flex-start;
  padding: 22px 28px;
}

.main-content {
  width: 60%;
  min-height: 1600px;
  background: #e6e6e6;
  border-left: 1px solid #d1d1ca;
  border-right: 1px solid #d1d1ca;
  padding: 28px;
}

.left-sidebar {
  width: 20%;
  min-height: calc(100vh - 116px);
  background: #f7f7f2;
  border-right: 1px solid #d1d1ca;
  position: sticky;
  top: 116px;
  align-self: flex-start;
  padding: 12px 24px 30px;
}

/* ================= Right Sidebar ================= */

.site-logo {
  width: 90px;
  height:70px;
  margin: 0 auto 24px;
}
.site-logo img{
    width: 170px;
  height:150px;
  margin: 0 auto 24px;
    /*object-fit: contain;*/
}
.main-sidebar-menu ul {
  display: flex;

  flex-direction: column;
  gap: 16px;
}

.main-sidebar-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 20px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 0;
  transition: 0.2s ease;
}

.main-sidebar-menu i {
  width: 32px;
  text-align: center;
  font-size: 26px;
  color: #333333;
}

.main-sidebar-menu a:hover {
  color: #005331;
}

.main-sidebar-menu a:hover i {
  color: #005331;
}

/* ================= Left Sidebar ================= */

.sidebar-search {
  height: 46px;
  background: #005331;
  border-radius: 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 14px;
}

.sidebar-search input {
  width: calc(100% - 50px);
  height: 100%;
  border: 0;
  outline: 0;
  background: #005331;
  color: #ffffff;
  padding: 0 14px;
  font-size: 14px;
}

.sidebar-search input::placeholder {
  color: #ffffff;
}

.sidebar-search button {
  width: 50px;
  height: 100%;
  border: 0;
  background: #005331;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}

.join-box {
  border: 1px solid #005331;
  border-radius: 5px;
  padding: 14px 16px;
  text-align: center;
  margin-bottom: 24px;
}

.join-box h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 4px;
}

.join-box p {
  font-size: 12px;
  color: #666666;
  margin-bottom: 14px;
}

.join-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 4px;
  background: #005331;
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 8px;
}

.join-box span {
  display: block;
  font-size: 11px;
  color: #666666;
}

.join-box span a {
  color: #005331;
}

.side-section {
  margin-bottom: 24px;
}

.side-section-title {
  width: 70%;
  min-height: 42px;
  background: #005331;
  color: #ffffff;
  border-radius: 0 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 16px;
}

.note-list {
  display: flex;

  flex-direction: column;
  gap: 18px;
}

.note-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.note-item img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 12px;
  flex: 0 0 auto;
}

.note-item div {
  flex: 1;
  text-align: right;
}

.note-item h4 {
  font-size: 13px;
  color: #333333;
  line-height: 1.7;
  font-weight: 700;
}

.note-item span {
  color: #005331;
  font-size: 12px;
}

.report-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.report-list li {
  position: relative;
  padding-right: 18px;
}

.report-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #a68918;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 11px;
}

.report-list a {
  font-size: 12px;
  color: #333333;
  line-height: 1.8;
}

/* ================= Mobile Header ================= */

.mobile-header {
  display: none;
  height: 122px;
  background: #ffffff;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #eeeeee;
}

.mobile-logo {
  width: 98px;
}

.mobile-icon-btn {
  width: 64px;
  height: 64px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #fafafa;
  color: #2f2f2f;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.site-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  z-index: 980;
  transition: 0.25s ease;
}

.site-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-offcanvas {
  display: none;
}

/* ================= Tablet / Mobile ================= */

@media (max-width: 1024px) {
  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  .page-layout {
    display: block;
  }

  .page-layout > .right-sidebar,
  .page-layout > .left-sidebar {
    display: none;
  }

  .main-content {
    width: 100%;
    min-height: 1200px;
    padding: 22px 14px;
    border: 0;
  }

  .mobile-offcanvas {
    display: block;
    position: fixed;
    top: 0;
    width: 86%;
    max-width: 430px;
    height: 100vh;
    background: #ffffff;
    z-index: 1000;
    overflow-y: auto;
    transition: 0.3s ease;
  }

  .right-mobile-menu {
    right: 0;
    transform: translateX(100%);
    border-radius: 0 0 0 22px;
  }

  .left-mobile-menu {
    left: 0;
    transform: translateX(-100%);
    border-radius: 0 0 22px 0;
  }

  .right-mobile-menu.active,
  .left-mobile-menu.active {
    transform: translateX(0);
  }

  .offcanvas-head {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 26px;
    border-bottom: 1px solid #eeeeee;
  }

  .offcanvas-head h3 {
    font-size: 22px;
    color: #222222;
  }

  .close-menu {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: #f5f5f5;
    color: #222222;
    font-size: 28px;
    cursor: pointer;
  }

  .mobile-offcanvas .right-sidebar,
  .mobile-offcanvas .left-sidebar {
    display: block;
    width: 100%;
    min-height: auto;
    position: static;
    top: auto;
    border: 0;

    background: #ffffff;
    padding: 24px;
  }

  .mobile-offcanvas .site-logo {
    display: none;
  }

  .mobile-offcanvas .main-sidebar-menu ul {
    gap: 0;
  }

  .mobile-offcanvas .main-sidebar-menu li {
    border-bottom: 1px solid #eeeeee;
  }

  .mobile-offcanvas .main-sidebar-menu a {
    min-height: 76px;
    justify-content: flex-start;
    flex-direction: row;
    gap: 16px;
    font-size: 19px;
    padding: 0;
  }

  .mobile-offcanvas .main-sidebar-menu i {
    font-size: 23px;
  }

  .mobile-offcanvas .sidebar-search {
    height: 68px;
    background: transparent;
    border-radius: 18px;
    gap: 14px;
    overflow: visible;
    margin-bottom: 24px;
  }

  .mobile-offcanvas .sidebar-search input {
    order: 2;
    width: calc(100% - 82px);
    height: 68px;
    background: #ffffff;
    color: #333333;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    padding: 0 24px;
    font-size: 17px;
  }

  .mobile-offcanvas .sidebar-search input::placeholder {
    color: #999999;
  }

  .mobile-offcanvas .sidebar-search button {
    order: 1;
    width: 68px;
    height: 68px;
    background: #005331;
    color: #ffffff;
    border-radius: 18px;
    font-size: 27px;
  }

  .mobile-offcanvas .join-box {
    border-radius: 14px;
  }

  .mobile-offcanvas .side-section-title {
    width: 100%;
    border-radius: 10px;
  }
}

@media (max-width: 600px) {
  .mobile-header {
    height: 112px;
    padding: 0 16px;
  }

  .mobile-icon-btn {
    width: 58px;
    height: 58px;
    font-size: 25px;
  }

  .mobile-logo {
    width: 88px;
  }

  .mobile-offcanvas {
    width: 86%;
  }

  .offcanvas-head {
    height: 88px;
    padding: 0 22px;
  }

  .offcanvas-head h3 {
    font-size: 20px;
  }

  .mobile-offcanvas .main-sidebar-menu a {
    min-height: 72px;
    font-size: 18px;
  }

  .note-item img {
    width: 68px;
    height: 68px;
  }
}
/* ===== Fix center nav inside middle column ===== */

.site-header {
  height: 58px;
}

.desktop-header {
  height: 58px;
}

.top-bar {
  height: 58px;
  min-height: 58px;
}

.page-layout {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.right-sidebar,
.left-sidebar {
  width: 20%;
  min-height: calc(100vh - 58px);
  position: sticky;
  top: 58px;
  align-self: flex-start;
  z-index: 10;
}

.center-column {
  width: 60%;
  min-height: calc(100vh - 58px);
  background: #e6e6e6;
  border-left: 1px solid #d1d1ca;
  border-right: 1px solid #d1d1ca;
}

.center-column .desktop-nav {
  width: 100%;
  height: 58px;
  position: sticky;
  top: 58px;
  z-index: 4;
  background: #f7f7f2;
  border-bottom: 1px solid #9bb8a9;
  border-left: 0;
  border-right: 0;
}

.center-column .desktop-nav ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-column .desktop-nav li {
  height: 100%;
  border-left: 1px solid #d2d2ca;
}

.center-column .desktop-nav li:first-child {
  border-right: 1px solid #d2d2ca;
}

.center-column .desktop-nav a {
  height: 100%;
  min-width: auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-content {
  width: 100%;
  min-height: 1600px;
  background: #e6e6e6;
  padding: 28px;
  border-left: 0;
  border-right: 0;
}

/* Mobile / Tablet fix */
@media (max-width: 1024px) {
  .site-header {
    height: auto;
  }

  .center-column {
    width: 100%;
    border: 0;
  }

  .center-column .desktop-nav {
    display: none;
  }

  .main-content {
    width: 100%;
    border: 0;
  }
}
/* ================= Special File + Hot Tags ================= */

.special-file-section {
  margin-top: 20px;
}

.special-file-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.special-file-list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 12px;
  color: #333333;
  font-size: 13px;
  line-height: 1.8;
}

.special-file-number {
  width: 40px;
  height: 40px;
  background: #a67c00;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  font-size: 16px;
  font-weight: 700;
}

.special-file-text {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.hot-tags-box {
  background: #005331;
  color: #ffffff;
  border-radius: 22px;
  padding: 22px 28px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.hot-tags-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: right;
}

.hot-tags-box ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.hot-tags-box a {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.8;
}
/* =========================================================
   Center Page Content
========================================================= */

.center-page-content {
  width: 100%;

  background: #f7f7f2;
  color: #333333;
  padding-bottom: 40px;
}

.center-page-content img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.center-section-head {
  display: flex;
  justify-content: flex-start;
  margin: 22px 14px 14px;
}

.center-section-head h2 {
  min-width: 180px;
  min-height: 40px;
  background: #005331;
  color: #ffffff;
  border-radius: 0 10px 0 0;
  padding: 7px 30px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

/* ================= 1. Hero ================= */

.center-hero-section {
  width: 100%;
}

.center-hero-card {
  position: relative;
  display: block;
  margin: 14px;
  border-radius: 18px;
  overflow: hidden;
}

.center-hero-card img {
  height: 335px;
  border-radius: 18px;
}

.center-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.02));
}

.center-hero-card h1 {
  position: absolute;
  right: 28px;
  left: 28px;
  bottom: 22px;
  z-index: 2;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.6;
  text-align: right;
}

.center-important-list {
  display: flex;
  flex-direction: column;
}

.center-important-list li {
  border-top: 1px solid #9bb8a9;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.center-important-list li:last-child {
  border-bottom: 1px solid #9bb8a9;
}

.center-important-list a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 22px;
  color: #333333;
  font-size: 13px;
}

.center-important-list a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #a67c00;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 9px;
}

/* ================= 2. Latest News ================= */

.center-latest-list {
  display: flex;
  flex-direction: column;
}

.center-latest-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
  min-height: 160px;
  padding: 20px 18px;
  border-bottom: 1px solid #9bb8a9;
}

.center-latest-image {
  width: 180px;
  flex: 0 0 180px;
  border-radius: 10px;
  overflow: hidden;
}

.center-latest-image img {
  height: 110px;
  border-radius: 10px;
}

.center-latest-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.center-latest-info h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
}

.center-latest-info span {
  font-size: 13px;
  color: #777777;
}

/* ================= 3. Popular Slider ================= */

.center-popular-section {
  padding-top: 18px;
}

.center-slider-wrap {
  position: relative;
  background: #005331;
  padding: 24px 48px;
  overflow: hidden;
}

.center-popular-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.center-popular-slider::-webkit-scrollbar {
  display: none;
}

.center-popular-card {
  min-width: 190px;
  background: #f7f7f2;
  border-radius: 14px;
  overflow: hidden;
  padding-bottom: 14px;
  flex: 0 0 190px;
}

.center-popular-card img {
  height: 95px;
  border-radius: 14px 14px 0 0;
}

.center-popular-card h3 {
  padding: 12px 12px 0;
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
  text-align: center;
}

.center-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 34px;
  cursor: pointer;
}

.center-slider-next {
  right: 12px;
}

.center-slider-prev {
  left: 12px;
}

/* ================= 4. Multimedia ================= */

.center-media-section {
  padding-top: 24px;
}

.center-main-video {
  padding: 0 18px;
  text-align: center;
}

.center-video-image {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.center-video-image img {
  height: 430px;
  border-radius: 20px;
}

.center-video-time {
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.center-video-time i {
  font-size: 44px;
}

.center-main-video h2 {
  margin-top: 22px;
  font-size: 28px;
  font-weight: 800;
  color: #333333;
  line-height: 1.7;
}

.center-main-video p {
  margin-top: 12px;
  color: #666666;
  font-size: 14px;
  line-height: 2.2;
}

.center-video-grid {
  display: flex;
  gap: 24px;
  padding: 30px 18px 0;
}

.center-video-card {
  width: 50%;
  text-align: center;
}

.center-video-thumb {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}

.center-video-thumb img {
  height: 230px;
  border-radius: 16px;
}

.center-video-thumb span {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.center-video-thumb i {
  font-size: 24px;
}

.center-video-card h3 {
  margin-top: 12px;
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.center-video-card p {
  margin-top: 8px;
  color: #666666;
  font-size: 13px;
  line-height: 2;
}

/* ================= 5. Analysis ================= */

.center-analysis-section {
  padding-top: 24px;
}

.center-analysis-main {
  padding: 0 18px;
}

.center-analysis-main img {
  height: 380px;
  border-radius: 16px;
}

.center-analysis-main h2 {
  margin-top: 18px;
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
  color: #333333;
  font-weight: 800;
}

.center-analysis-list {
  margin-top: 8px;
  border-top: 1px solid #9bb8a9;
  padding: 8px 18px 0;
}

.center-analysis-list li {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.center-analysis-list a {
  position: relative;
  padding-right: 22px;
  color: #333333;
  font-size: 14px;
}

.center-analysis-list a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #a67c00;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 8px;
}

/* ================= 6. Interview ================= */

.center-interview-section {
  padding-top: 18px;
}

.center-interview-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 18px;
  padding: 0 18px;
}

.center-interview-card {
  width: calc(33.333% - 12px);
}

.center-interview-card img {
  height: 130px;
  border-radius: 8px;
}

.center-interview-card h3 {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  line-height: 1.8;
  text-align: center;
}

/* ================= 7. Follow ================= */

.center-follow-section {
  padding: 48px 18px 24px;
  text-align: center;
}

.center-follow-section h2 {
  color: #333333;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 24px;
}

.center-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.center-social-list a {
  color: #555555;
  font-size: 34px;
  transition: 0.2s ease;
}

.center-social-list a:hover {
  color: #005331;
}

/* ================= Responsive ================= */

@media (max-width: 1024px) {
  .center-page-content {
    padding-top: 0;
  }

  .center-hero-card img {
    height: 280px;
  }

  .center-hero-card h1 {
    font-size: 24px;
  }

  .center-video-image img {
    height: 320px;
  }

  .center-analysis-main img {
    height: 300px;
  }

  .center-video-grid {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .center-section-head {
    margin: 18px 10px 12px;
  }

  .center-section-head h2 {
    min-width: 150px;
    font-size: 15px;
  }

  .center-hero-card {
    margin: 10px;
  }

  .center-hero-card img {
    height: 220px;
  }

  .center-hero-card h1 {
    right: 18px;
    left: 18px;
    bottom: 16px;
    font-size: 20px;
  }

  .center-latest-item {
    gap: 14px;
    padding: 16px 10px;
    min-height: auto;
  }

  .center-latest-image {
    width: 130px;
    flex-basis: 130px;
  }

  .center-latest-image img {
    height: 88px;
  }

  .center-latest-info {
    gap: 18px;
  }

  .center-latest-info h3 {
    font-size: 15px;
  }

  .center-slider-wrap {
    padding: 20px 42px;
  }

  .center-popular-card {
    min-width: 155px;
    flex-basis: 155px;
  }

  .center-main-video {
    padding: 0 10px;
  }

  .center-video-image img {
    height: 240px;
  }

  .center-main-video h2 {
    font-size: 21px;
  }

  .center-video-grid {
    flex-direction: column;
    padding: 24px 10px 0;
  }

  .center-video-card {
    width: 100%;
  }

  .center-analysis-main {
    padding: 0 10px;
  }

  .center-analysis-main img {
    height: 230px;
  }

  .center-analysis-main h2 {
    font-size: 21px;
  }

  .center-interview-grid {
    padding: 0 10px;
    gap: 18px 12px;
  }

  .center-interview-card {
    width: calc(50% - 6px);
  }

  .center-interview-card img {
    height: 110px;
  }

  .center-follow-section h2 {
    font-size: 22px;
  }

  .center-social-list {
    gap: 22px;
  }

  .center-social-list a {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .center-latest-item {
    align-items: flex-start;
  }

  .center-latest-image {
    width: 110px;
    flex-basis: 110px;
  }

  .center-latest-image img {
    height: 78px;
  }

  .center-latest-info h3 {
    font-size: 14px;
  }

  .center-interview-card {
    width: 100%;
  }

  .center-interview-card img {
    height: 170px;
  }
}
/* ===== Popular Slider Arrows Fix ===== */

.center-slider-wrap {
  position: relative;
  background: #005331;
  padding: 24px 54px;
  overflow: hidden;
}

.center-popular-slider {
  display: flex;
  flex-direction: row;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  direction: rtl;
}

.center-popular-slider::-webkit-scrollbar {
  display: none;
}

.center-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 42px;
  height: 70px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-slider-btn:hover {
  opacity: 0.75;
}

.center-slider-next {
  right: 8px;
}

.center-slider-prev {
  left: 8px;
}
/* ===== Remove gray padding/background only from center column ===== */

.center-column {
  background: #f7f7f2;
}

.center-column > .main-content {
  background: #f7f7f2;
  padding: 0;
}

.center-column > .main-content > .center-page-content,
.center-column > .main-content > .about-page {
  background: #f7f7f2;
}
.global-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(18, 49, 37, 0.55);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 90px;
}

.global-search-overlay.active {
  display: flex;
}

.global-search-modal {
  width: min(680px, calc(100% - 32px));
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  position: relative;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.global-search-close {
  position: absolute;
  left: 18px;
  top: 18px;
  border: none;
  background: #f3f6f5;
  color: #123125;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
}

.global-search-input-box {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(18, 49, 37, 0.18);
  border-radius: 16px;
  padding: 12px 14px;
  margin-top: 38px;
}

.global-search-input-box i {
  color: #123125;
}

.global-search-input-box input {
  width: 100%;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 15px;
  color: #123125;
}

.global-search-status {
  font-size: 13px;
  color: #888;
  margin: 14px 4px;
}

.global-search-results {
  max-height: 430px;
  overflow-y: auto;
  padding-left: 4px;
}

.global-search-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 14px;
  text-decoration: none;
  color: #222;
}

.global-search-item:hover {
  background: #f3f8f5;
}

.global-search-item img {
  width: 72px;
  height: 58px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.global-search-item h4 {
  margin: 0 0 5px;
  font-size: 15px;
  color: #123125;
  line-height: 1.8;
}

.global-search-item p {
  margin: 0;
  font-size: 12px;
  color: #777;
  line-height: 1.8;
}

.global-search-item span {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  color: #a37a00;
  font-weight: 700;
}
.center-hero-slider {
  position: relative;
  width: 100%;
  height: 470px;
  border-radius: 18px;
  overflow: hidden;
  background: #f7f7f2;
  margin-bottom: 22px;
}

.center-hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  text-decoration: none;
}

.center-hero-slide.active {
  opacity: 1;
  visibility: visible;
}

.center-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.72);
}

.center-hero-slide h1 {
  position: absolute;
  right: 28px;
  left: 28px;
  bottom: 42px;
  color: #fff;
  font-size: 28px;
  line-height: 1.8;
  font-weight: 900;
  margin: 0;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.center-hero-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 5;
}

.center-hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: 0.3s;
}

.center-hero-dot.active {
  width: 26px;
  border-radius: 20px;
  background: #ffffff;
}