/* GENERAL */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

p,
ol,
ul {
  color: rgb(0, 0, 102);
  font-size: 1.15rem;
}
h1,
h2 {
  /* color: rgb(0, 0, 180); */
  color: rgb(0, 0, 102);
}

/* TRANSITION */

a,
.btn {
  transition: all 300ms ease;
}

.text_bold {
  font-weight: bold;
}

/* DESKTOP NAV */
#desktop-nav {
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  height: fit-content;
  justify-content: space-between;
  margin-top: 1rem;
}

.logo-container {
  display: flex;
  align-items: center;
  /* border: 2px solid deeppink; */
}

.water-logo {
  /* margin-top: 5.7rem; */
  height: 15rem;
}
.ubb-logo {
  height: 70px;
}

.logo-text {
  font-size: 2rem;
  /* margin: 1rem;   */
}

nav,
.nav-links {
  display: flex;
}

nav {
  justify-content: space-around;
  align-items: center;
  height: 17vh;
}
.lang-container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1rem;
}

.map-iframe {
  height: 50vh;
  width: 70vw;
  margin: -10px;
  border-radius: 2rem;
  border: rgb(0, 0, 102) 0.1rem solid;
}

.desktop-nav-right-side {
  display: flex;
  flex-direction: column;
}

ul.big-bullets li::marker {
  font-size: 1.5em; /* Adjust this value to make them bigger or smaller */
}

.nav-links-container {
  /* border: 1px solid yellowgreen; */
  padding-top: 2rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 2rem;
  list-style: none;
  font-size: 1.2rem;
  /* align-items: center; */
}

a {
  color: rgb(0, 0, 102);
  text-decoration: none;
  text-decoration-color: white;
}

a:hover,
.active-menu {
  color: rgb(0, 0, 180);
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-color: rgb(0, 0, 180, 0.5);
  text-decoration-thickness: 0.18rem;
}

.active-menu1 {
  color: rgb(0, 0, 180);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-color: rgb(0, 0, 180);
}

.logo {
  font-size: 2rem;
  text-align: center;
  /* padding-left: 4rem; */
}

/* .logo > img {
  border: 1px solid deeppink;
  justify-content: baseline;
} */

.logo:hover {
  cursor: pointer;
}

/* HAMBURGER MENU */

.logo-burger {
  display: flex;
  align-items: center;
}
#hamburger-nav {
  display: none;
}

.hamburger-menu {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 30px;
  cursor: pointer;
}

.hamburger-icon span {
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 102);
  transition: all 0.3 ease-in-out;
}

.menu-links {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.853);
  width: fit-content;
  max-height: 0;
  /* min-height: fit-content; */
  overflow: hidden;
  transition: all 0.3 ease-in-out;
  padding: 0;
  border-radius: 1rem;
}

.menu-links a {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 1rem;
  color: rgb(0, 0, 102);
  text-decoration: none;
  transition: all 0.3 ease-in-out;
}

.menu-links li {
  list-style: none;
}

.menu-links.open {
  max-height: 400px;
}

.hamburger-icon.open span:first-child {
  transform: rotate(45deg) translate(10px, 5px);
}

.hamburger-icon.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.open span:last-child {
  transform: rotate(-45deg) translate(10px, -5px);
}

.hamburger-icon span:first-child {
  transform: none;
}

.hamburger-icon span:first-child {
  opacity: 1;
}

.hamburger-icon span:first-child {
  transform: none;
}

/* SECTIONS */

section {
  padding-top: 4vh;
  height: 96vh;
  margin: 0 10rem;
  box-sizing: border-box;
  min-height: fit-content;
}

.section-container {
  display: flex;
}

/* PROFILE SECTION */

#profile {
  display: flex;
  justify-content: center;
  gap: 3rem;
  height: 80vh;
}

.section__pic-container {
  display: flex;
  height: 400px;
  width: 400px;
  margin: auto 0;
}

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

/* .section__text {
  align-self: center;
  text-align: center;
} */

.section__text p {
  font-weight: 600;
}

.section__text__p1 {
  text-align: center;
}

.section__text__p2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.section__text__p3 {
  padding-top: 2.5rem;
  font-size: 1.5rem;
  /* margin-bottom: 1rem; */
}

.title0 {
  font-size: 3rem;
  text-align: left;
  padding-left: 2rem;
  /* border: 2px solid yellowgreen; */
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 102);
}

