html, body { 
    margin: 0; 
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    scroll-behavior: smooth;
}

html, body {
    overflow-y: auto !important;
}

/* 2) Firefox */
html, body {
scrollbar-width: none !important;      /* hides it in Firefox */
-ms-overflow-style: none !important;   /* hides it in IE 10+ */
}

/* 3) WebKit browsers (Chrome, Safari, Edge Chromium) */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
width: 0 !important;
height: 0 !important;
background: transparent !important;
}

/* Hero background image */
#hero {
    background: rgba(0,0,0);
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    overflow: hidden;
    z-index: 0;
}
#hero .heroText {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    color: white;
    line-height: 1.4;
    z-index: 1;
    /* pointer-events: none; */
  }
.heroTextDetail{
    font-size: 20px;
    font-weight: 200;
}

#hero video {
    position: absolute;
    top: 50%; left: 50%;
    width: 100%; height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    filter: brightness(0.5); /* dim the video brightness */

}

/* Navbar, hidden until final */
#navbar {
    
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 10vh;
    display: flex; align-items: center;
    /* justify-content: end; */
    padding: 0 20px;
    background: rgba(28, 28, 27, 0.9);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 2;
    /* transition: opacity 0.8s ease; */
}
#navbar h1 {
    font-size: 1.5rem;
    color: #333;
    margin: 0;
    opacity: 0;
}

/* Dark overlay at start */
#overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    background: rgba(0,0,0,1);
    z-index: 3;
    pointer-events: none;
    /* transition:  0.8s linear; */
}

/* Text container for multi-line content */
#scrollText {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transform-origin: bottom right;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    color: white;
    line-height: 1.4;
    text-align: left;
    z-index: 4;
    pointer-events: none;

    /* max-width: 1000px; */
}
@media (max-width:800px) {
    #scrollText {
        position: fixed;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2vh;
        color: white;
        line-height: 1.4;
        text-align: left;
        z-index: 2;
        width: 95%;
    }
}

/* Word spans */
.word {
    opacity: 0;
    display: inline-block;
    transform: translateY(-60px);
    transition: all 2s ease;
    white-space: normal; 
}
.word.visible {
    opacity: 1;
    transform: translateY(0);
}


.main {
    position: relative;
    z-index: 0;
    background-color: white;
    width: 100%;
    margin-top: 200vh;
    box-shadow: 0 -10px 20px #9ad5bf;
    background-color: #f4f4f4;

}
/* 
.marker {
  position: absolute;
  margin-top: 300px;
  scroll-margin-top: 500px;
  height: 0;
  height: 3px;
  background-color: white;
  width: 100%;
} */

/* 
#marker_landing {
    position: relative;
    z-index: 500;
    margin-top: 800vh;
    height: 10px;
    width: 100%;
} */

.btn-light {
    width: 200px;
    height: 50px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
}

.introduce {
    height: 800px;
    overflow-y: hidden;
    border: none;
    margin-bottom: 0;
    background-color: #f4f4f4;
    padding-bottom: 30px;
}

.row {
  position: absolute;
  height: 100vh;
}

.card-body {
    padding: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* position: absolute; */
}

.card-title {
    display: inline-block;
    width: fit-content;
    padding: 0.2em 0.4em;       /* optional breathing room */

    font-size: 50px;
    background-color: #a0d4bc
}

.card-text {
    font-size: 20px;
}

.divline {
    height: 10px;
    width: 100%;
    background-color: #9ad5bf
}
.divline-thin {
    height: 1px;
    width: 100%;
    background-color: #589981
}

.mainbutton {
    background-color: #f4f4f4;
    border: 1px solid black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 100;
    margin-right: 50px;
    margin-top: 20px;
    min-height: fit-content;
    height: 50px;
    width: 250px;
    position:relative;
}
.mainbutton:hover {
  background-color:rgba(28, 28, 27, 0.9);
  color: white;
}

.btn:hover {
  background-color:rgba(28, 28, 27, 0.9);
  color: white;
  border-color: rgba(28, 28, 27, 0.9);
}

main .carousel-inner img, main .carousel-inner video {
    height: 800px;        /* fixed height */
    object-fit: cover;    /* crop to fill */
    display: block;       /* remove inline whitespace if needed */
}

.carousel-inner h5,.carousel-inner p{
    background-color: rgb(0, 0, 0,0.5);
    display: inline-block;

}

