@font-face {
    font-family: 'Satoshi';
    src: url(https://static.igem.wiki/teams/4580/wiki/fonts/satoshi-regular.ttf);
}

@font-face {
    font-family: 'Satoshi Bold';
    src: url(https://static.igem.wiki/teams/4580/wiki/fonts/satoshi-bold.ttf);
}

@font-face {
    font-family: 'Poppins';
    src: url(https://static.igem.wiki/teams/4580/wiki/fonts/poppins-regular.ttf);
}

@font-face {
    font-family: 'Poppins Bold';
    src: url(https://static.igem.wiki/teams/4580/wiki/fonts/poppins-bold.ttf);
}

@font-face {
    font-family: 'NanumGothic';
    src: url(https://static.igem.wiki/teams/4580/wiki/fonts/nanumgothic-regular.ttf);
}

@font-face {
    font-family: 'NanumGothic Bold';
    src: url(https://static.igem.wiki/teams/4580/wiki/fonts/nanumgothic-bold.ttf);
}

@font-face {
    font-family: 'NanumGothic Extrabold';
    src: url(https://static.igem.wiki/teams/4580/wiki/fonts/nanumgothic-extrabold.ttf);
}


/* headers */
.py-5{
    padding-top: 3rem!important;
    padding-bottom: 4rem!important;
    margin-bottom: 1rem;
}
.hd1{
    text-align: center;
    font-family: "Poppins Bold", Arial, sans-serif;
    font-size: 2.7rem;
    font-weight: 4rem;
    letter-spacing: 0.75px;
    color: #ffffff;
}

.header_bg_1 {
    background-color: #01A5CA;
}

/*headers end */

/* Highlight Animation */

/* .highlightable {
  background-color: transparent;
  transition: background-color 0.5s ease;
}

.highlight {
  background-color: #FFC900;
} */

mark {
  --color1: #FFC900;
  --color2: #FFC900;
  --bg-height: 40%;
  all: unset;
  background-image: linear-gradient(var(--color1), var(--color2));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 var(--bg-height);
  animation: highlight 800ms 1 ease-out;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
@keyframes highlight {
  to {
    background-size: 100% var(--bg-height);
  }
}

/* table */
table {
    width: 100%;
    border-collapse: collapse;
}
td {
    background-color: #abddef;
}
th, td {
    border: 1px solid #000000;
    padding: 8px;
    text-align: left;
}
th {
    background-color: #01A5CA;
}
/* table end */

/* TOP NAV */
.navbar ul {
  margin-top: 0;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0.5rem;
}

.dropdown-menu {
    border-color: #eaf4f7;
    border-width: 0px 1px 1px 1px;
    border-radius: 0rem 0rem 0.25rem 0.25rem;
}

.dropdown-item {
    color: #01A5CA;
}

a.dropdown-item:hover{
    background-color: #dbeff4;
    color: #00718B;
}
/* TOP NAV END */


/*body organization*/
body { 
    padding-top: 56px; 
    font-family: 'Satoshi', sans-serif;
    font-size: 1rem;
    overflow-x: hidden;
    background: #79c1dc;
    background: linear-gradient(180deg, #bbdfed 0%, #ffffff 100%);
}

h1 { 
    font-family: "Poppins Bold", Futura, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #00718B;
}

h2 { 
    font-family: "Satoshi Bold", Futura, sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    color: #000000;
}

h3 { 
    font-family: "Satoshi Bold", Gill Sans, sans-serif;
    font-size: 1rem;
    color: #00718B;
}

h4 { 
    font-family: "Satoshi", Gill Sans, sans-serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
    color: #000000;
}

b {
    font-family: 'Satoshi Bold';
}

ol, ul {
    margin-top: -0.5rem;
}

ol ol {
    margin-top: 0;
}

ul ul {
    margin-top: 0;
}

.bluelink {
  font-family: 'Satoshi Bold';
  color: #01a5ca;
}

.page-right {
    padding-left: 20vw;
}

/* figures */
.figure-img-ctr {
    padding: 0 2rem 0 2rem;
    text-align: center;
}

.figure-img-wide {
    padding: 0 2rem 0 2rem;
    text-align: center;
}

.figure-img-ctr img {
    max-width: 60%;
    vertical-align: middle;
    height: auto;
}

.figure-img-wide img {
    max-width: 90%;
    vertical-align: middle;
    height: auto;
}

/*side by side containers */
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 5px;
}

.figure-img-ctr figcaption {
    font-family: "Satoshi", sans-serif;
    font-size: 0.8rem;
    position: relative;
    padding-top: 0.5rem;
    bottom: 0;
    right: 0;
    color: #2f4f81;
    text-align: center;
}

/* video background */
#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

homediv {
  width: 100%;
}

homediv2 {
  width: 75%;
}

/* home page video */
#background-video {
  height: auto;
  width: 150vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 750px) {
    #background-video { display: none; }
    body {
      background: #ffffff;
      background-size: cover;
    }
}

/* end figures */
.side-link,
.side-link:hover,
.side-link:focus,
.side-link:active {
    padding-top: 60px;
    margin-top: -60px;
    text-decoration: none;
    color: #ffffff;
}

.side-nav {
    float: left;
    top: 75px;
    left: 75px;
    margin-top: 25px;
    padding-bottom: 5px;
    width: 16vw;
    /*   padding:15px 15px 15px 0; */
    font-family: "Poppins";
    font-size: 1.15rem;
    background: #01A5CA;
    border-radius: 5px;
    position: sticky;
    overflow: hidden;
    box-shadow: -5px 5px #00718B;
}

.side-nav a {
    padding: 10px 50px 0px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    display: block;
}

.side-nav a:hover {
    color: #ffc900;
    text-decoration: underline #FF9D00;
    cursor: pointer;
    transition: 0.2s;
}

.side-nav a:active {
    color: #ffc900;
    text-shadow: -1.5px 1.5px #FF9D00;
}

.side-nav ul {
    padding-left: 3vw;
    margin-left: 0;
    padding-top: 1rem;
    /*   padding:15px; */
    overflow: hidden;
}

.side-nav li {
    list-style: bullet;
    padding: 4px;
}

.side-nav sub{
    color: #fff;
    padding-left: 4vw;
    margin-left: 0;
    padding: 15px;
    font-size: 1.4rem;
}

.anchor {
    padding-top: 5rem;
    margin-top: -4.5rem;
}
/* end of side nav */

.bg-dark { background-color: #00bcd4 !important; }
.bg-hero { background-color: #bbdfed; }


/* Home Page */
/* video formatting from Penn State 2023 https://gitlab.igem.org/2023/pennstate/ */
.video-container{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.vid-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  aspect-ratio: 16 / 9;
}

#text{
  position: absolute;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8fd3e2;
    border-radius: 10px;
    padding: 20px;
    width: 80%;
    max-width: 1000px;
    color: white;
    box-shadow: 10px 6px 20px rgba(0, 0, 0, 0.6); /* Added shadow to the entire search box */
    position: relative; /* Added for positioning icons */
    margin-top: 16vh;
}

/* Added for positioning the title */
.box h1 {
    position: absolute; /* Absolute positioning to place it in the top left corner */
    top: 20px; /* Space from the top */
    left: 20px; /* Space from the left */
    margin: 0; /* Remove default margin */
    z-index: 1; /* Ensure it's above other elements */
    /* margin-bottom: 30px; */
}

.box h2 {
    font-family: 'Satoshi', Futura, sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.icon-container {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    gap: 10px; /* Spacing between icons */
    margin-bottom: 30px;
}

.icon {
    width: 24px; /* Set your desired icon width */
    height: 24px; /* Set your desired icon height */
    cursor: pointer;
    transition: opacity 0.3s; /* Smooth transition for hover effects */
}

.icon:hover {
    opacity: 0.7; /* Change opacity on hover */
}

.text-box {
    flex: 1;
    text-align: left;
    padding-right: 20px;
}

.image-box {
    flex: 1;
    text-align: center;
    padding-left: 20px; /* Add some padding on the left */
    margin-top: 10vh; /* Move the image down by adding margin */
}

.image-box img {
    max-width: 100%;
    /* border: 1px solid white; */
    /* border-radius: 10px; */
}

.responsive-image {
    max-width: 100%; /* Make image responsive */
    height: auto; /* Maintain aspect ratio */
    margin-top: 50px; /* Adjust this value as needed */
}

.divider {
    height: 2px; /* Thickness of the divider */
    background-color: #00718B; /* Color of the divider */
    margin: 20px 0; /* Spacing around the divider */
}


.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
  text-align: center;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.land-left{
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
  float: left;
  margin-left: 5%;
  width: 60%;
}

.land-left.active{
  transform: translateX(0);
  opacity: 1;
}

.land-right{
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 1s all ease;
  float: right;
  margin-right: 5%;
  margin-top: -5vh;
}

.land-right.active{
  transform: translateX(0);
  opacity: 1;
}

.land-left, .land-right {
  margin: 0;
  padding: 0;
  box-sizing: border-box; /* Ensures padding and borders are included in width/height */
}

.section {
  width: 100%;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sect6 {
  min-height: 70vh;
  margin-top: 25vh;
}

.sect1 {
  min-height: 15vh;
  align-items: normal;
  margin-top: 10vh;
}

.sect2{
  background: linear-gradient(180deg, #C4E3F0 20%, #ffffff 70%);
}

.sect3{
  background: linear-gradient(180deg, #01A5CA 20%, #C4E3F0 70%);
  padding-top: 5vh;
}

.sect4{
  background: linear-gradient(180deg, #C4E3F0 10%, #01A5CA 80%);
}

.sect7{
  background: linear-gradient(180deg, #ffffff 10%, #C4E3F0 80%);
  min-height: 80vh;
}

.sect5{
  background: linear-gradient(180deg, #F2F4FC 10%, #79c1dc 80%);
  min-height: 70vh;
}
/*Home Page End*/

/*team page*/
.accordion {
    max-width: 100%;
    height: 250px;
    display: flex;
    overflow: hidden;
    margin: 50px auto;
    border-radius: 10px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.tab {
    width: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    transition: all .5s ease;
    position: relative;
}

.tab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caption {
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    top: 150px;
    opacity: 0;
    padding-left: 10px;
}

.caption h2 {
    margin-bottom: 2px;
    text-overflow: clip;
    font-size: 24px;
    color: white;
    text-transform: uppercase;
}


/* --- Hover Effects --- */
.tab:hover img {
    opacity: .4;
}

.tab:hover {
    flex-shrink: 0;
}

.tab:hover .caption {
    transition: all .5s ease;
    opacity: 1;
}


/* --- Periodic Table --- */
.membertable {
    border-collapse: separate;
    border-spacing: 0.4rem;
    margin-left: auto;
    margin-right: auto;
}

.bio {
    display: none;
}

.membertable td {
    width: 3.5rem;
    height: 3.75rem;
    vertical-align: top;
    line-height: 50%;
    border: 0.05rem solid white;
    padding: 2px;
}

.membertable .blankspace {
    border: 0.05rem solid white
}

.membertable .leads {
      border: 0.05rem solid #9AAADF
    }


.membertable td:not(.blankspace):hover {
    border: 0.05rem solid #F2F4FC;
    cursor: default;
}

.membertable td:not(.blankspace):not(.leads):hover {
    border: 0.05rem solid #959CA5;
    cursor: default
}

.wl {
    background-color: #bbdfed /** cranberry **/
}

.pd {
    background-color: #edc3e9 /** plum **/
}

.pnp {
    background-color: #afbae4 /** blueberry **/
}

.buis {
    background-color: #ffcfbf /** apple **/
}

.wiki {
    background-color: #ffeeb0 /** loquat **/
}

.advisors {
    background-color: #cfe8d1; /** no mascot/all **/
}

.card {
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: rgba(0, 0, 0, 0);
    margin-top: -0.2rem;
}

num {
    font-size: 8px;
    padding-left: 5px;
}

inital {
    font-size: 25px;
    font-weight: bold;
    line-height: 2rem;
}

name {
    font-size: 8px;
    line-height: 10%;
}

.bd-callout-card {
    padding: 1.5rem 1rem;
    border-radius: 5px;
    background-color: #abddef;
    max-width: 80%;
    margin: 0.5rem;
    transform-style: preserve-3d;
    overflow: hidden;
    display: flex;

    margin-left: auto;
    margin-right: auto;
}

.bd-callout-card img {
    width: 10vw;
    height: auto;
    overflow: hidden;
    min-width: 100px;
    object-fit: cover;
    align-content: center;
}

.infos {
    margin-left: 1.5rem;
}

.name {
    margin-bottom: 0.5rem;
}

.name h2 {
    font-size: 1.3rem;
}

.name h3 {
    font-family: "Satoshi", Arial, sans-serif;
    font-size: 1.3rem;
    color: #00718B;
}

.name h4 {
    font-size: 1rem;
    font-family: "Satoshi", Gill Sans, sans-serif;
    color: #000000;
}

.name h5 {
    font-size: 1.1rem;
    font-family: "Satoshi", Gill Sans, sans-serif;
    color: #646464;
}

.text {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2rem;
}
/* team page end */


/* contribution page start */
pdf-box {
            display: flex;
            justify-content: center; /* Centers horizontally */
            align-items: center; /* Centers vertically */
            height: 100vh; /* Full viewport height */
            margin: 0; /* Remove default margins */
        }
/* contribution page end */


/* notebook */
.month-title {
    font-size: 36px; /* Adjust as needed */
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
    padding: 10px 0;
    color: #00718B; 
    position: relative; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.month-title::before,
.month-title::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #00718B; 
    margin: 0 20px; 
}

.month-title::before {
    margin-right: 20px; 
}

.month-title::after {
    margin-left: 20px;
}

.notebook-date {
    border: 2px solid #00718B;
    font-size: 20px;
    color: #00718B;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 0.5rem;
}
/* notebook end */


/* Entrepreneurship page start */
/* progress bar on top */
#progressBarContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #21252b, #3a3f4b);
    z-index: 9999;
}

#progressBar {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #21252b, #00bcd4);
}

/* gradient heading at the top */
.hero-header {
    background: linear-gradient(to right, #5a8cb7, #2e5f8a);
    color: white;
    text-align: left;
    border-radius: 8px;
    position: relative;
  }
  

.hero-header h1 {
    font-size: 3rem; /* Adjust the size as needed */
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 30px 10px;

}

.hero-header h2 {
    font-size: 1.5rem; /* Adjust the size as needed */
    color: #354A70; /* Darker shade for contrast */
    margin-top: 0;
}

/* container for the pdf */
.pdf-container {
    width: 50%; /* Ensure the container takes the full width */
    height: 100vh; /* Set height to full viewport height */
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden; /* Prevent overflow issues */
}

/* Adjust the iframe size */
.pdf-iframe {
    width: 50%; /* Use a percentage to scale the iframe within the container */
    height: 85vh; /* Maintain height within the viewport height */
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for better visualization */
    justify-content: center;
    position: relative;
}

/* Custom header styles */
.custom-header {
    font-family: "Satoshi", Futura, sans-serif;
    position: relative;
    text-align: left;
    padding: 20px;
    overflow: hidden;
}

/* Style for the custom title */
.large-header-title {
    font-size: 3em; /* Adjust size as needed */
    font-weight: bold;
    color: black;
    margin-bottom: 0; /* Ensure no gap between the text and the line */
    font-family: 'League Spartan Medium', sans-serif; 
}

/* Line under the custom title */
.large-header-line {
    width: 100%; /* Full width line */
    height: 2px;
    background-color: #2f4f81; /* Adjust color to match the one in your image */
    border: none;
    margin: 5px 0;
}

/* Custom subheading styles */
.custom-subheading {
    font-size: 1.5em; /* Slightly smaller font than the main heading */
    font-weight: normal; /* Lighter weight for contrast */
    color: #354A70; /* Darker color for contrast */
    margin-top: 5px; /* Add some space between the line and subheading */
    font-family: 'Satoshi', sans-serif; /* Use existing light font */
}

/* Third heading, smaller than the subheading */
.custom-third-heading {
    font-size: 1.2em; /* Smaller than the subheading */
    font-weight: normal; /* Lighter font-weight for contrast */
    color: #354A70; /* Consistent color for headings */
    margin-top: 15px; /* Add some space between the previous section */
    font-family: "Satoshi", sans-serif; /* Consistent font style */
}


/* ihp page*/
.ihp-dropdown-btn {
    width: 100%; /* Adjust the width to make the button less wide */
    padding: 15px 20px;
    font-size: 1.2em;
    background-color: #f9f9f9;
    border: 2px solid #2f4f81;
    cursor: pointer;
    display: flex;
    justify-content: center; /* Centering the text */
    position: relative; /* Required for absolute positioning of the icon */
    color: #2f4f81;
    border-radius: 5px;
    font-family: 'Satoshi', sans-serif;
    margin: 0 auto; /* Center the button horizontally on the page */
}

.ihp-dropdown-icon {
    font-size: 1.5em;
    position: absolute;
    right: 20px; /* Adjust positioning of the "+" icon */
    top: 50%; /* Vertically center */
    transform: translateY(-50%); /* Offset it by its own height to truly center */
}

.ihp-dropdown-content {
    display: none;
    margin-top: 10px;
    padding: 20px;
    border: 2px solid #2f4f81;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 1em;
    color: #333;
    line-height: 1.6;
}

/* TIMELINE */
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #00718B;
  margin-bottom: 5px;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 60vh;
  padding: 15px;
  background: #f9f9f9;
  margin-bottom: -75px;
  /* hi pls commit */
  border-radius: 5px;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 5vh;
  position: relative;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f9f9f9 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -65vh;
  position: relative;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #f9f9f9;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 8px;
}

/* EFFECTS */
.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #f9f9f9;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES */
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }

  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }

  .timeline ul li div {
    width: calc(100vw - 91px);
  }

  .timeline ul li:nth-child(even) div {
    left: 45px;
  }

  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F2F4FC transparent transparent;
  }
}

/* EXTRA/CLIP PATH STYLES */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%);
}

.timeline-heptagon ul li::after {
  clip-path: polygon(50% 0%,
      90% 20%,
      100% 60%,
      75% 100%,
      25% 100%,
      0% 60%,
      10% 20%);
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%) scale(1.25);
  }

  100% {
    transform: translateX(-50%) scale(1);
  }
}
/*Timeline End*/


/* General content section styling */
.content-section {
    padding: 20px;
    line-height: 1.6;
    font-family: "Satoshi", Futura, sans-serif; /* Consistent font with existing styles */
    color: #000;
}

.content-section p {
    margin-bottom: 0px;
}

.custom-image-container {
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center;
    flex-direction: column; /* Stack image and caption vertically */
    margin: 10px 0; /* Add some spacing around the image */
}

.custom-image-container2 {
    display: flex;
    justify-content: center; /* Center the image horizontally */
    margin: 10px 0; /* Add some spacing around the image */
    gap: 20px;
}

.custom-centered-image {
    max-width: 60%; /* Adjust the width of the image as needed */
    height: auto; /* Maintain aspect ratio */
}

.custom-centered-image2 {
    max-width: 40%; /* Adjust the width of the image as needed */
    height: auto; /* Maintain aspect ratio */
}

.custom-centered-image3 {
    max-width: 40%; /* Adjust the width of the image as needed */
    height: 480px; /* Maintain aspect ratio */
}

.custom-image-caption {
    margin-top: 10px;
    font-size: 0.9em;
    color: #666;
    text-align: center;
}

.entrepreneurship-dropdown-btn {
    width: 50%; /* Adjust the width to make the button less wide */
    padding: 15px 20px;
    font-size: 1.2em;
    background-color: #f9f9f9;
    border: 2px solid #2f4f81;
    cursor: pointer;
    display: flex;
    justify-content: center; /* Centering the text */
    position: relative; /* Required for absolute positioning of the icon */
    color: #2f4f81;
    border-radius: 5px;
    font-family: 'Satoshi Bold', sans-serif;
    margin: 0 auto; /* Center the button horizontally on the page */
}

.entrepreneurship-dropdown-icon {
    font-size: 1.5em;
    position: absolute;
    right: 20px; /* Adjust positioning of the "+" icon */
    top: 50%; /* Vertically center */
    transform: translateY(-50%); /* Offset it by its own height to truly center */
}
.entrepreneurship-dropdown-content {
    display: none;
    margin-top: 10px;
    padding: 20px;
    border: 2px solid #2f4f81;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 1em;
    color: #333;
    line-height: 1.6;
}
/* Container to hide overflow */
.sponsor-carousel {
    overflow: hidden;
    width: 110%;
    height: auto;
}

/* Track that holds the images */
.sponsor-carousel-track {
    display: flex;
    flex-wrap: nowrap;
    animation: scroll 47s linear infinite;
    width: fit-content; /* Let it expand naturally */
}

/* Sponsor images */
.sponsor-carousel-track img {
    width: 140px;
    height: auto;
    object-fit: contain;
    margin: 0 15px;
    flex-shrink: 0;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50%)); } /* Adjust if necessary */
}

/* Entrepreneurship end */

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }
