/* breadscrumb */
#phdPrograms .breadcrumb,
#obsevershio .breadcrumb {
  font-size: 16px;
  color: #666;
  margin-top: 50px;
  margin-bottom: 50px;
}

#phdPrograms .breadcrumb a,
#obsevershio .breadcrumb a {
  text-decoration: none;
  color: #86868b;
}

#phdPrograms .breadcrumb strong,
#obsevershio .breadcrumb strong {
  text-decoration: none;
  color: #23559b;
}

#phdPrograms .breadcrumb a:hover,
#obsevershio .breadcrumb a:hover {
  text-decoration: underline;
}

#phdPrograms .breadcrumb span,
#obsevershio .breadcrumb span {
  margin: 0 5px;
}

/* breadscrumb */
/* tab */
/* phdtab */
#phdtab .tab-heading,
#student .tab-heading {
  padding: 50px 0;
}

#phdtab .active[data-tab-content],
#student .active[data-tab-content] {
  display: block;
  color: #000000;
}

#phdtab .tab.active,
#student .tab.active {
  font-size: 18px;
  color: #383939;
  font-weight: 600;
  background: #d0bb68 !important;
  border-bottom: 2px solid #383939;
  padding: 12px 25px 12px 25px;
  cursor: pointer;
}

#phdtab [data-tab-content],
#student [data-tab-content] {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}

#phdtab .active[data-tab-content],
#student .active[data-tab-content] {
  visibility: visible;
  opacity: 1;
  height: auto;
}

#phdtab .common-tab,
#student .common-tab {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#phdtab .common-tab li,
#student .common-tab li {
  border-bottom: 2px solid #cfcfcf;
  padding: 12px 25px 12px 25px;
  font-size: 18px;
  cursor: pointer;
  line-height: 25px;
  font-weight: 400;
  color: #858687;
}

/* tab close */
.head-academics h2,
.common-head {
  font-size: 18px;
  font-weight: 700;
  color: #23559b;
  margin-bottom: 15px;
}

.head-academics .img-p {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.img-p {
  margin-top: 30px;
  margin-bottom: 10px;
}

.head-academics .img-p img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.head-academics .img-p p {
  margin-top: 20px;
  color: #383939;
  font-size: 16px;
  font-weight: 400;
}

.bg-scroll {
  background: #fff;
  padding: 0px 50px;
  border-radius: 30px;
}

#phdtab {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #ctwp .tab-heading {
    overflow: scroll;
}
#ctwp .tab-heading::-webkit-scrollbar {
  width: 4px;
}
#ctwp .tab-heading::-webkit-scrollbar-thumb {
  background-color: #23559b;
  border-radius: 10px;
}
#ctwp .common-tab{
  overflow-x: visible !important;
}
  /* .news-section__article-image{
    width: 100% !important;
  } */
  .filter-actions {
    display: grid !important;
  }
.filter-modal-content{
  width: 80% !important;
}
}
@media (max-width: 768px) {
  #phdtab .common-tab {
    display: block;
  }

  .listing {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .content-inner {
    display: block !important;
    gap: 30px;
  }

  .news-section__article-image {
    width: 222px !important;
  }

  .head-academics .img-p {
    flex-direction: column;
  }

  .reverse {
    flex-direction: column-reverse !important;
  }

  .head-academics .img-p img {
    width: 100%;
    border-radius: 15px;
  }

  #phdtab .tabs.common-tab {
    display: flex;
    gap: 20px;
    /* optional: space between items */
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    /* optional: smooth scroll */
  }

  /* tab mobile */
  #phdtab .common-tab {
    overflow-x: auto;
    /* Enables horizontal scrolling */
    white-space: nowrap;
    /* Prevents items from wrapping */
    cursor: pointer;
  }

  /* Hide scrollbar (optional) */
  #phdtab .common-tab.tabs::-webkit-scrollbar {
    display: none;
  }

  #phdtab .tab.active {
    border-bottom: 2px solid #1f2b6c;
    color: #1f2b6c;
    margin-right: 0px;
    padding: 10px 40px 10px 40px;
  }

  #phdtab .common-tab li {
    color: #858687;
    border-bottom: 2px solid #cfcfcf;
    padding-left: 20px;
    text-align: center;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0px;
  }

  #phdtab .bread-top {
    padding: 50px 12px;
  }

  .listing {
    grid-template-columns: 1fr !important;
  }

  .main-div-project {
    overflow-x: scroll;
  }

  /* For Chrome, Edge, Safari */
  .main-div-project::-webkit-scrollbar {
    height: 15px;
    /* Horizontal scrollbar height */
  }

  .main-div-project::-webkit-scrollbar-track {
    background: #fff;
    /* Track background */
  }

  .main-div-project::-webkit-scrollbar-thumb {
    background-color: #23559b;
    /* Thumb color */
    border-radius: 10px;
    border: 2px solid #f0f0f0;
    /* Optional padding around thumb */
  }

  /* tab ends */
  .job-actions {
    width: 100%;
    justify-content: space-between;
  }
  #ctwp {
    display: grid !important;
  }
  #ctwp .common-tab{
    display: flex !important;
    overflow-x: auto;
    white-space: nowrap;
    gap: 15px;
  }
}

