/* ============ Global ============ */
* {
  box-sizing: border-box;
  -webkit-user-drag: none;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #f45c2d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #d44b1f;
}

::-webkit-scrollbar-button:single-button {
  display: none;
  height: 0;
  width: 0;
}

::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #f45c2d #f1f1f1;
}

img {
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background: #e8e8e8bf;
}

.container {
  max-width: 90%;
}

/* ============ HERO ============ */
.hero-section {
  background: url("../images/hero-bg.png") center/cover no-repeat;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}

.top-header {
  padding: 20px 40px 10px 40px;
}

.left-head {
  float: left;
}

.right-head {
  float: right;
  /* padding-top: 10px; */
}

.emblem-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: contain;
  pointer-events: none;
  /* border: 2px solid #fff; */
}

.dept-title {
  font-size: 26px;
  font-weight: 700;
  color: #4a2818;
}

.dept-subtitle {
  font-size: 16px;
  color: #6b4423;
  font-weight: 400;
}

.samikshya-title {
  font-size: 22px;
  font-weight: 800;
  color: #c84d1f;
  letter-spacing: 0.5px;
}

.samikshya-subtitle {
  font-size: 13px;
  color: #000000;
  margin-top: 4px;
}

/* ============ NAV ============ */
.nav-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.nav-wrapper::before {
  content: '';
  position: absolute;
  top: 28px;
  border: 1px solid #59331bc9;
  width: 100%;
}

