/* IMPORTED OPEN SANS FONT FROM GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap');
@font-face {
  font-family: 'Tropikal';
  src: url('/assets/fonts/tropikal-bold.otf') format('opentype');
}

* {
  font-family: 'IBM Plex Sans';
}

.is-clickable {
  cursor: pointer !important;
}

.is-clickable * {
  cursor: pointer !important;
}

.gray-bg {
  background-color: #f6f6f6 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Mukta', sans-serif;
}

/* h1,
h2,
h3,
.h1,
.h2,
.h3 {
  color: #00703c;
} */

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  color: #499471;
}

body {
  background-color: #efefef;
}

p {
  text-align: justify;
}

a.no-decoration {
  color: black;
  text-decoration: none;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

/* NAVABAR STYLE */
.navbar {
  background: #fff;
  border-bottom: 2px solid #f6f6f6;
  /* padding: 0px 50px; */
}

.navbar-brand {
  padding: 0px !important;
}

.navbar-nav li a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: small;
  /* font-weight: 600; */
  color: #315645 !important;
  text-decoration: none !important;
}

.navbar-nav li a:hover {
  color: #00703c !important;
}

.navbar-nav li a.current-page {
  color: #00703c !important;
}

.navbar-nav li a:active {
  color: #00703c !important;
}

#programs-link {
  color: #00703c !important;
}

.dropdown-item.current-page {
  color: #00703c !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,112,60, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown-item {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: small;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.dropdown-divider {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.dropdown-menu {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-radius: 0px !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

/* CAROUSEL STYLE */
.carousel-headline {
  font-family: 'Tropikal';
  font-weight: 700;
  font-size: 32px;
  color: #efefef;
  max-width: 80%;
}

.carousel-description {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  color: #efefef;
}

.carousel-item {
  height: 600px;
  background: rgba(4, 4, 4, 0.8);
  color: white;
  position: relative;
}

.carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  height: 600px;
  object-fit: cover;
  opacity: 40%;
}

.carousel-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 80px 100px 20px;
}

.carousel-content {
  z-index: 10;
}

.carousel-btn {
  min-width: 180px;
  min-height: 40px;
  border-radius: 5px !important;
  background-color: #327346 !important;
  font-size: 16px !important;
  color: #efefef !important;
  font-weight: 600 !important;
}

.carousel-btn:hover {
  background-color: #003f22 !important;
  color: #fff !important;
}

/* BRIEF DESCRIPTION */
.brief-description-container {
  margin: 120px 40px 200px 40px;
  background-color: #efefef;
}

.brief-description-container h1 {
  font-family: 'Tropikal';
  font-weight: 700;
  color: #00703c;
  margin-bottom: 15px;
  text-align: center;
}

.brief-description-container p {
  margin-bottom: 25px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.custom-btn {
  min-width: 180px;
  min-height: 40px;
  border-radius: 5px !important;
  background-color: #327346 !important;
  font-size: 16px !important;
  color: #efefef !important;
  font-weight: 600 !important;
}

.custom-btn:hover {
  background-color: #003f22 !important;
  color: #fff !important;
}

/* PROGRAMS */
.programs-section {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #315645;
}

.program-desc {
  color: #fff;
  width: 45%;
  margin: auto;
}

.program-desc h3 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Tropikal';
  font-size: 32px;
}

.program-desc p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 80%;
}

.prog-card {
  align-items: center;
  padding: 36px;
  gap: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.prog-card h4 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #315645;
  align-items: center;
  text-align: center;
}

.prog-card p {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #040404;
}

.prog-card-btn {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  border-color: #327346;
  color: #327346;
  min-width: 180px;
  min-height: 40px;
  border-radius: 5px !important;
}

.prog-card-btn:hover {
  background-color: #315645 !important;
  color: #efefef;
}
.prog-card-btn:hover {
  background-color: #315645 !important;
  color: #efefef;
}

.is-active-info {
  background-color: #00703c;
  border-radius: 50px;
  color: white;
  text-align: center !important;
  width: 6rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.diploma-course-header {
  width: 100%;
  text-align: left;
  background-color: #00703c;
  border: none;
  color: white;
  border-radius: 20px;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 1.25rem;
}

.diploma-course-header.is-selected {
  border-radius: 20px 20px 0 0;
}

.diploma-course-content {
  background-color: whitesmoke;
  margin-bottom: 1.5em;
  border-radius: 0 0 20px 20px;
}

.diploma-course-content div {
  padding: 1em 0;
  width: 90%;
  margin: auto;
}

.prog-card p {
  text-align: start;
}

/* NEWS CONTAINER */
.news-section {
  background-color: #efefef;
  padding-top: 100px;
  padding-bottom: 100px;
}

.news-container {
  margin: auto;
  display: flex;
  flex-direction: row;
}

.news-card-container a {
  text-decoration: none;
}

.news-container h3 {
  margin-bottom: 20px;
  margin-right: 40px;
  align-self: flex-start;
  text-align: end;
  font-family: 'Tropikal';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #315645;
  flex: 1;
}

.news-cards-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 2;
}