.title {
  font-size: 3rem;
  text-align: left;
  padding-left: 2rem;
  /* border: 2px solid yellowgreen; */
  background-color: rgb(217, 226, 243);
}

.title-background {
  background-color: rgb(217, 226, 243);
}
.title2 {
  font-size: 2.5rem;
  /* text-align: center; */
  /* border: 2px solid yellowgreen; */
  padding-bottom: 1rem;
}

.mySlides {
  padding-top: 5rem;
}
.sectiune {
  padding-top: 6rem;
  /* border: 1px solid deeppink; */
}

#socials-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
}

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

.list-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Organizare */
/* .org-pic-container{
  margin: auto;
  padding: auto;
display: flex;
  justify-content: center;
 
} */

.organizare-pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.table-container {
  width: 80vw;

  /* border: 1px solid yellowgreen; */
}

.table-center {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
​ table,
th,
td {
  border: 1px solid;
  padding: 0.3rem 2rem;
}
table {
  border-collapse: collapse;
}

td {
  text-align: left;
}

th {
  text-align: center;
}

.parteneri-list {
  font-size: large;
  font-weight: 600;
  margin-left: 1.5rem;
  padding-left: 2rem;
}

.parteneri-list > li {
  padding-top: 1rem;
}

.parteneri-list span {
  font-weight: 100;
}

/* SlideShow */
.slide-img {
  /* max-height: 600px;
  display: block;
  margin: auto; */

  max-width: 100%;
  max-height: 100vh;
  /* min-width: 60vw;
   */
  display: block;
  margin: auto;

  border-radius: 2rem;
  border-radius: 2rem;
  border: rgb(53, 53, 53) 0.1rem solid;
  /* border-color: rgb(163, 163, 163); */
}
.slide-img1 {
  /* max-height: 600px;
  display: block;
  margin: auto; */

  /* max-width: 100%; */
  /* max-height: 100vh; */
  /* min-width: 60vw;
   */
  width: 75vw;
  display: block;
  margin: auto;

  /* border-radius: 2rem;
  border: rgb(53, 53, 53) 0.1rem solid; */
  /* border-color: rgb(163, 163, 163); */
}

/* Slideshow container */
.slideshow-container {
  /* max-width: 50vw; */
  /* min-width: 70vh; */
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(163, 163, 163);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: rgb(53, 53, 53);
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}
/* ICONS */

.icon {
  cursor: pointer;
  height: 2rem;
  padding: 0.5rem;
}

/* BUTTONS */

.btn-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.btn-container1 {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.btn {
  font-weight: 600;
  transition: all 300ms ease;
  padding: 1rem;
  width: 8rem;
  border-radius: 2rem;
}

.btn_w {
  width: 14rem;
}

.btn-color-1,
.btn-color-2 {
  border: rgb(53, 53, 53) 0.1rem solid;
}

.btn-color-1:hover,
.btn-color-2:hover {
  cursor: pointer;
}

.btn-color-1,
.btn-color-2:hover {
  background: rgb(53, 53, 53);
  color: white;
}

.btn-color-1:hover {
  background: rgb(0, 0, 0);
}

.btn-color-2 {
  background: none;
}

.btn-color-2:hover {
  border: rgb(255, 255, 255) 0.1rem solid;
}

.btn-container {
  gap: 1rem;
}

/* ABOUT SECTION */

#about {
  position: relative;
}

.about-containers {
  gap: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.about-details-container {
  height: 80%;
  justify-content: center;
  flex-direction: column;
  /* border: 1px solid black; */
}

.about-containers,
.about-details-container {
  display: flex;
}

.about-pic {
  border-radius: 2rem;
}
.obj-pic {
  border-radius: 2rem;
  width: 50%;
}

.arrow {
  float: right;
  bottom: 0;
  /* position: absolute;
  right: -5rem;
  bottom: 2.5rem; */
}

.details-container {
  padding: 1.5rem;
  flex: 1;
  background: white;
  border-radius: 2rem;
  border: rgb(53, 53, 53) 0.1rem solid;
  border-color: rgb(163, 163, 163);
  text-align: center;
  /* background-image: url("./assets/poza\ cercetare____III.jpg");
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten; */
}

.details-container1 {
  padding: 1.5rem;
  margin: auto;
  background: white;
  border-radius: 2rem;
  border: rgb(53, 53, 53) 0.1rem solid;
  border-color: rgb(163, 163, 163);

  /* background-image: url("./assets/poza\ cercetare____III.jpg");
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten; */
}

.feromon-bkg {
  background-image: url("./assets/radioactivity1.jpg");
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}
.polimer-bkg {
  background-image: url("./assets/lab_pics/lab\ polimeri\ _I_a.jpg");
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}

.polimer-btn_bkg {
  background-image: url("./assets/lab_pics/dcn_polimer1.jpg");
  background-color: rgba(255, 255, 255, 0.75);
  background-blend-mode: lighten;
}

.polimer-pers-bkg {
  background-image: url("./assets/lab_pics/dcn_polimer5.jpg");
  background-color: rgba(255, 255, 255, 0.92);
  background-blend-mode: hue;
  background-position: 0% 100%;
}
.analit-bkg {
  background-image: url("./assets/lab_pics/fundal.jpg");
  background-color: rgba(255, 255, 255, 0.92);
  background-blend-mode: hue;
  background-position: 0% 100%;
}

.papers-bkg {
  background-image: url("./assets/sci-papers pic.webp");
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: hue;
  background-position: 0% 100%;
}
.books-bkg {
  background-image: url("./assets/carti.jpg");
  background-color: rgba(255, 255, 255, 0.92);
  background-blend-mode: lighten;
  background-position: 0% 100%;
}

.patent-bkg {
  background-image: url("./assets/PATENTES.png");
  background-color: rgba(255, 255, 255, 0.94);
  background-blend-mode: hue;
  background-position: 0% 100%;
}
.details-container1 {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: white;
  border-radius: 2rem;
  border: rgb(53, 53, 53) 0.1rem solid;
  border-color: rgb(163, 163, 163);
  text-align: center;
  justify-content: space-between;
}

.section-container {
  padding: 1rem 0;
  gap: 4rem;
  /* height: 80%; */
}

.section__pic-container {
  height: 400px;
  width: 400px;
  margin: auto 0;
}

.section__pic-container1 {
  display: flex;
  justify-content: center;
}

/* EXPERIENCE SECTION */

#experience {
  position: relative;
}
#directii_cercetare {
  height: fit-content;
}