.awards {
margin: 0 auto;
padding: 2rem;
background-color: #5a7fa3;
color: #f4f4f4;
}

.awards__title {
background: #5a7fa3;      /* muted navy */
color: #f4f4f4;           /* light text */
font-size: 5rem;
padding: 1rem;
margin-bottom: 2rem;
}

.awards__grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: minmax(200px, auto);
gap: 5rem;

}

/* Left‑side text blocks */
.awards__intro,
.awards__details {
background: #fff;
padding: 1.5rem;
color: #333;
border: 1px solid #ddd;
}

/* Right‑side image blocks */
.awards__image {
border: 2px solid #5a7fa3;
padding: 0.5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #fafafa;
}

.awards__image img {
max-width: 100%;
height: auto;
display: block;
}

.awards__image figcaption {
margin-top: 0.5rem;
font-size: 0.9rem;
color: #555;
}

/* Details list styling */
.awards__details h3 {
margin-top: 0;
font-size: 1.25rem;
}

.awards__intro ul {
list-style: disc inside;
margin: 1rem 0;
padding-left: 1rem;
font-size: 20px;
}



.award_titles {
    text-decoration: none;
    color: #5a7fa3;
}

.awards p {
    font-size: 25px;
}

.awards__grid div, .awards__grid figure {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  will-change: transform, box-shadow;
}
.awards__grid div:hover, .awards__grid figure:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}


.featured {
margin: 3rem auto;
padding: 0 3rem;
}

/* Header */
.featured__header {
    display: inline-block;
background-color: #a6daf7; /* muted‑light blue */
color: #000;
font-size: 2.5rem;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
}

/* Grid container: 3 columns, 2 rows */
.featured__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}

/* Card wrapper */
.featured__card {
display: flex;
flex-direction: column;
text-decoration: none;
color: inherit;
background: #fff;
border-radius: 6px;
overflow: hidden;
transition: transform 1s ease, box-shadow 1s ease;
}

/* Image fills card width, auto‑height and covers */
.featured__card img {
width: 100%;
height: 400px;           /* fixed card image height */
object-fit: cover;
display: block;
object-position: center top;
}

/* Title below image */
.featured__title {
font-size: 1.125rem;
font-weight: 500;
padding: 0.75rem 1rem;
text-align: center;
background: #f9f9f9;
flex-grow: 1;
}

/* Hover “lift” effect */
.featured__card:hover {
transform: translateY(-6px) scale(1.02);
box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}
  

#glimpse {
    width: 100%;
    object-fit: cover;
    display: block;
    object-position: center top;
    border-radius: 25px;
}

/* --- Footer Base Styles --- */
.footer {
    background: #1f1f1f;
    color: #ececec;
    font-family: 'Poppins', sans-serif;
  }
  
  /* Container Grid */
  .footer__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1rem;
  }
  
  /* Brand Section */
  .footer__logo {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #bdf2d9; /* bright green accent */
  }
  .footer__tagline {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  
  /* Quick Links */
  .footer__links h3,
  .footer__newsletter h3,
  .footer__social h3 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  .footer__links ul {
    list-style: none;
    padding: 0;
  }
  .footer__links li {
    margin-bottom: 0.5rem;
  }
  .footer__links a {
    color: #ececec;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .footer__links a:hover {
    color: #28a745;
  }
  
  /* Newsletter */
  .newsletter-form {
    display: flex;
    gap: 0.5rem;
  }
  .newsletter-form input[type="email"] {
    flex: 1;
    padding: 0.5rem 0.75rem;
    border: none;
    border-radius: 4px;
  }
  .newsletter-form button {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s ease;
  }
  .newsletter-form button:hover {
    background: #1f7a33;
  }
  
  /* Social Icons */
  .footer__social a {
    color: #ececec;
    font-size: 1.25rem;
    margin-right: 1rem;
    transition: color 0.2s ease;
  }
  .footer__social a:hover {
    color: #28a745;
  }
  
  /* Bottom Bar */
  .footer__bottom {
    text-align: center;
    padding: 1rem 0;
    background: #161616;
    font-size: 0.85rem;
  }
  
#scrollPrompt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: rgba(255,255,255,0.85);
    z-index: 10;                /* above all hero text/video */
    pointer-events: none;
    transition: opacity 0.3s ease;
}