@media (max-width: 499px) {
  #career-details-inner {
    padding: 10px;
  }

  #career-details-inner .job-card {
    padding: 16px;
  }

  #career-details-inner h3 {
    font-size: 16px;
  }

  #career-details-inner p,
  #career-details-inner ul {
    font-size: 14px;
  }

  #career-details-inner .apply-btn {
    font-size: 14px;
    padding: 10px;
  }
}

/* details */

/* //details of phd */
.listing {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.member-card {
  display: flex;
  gap: 30px;
  background: linear-gradient(to right, #ffffff 0%, #e4efff 100%);
  padding: 20px;
  border-radius: 15px;
}

.border-line {
  border-right: 1px solid #d0bb68;
}

h3.member-name {
  font-size: 16px;
  font-weight: 500;
  color: #383939;
  white-space: nowrap;
  margin-right: 10px;
}

h4.member-role {
  font-size: 14px;
  font-weight: 700;
  color: #6c89b2;
}

.social-media {
  margin-top: 10px;
  text-decoration: none;
  display: flex;
  gap: 15px;
}

.detailBox-phd h4 {
  font-size: 14px;
  font-weight: 700;
  color: #383939;
  margin-top: 10px;
}

.detailBox-phd ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.detailBox-phd ul li {
  font-size: 14px;
  font-weight: 500;
}

.detailBox-phd a {
  font-size: 16px;
  font-weight: 700;
  color: #23559b;
  margin-top: 15px;
}

.border-line .member-image {
  width: 77px;
  height: 77px;
  object-fit: cover;
  margin-bottom: 15px;
  margin-right: 15px;
}

/* table css */
.projects-table-phd {
  width: 100%;
  border-collapse: collapse;
  /* margin: 20px 0; */
  overflow: hidden;
}

.projects-table-phd thead tr {
  background-color: #cfcfcf;
  color: #23559b;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.projects-table-phd th {
  padding: 24px 16px;
  font-size: 16px;
  color: #23559b;
  border-bottom: 1px solid #cfcfcf;
  font-weight: 500;
  background-color: #cfcfcf;
}

.projects-table-phd td {
  padding: 25px;
  font-size: 14px;
  color: #383939;
  border-bottom: 1px solid #cfcfcf;
}

.projects-table-phd tbody tr {
  background-color: transparent;
  transition: background-color 0.2s;
}

.projects-table-phd tbody tr:hover {
  background-color: #f0f8ff;
}

.projects-table-phd tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.projects-table-phd tbody tr:nth-child(even):hover {
  background-color: #e6f2ff;
}

/* table css 2 */
.projects-table-details {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  overflow: hidden;
}

.projects-table-details thead tr {
  background-color: #cfcfcf;
  color: #23559b;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.projects-table-details th {
  padding: 24px 16px;
  font-size: 16px;
  color: #23559b;
  border-bottom: 1px solid #cfcfcf;
  font-weight: 500;
}

.projects-table-details td {
  padding: 25px;
  font-size: 14px;
  color: #383939;
  border-bottom: 1px solid #cfcfcf;
}

.projects-table-details td p {
  font-size: 14px;
  color: #383939;
}

.projects-table-details td button {
  color: #23559b;
  font-size: 14px;
  background: none;
  border: none;
  border-bottom: 1px solid #23559b;
}

.projects-table-details tbody tr {
  background-color: transparent;
  transition: background-color 0.2s;
}

/* inner table */
.phd-tabs {
  display: flex;
  margin-bottom: 20px;
  gap: 25px;
}

.phd-tab {
  font-size: 18px;
  line-height: 24px;
  padding: 25px 25px 12px 25px;
  cursor: pointer;
  color: #858687;
  border-bottom: 2px solid #cfcfcf;
  margin-right: 5px;
}

.phd-tab.active {
  font-size: 18px;
  color: #383939;
  font-weight: 600;
  background: #d0bb68;
  border-bottom: 2px solid #383939;
  padding: 25px 25px 12px 25px;
  cursor: pointer;
}

/* Content Styles */
.phd-content {
  display: none;
}

.phd-content.active {
  display: block;
}

/* Student List Styles */
.student-list {
  list-style-type: none;
  padding: 0;
}

.student-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

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

.student-name {
  font-weight: bold;
  color: #23559b;
}

.student-details {
  font-size: 14px;
  color: #666;
}

/* pagination style changes */
.pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px;
  justify-content: flex-end;
}

.page-btn {
  width: 48px;
  height: 48px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: white;
  color: #003b8e;
  /* Arrow color */
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-btn:hover {
  background-color: #e6ecff;
}

.page-btn.active {
  background-color: #1f56a6;
  color: white;
  border: none;
}

/* pagnatn ends */
#student {
  padding: 50px;
  background: #fff;
  border-radius: 20px;
}
.white-bg {
  background: #fff;
}
/* courses traing */
#courses_training .breadcrumb {
  /* padding: 22px 22px; */
  font-size: 16px;
  padding-bottom: 22px;
  color: #666;
  margin-bottom: 0px;
}

#courses_training .breadcrumb a {
  text-decoration: none;
  color: #86868b;
}

#courses_training .breadcrumb strong {
  text-decoration: none;
  color: #23559b;
}

#courses_training .breadcrumb a:hover {
  text-decoration: underline;
}

#courses_training .breadcrumb span {
  margin: 0 5px;
}

/* //.breadcrumb */
/* searchcontainer */
.search-input-wrapper {
  position: relative;
  width: 220px;
  margin-left: auto;
  margin-right: 20px;
}

.mobile-search {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
}

.mobile-search h3 {
  font-size: 26px;
  font-weight: 700;
  color: #23559b;
}

.mobile-search img {
  display: block;
  margin-right: 25px;
  width: 4%;
  cursor: pointer;
}

.search-input-wrapper input {
  width: 100%;
  padding: 10px 35px 10px 15px;
  /* space for icon on the right */
  border: 1px solid #23559b;
  border-radius: 999px;
  background-color: #dde5f9;
  font-size: 14px;
  outline: none;
  color: #383838;
}

.search-icon-faculty {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #23559b;
  transform: translateY(-50%);
  pointer-events: none;
}

/* searchends */
/* faculty */
.filter-flex {
  display: flex;
  gap: 15px;
}

.breadcrumb {
  font-size: 16px;
  color: #666;
}

.breadcrumb a {
  color: #0066cc;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.filters-container {
  display: none;
  position: absolute;
  z-index: 12;
  right: 22px;
  background: white;
  padding: 15px 20px;
  border-radius: 8px;
}

.filters-container h3 {
  color: #858687;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.filter-tabs {
  display: block;
}

.filter-tab {
  position: relative;
  white-space: nowrap;
  margin-bottom: 15px;
}

.filter-tab input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.filter-tab label {
  display: inline-block;
  padding: 8px 15px 8px 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #383939;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

/* Checkbox style */
.filter-tab label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #383939;
  border-radius: 3px;
  background: white;
  transition: all 0.3s ease;
}