.news-card {
  margin: auto;
  margin-bottom: 20px;
  /* margin-top: 20px; */
  padding: 5px 10px;
}

.news-card h5 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #315645;
}

.news-card h6 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #040404;
}

.news-card p {
  color: #000;
}

/* RECENT PROJECTS */
.recent-projects-section {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #efefef;
}

.recent-projects-header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 25px;
}

.recent-projects-container h3 {
  font-family: 'Tropikal';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  display: flex;
  align-items: flex-end;
  color: #315645;
  margin-bottom: 40px;
}

.recent-projects-card {
  background: linear-gradient(
    180deg,
    rgba(4, 4, 4, 0.2) 0%,
    rgba(4, 4, 4, 0.8) 100%
  );
  border-radius: 20px;
}

.recent-projects-card img {
  border-radius: 20px;
  position: relative;
  z-index: -1;
  display: block;
  height: 200px;
  width: auto;
}

.hp-publications-card,
.publications-card {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 15px 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.recent-projects-card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.recent-projects-card-content {
  border-top: 2px solid #f6f6f6;
  padding: 10px 20px;
  height: 245px !important;
}

.recent-projects-card-content h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.view-all-btn {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  border-color: #327346;
  color: #327346;
  min-width: 180px;
  max-height: 40px;
  border-radius: 5px !important;
}

.view-all-btn:hover {
  background-color: #315645 !important;
  color: #efefef;
}

/* PUBLICATIONS */
.hp-publications-section {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
}

.hp-publications-container,
.publications-container {
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

.publications-card-container {
  height: 500px;
}

.hp-publications-card-container a,
.recent-projects-card-container a,
.publications-card-container a {
  color: #000;
  text-decoration: none;
}

.hp-publications-card-container a:hover,
.recent-projects-card-container a:hover,
.publications-card-container a:hover {
  color: #00703c;
}

.pub-desc h3,
.publication-desc h3 {
  font-family: 'Tropikal';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #e3ece6;
  margin-bottom: 20px;
  margin-top: 40px;
}

.pub-desc p,
.publication-desc p {
  color: #fff;
}

.hp-publications-card-content,
.publications-card-content {
  height: 100%;
  border-top: 2px solid #f6f6f6;
  border-radius: 5px !important;
  padding: 10px 18px;
}

.hp-publications-card-content h5,
.publications-card-content h5 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #315645;
  margin: 0 20px 20px 20px;
  height: 78px;
}

.publications-card-content p {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: flex-end;
  color: #040404;
  margin: 10px;
}

.hp-publications-card img,
.publications-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pub-resources ul {
  list-style-type: none;
  padding: 0px;
  margin-top: 0px;
}

.pub-resources ul li {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}

.pub-resources ul li a {
  text-decoration: none;
  color: #000;
}

.pub-white-space,
.publication-green {
  background-color: #315645;
  height: 456px;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
}

.partner-agencies-container h3 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #00703c;
}

.partner-agencies-card-container {
  height: 100px;
  width: 100px;
}

