.brain-img {
    width: 100%;
    height: 603px;
    position: relative;
    aspect-ratio: 16 / 9;
}

.brain-img video,
#brainVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brain-img img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    object-position: 50% 20%;
}

.read-more-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 26px;
  width: 260px;                 /* adjust width as needed */
  justify-content: flex-start;  /* keep content on the left */
  
  font-size: 14px;
  color: #1252B8;
  background: #ffffff;
  border: 1px solid #D1DEDE;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.read-more-btn .arrow {
  font-size: 14px;
}

.read-more-btn:hover {
  
  text-decoration: none !important;
}

.btn-parent {
  margin: auto;
  max-width: fit-content;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.blue-btn {
  display: inline-block;        /* makes the anchor behave like a button */
  margin: 40px auto;            /* centers when wrapped in a block parent */
  padding: 14px 50px;

  background: #1252B8;
  color: #ffffff;
  border: 2px solid #2B5597;
  border-radius: 2px;
  text-decoration: none;        /* removes underline */

  font-weight: 400;
  cursor: pointer;

  transition: 0.2s ease-in-out;
}

/* hover state */
.blue-btn:hover {
  background: #1252B8;
  border-color: #2B5597;
  color: #fff;
}

/* Remove native bullets and use a custom one */
.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Layout: bullet + stacked text */
.feature-list > li {
  display: flex;
  align-items: flex-start;        /* keep bullet aligned to the first line */
  gap: 12px;
}

/* The bullet */
.feature-list .dot {
  width: 15px;                    /* adjust bullet size */
  height: 15px;
  border-radius: 50%;
  background: currentColor;       /* matches text color */
  margin-top: 6px;                /* nudge to align with the title baseline */
  flex: 0 0 auto;
  margin-right: 8px;
}

/* Text block */
.feature-list .content { flex: 1 1 auto; }
.feature-list .title   { font-weight: 700; }   /* bold first line */
.feature-list .desc    { margin: 8px 0 0; }    /* paragraph below the title */



.fsize-18 {
  font-size: 18px
}

p {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}

.heading {
  font-size: 18px;
  font-weight: 600;
}

.sub-head {
  font-size: 26px;
}


.xd-page-heading {
  font-size: 40px;
}

.subpages-header-icon {
  font-size: 45px;
}

.subpages-subheader {
  font-size: 28px;
}

.research-topics-images img {
  max-width: 135px;
}

.research-project-wrapper {
  border: 1px solid #dadbe6;
  border-radius: 10px;
}

.research-project-upper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.research-project-lower {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid #dadbe6;
}

.research-project-wrapper .project-image {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #dadbe6;
  border-radius: 5px;
  padding: 4px;
  width: 80px;
  height: 80px;
}

.research-project-wrapper .project-image img {
  max-width: 60px;
}

.bcrc-brain-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.virtual-tour-yt {
  border-radius: 10px;
  overflow: hidden;
}

.virtual-tour-yt iframe {
  border-radius: 10px;
}

.scholar-yt {
  width: 70%;
  margin: 0 auto;
}

/* PEOPLE */
.people-profile-wrapper {
  border: 1px solid #e6dbda;
  border-radius: 10px;
  width: 75%;
}

/* .people-profile-upper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.people-profile-lower {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid #dadbe6;
} */

.people-profile-wrapper .profile-image {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.people-profile-wrapper .profile-image img {
  width: 80px;
  height: 80px;
}

.people-profile-tags {
  border-radius: 100px;
  padding: 5px 20px;
}

@media (max-width: 1200px) {
  .xd-page-heading {
    font-size: 35px;
  }

  .subpages-header-icon {
    font-size: 40px;
  }

  .subpages-subheader {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .xd-page-heading {
    font-size: 30px;
  }

  .subpages-header-icon {
    font-size: 35px;
  }

  .subpages-subheader {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .xd-page-heading {
    font-size: 25px;
  }

  .subpages-header-icon {
    font-size: 30px;
  }

  .subpages-subheader {
    font-size: 18px;
  }

  .research-topics-images img {
    max-width: 100px;
  }

  .research-project-wrapper .project-image {
    width: 60px;
    height: 60px;
  }

  .research-project-wrapper .project-image img {
    max-width: 40px;
  }
}

@media (max-width: 575px) {
  .xd-page-heading {
    font-size: 20px;
  }

  .subpages-header-icon {
    font-size: 25px;
  }

  .research-topics-images img {
    max-width: 80px;
  }

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

  .research-project-wrapper {
    max-width: 280px;
    margin: 0 auto 20px;
  }

  .scholar-yt {
    width: 100%;
  }

  .people-profile-wrapper {
    width: 100%;
  }

  #people .subpages-header {
    justify-content: start !important;
  }
}

@media (max-width: 400px) {
  .research-topics-images img {
    max-width: 60px;
  }
}

/* Container styling */
.image-container {
  position: relative;
  display: inline-block;
}

/* Magnify Icon */
.magnify-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
  border-radius: 50%;
  padding: 15px;
  cursor: pointer;
}

/* Popup Styles */
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgb(0, 0, 0, 0.9);
}

.popup-content {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