/* Tick mark for all tabs */
.filter-tab label::after {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* Inactive tabs - gray tick */
.filter-tab:not(:has(input[type="radio"]:checked)) label::after {
  color: #383939;
  left: 24px;
  top: 10px;
  background: #f5f5f7;
}

/* Active tab styles */
.filter-tab input[type="radio"]:checked + label::before {
  background: #23559b;
  border-color: #23559b;
}

.filter-tab input[type="radio"]:checked + label::after {
  color: white;
  background-color: #23559b;
  left: 16px;
  top: 16px;
}

.filter-tab input[type="radio"]:checked + label {
  /* color: #0066cc;
            font-weight: bold; */
  left: 0px;
  /* font-size: 10px; */
}

/* .filter-tab label:hover {
            background: #d0d0d0;
        }
        
        .filter-tab input[type="radio"]:checked + label:hover {
            background: #d0d0d0;
        } */

.news-items {
  padding: 20px;
  width: -webkit-fill-available;
}

.news-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

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

.news-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.news-title {
  font-size: 18px;
  color: #0066cc;
  margin-bottom: 10px;
  font-weight: bold;
}

.news-excerpt {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 10px;
}

.read-more {
  display: inline-block;
  color: #0066cc;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

.read-more:hover {
  text-decoration: underline;
}

/* faculty */
.container-faculty {
  margin-top: 25px;
}

/* tab inside css */
/* news */
/* Main Content Styles */
.news-section__main-content {
  display: grid;
  gap: 30px;
}

/* Article Styles */
.news-section__article {
  display: flex;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  /* To make sure border-radius clips the image */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.news-section__article-image {
  width: 382px;
  height: 244px;
  object-fit: cover;
  border-radius: 20px;
}

.news-section__article-content {
  padding: 0px 20px;
  flex-grow: 1;
}

.news-section__article-category {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
  color: #fff;
  background-color: #e4efff;
  color: #23559b;
}

.news-section__article-category--medical-college {
  background-color: #28a745;
  /* Green */
}

.news-section__article-category--nursing {
  background-color: #6f42c1;
  /* Purple */
}

.news-section__article-date {
  font-size: 14px;
  color: #23569b;
  padding: 5px 0px;
  font-weight: 700;
}

.news-section__article-title {
  font-size: 20px;
  font-weight: 600;
  color: #2d2525;
  padding: 5px 0;
}

.news-section__article-snippet {
  font-size: 16px;
  color: #2d2525;
  line-height: 1.6;
  padding: 10px 0px;
  font-weight: 400;
  /* Limiting text to a few lines - adjust as needed */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-section__read-more {
  font-size: 16px;
  color: #23559b;
  font-weight: 400;
  text-decoration: none;
  float: right;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-section__read-more:hover {
  text-decoration: underline;
}

.news-section__read-more.left {
  float: left !important;
}

.news-section-card {
  background-color: #ffff;
  box-shadow: 2px 4px 12px 0px #00000014;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 20px;
}

/* pdf */
.pdf-background {
  position: relative;
  margin-top: 0;
  color: #000000;
  text-decoration: none;
  background-color: #d0bb68;
  display: inline-flex;
  border: 1px solid #23559b;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 18px;
  gap: 5px;
  padding: 5px 25px;
  align-self: end;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}

.pdf-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #23559b; /* hover background */
  z-index: -1;
  transition: width 0.3s ease-in-out;
  border-radius: 30px;
}

.pdf-background:hover {
  color: #ffffff; /* text color on hover */
}

.pdf-background:hover::before {
  width: 100%;
}

.pdf-background div img {
  margin-top: 5px;
  width: 15px;
  height: 22px;
  object-fit: contain;
}

.pdf-background img {
  transition: filter 0.3s ease-in-out;
}

.pdf-background:hover img {
  filter: brightness(0) invert(1);
  /* makes the image white */
}
.content-p-research p {
  color: #2d2525;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.content-inner {
  display: flex;
  gap: 30px;
}

.content-inner img {
  width: 100%;
  height: 357px;
  object-fit: cover;
  border-radius: 15px;
}
.content-obsevershio {
  margin-bottom: 50px;
}
.content-obsevershio h3 {
  margin-top: 25px;
  font-size: 26px;
  font-weight: 700;
  color: #23559b;
}

/* career js */

.job-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 20px 24px;
  margin: 25px 0 auto;
}

.job-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.job-text {
  flex: 1;
  /* min-width: 250px; */
}

.job-text h3 {
  margin: 0;
  color: #23559b;
  font-size: 20px;
  font-weight: 600;
}

.job-text p {
  color: #383939;
  margin: 12px 0;
  font-size: 18px;
  font-weight: 400;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-date {
  color: #134a9f;
  font-weight: bold;
  display: block;
  margin-top: 8px;
}

.job-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.view-link {
  color: #23559b;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  text-underline-offset: 4px;
}

.apply-btn {
  position: relative;
  background-color: #d0bb68;
  border: 1px solid #23559b;
  border-radius: 24px;
  padding: 10px 20px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}

.apply-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #23559b;
  /* Hover background color */
  z-index: -1;
  transition: width 0.3s ease-in-out;
  border-radius: 24px;
}

.apply-btn:hover {
  color: white;
  /* Text color on hover */
}

.apply-btn:hover::before {
  width: 100%;
}

.news-section__article-category {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
  color: #fff;
  background-color: #e4efff;
  color: #23559b;
}

/* modal */
/* Modal overlay */
#career-modal {
  display: none;
  /* This hides the modal by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.65)
  );
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
}

/* Modal Content */
#career-modal .modal-content {
  background: #fff;
  width: 800px;
  margin: auto;
  padding: 0px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

/* Close Button */
#career-modal .close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #003366;
  cursor: pointer;
}

/* Header */
.form-header {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f2f2f2;
  padding: 12px 16px;
  border-radius: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-size: 16px;
  margin-bottom: 24px;
}

.form-header .role {
  font-weight: bold;
  color: #23559b;
}

/* Form Layout */
#career-modal {
  /* display: flex; */
  flex-direction: column;
  gap: 20px;

  /* Flexbox centering */
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* for small screen spacing */
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}

.form-row.full-width {
  flex-direction: column;
}

.form-row.center {
  justify-content: center;
}

.form-row div {
  flex: 1;
      display: grid;
    gap: 5px;
  /* min-width: 200px; */
}

#career-modal label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

#career-modal input[type="text"],
#career-modal input[type="email"],
#career-modal input[type="tel"],
#career-modal input[type="file"] {
    border: 2px solid #cfcfcf;
    color: #757575;
        width: 100%;
    border-radius: 8px;
    outline: none;
    appearance: none;
        font-size: 15px;
    padding: 10px;
}