.partner-agencies-card-container img {
  margin-top: 20px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* FOOTER */
.footer {
  background-color: #315645;
  color: #efefef;
  /* padding-top: 30px;
  padding-bottom: 30px; */
  padding: 80px 0px 120px;
}

.footer-logos img {
  height: 80px;
  margin-bottom: 15px;
}

.footer-card h5 {
  font-weight: 700;
  color: #efefef;
}

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

.footer-address,
.footer-desc {
  width: 280px;
}

.OID-label {
  margin-bottom: 0px;
}

.footer-numbers,
.footer-nav {
  list-style-type: none;
  padding-left: 0px;
  font-size: 14px;
}

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

.footer-nav li {
  padding-bottom: 8px;
}

.footer-numbers li a,
.footer-nav li a {
  text-decoration: none;
  color: #fff;
}

/* ABOUT */

.about-img-container {
  margin-top: 120px;
  margin-bottom: 30px;
}

.event-img-container {
  margin-bottom: 30px;
}

.about-img img {
  width: 100%;
  height: 450px;
  object-fit: scale-down;
}

.event-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about-desc h1 {
  font-weight: 700;
  margin-bottom: 10px;
}

.about-container {
  padding-bottom: 30px;
}

.about-desc p,
.mission-vision {
  margin-bottom: 30px;
  width: 100%;
  font-family: 'IBM Plex Sans';
}

.about-desc h1,
.mission-vision-content h3,
.about-contact h3 {
  font-family: 'Tropikal';
  color: #315645;
}

.about-container p {
  text-align: justify;
}

.mission-vision h3,
.about-contact h3 {
  font-weight: 700;
}

.mission-vision-content p {
  width: 100%;
}

.about-numbers {
  list-style-type: none;
  padding-left: 0px;
}

.about-numbers li {
  margin-bottom: 8px;
}

.about-numbers li a {
  text-decoration: none;
  color: #000;
}

.about-numbers li a:hover {
  color: #00703c;
}

.about-numbers li span {
  margin-right: 6px;
}

/* PEOPLE */
.people-title,
.news-title {
  background-color: #315645;
  margin-top: 78px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.people-title h1 {
  font-family: 'Tropikal' !important;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff !important;
}

.person-card-container img {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.person-card {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.person-card h5 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  color: #315645;
}

.person-card h6 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}

.person-card p,
{
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}

.person-card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* max-width: 156px; */
  height: 300px;
}

.steering-section,
.faculty-section,
.admin-section {
  margin-top: 40px;
}

.faculty-section {
  margin-bottom: 40px;
}

.steering-section h3,
.faculty-section h3,
.admin-section h3 {
  font-family: 'Tropikal';
  margin-bottom: 25px;
  font-weight: 700;
  color: #00703c;
}

.person-card-container a {
  text-decoration: none;
  color: #000;
}

.person-card-container a:hover {
  color: #00703c;
}

.person-details {
  padding: 5px 10px;
  height: 180px;
}

.person-details h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.person-details h6 {
  font-size: 14px;
  margin-bottom: 10px;
}

/* ABOUT PAGE */
.research-desc-section,
.programs-desc-section,
.prog-desc-section,
.enroll-desc-section {
  margin-top: 100px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: clamp(200px, 80%, 1152px);
}

#papers-section {
  margin-bottom: 50px;
}

#projects-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.research-desc-section h2,
.programs-desc-section h2,
.prog-desc-section h2,
.enroll-desc-section h2,
#papers-section h2 {
  font-family: 'Tropikal';
  font-weight: 700;
  margin-bottom: 15px;
  color: #315645;
}

.programs-desc-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
}

.programs.content h3,
.programs.content h4,
.programs.content h2 {
  color: #315645;
  font-family: 'Tropikal';
}

.programs.content h3 {
  margin-top: 50px;
}

.programs.content p,
.programs.content li,
.programs.content td {
  font-family: 'IBM Plex Sans';
}

.programs.content a {
  text-decoration: none;
  color: #00703c;
}

.research-desc-section p,
.programs-desc-section p,
.prog-desc-section p {
  text-align: justify;
  font-family: 'IBM Plex Sans';
}

.research-projects-section {
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 30px;
}

.research-projects-container h3 {
  color: #00703c;
  font-weight: 700;
  margin-bottom: 20px;
  height: 100%;
}