.experience-sub-title {
  color: rgb(85, 85, 85);
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.experience-sub-title1 {
  color: rgb(85, 85, 85);
  font-weight: 600;
  font-size: 1.52rem;
  margin-bottom: 2rem;
  padding-bottom: 0.9rem;
}

.experience-details-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.article-container {
  display: flex;
  text-align: initial;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2.5rem;
  justify-content: space-around;
}

article {
  display: flex;
  width: 10rem;
  justify-content: space-around;
  gap: 0.5rem;
}

.news {
  width: auto;
}

.news:hover {
  cursor: pointer;
}
.news div:hover {
  text-decoration: underline;
}

.article-dom-cercet {
  width: 20rem;
}

article .icon {
  cursor: default;
}

/* PEOPLE SECTION */
.people-containers {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2rem;
}

.person-card {
  flex-grow: initial;
}

/* PROJECTS SECTION */

#projects {
  position: relative;
}

.card {
  transition: transform 0.2s;
  box-shadow: -12px 12px 10px 1px rgb(163, 163, 163);
}

.card:hover {
  transform: scale(1.01);
}

.card-button:hover {
  cursor: pointer;
}

.color-container {
  border-color: rgb(163, 163, 163);
  background: rgb(250, 250, 250);
}

.project-img {
  border-radius: 2rem;
  width: 70%;
  height: 70%;
}

.personal_img {
  border-radius: 2rem;
  width: 95%;
  height: auto;
}

.project-title {
  margin: 1rem;
  color: black;
}

.project-btn {
  color: black;
  border-color: rgb(163, 163, 163);
}

/* CONTACT */

#contact {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 80vh;
}

.contact-info-upper-container {
  display: flex;
  justify-content: center;
  border-radius: 2rem;
  border: rgb(53, 53, 53) 0.1rem solid;
  border-color: rgb(0, 0, 102);
  background: (250, 250, 250);
  margin: 2rem auto;
  padding: 0.5rem;
  gap: 2rem;
}

.contact-info-upper-container1 {
  justify-content: center;
  font-size: larger;
  text-align: center;
  padding: 0.5rem;
  gap: 2rem;
}

.contact-info-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1rem;
}

.contact-info-container p {
  font-size: medium;
}

.contact-icon {
  cursor: default;
}

.email-icon {
  height: 2.5rem;
}

/* FOOTER SECTION */

footer {
  height: 26vh;
  margin: 0 1rem;
}

footer p {
  text-align: center;
}