#career-modal small {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
  display: block;
}

#career-modal button[type="submit"] {
  background-color: #d0bb68;
  color: #000;
  border: 1px solid #23559b;
  border-radius: 24px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-row.full-width.upload-wrapper {
  margin-bottom: 20px;
}

#career-modal button:hover {
  background-color: #c1a954;
}

#career-form {
  padding: 30px;
}

#career-modal .custom-file-upload {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

#career-modal .custom-file-upload input[type="file"] {
  display: none;
}

#career-modal .custom-file-upload label {
  display: inline-block;
  padding: 12px 24px;
  background-color: #fff;
  border: 2px solid #cfcfcf;
  color: #757575;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  min-width: 140px;
}
.form-row-resume.full-width {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
  margin-bottom: 20px;
}
.form-field.has-error input, .form-field.has-error select, .form-field.has-error textarea ,.upload-wrapper.has-error .custom-file-upload label{
  border-color: #dc3545 !important;
}
.error-message{
  color: #dc3545 !important;
}
#career-modal .custom-file-upload .upload-icon {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}

#career-modal .upload-wrapper small {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 6px;
  padding-left: 4px;
}


/* modal */
/* modalcss */
/* details */
#career-details-inner .job-card {
  background: white;
  padding: 40px 35px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  max-width: 100%;
  margin: auto;
}

.back-button-c {
  margin-bottom: 30px;
  position: relative;
  top: 20px;
  left: 0;
  width: 40px;
  background: #d0bb68;
  color: #000000;
  border: none;
  padding: 8px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  z-index: 10;
}

#career-details-inner h2 {
  color: #23559b;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
}

#career-details-inner .date-posted {
  color: #23559b;
  font-size: 14px;
  margin-top: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

#career-details-inner .job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

#career-details-inner .job-meta > div > strong {
  color: #23559b;
  font-size: 16px;
}

#career-details-inner .job-meta > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex: 1 1 200px;
  font-weight: 600;
}

#career-details-inner .job-meta .icon {
  margin-right: 4px;
}

#career-details-inner h3 {
  color: #383939;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
}

#career-details-inner p,
#career-details-inner ul {
  color: #383939;
  font-size: 18px;
  line-height: 1.6;
}

#career-details-inner ul {
  padding-left: 20px;
}

#career-details-inner ul li {
  margin-bottom: 4px;
  list-style-type: disc;
}