.research-projects-card {
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.research-projects-card::after {
  border-radius: 10px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(
    180deg,
    rgba(4, 4, 4, 0.2) 0%,
    rgba(4, 4, 4, 0.8) 100%
  );
}

.research-projects-card img {
  /* position: relative; */
  /* z-index: -1; */
  display: block;
  border-radius: 10px;
  height: 500px;
  max-width: 100%;
  object-fit: cover;
  /* height: fit-content; */
  /* height: 200px;
  width: auto; */
}

img.rounded-top {
  border-radius: 20px 20px 0 0 !important;
}

.research-projects-card h5 {
  z-index: 1;
  position: absolute;
  bottom: 0;
  background-color: transparent;
  font-weight: 700;
  margin: 20px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: flex-end;
  color: #efefef;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* max-height: 78px; */
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .research-projects-card:hover h5 {
  color: #00703c;
} */

.research-projects-card-content {
  flex-grow: 1;
  padding: 15px 18px;
}

.research-projects-card p {
  margin-bottom: auto;
}

.partner-agency-title,
.tags-title {
  margin-bottom: 4px;
  color: #00703c;
  font-weight: 700;
}

.research-publications-section {
  background-color: #315645;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}

/* SPECIFIC PERSON */
.person-about-container {
  margin-top: 120px;
  margin-bottom: 100px;
}

.specific-person-card {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  margin: 10px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.specific-person-card img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.specific-person-details {
  border-top: 2px solid #f6f6f6;
  padding: 10px 18px;
  height: 180px !important;
}

.specific-person-info {
  padding-top: 30px;
}

.specific-person-info p {
  text-align: justify;
}

.about-title,
.specific-person-research h3,
.specific-person-contacts h3,
.specific-person-projects h3 {
  font-weight: 700;
  color: #00703c;
}

.specific-person-research,
.specific-person-contacts,
.specific-person-projects {
  margin-top: 40px;
}

.person-name {
  font-weight: 700;
  margin-bottom: 30px;
  color: #00703c;
}

.person-position,
.person-department {
  margin-bottom: 25px;
}

.specific-person-info a {
  text-decoration: none;
  color: #000;
}

.specific-person-info a:hover {
  color: #000;
}

.specific-person-contacts ul {
  padding-left: 0px;
}

.specific-person-contacts li {
  list-style-type: none;
  margin-bottom: 8px;
}

.specific-person-contacts span {
  margin-right: 6px;
}

.specific-person-research li,
.specific-person-projects li {
  margin-bottom: 8px;
}

/* SPECIFIC PUBLICATION */
.breadcrumbs-container {
  margin-top: 120px;
  margin-bottom: 20px;
}

.breadcrumb-item a {
  color: #00703c !important;
  text-decoration: none;
  font-weight: 500;
}

.pub-img-container,
.proj-img-container {
  margin-bottom: 30px;
}

.proj-item-details {
  padding: 10px 0;
  margin-right: 20px;
}

.proj-item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3rem;
  font-weight: 600;
}

.proj p {
  line-height: 1.7;
  margin-bottom: 1.3rem;
}

.proj-details {
  margin: 1rem 0 2rem;
  color: #898989;
}

.proj-details * {
  margin-bottom: 0.2rem;
}

.proj-lead {
  font-weight: 600;
}

.proj-date {
  font-style: italic;
}

.pub-images img,
.proj-images img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 2px solid #f6f6f6;
}

.pub-title,
.proj-title {
  font-weight: 700;
}

.pub-journal {
  font-style: italic;
}

.pub-date,
.pub-journal {
  font-size: 14px;
}

.specific-event-date {
  font-size: 14px;
  margin-bottom: 30px;
}

.pub-authors,
.pub-journal,
.pub-date {
  margin-bottom: 4px;
}

.pub-abstract p,
.pub-keywords p,
.event-description p {
  text-align: justify;
}

.event-description {
  margin-bottom: 50px;
}

.pub-abstract h4,
.pub-keywords h4,
.pub-materials h4,
.pub-bibtex h4,
.pub-citation h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}

.publi-rsrc ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pub-citation {
  margin-bottom: 50px;
}

/* NEWS AND EVENTS PAGE */
.events-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.events-card {
  border-radius: 10px;
}

.events-card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.events-card-container a {
  text-decoration: none;
  color: #000;
}

.events-card-container a:hover {
  color: #00703c;
}

.events-info {
  padding: 15px 20px;
  height: 170px;
  border-radius: 10px;
}

.events-info h5,
.events-info h6 {
  font-family: 'IBM Plex Sans';
}

.events-info pre {
  font-family: 'IBM Plex Sans';
  background-color: #315645;
  color: #efefef;
  overflow: hidden;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 0;
}

.event-title {
  width: 100%;
  font-weight: 600;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events-info h6 {
  display: inline;
  font-size: 14px;
  color: #000;
}

.event-category {
  font-weight: 600;
  color: #00703c !important;
}

.event-date {
  float: right;
  margin-top: 4px;
}

.events-card {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

/* PROGRAMS */
.programs.content {
  width: clamp(200px, 80%, 1152px);
  margin: auto auto 100px;
}

.programs.content h3 {
  font-weight: bold;
}

.programs.content h5 {
  font-weight: 600;
}

.courses-cards {
  padding-top: 30px;
  padding-bottom: 50px;
}

.course-card {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.course-card img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.gap-2 {
  gap: 0.5rem;
}

.copy-btn {
  width: 32px;
  height: 36px;
}

.copy-btn:hover {
  background-color: #000;
  color: #fff;
}

.cursor-pointer {
  cursor: pointer;
}

.no-underline {
  text-decoration: none !important;
}

.hover-green:hover {
  color: #00703c;
}

.text-sm {
  font-size: small;
}

.text-xs {
  font-size: x-small;
}

table,
tr,
td,
thead,
th {
  border: 1px solid #333333;
  padding: 0.45em;
}

table {
  border-collapse: collapse;
  margin-bottom: 1em;
}

/* CONSTRUCTION */

.construction-body {
  background-color: #f6f6f6;
  height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.construction-body h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: 'Tropikal';
}

.construction-body h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: 'IBM Plex Sans';
}

.construction-body img {
  width: 40%;
  max-width: 500px;
  margin-bottom: 1rem;
}
