/* clinicalResearch */
/* commonbanner */
#common-blue-banner .our-story-section {
  background-color: #23559b;
  padding: 24px 80px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}

#common-blue-banner .title {
  color: white;
  font-size: 32px;
  font-weight: 600;
  flex: 1;
  text-align: left;
  letter-spacing: -0.02em;
}

#common-blue-banner .logo-container .logo-icon img {
  background-color: #d0bb68;
  border-radius: 15px;
  padding: 10px;
}

#clinicalResearch {
  margin-bottom: 25px;
  /* display: flex; */
}

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

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

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

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

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

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

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

#clinicalResearch .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;
}

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

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

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

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

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

#division {
  margin-bottom: 50px;
}

.background-research {
  min-height: 50vh;
  margin-top: 35px;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  height: auto;
}

/* first tab */
.research-container {
  height: 600px;
  /* Fixed height */
  overflow-y: auto;
  /* Makes it scrollable */
  position: relative;
}

.research-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 0;
}

.research-content {
  position: relative;
  z-index: 1;
}

.research-content h1 {
  color: #383939;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0;
  margin-top: 0;
}

.research-content h2 {
  color: #23559b;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

.research-content h3 {
  color: #23559b;
  margin-top: 25px;
}

.research-content p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

/* Custom scrollbar */
.research-container::-webkit-scrollbar {
  width: 6px;
}

.research-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.research-container::-webkit-scrollbar-thumb {
  background: #8785853b;
  border-radius: 10px;
}

.research-container::-webkit-scrollbar-thumb:hover {
  background: #8785853b;
}

/* breadscrumb */
@media (max-width: 768px) {
  #clinicalResearch .common-tab {
    overflow-x: auto;
    /* Enables horizontal scrolling */
    white-space: nowrap;
    /* Prevents items from wrapping */
    gap: 15px;
    display: flex;
  }

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

  #clinicalResearch .tab.active {
    background-color: #d0bb68 !important;
    border-bottom: 2px solid #000;
    color: #000;
  }

  .common-tab li {
    color: #1f2b6c;
    border-bottom: 2px solid #1f2b6c;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
  }

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

  .clinical-inner {
    display: block;
  }

  /* events css */
  .news-section-card {
    gap: 20px;
    /* flex-direction: column;  */
    padding: 15px;
  }

  .tab-buttons .active,
  .tab-buttons button {
    padding: 15px 40px !important;
  }

  .tab-buttons {
    display: flex !important;
    overflow-x: auto;
    white-space: nowrap;
  }

  .tab-buttons::-webkit-scrollbar {
    display: none;
  }

  .table-scroll {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }

  /* Custom scrollbar styling */
  .table-scroll::-webkit-scrollbar {
    height: 8px;
    /* Make scrollbar thinner */
    background-color: #f5f5f5;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    background-color: #23559B;
    border-radius: 4px;
  }

  .mobile-career {
    margin-top: 30px;
  }
}

/* listing */
.list-social {
  margin-bottom: 25px;
}

.social-media {
  margin-top: 15px;
}

.social-media a img {
  margin-left: 10px;
}

.member-card {
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: flex;
  overflow: hidden;
}

.container-faculty {
  margin-top: 35px;
  /* margin: 10px 20px; */
}

.member-card:hover {
  /* transform: translateY(-5px); */
}

.member-image {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  object-fit: cover;
}