.footer-icons {
  font-size: 50px;
  color: rgb(0, 0, 102);
}

.footer-icons-container {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

/* cercetare */

.lab-title-card {
  /* color: rgb(85, 85, 85); */
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.lab-title-card-small {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.lab-img {
  border-radius: 2rem;
  width: 70%;
}

.lab-card {
  display: flex;
  flex-direction: column;
  flex-grow: initial;
  /* min-width: 15vw;
  height: 50vh; */
  justify-content: space-between;
}

.lab-tematica > p {
  padding: 0.5rem 0;
  text-align: justify;
}
.lab-tematica > h3 {
  padding-top: 1rem;
  text-align: justify;
}

.dotari__pic-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-around;
  padding: 2rem 0;
}

.dotari_pic {
  height: 30vw;
  min-height: 500px;
  border-radius: 2rem;
}

.lab-tematica span {
  font-weight: 100;
}

.publicatii-list {
  font-size: medium;
  margin-left: 1.5rem;
  padding-left: 0.5rem;
  text-align: justify;
  color: rgb(85, 85, 85);
}

.publicatii-list span {
  font-weight: 800;
  color: black;
}

.bold {
  font-weight: 800;
}
.red {
  color: red;
}
.color-black {
  color: black;
}

.text-larger {
  font-size: larger;
}

.xx-large {
  font-size: xx-large;
}

.art-list {
  text-align: justify;
  overflow: hidden;
}
.art-list1 {
  text-align: center;
  overflow: hidden;
}

.art-list2 {
  text-align: justify;
  /* padding: 1rem 10rem 2rem 10rem; */
  font-size: 1.15rem;

  padding-left: 5rem;
  padding-right: 5rem;
  /* border: 1px solid deeppink; */
  padding-top: 2rem;
}
.art-list3 {
  text-align: justify;
  /* padding: 1rem 10rem 2rem 10rem; */
  padding-top: 10rem;
  padding-left: 5rem;
  padding-right: 5rem;
  /* border: 1px solid deeppink; */
  padding-top: 5rem;
}

.padd-tb {
  padding: 1rem;
}

.art-icon {
  height: 2rem;
  padding: 1.5rem 0rem 0rem 0rem;
  margin-right: -0.5 rem;
  margin-bottom: -0.5rem;
}

.image-container {
  display: flex; /* Aligns children side-by-side */
  justify-content: space-around; /* Distributes space evenly between images */
  align-items: center; /* Centers images vertically if heights differ */
}
.image-container img {
  width: 15%; /* Ensures 4 images fit in one row with some margin */
  height: auto; /* Maintains aspect ratio */
}
.row {
  display: flex; /* Aligns the 4 columns in a row */
  gap: 15px; /* Adds space between the columns */
}

.column {
  flex: 1; /* Forces all 4 columns to be equal width */
  text-align: center; /* Centers the text under each image */
  /* border: 1px solid deeppink; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}

.column a img {
  width: 12vw; /* Makes images fill the column width */
  height: 12vw; /* Keeps the image aspect ratio */
  display: block; /* Removes extra bottom spacing under images */
  margin: auto;
}

.academic-table {
  width: 100%;
  border-collapse: collapse; /* Removes spacing between cells */
  border: none; /* Removes outer border */
}

.academic-table td {
  padding: 10px 0; /* Adds vertical space between entries */
  border: none; /* Removes all internal lines/borders */
}

/* Names: Bold */
.name {
  display: block;
  font-weight: bold;
  /* font-size: 1.25em; */
  color: rgb(0, 0, 102);
}

/* Affiliations: Normal */
.affiliation {
  display: block;
  font-weight: normal;
  color: rgb(0, 0, 102);
}
.footer-note td {
  padding-top: 20px; /* Extra space above the line */
  font-size: 0.9em; /* Slightly smaller text like a footnote */
  font-style: italic; /* Common for footnotes */
  color: rgb(0, 0, 102);
  border-top: 1px solid rgb(0, 0, 102); /* The "line on top" */
}

.committee-table {
  width: 100%;
  /* Removes all table borders and spacing between cells */
  border-collapse: collapse;
  border: none;

  /* Sets global color to the requested dark blue */
  color: rgb(0, 0, 102);
  /* font-size: 1.15em; */
}

.committee-table td {
  padding: 8px 0;
  /* Explicitly removes borders from every cell */
  border: none;
  line-height: 1.5;
}

/* Specific style for Bold Names */
.name-bold {
  font-weight: bold;
}

/* Affiliations inherit the blue color but stay normal weight */
.info-normal {
  font-weight: normal;
}

/* Containerul principal Flexbox */
.contact-flex-container {
  display: flex;
  flex-wrap: wrap; /* Permite trecerea pe rândul următor pe ecrane mici */
  gap: 40px; /* Spațiu între cele două coloane */
  color: rgb(0, 0, 102);
  /* font-size: 1.25em; */
  width: 100%;
}

/* Fiecare coloană (tabel) ocupă aproape jumătate din lățime */
.contact-column {
  flex: 1 1 300px; /* Se extinde, dar nu scade sub 300px (declanșează wrap-ul) */
  border-collapse: collapse;
  border: none;
}

.contact-column td {
  padding: 4px 0;
  border: none;
  line-height: 1.5;
}

.name-bold {
  font-weight: bold;
}

.label-bold {
  font-weight: bold;
}

/* .info-normal {
  font-weight: normal;
} */

/* Containerul footer-ului */
.site-footer {
  width: 100%;
  margin-top: 50px; /* Spațiu între tabele și banner */
  padding: 0;
  line-height: 0;
  background-color: transparent; /* Asigură un fundal curat */
}

/* Imaginea bannerului cu efect de fade */
.footer-banner {
  width: 100%;
  height: auto; /* Păstrează raportul de aspect original */
  display: block;
  border: none;

  /* Efectul de fade (estompare) */
  opacity: 0.3; /* 1.0 este opacitate maximă, 0.5 este jumătate transparent */
  transition: opacity 0.3s ease; /* Efect lin dacă vrei să redevină clar la hover */
}

/* Opțional: bannerul devine clar când treci cu mouse-ul peste el */
.footer-banner:hover {
  opacity: 0.9;
}

.fees-bordered-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  color: rgb(0, 0, 102);
  border: 3px double rgb(0, 0, 102); /* Double line for outer border */
}

.fees-bordered-table th {
  background-color: rgb(217, 226, 243);
  border: 1px solid rgb(0, 0, 102);
  padding: 12px 8px;
  text-align: center;
  font-weight: bold;
}

/* Creates the double line effect between rows */
.fees-bordered-table td {
  border: 1px solid rgb(0, 0, 102);
  border-bottom: 3px double rgb(0, 0, 102);
  padding: 10px 8px;
}

.category-cell {
  font-weight: bold;
}
.sub-category-cell {
  padding-left: 25px !important;
  font-style: italic;
}
.fee-cell {
  text-align: center;
  width: 18%;
}

/* Centered Footnote without the line */
.footnote-centered {
  margin-top: 20px;
  text-align: center;
  font-size: 0.9em;
  color: rgb(0, 0, 102);
  width: 100%;
}

.deadlines-table {
  width: 100%;
  border-collapse: collapse;
  border: none;

  color: rgb(0, 0, 102);
  margin-bottom: 30px;
}

.deadlines-table td {
  padding: 10px 15px;
  /* border: none; */
  line-height: 1.5;
  vertical-align: top;
}

/* Prima coloana: Bold */
.deadlines-table td:first-child {
  font-weight: bold;
  width: 45%; /* Ajustabil in functie de preferinta */
}

/* A doua coloana: Normal */
.deadlines-table td:last-child {
  font-weight: normal;
}

/* Optional: un efect discret la trecerea mouse-ului */
.deadlines-table tr:hover {
  background-color: rgba(217, 226, 243, 0.3);
}

/* Flex container to hold the two columns */
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10rem;

  color: rgb(0, 0, 102);
  margin-bottom: 40px;
}

/* Table style for each column */
.contact-col-table {
  flex: 1 1 320px; /* Responsive: wraps if screen is narrow */
  border-collapse: collapse;
  border: none;
}

.contact-col-table td {
  padding: 3px 0;
  border: none;
  line-height: 1.5;
}

/* Names: Bold */
.name-header {
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 8px !important;
}

/* Email links consistency */
.contact-col-table a {
  color: rgb(0, 0, 102);
  text-decoration: none;
}

.iframe-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically if the container has height */
  width: 100%;
}

.iframe-wrapper iframe {
  max-width: 100%; /* Prevents the iframe from overflowing on mobile */
  border: 1px solid rgb(0, 0, 102); /* Matches your committee-table color */
  box-shadow: 0 4px 8px rgba(0, 0, 102, 0.1); /* Subtle academic look */
}
