@charset "utf-8";
/* CSS Document */
/* www-homepage.css 27 Feb 2025*/ :root {
  --color-orange: #e2ad44;
  --main-accessible-orange: #bd562c;
  --accent-orange: #D46300;
  --font-serif: "Merriweather", -apple-system, serif, "Apple Color Emoji", "Seguo UI Emoji";
  --font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
body a {
  color: black;
  text-decoration: none;
}
body a:hover {
  color: #23527c;
}
/*------------------- HERO SECTION---------------- */
.hero {
  background: radial-gradient(ellipse farthest-side at 50% 100%, rgba(244, 106, 53, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
}
.background-gradient {
  position: absolute;
  top: 50%;
  left: 80%;
  width: 150vw;
  height: 1000px;
  transform: translate3d(-50%, -50%, 0px);
  mask-image: radial-gradient(farthest-side at 50% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: linear-gradient(90deg, rgba(126, 167, 233, 1), rgba(148, 239, 183, 1));
  filter: hue-rotate(0deg);
  z-index: -1;
}
.background-pattern {
  position: absolute;
  inset: 0px;
  background-image: url(https://column.com/images/guilloche.svg);
  background-repeat: repeat;
  background-position: right top;
  background-size: 20px, 20px;
  mix-blend-mode: overlay;
  background-attachment: fixed;
}
.whiteWrapper {
  background: linear-gradient(to top right, hsla(0, 0%, 100%, .25), transparent);
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hero h1 {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 400;
  text-align: left;
}
.hero p {
  font-family: var(--font-sans);
}
.hero-buttons {
  margin-left: 500px;
}
.hero-buttons .btn {
  margin: 10px;
}
body section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gradient-divider {
  border: none;
  height: 2px;
  /*	background: linear-gradient(90deg, rgba(255,234,135,1) 0%, rgba(236,197,112,1) 15%, rgba(255,136,9,1) 50%, rgba(255,30,18,1) 100%);*/
  background: linear-gradient(to right, #ff7f00, #ff4500, #ff6347);
  margin-top: 0;
}
/*------------------- STATISTICS SECTION---------------- */
.section-content {
  /*      text-align: center;*/
  padding: 20px;
}
.number {
  font-family: var(--font-sans);
  font-size: 2.4rem;
  font-weight: 800;
}
.unit {
  font-family: var(--font-serif);
  font-size: 1.0rem;
}
.heading {
  font-size: 1.2rem;
  color: #555;
}
#statistics .container {
  width: 95%;
}
@media (min-width: 768px) {
  .number {
    font-family: var(--font-sans);
    font-size: 2.8rem;
    font-weight: 800;
  }
  .unit {
    font-family: var(--font-serif);
    font-size: 1.2rem;
  }
}
/*------------------- SPECIAL MESSAGING SECTION---------------- */
#specialMessage .container {
  width: 96%;
  font-family: var(--font-sans);
}
#specialMessage .vertbar {
  border-left: 4px solid #bb2626; /* Left border */
  padding-left: 1em;
}
#specialMessage h3, h4 {
  font-family: var(--font-sans);
}
#specialMessage .journal-label {
  color: #BB2626;
}
#specialMessage .float-end {
  font-weight: 500;
}
/*------------------- RESEARCH SECTION---------------- */
#research img {
  padding: 15px 20px 30px 0px;
}
#research .container {
  width: 96%;
}
.journal-label {
  font-family: var(--font-serif);
  color: var(--main-accessible-orange);
  font-size: 0.8rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  letter-spacing: 2px;
}
#research {
  font-family: var(--font-sans);
}
#research .col {
  margin-bottom: 20px;
}
#research h5 {
  font-family: var(--font-sans);
}
.section-h2 {
  font-family: var(--font-serif);
  font-size: 2.0rem;
  font-weight: 500;
}
.card {
  font-family: var(--font-sans);
  background-color: white;
  color: black;
  border: none;
}
.card-title {
  font-family: var(--font-sans);
  margin-top: 7px;
  font-size: 1.2rem;
  font-weight: 500;
}
.card-article {
  background-color: white;
  padding-left: 10px;
  width: 210px;
  border-left: 4px solid #D46300; /* Left border */
}
.card-article h3 {
  font-family: var(--font-sans);
  margin-top: 0;
  font-size: 1.1rem;
}
.card-article p {
  color: #555;
  font-size: 0.9rem;
}
/* Media query for bigger screens */
@media (min-width: 768px) {
  .card-article {
    height: 100% !important;
    background-color: white;
    padding-left: 10px;
    width: 210px;
    border-left: 4px solid #D46300;
  }
}
/*------------------- NEWS SECTION---------------- */
#news .container {
  width: 95%;
  padding: 50px 0;
}
#news .card {
  background-color: #F6F2ED;
}
.news-badge {
  background-color: #e1f0ff;
  margin-top: 9px;
}
.feature-badge {
  background-color: #f7d3bf;
  margin-top: 9px;
}
/* Media query for bigger screens */
@media (min-width: 768px) {
  #news .card {
    /*		padding: 10px 2px 0px 2px !important;*/
  }
}
/*------------------- EVENTS SECTION---------------- */
#events .container {
  width: 96%;
}
#events img {
  border-radius: 10px;
}
.event-card {
  background-color: #f6f2edb0;
  width: 500px;
  padding: 20px;
  border-radius: 8px;
  /*
box-shadow: 0px 0px 0px 1px rgba(212,99,0,1),
4px 3px 0px 0px rgba(212,99,0,1);
*/
  /*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  border: 1px solid #D46300; /* Colored border */
  margin-bottom: 15px;
}
.event-card:hover {
  box-shadow: 0px 0px 0px 1px rgba(212, 99, 0, 1), 4px 3px 0px 0px rgba(212, 99, 0, 1);
  /*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  border: 0px solid #D46300; /* Colored border */
}
.event-card h2 {
  font-family: var(--font-sans);
  margin-top: 0;
  font-size: 1rem;
  color: #333;
}
.event-card h3 {
  font-family: var(--font-sans);
  font-size: 1.2rem;
}
/* Layout for two columns */
.card-content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-top: 3px;
}
.column {
  width: 48%; /* Default width for both columns */
}
.column.small {
  width: 25%; /* Smaller column */
}
.column.large {
  width: 75%; /* Larger column */
}
/* Text styling */
.column p {
  color: #555;
  line-height: 1.6;
}
/*------------------- JOURNALS SECTION---------------- */
#journals .container {
  width: 94%;
  padding: 50px 0px 50px 0;
}
.cover-image {
  margin-top: 20px;
}
#journals h3 {
  font-family: var(--font-serif);
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 20px;
}
/* Media query for bigger screens */
@media (min-width: 992px) {
  #journals h3 {
    font-family: var(--font-serif);
    text-align: left;
    font-size: 1.3em;
    margin-bottom: 20px;
  }
}
/*------------------- PHASES SECTION---------------- */
#phases .container {
  width: 96%;
  padding: 50px 0px 70px 0;
}
#phases {
  background: rgb(224, 229, 227);
  background: linear-gradient(180deg, rgba(224, 229, 227, 1) 0%, rgba(224, 229, 227, 1) 63%, rgba(255, 255, 255, 1) 100%);
}
#phases .row {
  padding-top: 30px;
}
#phases .lead {
  font-family: var(--font-sans);
}
.phase-card {
  margin-bottom: 10px;
  height: auto;
}
.phase-card-title {
  font-family: var(--font-sans);
  margin-top: 7px;
  font-size: 1.2rem;
  font-weight: 500;
}
/* Media query for bigger screens */
@media (min-width: 768px) {
  .phase-card-title {
    font-family: var(--font-sans);
    margin-top: 7px;
    font-size: .9rem;
    font-weight: 500;
    white-space: pre-wrap;
    overflow-wrap: normal;
  }
}
@media (min-width: 992px) {
  .phase-card-title {
    font-family: var(--font-sans);
    margin-top: 7px;
    font-size: 1.1rem;
    font-weight: 500;
    white-space: pre-wrap;
    overflow-wrap: normal;
  }
}
/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  opacity: 0; /* Ensure it starts invisible */
  animation: fadeIn 1.2s ease forwards; /* 1s duration */
}
.delay-1 {
  animation-delay: 0.3s; /* No delay for the first part */
}
.delay-2 {
  animation-delay: 1.3s; /* 1-second delay for the second part */
}
/* Buttons */
@media (min-width: 768px) {
  .button-50 {
    padding: 12px 50px;
  }
}
.btn {
  font-family: var(--font-sans);
}
/*	Large dark buttons */
.btn-lg-dark-custom {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.btn-lg-dark-custom:hover {
  background-color: #424649;
  border-color: #373b3e;
  color: white;
}
/*	Small dark buttons */
.btn-sm-dark-custom {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.btn-sm-dark-custom:hover {
  background-color: #424649;
  border-color: #373b3e;
  color: white;
}
/* Media query for smaller screens */
@media (max-width: 768px) {
  .col-md-3 {
    flex: 0 0 50%; /* Make each div take up 50% of the width on smaller screens */
    max-width: 50%;
  }
  #section3 .col-md-4 {
    margin-bottom: 10px;
  }
  #section3 .card {
    padding: 10px !important;
  }
}