.member-details {
  padding: 0 25px;
  flex: 1;
}
.member-details p{
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.member-name {
  font-size: large;
  font-weight: 500;
  margin-bottom: 5px;
  color: #383939;
}

.member-title {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  font-weight: normal;
}

.member-role {
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #6c89b2;
}

.member-info {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

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

.listing a {
  margin-bottom: 25px;
  text-decoration: none;
}

.member-info p {
  margin: 5px 0;
}

.social-media {
  margin-left: 100px;
}

.key-head {
  color: #23559b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}

/* listing */
/* css tabs */
.tab-buttons {
  display: inline-flex;
  gap: 20px;
  margin-bottom: 20px;
}

.tab-buttons button {
  width: 100%;
  text-align: center;
  padding: 20px 30px;
  cursor: pointer;
  background: none;
  font-size: 18px;
  color: #858687;
  font-weight: 400;
  border-bottom: 2px solid #cfcfcf;
  white-space: nowrap;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.tab-buttons .active {
  background-color: #d0bb68;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding: 20px 30px;
  border-bottom: 2px solid #000;
}

.tab-content {
  display: none;
  padding: 15px;
}

.tab-content1 {
  display: none;
  padding: 15px;
}

.tab-content2 {
  display: none;
  padding: 15px;
}

.tab-content3 {
  display: none;
  padding: 15px;
}

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

/* css tabs */
.tab-content1.active {
  display: block;
}

.tab-content2.active {
  display: block;
}

.tab-content3.active {
  display: block;
}

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

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

.projects-table th {
  padding: 20px;
  font-size: 16px;
  color: #23559B;
  white-space: nowrap;
  border-bottom: 1px solid #CFCFCF;
  font-weight: 600;
}

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

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

/* table */
/* 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 */
.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;
  justify-content: flex-end;
  /* Aligns content to the left */
  text-align: left;
  /* For text alignment */
  width: 100%;
  /* If you want it to take full width */
}

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

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

/* focus css */
.width-ful {
  width: 100%;
  /* height: 100%; */
}

.focus-css {
  display: flex;
  justify-content: space-between;
  /* pushes first item left, last item right */
  align-items: center;
  background: #F0F0F0;
  padding: 10px;
  margin-top: 15px;
}

.focus-css h3 {
  font-size: 18px;
  font-weight: 700;
  color: #383939;
}

.focus-css a {
  color: #23559B;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.focus-p p {
  font-size: 16px;
  font-weight: 500;
  color: #383939;
}

.focus-css h3.active {
  color: #23559B;
}

.focus-p {
  padding: 15px;
}

/* utility */
.is-hidden{display:none!important;}
/* resources */
.resources-css {
  display: flex;
  justify-content: space-between;
  /* pushes first item left, last item right */
  align-items: center;
  border-bottom: 1px solid #CFCFCF;
  padding: 10px;
  margin-top: 15px;
}

.resources-css h3 {
  font-size: 18px;
  font-weight: 700;
  color: #383939;
}

.resources-css a {
  color: #23559B;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
  align-items: center;
  text-underline-offset: 5px;
}

.resources-css a img {
  margin-top: 2px;
}

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

.news-section-card {
  border-bottom: 1px solid #CFCFCF;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
}

.event-date {
  background-color: #23559B;
  color: white;
  padding: 30px 20px;
  text-align: center;
  flex-shrink: 0;
  min-width: 112px;
  height: 119px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
}

.event-date-announcement {
  padding: 10px 20px;
  text-align: center;
  flex-shrink: 0;
  min-width: 112px;
  height: 119px;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 20px;
}
.event-date-announcement img{
  border-radius: 20px;
}
.event-date .day {
  font-size: 20px;
  font-weight: 700;
}

.event-date .weekday {
  font-size: 16px;
}

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

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

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

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

.events-section .news-section__read-more {
  float: left;
}

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

/* career */
.job-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 20px 24px;
  max-width: 100%;
  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: inline-block;
}

.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 {
  font-family: 'Lato';
  position: relative;
  background: #D0BB68;
  color: #000000;
  padding: 10px 20px;
  font-weight: bold;
  border: 1px solid #23559B;
  border-radius: 24px;
  font-size: 16px;
  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;
  z-index: -1;
  transition: width 0.3s ease-in-out;
  border-radius: 24px;
}

.apply-btn:hover {
  color: #ffffff;
}

.apply-btn:hover::before {
  width: 100%;
}
/* 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: 8px;
  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: 10px;
      margin-top: 8px;
  flex-wrap: nowrap;
}
.form-row-resume{
  margin-top: 10px;
  display: flex;
  gap: 0px;
  flex-wrap: nowrap;
}
.form-row.full-width {
  flex-direction: column;
}
.form-row-resume.full-width {
  flex-direction: column;
}
.form-row.center {
  justify-content: center;
}
.form-row-resume.center {
  justify-content: center;
}
.form-row div {
  flex: 1;
  /* min-width: 200px; */
}

#career-modal label {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}

#career-modal input[type="text"],
#career-modal input[type="email"],
#career-modal input[type="tel"],
#career-modal input[type="file"] {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
    border: 2px solid #cfcfcf;
    color: #757575;
    outline: none;
    appearance: none;
}
#career-modal input[type="text"]:focus,
#career-modal input[type="email"]:focus,
#career-modal input[type="tel"]:focus,
#career-modal input[type="file"]:focus {
    border-color: #23559b;
    outline: none;
}
#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;
}

#career-modal button:hover {
  background-color: #c1a954;
}
#career-form {
  padding: 30px;
}

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

#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;
  color: #1d1d1d;
  border: 2px solid #cfcfcf;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  min-width: 140px;
}

#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;
}
.error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  display: none;
  min-height: 16px;
}
.form-field.has-error input, .form-field.has-error select, .form-field.has-error textarea {
  border-color: #dc3545 !important;
}
/* modal */
#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;
}

#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 {
  background-color: #fbbf24;
}

.back-button {
  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;
}
@media (max-width: 1024px) {
  .tab-buttons {
    display: flex;
    overflow: scroll;
}
}
@media (max-width: 767px) {
  .news-section-card {
    gap: 0;
  }

  .news-section__article-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news-section__article-snippet {
    display: none;
  }

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

  .tab-buttons button,
  .tab-buttons .active {
    font-size: 16px;
    padding: 15px 5px !important;
  }

  .tab-buttons {
    gap: 15px
  }
}

p {
  line-height: 24px;
}
.project-title a {
  font-weight: 500;
  color: #2c3e50;
  text-decoration: underline;
  text-decoration-color: #2a2e6d1f;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  /* width: 35%; */
}
.project-title  a:hover {
  text-decoration: underline !important;
  text-decoration-color: #23559b !important;
}
.member-name a {
  font-weight: 500;
  color: #2c3e50;
  text-decoration: underline;
  text-decoration-color: #2a2e6d1f;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  /* width: 35%; */
}
.member-name  a:hover {
  text-decoration: underline !important;
  text-decoration-color: #23559b !important;
}