#career-details-inner .apply-btn {
  margin-top: 24px;
  padding: 15px 50px;
  background-color: #d0bb68;
  border: none;
  border-radius: 24px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  color: #000000;
  border: 1px solid #23559b;
  margin-bottom: 50px;
  transition: background-color 0.3s;
}

#career-details-inner .apply-btn:hover {
  color: #fff;
}

#career-details-inner {
  margin-bottom: 30px;
}

/* modal */
.noscroll {
  overflow: hidden;
}

/* details */
p {
  line-height: 24px;
}
/* css for the academics */

/* modal popup css filter */
/* Modal Background */
.filter-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.filter-modal-content {
  background: #fff;
  padding: 0px;
  border-radius: 20px;
  width: 700px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Close Button */
.filter-close {
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
  background: #23559b;
  border-radius: 50%;
  padding: 0px 6px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

/* Labels & Inputs */
#filterModal label {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

#filterModal select,
#filterModal input {
  width: 100%;
  padding: 8px;
  color: #00000080;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

/* Date Inputs Layout */
.date-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.date-inputs input {
  flex: 1;
}

/* Date Input Wrapper */
.date-input-wrapper {
  position: relative;
  flex: 1;
}

.date-input-wrapper input {
  padding-right: 35px;
}

.calendar-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  width: 25px;
  height: 25px;
  pointer-events: none;
}

/* Actions */
.filter-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 30px;
  margin-bottom: 30px;
}

/* Custom Calendar Styling */
.flatpickr-calendar {
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  font-family: Arial, sans-serif !important;
}

.flatpickr-day.today {
  border: 1px solid #999 !important;
}

.flatpickr-day.selected {
  background: gold !important;
  border-color: gold !important;
  color: black !important;
}

.flatpickr-day:hover {
  background: #f0f0f0 !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  top: -6px !important;
}

.flatpickr-current-month {
  margin-top: -6px !important;
}

/* Filter Success Popup */
.filter-success-popup {
  display: none;
  position: fixed;
  z-index: 2000;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.filter-success-content {
  background: white;
  padding: 30px;
  border-radius: 15px;
  width: 400px;
  text-align: center;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
  animation: popupSlideIn 0.3s ease-out;
}

.filter-success-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.filter-success-content h3 {
  color: #2e7d32;
  margin: 0 0 15px 0;
  font-size: 20px;
}

.filter-success-content p {
  color: #666;
  margin: 0 0 25px 0;
  line-height: 1.5;
}

.filter-success-close {
  background: #4caf50;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.2s;
}

.filter-success-close:hover {
  background: #45a049;
}

/* Popup Animation */
@keyframes popupSlideIn {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(-20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Hidden news cards styling */
.news-section-card-all {
  display: none;
  /* Hidden by default */
}

.news-section-card-all[style*="display: ''"] {
  display: block !important;
  /* Show when filtered */
}

.filter-title {
  font-weight: 400;
  margin-top: 0px;
  color: #000000;
}

.filter-box {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 0px 10px 30px;
  background: #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-modal {
  padding: 10px 30px;
}

/* Select wrapper styles */
.select-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

/* Custom select styles */
.custom-select {
  width: 100%;
  padding: 8px 30px 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
  background-color: white;
  cursor: pointer;
}

/* Chevron icon styles */
.select-chevron {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000000;
  width: 25px;
  height: 25px;
}

/* Focus state */
.custom-select:focus {
  outline: none;
  border-color: #4a90e2;
  /* Example blue color */
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

#clearFilters {
  border: 1px solid #23559b;
  padding: 8px 80px;
  border-radius: 30px;
  cursor: pointer;
  background: 0 0;
}

#applyFilters {
  cursor: pointer;
  border: 1px solid #23559b;
  background: #d0bb68;
  padding: 8px 80px;
  border-radius: 30px;
}

.cont-bottom {
  margin-bottom: 20px;
}

/* Remove dropdown arrow but keep month dropdown functionality */
.flatpickr-monthDropdown-months {
  background-image: none !important;
  /* removes default arrow */
  padding-right: 0 !important;
  /* adjust padding after removing arrow */
}

.flatpickr-monthDropdown-months::after {
  display: none !important;
}

.flatpickr-calendar.animate.open {
  background: #fffdf8;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  font-size: 16px !important;
  appearance: none !important;
  line-height: 20px !important;
}

.flatpickr-day {
  background: #ffffff !important;
  border-radius: 0px !important;
}

.flatpickr-day.today {
  border: none !important;
  background: #23559b !important;
  border-radius: 150px !important;
  color: #ffffff !important;
}

.flatpickr-calendar.animate.open {
  padding: 15px 0px;
}

/* table */
table {
  width: 100%;
  border-collapse: collapse;
  /* Remove double borders */
  font-family: Arial, sans-serif;
  font-size: 14px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
}

th {
  background-color: #f4f4f4;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #fafafa;
  /* Stripe effect */
}

tr:hover {
  background-color: #f1f1f1;
  /* Hover highlight */
}

.common-description {
  font-size: 16px;
  line-height: 24px;
}
/* Active Filter Indicator */
.active-filter-indicator {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  border: 2px solid #23559b;
  border-radius: 12px;
  padding: 8px 10px;
  margin: 0px 0 20px auto;
  animation: slideInDown 0.3s ease-out;
  max-width: 400px;
}
.filter-text {
  /* flex: 1; */
  font-size: 16px;
  font-weight: 600;
  color: #23559b;
  line-height: 1.4;
}

/* Active Filter Indicator */
.active-filter-indicator {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  border: 2px solid #23559b;
  border-radius: 12px;
  padding: 8px 10px;
  margin: -40px 0 20px auto;
  animation: slideInDown 0.3s ease-out;
  max-width: 400px;
}

.filter-text {
  /* flex: 1; */
  font-size: 16px;
  font-weight: 600;
  color: #23559b;
  line-height: 1.4;
}

.clear-filter-btn {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.clear-filter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
  background: linear-gradient(135deg, #ff5252 0%, #d32f2f 100%);
}

.clear-filter-btn:active {
  transform: translateY(0);
}

@media screen and (max-width: 480px) {
  .active-filter-indicator {
    margin: 15px 0;
    padding: 10px 12px;
  }

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

  .clear-filter-btn {
    padding: 8px 16px;
    font-size: 12px;
  }
}
/* filter after */
.news-section__filter-button {
  position: relative;
  transition: all 0.3s ease;
}

.filter-badge {
  position: absolute;
  top: -5px;
  right: -12px;
  width: 14px;
  height: 14px;
  background-color: #23559b;
  border: 2px solid #23559b;
  border-radius: 50%;
  display: none;
  z-index: 10;
}

.news-section__filter-button.filters-active {
  background: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.15);
}
.validation-text {
  color: #ff0000;
}
/* filter after */
/* filter button */

.news-section__filter-button {
  background-color: transparent;
  border: 0px;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #86868b;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.news-section__filter-button img {
  margin-left: 8px;
}

.news-section__filter-button i {
  margin-left: 8px;
  color: #0056b3;
}

/* Main Content Styles */
.news-section__main-content {
  display: grid;
  gap: 30px;
}
.news-section__filter-button img {
  width: 32px;
  height: 32px;
}

.common-section__header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
}
/* tab functionality in clicnical page */

#ctwp {
  margin-bottom: 25px;
  display: flex;
  gap: 25px;
  width: 100%;
}

.ctwp-inner {
  display: flex;
  gap: 25px;
}

#ctwp .tab-heading {
  padding: 0;
}

#ctwp .active[data-tab-content] {
  display: block;
  color: #000000;
}

#ctwp .tab.active {
  white-space: nowrap;
  font-size: 18px;
  color: #23559b;
  font-weight: 600;
  border-color: #23559b;
  padding: 20px;
  cursor: pointer;
  /* background: #D0BB68; */
}

#ctwp [data-tab-content] {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}

#ctwp .active[data-tab-content] {
  display: block;
  opacity: 1;
  height: 100%;
}

#ctwp .common-tab {
  display: block;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#ctwp .common-tab li {
  border-bottom: 2px solid #cfcfcf;
  padding: 20px;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
  line-height: 25px;
  font-weight: 400;
  color: #858687;
}
.ctwp-content {
  flex: 1;
  min-height: 60vh;
}
#ctwp [data-tab-content] h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pagination .page-btn.disabled,
.pagination .page-btn:disabled{
  opacity:.4;
  pointer-events:none;
  cursor:not-allowed;
}
/* vision */