.main-nav {
  background: rgb(188, 71, 1);
  border-radius: 50px;
  padding: 14px 40px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px;
  border: 1px solid rgb(0 0 0 / 33%);
  z-index: 1000;
  width: 94%;
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 10px;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

/* .nav-list a:hover, .nav-list a.active {
    color: #ffffff;
} */
.nav-list a:hover,
.nav-list a.active {
  color: #fff;
}

.divider {
  color: #c8a070;
  font-weight: 300;
}

/* ============ HERO BODY ============ */
.hero-body {
  padding: 0px 40px 20px;
  position: relative;
}

.hero-illustration {
  position: relative;
  text-align: center;
}

.hero-img {
  width: 80%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 20px;
  margin-right: -20px;
}

.hero-tagline {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: left;
}

.tag-line-1 {
  font-size: 22px;
  color: #4a2818;
  margin: 0;
  font-weight: 500;
}

.tag-line-1 strong {
  font-weight: 800;
}

.tag-line-2 {
  display: inline-block;
  background: #f95a30;
  color: #fff;
  padding: 8px 14px;
  font-size: 22px;
  font-weight: 500;
  /* margin-top: 8px; */
  border-radius: 4px;
  margin-left: -13px;
}

.tag-line-2 strong {
  font-weight: 800;
}

.tagline-right-col .tag-line-1,
.tagline-right-col .tag-line-2,
.tagline-right-col .tag-line-1 strong,
.tagline-right-col .tag-line-2 strong {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

/* ============ LEADERS ============ */
.hero-content-row {
  /* min-height: 500px; */
  position: relative;
}

.leaders-right-col {
  position: relative;
}

.leaders-absolute-row {
  position: absolute;
  bottom: -26px;
  right: 76px;
  z-index: 10;
  gap: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.leader-card {
  text-align: center;
  margin-bottom: 0;
}

.leader-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  display: block;
  margin: 0 auto;
}

.leaders-absolute-row .leader-card:nth-child(1) .leader-img {
  height: 150px;
  width: auto;
}

.leaders-absolute-row .leader-card:nth-child(2) .leader-img {
  height: 120px;
  width: auto;
}

.leaders-absolute-row .leader-card:nth-child(3) .leader-img {
  height: 95px;
  width: auto;
}

.leader-name {
  font-size: 13px;
  font-weight: 600;
  margin: 6px 0 0;
  color: #ffffff;
  line-height: 1.2;
}

.leader-role {
  font-size: 12px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

.hero-img {
  width: 79%;
  max-width: 600px;
  height: auto;
}

/* ============ ABOUT + NEWS ============ */
.about-news-section {
  background: url("../images/section-2.png") center/cover no-repeat;
  padding: 60px 0 40px 0;
  position: relative;
  overflow: hidden;
}

.tree-bg {
  width: 100%;
  pointer-events: none;
}

.about-news-section .container {
  z-index: 1;
}

.about-block {
  margin-bottom: 20px;
}

.about-text-wrap {
  /* max-width: 360px; */
  margin-bottom: 60px;
}

.about-audit-img {
  width: 100%;
  margin-top: -50px;
}

.about-title {
  font-size: 26px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.about-text {
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  /* line-height: 1; */
  margin-bottom: 16px;
}

.btn-readmore {
  display: inline-block;
  background: #cb772e;
  color: #fff;
  padding: 8px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  transition: background 0.2s;
}

.tagline-right-col {
  margin-left: -100px;
}

.btn-readmore:hover {
  background: #a83a14;
  color: #fff;
}

.section-divider {
  text-align: center;
  margin: 30px 0 20px;
}

.section-divider img {
  width: 80%;
  height: 30px;
  opacity: 0.7;
}

.about-application {
  /* padding: 10px 20px 100px; */
  text-align: left;
}

/* ============ NEWS CARD ============ */
.news-card {
  background: #fff;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
}

.news-title {
  font-size: 26px;
  font-weight: 600;
  color: #4a2818;
  margin-bottom: 20px;
  border-bottom: 1px solid #945e32;
  padding-bottom: 10px;
  position: relative;
}

.news-title::before {
  content: '';
  position: absolute;
  border: 2px solid #945e32;
  width: 56px;
  top: 39px;
}

.news-item {
  display: flex;
  gap: 16px;
  padding: 7px 0;
  border-bottom: 1px solid #6b3410;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

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

.news-item:hover {
  opacity: 0.85;
}

.news-date {
  background: #945e32;
  color: #FFF;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  min-width: 70px;
  line-height: 1.3;
}

.news-text {
  font-size: 14px;
  color: #4a2818;
  flex: 1;
}

.btn-readall {
  display: block;
  background: linear-gradient(135deg, #6b3410, #4a2008);
  color: #fff;
  padding: 14px;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  margin-top: 25px;
  transition: opacity 0.2s;
}

.btn-readall:hover {
  color: #fff;
  opacity: 0.9;
}

/* ============ STATS ============ */
.stats-section {
  background: linear-gradient(135deg, #d65a26 0%, #b8421a 100%);
  padding: 35px 0;
  position: relative;
}

.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100'%3E%3Cpath d='M0 70 Q300 30 600 60 T1200 50 L1200 100 L0 100 Z' fill='%23ffffff' opacity='0.08'/%3E%3C/svg%3E") no-repeat bottom/cover;
  pointer-events: none;
}

.stat-card {
  background: rgb(255, 255, 255);
  border-radius: 18px;
  padding: 30px 15px;
  text-align: center;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px;
  position: relative;
  z-index: 1;
}

.stat-card h3 {
  font-size: 36px;
  font-weight: 700;
  color: #2c2c2c;
  margin: 0 0 10px;
}

.stat-card p {
  font-size: 16px;
  color: #1f1f1f;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}

/* ============ FOOTER ============ */
.footer-section {
  background: #4a2818;
  color: #fff;
  padding: 50px 0 20px;
}

.footer-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 25px 30px;
  margin-bottom: 20px;
  position: relative;
}

.footer-title {
  position: absolute;
  top: -16px;
  left: 25px;
  background: #b64d0c;
  padding: 8px;
  border-radius: 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.footer-links li {
  padding: 6px 0 6px 20px;
  font-size: 14px;
  color: #e8d5c0;
  position: relative;
  cursor: pointer;
  transition: color 0.2s;
}

.footer-links li::before {
  content: '○';
  position: absolute;
  left: 0;
  color: #f5a050;
  font-size: 16px;
}

.footer-links li:hover {
  color: #fff;
}

.footer-links li a {
  color: #e8d5c0;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links li a:hover {
  color: #fff;
}

.footer-bottom {
  /* border-top: 1px solid rgba(255,255,255,0.1); */
  padding-top: 20px;
  /* margin-top: 20px; */
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-emblem {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.copyright {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
}

/* ============ ABOUT US PAGE ============ */

.about-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eef0f4;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.pritext {
  text-align: justify;
}

.about-section-title {
  color: #1e3a8a;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.about-section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 40px;
  height: 3px;
  background: #f97316;
}

.about-list {
  list-style: none;
  padding: 0;
}

.about-list li {
  margin-bottom: 10px;
  font-size: 13px;
  color: #4b5563;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.about-list li i {
  color: #ea580c;
  margin-top: 3px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.dept-card {
  padding: 15px 10px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  border: 1px solid #eef0f4;
  transition: transform 0.2s;
}

.dept-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.dept-card p {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0;
  line-height: 1.3;
}

.dept-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.service-card {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 12px;
  padding: 20px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.service-card p {
  font-size: 13px;
  color: #1f2937;
  font-weight: 600;
}

.bg-light-blue {
  background-color: #eff6ff;
}

.bg-light-orange {
  background-color: #fff7ed;
}

.bg-light-blueish {
  background-color: #f0fdfa;
}

.bg-light-green {
  background-color: #f0fdf4;
}

.bg-light-purple {
  background-color: #faf5ff;
}

.bg-light-peach {
  background-color: #fff1f2;
}

.bg-light-orange-2 {
  background-color: #fffbeb;
}

.bg-light-cyan {
  background-color: #ecfeff;
}

.bg-light-purple-2 {
  background-color: #fdf4ff;
}

.text-purple {
  color: #8b5cf6 !important;
}

.text-orange {
  color: #f97316 !important;
}

.text-teal {
  color: #14b8a6 !important;
}

.text-pink {
  color: #ec4899 !important;
}

/* ---------------------------Responsive---------------------------------- */
@media (max-width: 1200px) {
  .hero-img {
    width: 100%;
  }

  .top-header {
    padding: 5px 18px;
  }

  .hero-body {
    padding: 26px 24px 16px;
  }
}

@media (max-width: 992px) {
  body {
    font-size: 15px;
  }

  .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .hamburger-menu span {
    width: 100%;
    height: 3px;
    background-color: #4a2818;
    border-radius: 10px;
    transition: all 0.3s linear;
  }

  .hamburger-menu.active span {
    background-color: #ffffff;
  }

  .hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: rgb(188, 71, 1) url("../images/sideback-bg.png") center/cover no-repeat;
    z-index: 1000;
    transition: right 0.3s ease-in-out;
    padding: 80px 20px 20px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    display: block !important;
  }

  .nav-wrapper.show {
    right: 0;
  }

  /* Overlay */
  body.menu-open::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  .main-nav {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .nav-list {
    flex-direction: column;
    align-items: flex-start !important;
    /* gap: 15px !important; */
  }

  .nav-list a {
    color: #ffffff !important;
    font-size: 16px !important;
    width: 100%;
    display: block;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: color 0.2s ease, padding-left 0.2s ease;
  }

  .nav-list a:hover,
  .nav-list a.active {
    color: #402213 !important;
    padding-left: 5px !important;
  }

  .divider {
    display: none !important;
  }

  /* .top-header {
    padding: 15px 18px 10px 18px;
  } */

  .header-inner-wrap {
    position: relative;
    width: 100%;
  }

  .right-head {
    padding-top: 10px;
  }

  .dept-title {
    font-size: 20px;
  }

  .dept-subtitle {
    font-size: 14px;
  }

  .samikshya-title {
    font-size: 18px;
  }

  .samikshya-subtitle {
    font-size: 12px;
  }

  .nav-wrapper::before {
    display: none;
  }

  .main-nav {
    padding: 10px 16px;
  }

  .nav-list {
    gap: 4px;
  }

  .nav-list a {
    font-size: 12px;
    padding: 2px 6px;
  }

  .hero-body {
    padding: 22px 18px 14px;
  }

  .hero-img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .hero-content-row {
    flex-direction: column;
    min-height: auto;
  }

  .pm-col,
  .hero-main-col,
  .leaders-right-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .leaders-absolute-row {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center !important;
    margin-top: 20px;
  }

  .hero-tagline-wrap {
    text-align: center;
  }

  .leader-card {
    flex: 0 1 150px;
  }

  .leader-img {
    width: 120px;
  }

  .pm-col .leader-img {
    width: 150px;
  }

  .about-news-section {
    padding: 45px 0 30px 0;
  }

  .about-title {
    font-size: 24px;
  }

  .about-text {
    font-size: 16px;
  }

  .btn-readmore {
    font-size: 12px;
  }

  .about-audit-img {
    width: 100%;
    height: auto;
    max-width: 420px;
    margin-top: 0 !important;
  }

  .tree-bg {
    height: auto !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto 15px !important;
    display: block !important;
  }

  .section-divider img {
    width: 100%;
  }

  .news-card {
    padding: 24px;
  }

  .news-title {
    font-size: 24px;
  }

  .news-text {
    font-size: 13px;
  }

  .news-date {
    font-size: 11px;
  }

  .btn-readall {
    font-size: 14px;
  }

  .hero-section {
    padding-top: 10px;
  }

  .nav-wrapper:not(.show) {
    display: none !important;
  }

  .about-application {
    margin-top: 20px;
  }

  .stat-card h3 {
    font-size: 30px;
  }

  .stat-card p {
    font-size: 14px;
  }

  .footer-title {
    font-size: 15px;
  }

  .footer-links li {
    font-size: 13px;
  }

  .copyright {
    font-size: 11px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }

  body {
    font-size: 14px;
  }

  .emblem-logo {
    width: 72px;
    height: 72px;
  }

  .dept-title {
    font-size: 18px;
  }

  .samikshya-title {
    font-size: 16px;
  }

  .samikshya-subtitle {
    font-size: 12px;
  }

  .main-nav {
    border-radius: 18px;
    padding: 10px 12px;
  }

  .about-audit-img {
    width: 100%;
    height: auto;
    max-width: 320px;
    margin-top: 0 !important;
  }

  .tree-bg {
    height: auto !important;
    width: 100% !important;
    max-width: 250px !important;
    margin: 0 auto 10px !important;
    display: block !important;
  }

  .nav-list {
    gap: 6px;
  }

  .divider {
    display: none;
  }

  .hero-body {
    padding: 18px 12px 10px;
  }

  .leader-card img {
    width: 96px;
    height: 96px;
  }

  .leader-name {
    font-size: 12px;
  }

  .leader-role {
    font-size: 11px;
  }

  .about-title {
    font-size: 22px;
  }

  .twist {
    width: 80%;
  }

  .about-text {
    font-size: 15px;
  }

  .btn-readmore {
    font-size: 12px;
  }

  .news-title {
    font-size: 22px;
  }

  .news-title::before {
    top: 34px;
  }

  .news-text {
    font-size: 13px;
  }

  .news-date {
    font-size: 11px;
  }

  .stat-card h3 {
    font-size: 28px;
  }

  .stat-card p {
    font-size: 13px;
  }

  .footer-title {
    font-size: 14px;
  }

  .footer-links li {
    font-size: 13px;
  }

  .nav-list a {
    font-size: 12px;
    padding: 6px 8px;
  }

  .leaders-stack {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .leader-img {
    width: 100px;
  }

  .tagline-right-col {
    margin-left: 0px;
  }

  .pm-col .leader-img {
    width: 130px;
  }

  .news-card {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 13px;
  }

  /* .container {
    max-width: 100%;
  } */

  .top-header {
    padding: 12px 12px 8px 12px;
  }

  .emblem-logo {
    width: 64px;
    height: 64px;
  }

  .dept-title {
    font-size: 16px;
    line-height: 1.25;
  }

  .dept-subtitle {
    font-size: 13px;
  }

  .samikshya-title {
    font-size: 15px;
  }

  .samikshya-subtitle {
    font-size: 11px;
  }

  .main-nav {
    padding: 10px 10px;
  }

  .nav-list a {
    font-size: 12px;
    padding: 6px 8px;
  }

  .leaders-col {
    gap: 12px;
  }

  .leader-card img {
    width: 90px;
    height: 100px;
  }

  .leader-name {
    font-size: 11px;
  }

  .leader-role {
    font-size: 10px;
  }

  .news-card {
    padding: 20px;
  }

  .news-item {
    gap: 12px;
  }

  .news-date {
    min-width: 64px;
    padding: 8px 10px;
  }

  .news-text {
    font-size: 13px;
  }

  .btn-readall {
    font-size: 13px;
  }

  .stat-card {
    padding: 22px 12px;
  }

  .stat-card h3 {
    font-size: 26px;
  }

  .stat-card p {
    font-size: 12px;
  }

  .footer-box {
    padding: 22px 16px;
  }

  .footer-title {
    font-size: 13px;
  }

  .footer-links li {
    font-size: 12px;
  }

  .copyright {
    font-size: 10px;
  }

  .leaders-absolute-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 420px) {
  body {
    font-size: 12px;
  }

  .container {
    max-width: 100%;
    padding: 0 8px;
  }

  .top-header {
    padding: 10px 8px 6px 8px;
  }

  .emblem-logo {
    width: 52px;
    height: 52px;
  }

  .dept-title {
    font-size: 12px;
    line-height: 1.2;
  }

  .dept-subtitle {
    font-size: 11px;
  }

  .samikshya-title {
    font-size: 13px;
  }

  .samikshya-subtitle {
    font-size: 10px;
  }

  .main-nav {
    padding: 8px 8px;
    border-radius: 14px;
  }

  .nav-list {
    gap: 4px;
  }

  .nav-list a {
    font-size: 10px;
    padding: 4px 5px;
    letter-spacing: 0;
  }

  .hero-body {
    padding: 14px 8px 8px;
  }

  .leader-img {
    width: 90px;
  }

  .pm-col .leader-img {
    /* width: 121px; */
    height: 136px;
  }

  .about-news-section {
    padding: 30px 0 20px 0;
  }

  .about-title {
    font-size: 18px;
  }

  .about-text {
    font-size: 13px;
  }

  .btn-readmore {
    font-size: 11px;
    padding: 6px 18px;
  }

  .about-audit-img {
    max-width: 100%;
  }

  .section-divider {
    margin: 20px 0 14px;
  }

  .news-card {
    padding: 14px;
  }

  .news-title {
    font-size: 18px;
  }

  .news-title::before {
    width: 40px;
    top: 30px;
  }

  .news-item {
    gap: 8px;
    padding: 5px 0;
  }

  .news-date {
    min-width: 56px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .news-text {
    font-size: 12px;
  }

  .btn-readall {
    font-size: 12px;
    padding: 10px;
    margin-top: 18px;
  }

  .stat-card {
    padding: 16px 8px;
    border-radius: 12px;
  }

  .stat-card h3 {
    font-size: 22px;
  }

  .stat-card p {
    font-size: 10px;
  }

  .footer-section {
    padding: 30px 0 14px;
  }

  .footer-box {
    padding: 16px 12px;
    margin-bottom: 14px;
  }

  .footer-title {
    font-size: 12px;
    top: -12px;
    padding: 6px;
  }

  .footer-links li {
    font-size: 11px;
    padding: 4px 0 4px 16px;
  }

  .footer-links li::before {
    font-size: 12px;
  }

  .copyright {
    font-size: 9px;
  }
}

/* ============ RESPONSIVE LEADERS (Small Devices) ============ */
@media (max-width: 768px) {
  .leaders-absolute-row {
    position: relative;
    bottom: auto;
    right: auto;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }

  .leaders-absolute-row .leader-card:nth-child(1) .leader-img,
  .leaders-absolute-row .leader-card:nth-child(2) .leader-img,
  .leaders-absolute-row .leader-card:nth-child(3) .leader-img {
    height: auto;
    max-height: 120px;
    width: auto;
    max-width: 100%;
  }

  .leader-card {
    margin-bottom: 10px;
  }

  /* Notifications Page Mobile Tweaks */
  .notification-banner {
    flex-direction: column;
    text-align: center;
    padding: 30px 0;
    gap: 20px;
  }

  .breadcrumb-title-wrap {
    border-left: none;
    border-top: 2px solid #333;
    padding-left: 0;
    padding-top: 15px;
  }

  .page-title {
    font-size: 32px;
  }

  .nav-wrapper.inner-nav {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .leaders-absolute-row {
    flex-direction: column;
    align-items: center;
  }
}

/* ============ LANGUAGE SWITCH ============ */
.lang-switch {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.lang-btn {
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 12px;
  transition: all 0.3s ease;
  color: #fff;
}

.lang-btn:hover {
  color: #ffd4b8;
}

.lang-btn.active {
  color: #bc4701;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.lang-divider {
  margin: 0 6px;
  opacity: 0.7;
}

.inner-header-wrapper {
  background: url("../images/innerpage-bg.png") center/cover no-repeat;
  position: relative;
}

/* Make top-header transparent on inner page */
.inner-header-wrapper .top-header {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.notification-banner {
  padding: 25px 0 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.notification-icon-circle {
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 2px solid #e0e0e0;
}

.notification-icon-circle::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  left: -12px;
  top: -12px;
}

.notification-icon-circle img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.breadcrumb-title-wrap {
  border-left: 2px solid #333;
  padding-left: 30px;
}

.page-title {
  font-size: 18px;
  font-weight: 700;
  color: #002b5b;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.breadcrumb-nav {
  font-size: 20px;
  color: #333;
}

.breadcrumb-nav a {
  text-decoration: none;
  color: #333;
}

.breadcrumb-nav .separator {
  margin: 0 10px;
  color: #333;
}

.breadcrumb-nav .current {
color: #ae3515;
    font-weight: 500;
    background: #fff;
    padding: 6px 10px 6px 10px;
    border-radius: 20px;
    font-size: 14px;
}

.nav-wrapper.inner-nav {
  z-index: 100;
  position: relative;
}

/* Table Styles */
.notification-table-wrap {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
}

.custom-table thead {
  background: linear-gradient(to right, #1e5ab3, #7a5e8c, #e67e22);
  color: #fff;
}

.custom-table th {
  padding: 15px 20px;
  font-weight: 500;
  text-align: left;
}

.custom-table th:first-child {
  text-align: center;
}

.custom-table th:last-child {
  width: 250px;
  text-align: center;
}

.custom-table td {
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  color: #444;
  font-size: 15px;
}

.custom-table tr:last-child td {
  border-bottom: none;
}

.custom-table td:first-child {
  text-align: center;
  font-weight: 500;
}

.pdf-icon {
  width: 24px;
  margin-right: 10px;
}

section.notification {
  background: #e0e0e0ab;
}

.action-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.btn-action {
  padding: 8px 22px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.btn-view {
  border: 1.5px solid #a5c2f0;
  color: #3166cc;
  background: #fff;
}

.btn-view i {
  font-size: 18px;
  color: #3166cc;
}

.btn-view:hover {
  background: #f0f7ff;
  border-color: #3166cc;
  box-shadow: 0 4px 10px rgba(49, 102, 204, 0.2);
}

.btn-download {
  border: 1.5px solid #ffd8be;
  color: #e67e22;
  background: #fff;
}

.btn-download i {
  font-size: 18px;
  color: #e67e22;
}

.btn-download:hover {
  background: #fff8f4;
  border-color: #e67e22;
  box-shadow: 0 4px 10px rgba(230, 126, 34, 0.2);
}

/* Pagination */
.pagination-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  color: #666;
  font-size: 14px;
}

.pagination {
  display: flex;
  gap: 5px;
  margin: 0;
}

.page-link {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #444;
  text-decoration: none;
  transition: all 0.2s;
}

.page-link.active {
  background: #1e5ab3;
  color: #fff;
  border-color: #1e5ab3;
}

.page-link:hover:not(.active) {
  background: #f8f9fa;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .notification-banner {
    flex-direction: column;
    text-align: center;
    padding: 40px 0 80px;
    gap: 20px;
  }

  .breadcrumb-title-wrap {
    border-left: none;
    border-top: 2px solid #333;
    padding-left: 0;
    padding-top: 20px;
  }

  .notification-icon-circle {
    margin: 0 auto;
  }

  .page-title {
    font-size: 32px;
  }

  .breadcrumb-nav {
    font-size: 16px;
  }

  .custom-table th,
  .custom-table td {
    padding: 10px 12px;
    font-size: 14px;
  }

  .custom-table th:last-child {
    width: 200px;
  }

  .btn-action {
    padding: 6px 16px;
    font-size: 14px;
  }

  .btn-action i {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .notification-table-wrap {
    overflow-x: auto;
  }

  .custom-table {
    min-width: 600px;
  }

  .notification-table-wrap {
    -webkit-overflow-scrolling: touch;
  }

  .custom-table th:last-child {
    width: auto;
    min-width: 180px;
  }

  .action-btns {
    flex-direction: column;
    gap: 8px;
  }

  .btn-action {
    width: 100%;
    justify-content: center;
  }

  .pagination-wrap {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .pagination {
    justify-content: center;
  }

  .page-link {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .notification-banner {
    padding: 30px 0 60px;
  }

  .notification-icon-circle {
    width: 100px;
    height: 100px;
  }

  .notification-icon-circle::after {
    width: 95px;
    height: 95px;
    left: -11px;
    top: -11px;
  }

  .notification-icon-circle img {
    width: 50px;
    height: 50px;
  }

  .page-title {
    font-size: 24px;
    letter-spacing: 0.5px;
  }

  .breadcrumb-nav {
    font-size: 14px;
  }

  .pdf-icon {
    width: 20px;
    margin-right: 8px;
  }

  .custom-table td {
    font-size: 13px;
    padding: 8px 10px;
  }

  .custom-table th {
    padding: 10px;
    font-size: 13px;
  }

  .btn-action {
    padding: 5px 12px;
    font-size: 13px;
  }

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

/* About Us Responsive Adjustments */
@media (max-width: 992px) {
  .about-card {
    padding: 20px;
  }

  .about-section-title {
    font-size: 20px;
  }

  .dept-card {
    min-height: 100px;
    padding: 10px;
  }

  .dept-icon {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .about-section-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about-list li {
    font-size: 13px;
  }

  .font-14,
  .font-15 {
    font-size: 13px !important;
  }

  .service-card {
    padding: 15px 5px;
  }

  .service-card i {
    font-size: 24px !important;
  }
}

@media (max-width: 576px) {
  .aboutus-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-card {
    padding: 15px;
    border-radius: 8px;
  }

  .dept-card p,
  .service-card p {
    font-size: 11px;
  }
}
